experiment: create task-specific context packs

This commit is contained in:
2026-08-06 15:30:14 +01:00
parent 51f0c11bc8
commit b959cfa7a7
5 changed files with 176 additions and 0 deletions
+5
View File
@@ -90,6 +90,7 @@ The following were built during Experiments 1825B. They are isolated diagnost
| Product direction and stage | `.claude/project-context.md` |
| Task-specific or historical references | `docs/project-knowledge-inventory.md` |
| Broader architectural intent | `docs/architectural-principles.md` (task-specific only) |
| Task-specific routing by work type | `docs/task-context-packs.md` (four minimal packs + common rules) |
| Historical evidence or a named experiment | `docs/design-evolution-log.md` (the named section only) |
Do not read the full design-evolution log unless a specific experiment is required. Use the inventory to locate task-specific context, then load only what you need.
@@ -112,6 +113,10 @@ The current-state briefing was checked against source code via targeted code ins
Current principles now live in `docs/current-working-principles.md`. This short document contains only guidance supported by verified implementation, current project direction, and established product philosophy — organised into three sections: user experience, reasoning, and building the system. Broader and aspirational architecture remains in `docs/architectural-principles.md` as a task-specific reference; it has not been rewritten or deleted. Future sessions should use `docs/current-working-principles.md` by default for product and reasoning work. Engine and UI experiments remain paused after Experiment 25B. Branch: `feature/user-workspace-ux-v0.7`. First file to inspect when resuming: `docs/current-project-state.md`, then `docs/current-working-principles.md` for current guidance.
### Return-to-Work Note (Experiment 33)
Task-specific context packs now exist in `docs/task-context-packs.md`, giving each work type a minimal four-document starting set plus targeted reading paths. Future sessions should start with `docs/current-project-state.md`, then choose one pack from `docs/task-context-packs.md`. Additional documents should be loaded only for a named gap, with the reason recorded. Engine and UI experiments remain paused. Branch: `feature/user-workspace-ux-v0.7`. First file to inspect when resuming: `docs/current-project-state.md`, then select the relevant pack from `docs/task-context-packs.md`.
## Verification Marker
Implementation status last checked against source: Experiment 28.