Public DocsOperator-Skill State
Operator-Skill State Shape
Operator-Skill State Shape
Page Promise
Operators can choose the correct hi operator command, interpret installed state and per-scope outcomes, recover safely, and distinguish operator-skill lifecycle work from other HI update surfaces.
Chosen Shape
Use two linked pages:
- A compact command flow at
/docs/cli/commands/operatorfor syntax, status vocabulary, mutation behavior, recovery, and the deprecated delegate. - A product-foundation concept at
/docs/cli/product-foundation/operator-skill-statefor immutable authority, copy precedence, verification, partial success, typed failure, and domain boundaries.
This split keeps direct command use short while giving the trust model enough room to be understood without exposing internal implementation mechanics.
Command Structure
- Purpose and immutable target summary.
- Command table for
status,install,update, andmigrate. - Status interpretation.
- Mutation and verification behavior.
- Failure, retry, and reload behavior.
- Deprecated delegate and concept-page link.
Concept Structure
- Independent operator-skill state.
- Immutable target identity and compatibility.
- Effective global/project-local state with visible shadowing.
- Post-write verification.
- Per-scope partial outcomes and guarded recovery.
- Typed inspection/integration failures.
- Explicit neighboring-domain boundaries.
Format Decisions
- Use one table on the command page because each subcommand repeats purpose and outcome fields.
- Use short prose and bullets for status vocabulary and failure behavior.
- Use one compact precedence flow on the concept page.
- Name the exact immutable target without publishing a raw installation URL.
- Link the command and concept pages to each other.
- Avoid implementation types, internal agent instructions, and unverified future behavior.
Merge Notes
- Add
operatortocontent/docs/cli/commands/meta.json. - Add
operator-skill-statetocontent/docs/cli/product-foundation/meta.json. - Add this artifact bundle to the private public-docs index and metadata.
- Keep public content under
surface: wiki,permission: internal, andstatus: implementedto match the existing CLI routes.