diff options
| -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 |
