Skip to content

Anuva Web App Docs

These are the repository-local docs for anuvax-cms, the Web implementation repository for Anuva Video Creator.

Use these docs for Web/CMS implementation details, local verification, and repository-owned technical decisions. Product coordination, repository registry, capability ownership, GitHub Project workflow, bootstrap source drafts, automation guidance, and shared engineering process guidance live in the Engineering Handbook section of anuva-main-video-creator.

flowchart TD
  Main["anuva-main-video-creator<br/>product + process"]
  Web["anuvax-cms<br/>Web implementation"]
  Bootstrap["Bootstrap Context"]
  Core["Core docs"]
  State["State maps"]
  Process["Change Workflow"]
  Changes["Change history"]

  Main --> Web
  Web --> Bootstrap
  Web --> Core
  Web --> State
  Web --> Process
  Web --> Changes

Start Here

  • docs/bootstrap/BootstrapContext.md: product-aware repository boundary and integration context.
  • docs/process/ChangeWorkflow.md: local Codex-first implementation workflow.
  • docs/core: durable system behavior and architecture.
  • docs/state: current routes, commands, collections, workflows, gaps, and implementation maps.
  • docs/changes: change-specific reasoning and implementation logs.

Treat docs/_stale as historical background only.