source
Claude Agent Instructions
Claude and Claude Code should follow the [Shared Agent Contract](shared.md),
Claude and Claude Code should follow the Shared Agent Contract , plus the Claude-specific rules below.
First Action
./scripts/conductor-bootstrap.sh
Then read:
.context/ARDUR_CONTEXT.md.context/ardur-graph.mdAGENTS.mddocs/engineering-standards.md
Claude-Specific Rules
- Keep private Claude runtime state under
.claude/; that path is ignored and must not be committed. - Do not add a root
CLAUDE.mdunless the user explicitly asks for one. The public-safe Claude guide is this file. - If using Claude Code hooks or plugin surfaces, verify the relevant hook behavior with focused tests and receipt-chain checks before claiming success.
- Do not store prompts, transcripts, or handoff notes in tracked docs unless they are intentionally public and reviewed.
PR Target
- Normal work:
dev. - Release-only work:
main, only when explicitly requested.