# Acme Payments — Claude-specific layer
#
# ─────────────────────────────────────────────────────────────────────────────
#  TRIO FILE 2 of 3 — CLAUDE.md (THIN ADAPTER)
#  QRefAI AI Coding Field Guide, Part 5 (Q5.x)
#
#  This file is deliberately TINY. It does two things and nothing else:
#    1. @imports the canonical AGENTS.md (Claude Code doesn't read AGENTS.md
#       directly as of mid-2026 — the import is the bridge; a symlink also works).
#    2. Adds the handful of overrides that are specific to how YOUR team uses
#       Claude Code (subagents, skills, slash commands) — things that have no
#       meaning on the Copilot side and so don't belong in AGENTS.md.
#
#  If you find yourself adding real project content here, STOP — it belongs in
#  AGENTS.md so both vendors get it. Keep this adapter thin.
# ─────────────────────────────────────────────────────────────────────────────

Canonical project context: @AGENTS.md

## Claude-specific overrides
- Run the `architect-review` subagent for any change touching > 3 modules.
- Use the `code-review` skill before opening a PR.
- Prefer the `regulatory-logging` and `pii-handling` skills when editing payment flows.

# That's it. Everything else lives in AGENTS.md.
