experiment: validate cross-boundary context routing

This commit is contained in:
2026-08-06 15:58:41 +01:00
parent 7849b2f215
commit 544573af75
5 changed files with 152 additions and 40 deletions
+16 -14
View File
@@ -6,7 +6,7 @@
- Engine experiments are paused after Experiment 25B;
- UI experiments are paused;
- Knowledge-management experiments are active;
- Knowledge-management experiments are complete;
- Experiment 34 created a single return-to-work handoff file to replace scattered current-state notes;
- The working tree was clean at commit `1d92aa0`.
@@ -26,9 +26,9 @@ Engine and UI work were deliberately paused because documentation had grown larg
## 4. What Was Just Completed
Experiment 34 consolidated scattered return-to-work notes into a single handoff file at `docs/current-handoff.md`, replacing the growing list of current-state entries in `docs/current-project-state.md`. This tested whether one living document could replace accumulated history without losing navigation value. No source code changed. No files moved or deleted.
Experiment 37 corrected the routing defect from Experiment 36 and tested a cross-boundary engine/UI task. It validated that two context packs can be combined deliberately while keeping working context small, explicit and accurate. All seven knowledge-management criteria are now met. No source code changed. No files moved or deleted.
**Commit:** `1d92aa0` (experiment: create single return-to-work handoff)
**Commit:** pending (experiment: validate cross-boundary context routing)
## 5. What Remains Open
@@ -38,15 +38,17 @@ Experiment 34 consolidated scattered return-to-work notes into a single handoff
### When This Knowledge-Management Phase Is Complete
Provisional criteria for review (not yet declared complete):
Provisional criteria for review:
1. A fresh session can resume from the handoff and one context pack;
2. Current state has been verified against implementation;
3. Historical material is outside default loading;
4. Current principles are separated from aspirational architecture;
5. Task-specific routing works for engine and UI tasks;
6. A cross-boundary task has been tested;
7. Maintaining the handoff does not require reading the full history.
1. A fresh session can resume from the handoff and one context pack;**met**
2. Current state has been verified against implementation;**met**
3. Historical material is outside default loading;**met**
4. Current principles are separated from aspirational architecture;**met**
5. Task-specific routing works for engine and UI tasks;**met**
6. A cross-boundary task has been tested;**met** (Experiment 37)
7. Maintaining the handoff does not require reading the full history.**met**
> Knowledge-management structure is ready for Rob's review before engine experiments resume.
## 6. How to Resume
@@ -78,8 +80,8 @@ Answer before continuing:
---
*Created by Experiment 34. Updated by Experiment 35. Branch: `feature/user-workspace-ux-v0.7`.*
*Created by Experiment 34. Updated by Experiment 37. Branch: `feature/user-workspace-ux-v0.7`.*
### Return-to-Work Note (Experiment 35)
### Return-to-Work Note (Experiment 37)
Experiment 35 tested handoff maintenance after another knowledge-management experiment completed. Stale experiment and commit wording was corrected — the handoff now names Experiment 34 as the latest completed KM experiment and `1d92aa0` as the latest confirmed commit. Provisional knowledge-management completion criteria are recorded in Section 5. Engine and UI experiments remain paused; knowledge-management remains active. First file to inspect when resuming: `docs/current-handoff.md`, then `docs/task-context-packs.md`.
The routing defect from Experiment 36 was corrected (Routing Test B now names `docs/ui-mock-reference.md` as the source of mock scenario names). A cross-boundary engine/UI task was tested: displaying passive condition-status information in the workspace. Primary pack — Knowledge-Management; second pack — UI and Mock (ui-mock-reference.md for scenario routing). All seven knowledge-management completion criteria are met. Engine and UI experiments remain paused pending Rob's review. First file to inspect when resuming: `docs/current-handoff.md`, then `docs/task-context-packs.md`.