diff --git a/.pql/pql-plan.json b/.pql/pql-plan.json index 300d3646..4753ca6b 100644 --- a/.pql/pql-plan.json +++ b/.pql/pql-plan.json @@ -1,5 +1,5 @@ { - "exported_at": "2026-05-06T20:28:15Z", + "exported_at": "2026-05-06T20:28:25Z", "decisions": [ { "id": "D-1", diff --git a/CLAUDE.md b/CLAUDE.md index 67fa93f6..d649b5fe 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -28,6 +28,7 @@ These are load-bearing. Violating any means the design is wrong, not the rule. - **Repo-is-the-workspace.** The git repo root is the workspace — no parallel "vault" concept. - **Ignore discipline.** Single knob: `ignore_files:` in `.pql/config.yaml`, ordered layering. See [`D-4`](decisions/architecture.md#d-4-ignore-file-strategy). - **Decision discipline.** All architectural choices live in `decisions/.md` as `D-NNN` records. Open questions as `Q-NNN`. Rejected alternatives as `R-NNN`. Claim new IDs via `pql decisions claim D "title"`. See [`decisions/README.md`](decisions/README.md). +- **No pre-existing excuse.** Solo-dev repo — every failure encountered is yours to fix, regardless of who introduced it. If `make test` is red, a golden is broken, or `flutter analyze` shows a warning when you start working, the order is: **fix it first, then your work**. If you genuinely can't fix it in scope (separate ticket, large sweep, missing context), stop and surface it before continuing — don't push on top of broken state. "It was already broken" is not a reason to add more on top. ## Repo layout