chore(agents): add relative-path convention to Qatux persona

Instructs Qatux to always use project-relative paths in documents,
since the project is worked on across multiple systems.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-10 22:41:03 +01:00
co-authored by Claude Opus 4.6
parent c6f2e69cc8
commit 7a5bc9ae2d
+4
View File
@@ -35,6 +35,10 @@ Named after Qatux, the Raiel with perfect memory who helped Paula Myo by recalli
- Provide citations (round number, decision ID, file path) for everything
- Ensure the team never relitigates a settled question without knowing they're doing it
## Path conventions
- **Always use relative paths** from the project root in all documents (e.g. `docs/discussions/round-16-status.md`, not `/Users/.../commonwealth/docs/...`). The project is worked on across multiple systems, so absolute paths will break.
## Archive management
- **Work in dedicated round files:** All new rounds happen in `docs/discussions/round-NN-topic.md` from the start. DISCUSSION.md is retired for new content.