CLAUDE.md · diff

git:20260719.a4e57e1 to git:20260719.116d8e6

2 added, 2 removed. Audit A to A.

# CLAUDE.md
Project guidance for Claude Code (and any AI agent) working in this repository lives in
**[AGENTS.md](AGENTS.md)** — read it first.
It covers: what this repo is, the load-bearing rules (the `agents/` gitignore trap,
- plugin self-containment, `${CLAUDE_PLUGIN_ROOT}` paths, read-only/never-push, two-layer
- artifacts + `.intense/` conventions), the repo map, how a run works, the five lenses and their
+ plugin self-containment, `${CLAUDE_PLUGIN_ROOT}` paths, read-only/never-push, `wip/` and
+ `.intense/` conventions), the repo map, how a run works, the five lenses and their
contract, the shared contract layer, the config system, the knowledge base, how to
extend the plugin, and the quality bar.
Quick pointers:
- `PLAN.md` — design and phase detail.
- `STATUS.md` — current-state snapshot · `CHANGELOG.md` — dated change history.
- `plugins/intent-engineering/README.md` — end-user usage of the plugin.