From 7a5bc9ae2d17a99c8cc2cfa196fdcd0b2b242816 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Tue, 10 Feb 2026 22:41:03 +0100 Subject: [PATCH] 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 --- .claude/agents/qatux.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.claude/agents/qatux.md b/.claude/agents/qatux.md index edd5a9d13..77f4d0384 100644 --- a/.claude/agents/qatux.md +++ b/.claude/agents/qatux.md @@ -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.