Workflows¶
ADR Authoring Workflow¶
- Draft architecture rationale in a working note.
- Promote stable cross-repo decisions into
docs/adr/canonical/. - Reference canonical ADRs from repo-local overrides in owning repositories.
- Keep architecture pages descriptive and move normative decisions into ADRs.
Documentation Editing Workflow¶
- Update entry pages in
docs/when navigation or repo intent changes. - Keep English documentation in the root
docs/tree. - Run
mkdocs buildafter each structural change to validate navigation, hooks, and generated registry output.
MCP Contract Workflow¶
- Update
docs/agent/manifest.yamlwhen authority order or resource roots change. - Update
docs/context/files when repo capabilities, workflows, or contracts change. - Re-run
python D:\github\workspace-mcp\scripts\mcp_provision.py dirac-frameworkto refresh registry state.