experiment: separate current principles from architectural aspirations
This commit is contained in:
@@ -85,9 +85,11 @@ The following were built during Experiments 18–25B. They are isolated diagnost
|
||||
| When you need | Read this |
|
||||
|---|---|
|
||||
| Where we are now | `docs/current-project-state.md` (this file) |
|
||||
| Current principles and reasoning guidance | `docs/current-working-principles.md` |
|
||||
| What to keep from code changes during UX work | `.claude/architecture-guardrails.md` |
|
||||
| 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) |
|
||||
| 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.
|
||||
@@ -106,6 +108,10 @@ Engine experiments remain paused after Experiment 25B. UI experiments are paused
|
||||
|
||||
The current-state briefing was checked against source code via targeted code inspection of API routes, orchestrator imports/calls, and cross-module traces for each passive classifier. Five active capabilities are confirmed (reconstruction, graph updates, unknown selection, question formulation, turn orchestration). Seven passive capabilities remain classified as diagnostic_only (investigation-state assessment) or isolated (behaviour selection, decision-condition status, evidence direction, evidence scope, question importance, question relevance to decision, scope-aware condition status). No corrections to the current-state document were required. Knowledge-management experiments continue: five historical documents archived per Experiment 29; backlog info.md split in Experiment 31 into `docs/ui-mock-reference.md` (mock fixtures reference) and `docs/archive/deferred-ux-backlog.md` (deferred UX planning). Architectural-principles.md kept as task-specific reference. Engine and UI experiments remain paused. First file to inspect when resuming: `docs/current-project-state.md`, then `.claude/architecture-guardrails.md` before any code changes, then `lib/graph/orchestrator.js` for engine-resumption work.
|
||||
|
||||
### Return-to-Work Note (Experiment 32)
|
||||
|
||||
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.
|
||||
|
||||
## Verification Marker
|
||||
|
||||
Implementation status last checked against source: Experiment 28.
|
||||
|
||||
Reference in New Issue
Block a user