docs: add agent guide (AGENTS.md) and remove reference recording

- AGENTS.md: project context for agents — architecture, domain facts
  (schedule math, hard mode policy, shields), build/test via Xcode MCP,
  TDD workflow expectations, UI-test harness (launch args, seed
  scenarios, accessibility identifiers, XCUI gotchas), known gaps
- CLAUDE.md points to AGENTS.md
- Delete the Opal reference screen recording (spec already captures it)
  and drop the video patterns from .gitignore
This commit is contained in:
2026-06-12 15:22:12 -04:00
parent 2d609043f3
commit 0242e0a9d3
3 changed files with 125 additions and 4 deletions

5
CLAUDE.md Normal file
View File

@@ -0,0 +1,5 @@
# Severed
All project context for agents lives in [AGENTS.md](AGENTS.md) — read that
first. Feature behavior is specified in
[docs/RULES_FEATURE_SPEC.md](docs/RULES_FEATURE_SPEC.md).