-
-
Notifications
You must be signed in to change notification settings - Fork 80.7k
Regression: remote macOS apple-notes eligibility still misses memo/darwin in 2026.6.8 after #71877 #94956
Copy link
Copy link
Closed
Labels
P2Normal backlog priority with limited blast radius.Normal backlog priority with limited blast radius.clawsweeper:fix-shape-clearClawSweeper found a clear likely implementation shape for this issue.ClawSweeper found a clear likely implementation shape for this issue.clawsweeper:queueable-fixClawSweeper marked this issue as an existing queue_fix_pr work candidate.ClawSweeper marked this issue as an existing queue_fix_pr work candidate.clawsweeper:source-reproClawSweeper found a high-confidence source-level issue reproduction.ClawSweeper found a high-confidence source-level issue reproduction.impact:otherThis issue has meaningful maintainer-visible impact outside the owned taxonomy.This issue has meaningful maintainer-visible impact outside the owned taxonomy.issue-rating: 🦞 diamond lobsterVery strong issue quality with high-confidence source-level or clear reproduction.Very strong issue quality with high-confidence source-level or clear reproduction.no-staleExclude from stale automationExclude from stale automation
Description
Metadata
Metadata
Assignees
Labels
P2Normal backlog priority with limited blast radius.Normal backlog priority with limited blast radius.clawsweeper:fix-shape-clearClawSweeper found a clear likely implementation shape for this issue.ClawSweeper found a clear likely implementation shape for this issue.clawsweeper:queueable-fixClawSweeper marked this issue as an existing queue_fix_pr work candidate.ClawSweeper marked this issue as an existing queue_fix_pr work candidate.clawsweeper:source-reproClawSweeper found a high-confidence source-level issue reproduction.ClawSweeper found a high-confidence source-level issue reproduction.impact:otherThis issue has meaningful maintainer-visible impact outside the owned taxonomy.This issue has meaningful maintainer-visible impact outside the owned taxonomy.issue-rating: 🦞 diamond lobsterVery strong issue quality with high-confidence source-level or clear reproduction.Very strong issue quality with high-confidence source-level or clear reproduction.no-staleExclude from stale automationExclude from stale automation
Type
Fields
Priority
None yet
Summary
Remote macOS skill eligibility still does not mark
apple-noteseligible on OpenClaw2026.6.8, even though the connected macOS node resolvesmemosuccessfully.This appears to be either a regression of #71877 or a second eligibility code path that still does not account for remote macOS node capabilities.
Related previous issue:
Environment
2026.6.8Macapple-notesmemoskills.entries.apple-notes.enabled:trueCurrent node verification
openclaw nodes statusshows the Mac node is approved, paired, and connected.Invoking
system.whichon the Mac node succeeds:{ "ok": true, "command": "system.which", "payload": { "bins": { "memo": "/opt/homebrew/bin/memo" } }, "payloadJSON": "{\"bins\":{\"memo\":\"/opt/homebrew/bin/memo\"}}" }Actual behavior
After enabling
apple-notesand restarting the gateway,openclaw skills check --jsonstill reportsapple-notesundermissingRequirements:{ "name": "apple-notes", "missing": { "bins": ["memo"], "anyBins": [], "env": [], "config": [], "os": ["darwin"] } }openclaw skills list --jsonalso reports:{ "name": "apple-notes", "eligible": false, "disabled": false, "modelVisible": false, "commandVisible": false }Expected behavior
apple-notesshould be eligible because:system.whichmemoto/opt/homebrew/bin/memoNotes
Issue #71877 was closed as fixed in commit
8748ae3bb7fbb9bdcf1db9db05eb1510cee34c49, with the fix described as accepting object-map shapedpayload.binsresponses fromsystem.which.The current behavior on
2026.6.8still matches the old symptom: the successful remote Mac probe does not makeapple-noteseligible.