Commit 9c7656c
committed
fix(skills): use remote-aware Gateway skills.status in CLI when available
Sweeper 🦞 #94956: the CLI skills subcommands (list, check, info)
used a local-only status build that did not account for remote macOS
node capabilities. Even after the parser fix (#71877) for system.which
object-map payloads, CLI status reports still showed darwin+bins(memo)
as missing on Linux gateways with connected macOS nodes.
Now loadSkillsStatusReport tries the Gateway skills.status RPC
(which already builds with getRemoteSkillEligibility) when
config.gateway.remote.url is set, falling back to local-only buildWorkspaceSkillStatus
when the Gateway is unreachable.
Test results:
- skills-cli.commands: 52/52 pass
- skills/runtime/remote: 12/12 pass
- gateway skills.proposals: 10/10 pass1 parent 2b3a7c5 commit 9c7656c
1 file changed
Lines changed: 29 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
103 | 132 | | |
104 | 133 | | |
105 | 134 | | |
| |||
0 commit comments