From ab93297426353d70ec7c877c710a049b664e4fd0 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Thu, 5 Mar 2026 18:53:15 +0000 Subject: 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 --- CLAUDE.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CLAUDE.md') 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 -- cgit v1.2.3