RAGit
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, and reconcile are mutating.
  • validate is read-only.
  • This family manages docs/** authority, not retrieval itself. Use ingest after durable doc changes need new retrieval state.