chore: cleanup context to reduce token usage

This commit is contained in:
2026-06-24 20:01:26 +00:00
parent 8b26245163
commit 04e7cfa089
2 changed files with 0 additions and 134 deletions

View File

@@ -38,18 +38,6 @@ Read these on demand:
- `providers/claude-code/CLAUDE.md` is the deployed global config — edit it there, not here
- Governance constraints from `core/instructions/governance.md` apply when building content in this repo — hard prohibitions on secrets and data, HITL requirements before irreversible actions, sycophancy resistance, and deterministic execution preference are always in effect
## Chunk development workflow
Each chunk follows this sequence:
1. `/grill-with-docs` — grill vision/context before writing anything
2. `/to-prd` — write the PRD from the grilling output
3. `/to-issues` — break PRD into issues (`docs/issues/` until Gitea is set up)
4. `/tdd` — implement each issue using TDD
5. `/improve-codebase-architecture` — architecture review after implementation
6. Start a new session before the next chunk
Don't skip `/tdd` — it's the easy one to forget.
## Working context
This repo is built by a junior developer as a homelab tool intended to scale to professional environments. Challenge ideas and reference industry standards rather than validate assumptions. Explain the why behind decisions — assume the user is learning, not just executing. Flag significant actions before taking them.