CLAUDE.md · git:20260921.de5eb9f · 2026-09-21 · sha256 88e71106b7c57c87
CLAUDE.md git:20260921.de5eb9fA
Immutable. This exact content is served forever at /api/v1/blob/88e71106b7c57c87.
# CLAUDE.md — Claude Adapter (Pointer Only) > Not the source of truth. Binding rules live in `AGENTS.md`. > Skill routing lives in `SKILLS.md`. For every backend task in this repo, read in order: ```text AGENTS.md SKILLS.md .agents/skills/backend-core/SKILL.md <this-task> (when a task file exists, see tasks/README.md) ``` Then load only the relevant canonical skill(s) under `.agents/skills/` + detailed guide(s) under `skills/backend/` per `AGENTS.md §6`. Backend scope: `src/main/java/com/bekaku/api/spring/`, `src/main/resources/`, `src/test/`, `build.gradle`. Task lifecycle, validation, and safe stop/resume: follow `AGENTS.md §§7, 10, 11`. Task template: `tasks/TASK_TEMPLATE.md`.