diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-03-05 18:53:15 +0000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-03-05 18:53:15 +0000 |
| commit | ab93297426353d70ec7c877c710a049b664e4fd0 (patch) | |
| tree | a221664fe64f9c3615bc24283bf389e70e73bd16 /CLAUDE.md | |
| parent | cf83444a9d341ae362e65a9f995100c69176887c (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>
Diffstat (limited to 'CLAUDE.md')
| -rw-r--r-- | CLAUDE.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |
