-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing Docs
github-actions[bot] edited this page Apr 5, 2026
·
1 revision
-
Canonical published docs are markdown under
wiki-src/in this monorepo. The GitHub Wiki is a published mirror; do not edit wiki pages only in the GitHub UI. -
logs/docs/may contain working notes, migration drafts, and long-form investigations. Treat it as non-canonical unless content has been promoted intowiki-src/. Prefer updating the wiki for anything operators or integrators should rely on.
- Edit or add pages under
wiki-src/. - Update
wiki-src/_Sidebar.mdandwiki-src/Home.mdwhen adding navigable pages. - Update
wiki-src/_DocMap.jsonwhen adding stable short links from READMEs or packages. - If wiki publish runs in pilot allowlist mode, add new
*.mdfilenames towiki-src/_PublishConfig.json→allowlist_pages. - Use internal links with stable wiki slugs:
[[Page-Name]]matching the file stem (e.g.Hydration-Pipeline.md→[[Hydration-Pipeline]]). - Merge to the branch your automation uses (typically
main) to trigger wiki publish.
Hydration and conflict prompts are authored as markdown under prompts/, then generated into a single JSON bundle:
- Edit
prompts/hydration/*.mdandprompts/conflict/*.md(YAML frontmatter +{{var}}bodies as documented inscripts/generate_prompt_bundle.py). - Run
python scripts/generate_prompt_bundle.pyto refreshagents/shared-tonic-ai-prompts/prompts.v1.json. - Run
python scripts/sync_agent_ai_prompts.py(or the repo’s Node wrapper) to copy the bundle intoagents/github-action-agentandagents/github-action-agent-node. - CI should run
python scripts/generate_prompt_bundle.py --checkso the bundle stays in sync with markdown sources.
- At least one maintainer review for substantive docs changes.
- Confirm naming follows Naming-Conventions.
- Confirm package
homepage/ Documentation URLs inpackage.json/pyproject.tomlstill point at the right wiki slugs when you rename pages.