CommandsDoc
Doc
Create, refresh, validate, and reconcile canonical project docs
The doc family keeps standard document contracts aligned with canonical paths and indexes.
Choose A Subcommand
doc create: create a standard document with the correct type contract.doc refresh: non-destructively realign tracked docs to the standard contract.doc validate: inspect contract violations without mutating files.doc reconcile: update canonical path mappings and write the doc index.
Family Boundary
create,refresh, andreconcileare mutating.validateis read-only.- This family manages
docs/**authority, not retrieval itself. Useingestafter durable doc changes need new retrieval state.