@agent-chassis/wiki-cli
v0.5.0
Published
<!-- Generated file — edit the source area record and regenerate; do not edit by hand. -->
Readme
@agent-chassis/wiki-cli
packages/wiki-cli is the human / operator command-line surface (wiki bin) over the
wiki-core substrate: create / validate / migrate work records, generate views, lint,
search / read, run code-index and graph-impact queries, and check dispatch readiness. CLI
forms are operator examples and fallbacks — agents use the structured MCP routes
(wiki-mcp), not the CLI, for schema-validated workspace actions. It depends only on wiki-core.
Entry Points
Entry points:
packages/wiki-cli/src/index.mjs— thewikicommand bin.packages/wiki-cli/src/commands/— per-command modules (work-records, generate, lint, search, sidecar / code-index, dispatch).
npm run wiki -- <command> forms in docs are operator/human usage; they are not an agent
authority surface.
Package Role
This package is installed through @agent-chassis/core for normal use. It remains available as a granular package for consumers that need direct package control.
