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

4
.gitignore vendored
View File

@@ -5,7 +5,3 @@ xcuserdata/
# Build artifacts
DerivedData/
build/
# Screen recordings / reference material
*.MP4
*.mp4