Skip to content

State Docs

State docs describe the current implementation map for anuvax-cms. They are optimized for orientation: where routes live, which actions and collections matter, what commands exist, what workflows run, and what gaps are known.

flowchart TD
  State["State docs"] --> Current["Current implementation map"]
  State --> Routes["Routes"]
  State --> Actions["Server actions"]
  State --> Collections["Collections"]
  State --> Workflows["Workflows"]
  State --> Commands["Scripts and commands"]
  State --> Gaps["Known gaps"]

Pages

  • CurrentImplementationMap.md
  • RouteMap.md
  • ServerActionsMap.md
  • WorkflowMap.md
  • CollectionMap.md
  • EnvAndServices.md
  • ScriptsAndCommands.md
  • KnownGaps.md
  • RecentDecisions.md
  • DocsUpdateChecklist.md

Update these pages when implementation paths, commands, operational assumptions, maps, or gaps change.