summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Stone <thepeterstone@gmail.com>2026-03-05 18:53:15 +0000
committerPeter Stone <thepeterstone@gmail.com>2026-03-05 18:53:15 +0000
commitab93297426353d70ec7c877c710a049b664e4fd0 (patch)
treea221664fe64f9c3615bc24283bf389e70e73bd16
parentcf83444a9d341ae362e65a9f995100c69176887c (diff)
CLAUDE.md: add canonical repo constraint
Explicitly state that /workspace/claudomator is the canonical directory. Prevents agents from wandering into other directories on the filesystem. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
-rw-r--r--CLAUDE.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CLAUDE.md b/CLAUDE.md
index 05ec68a..1d03678 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -4,6 +4,11 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
Also check `~/.claude/CLAUDE.md` for user-level development standards (TDD workflow, git practices, session state management, etc.) that apply globally across all projects.
+## Canonical Repository
+
+**The canonical source of truth is `/workspace/claudomator`.** All development must happen here.
+Do not work in any other directory unless explicitly instructed. Do not explore `/site/doot.terst.org/` for source files.
+
## Build & Test Commands
```bash