You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cli: fix two stale os … invocations, and declare the two deliberate ones in place (#12177)
* docs(cli): fix two stale `os …` invocations, docblock the two deliberate ones
`os projects switch` (utils/api-client.ts) and `os packages install`
(commands/environments/create.ts) name ids the CLI does not register:
`projects` became `environments` in v5.0 with no aliases (ADR-0006), and the
package topic is singular. Both corrected against the ids read from the built
oclif `Config`.
The other two documented invocations in this package that do not resolve are
correct prose, not defects, so they are annotated rather than changed:
`os publish` / `os rollback` in commands/package/publish.ts name commands that
were deliberately removed, and `os datasource` in utils/response-envelope.ts
names a real topic whose three subcommands are the runnable ids. Each now says
so in place, so a future reader — or a future sweep author — does not "fix"
accurate prose.
Comment text only; no command id, flag, or behaviour changes.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01HbG3rGVLjZStHQxHDtzJdJ
* docs(cli): word the two notes so they do not plant new unresolved spans
Re-running the sweep this card measures showed the notes had added three
sweep hits of their own: each contained a literal backticked `os …` span,
which the sweep reads as an invocation that resolves to nothing. A note whose
purpose is to keep a future sweep honest should not inflate that sweep's own
numbers, so both now describe the sweep without spelling a placeholder
invocation. The retired ids they deliberately name are unchanged.
Measured after: 583 invocations across 109 non-test sources, 5 unresolved —
the two genuinely stale ones are gone, and every remaining hit is one of the
retired/topic names these two notes exist to declare.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01HbG3rGVLjZStHQxHDtzJdJ
---------
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments