AGENTS.md ยท diff
git:20260509.9deb1c5 to git:20260721.0ac65f6
8 added, 3 removed. Audit B to A.
# AGENTS.md
- Read [CLAUDE.md](CLAUDE.md) first. It is the source of truth for JobPilot
- architecture, Claude plugin layout, coding conventions, and current repository
- context.
+ Read [CLAUDE.md](CLAUDE.md) first - architecture, layout, commands, and repo-wide code style.
+
+ Per-area conventions live in `.claude/rules/`; read the files matching what you're changing:
+
+ - [api.md](.claude/rules/api.md) - `apps/api`, `packages/*`
+ - [web.md](.claude/rules/web.md) - `apps/web`
+ - [plugin.md](.claude/rules/plugin.md) - `plugin/`
+ - [terminal.md](.claude/rules/terminal.md) - `apps/terminal`, `tests/`