Finish SAND-WP-0004: mark e2e-framework migration arc complete

Update migration-gaps, SCOPE, and workplan status after the-custodian
make e2e shim delegates to validate run.
This commit is contained in:
2026-06-23 21:43:53 +02:00
parent d6afe0e27b
commit 1594bceec1
3 changed files with 19 additions and 14 deletions

View File

@@ -130,6 +130,9 @@ make smoke-remote # CoulombCore compose smoke (SANDBOXER_HOST)
# Full e2e validation (wise-validator, separate install):
validate run ~/activity-core
# Legacy operator entry (the-custodian):
cd ~/the-custodian && make e2e REPO=activity-core
```
- State Hub lifecycle events on create/destroy (when hub reachable)
@@ -140,7 +143,7 @@ validate run ~/activity-core
## What Is Not Possible Yet
- `make e2e REPO=` in the-custodian delegating to sand-boxer (SAND-WP-0004)
- ~~`make e2e REPO=` shim~~ — done (SAND-WP-0004; delegates to `validate run`)
- TTL auto-expiry / `extend_ttl` enforcement
- `ext.vm-packer` / build-machines migration (SAND-WP-0005)
- SaaS extensions (E2B, Modal) or payments layer (SAND-WP-0006)

View File

@@ -16,15 +16,17 @@ Recorded after SAND-WP-0002-T10 remote verification on CoulombCore (`92.205.130.
| `reporter.py` | `wisevalidator/reporter.py` | `e2e_result` State Hub events |
| Monolithic CLI | `validate run` | sand-boxer `create`/`destroy` via CLI client |
Remaining: `make e2e REPO=` shim SAND-WP-0004.
## the-custodian shim (SAND-WP-0004) — delivered
## the-custodian shim (SAND-WP-0004)
| Legacy | Target | Status |
|--------|--------|--------|
| `make e2e REPO=` in the-custodian | `validate run` (wise-validator + sand-boxer) | **Done** |
| `python -m e2e_framework` | Deprecation + delegate via `e2e-framework/shim.py` | **Done** |
| `RUNBOOK.md` in e2e-framework | Points to wise-validator + sand-boxer runbooks | **Done** |
| Verification | `the-custodian/scripts/verify-e2e-shim.sh` | **Done** |
| Legacy | Target |
|--------|--------|
| `make e2e REPO=` in the-custodian | Delegate provision/teardown to `sandboxer create/destroy` |
| `python -m e2e_framework` | Deprecation notice + wrapper |
| `RUNBOOK.md` in e2e-framework | Point to `docs/runbooks/profile-compose-e2e.md` |
**e2e-framework migration arc complete** (provision: sand-boxer, validation:
wise-validator, operator entry: `make e2e`).
## sand-boxer follow-ons

View File

@@ -4,7 +4,7 @@ type: workplan
title: "the-custodian e2e shim and deprecation"
domain: infotech
repo: sand-boxer
status: ready
status: finished
owner: codex
topic_slug: custodian
created: "2026-06-23"
@@ -30,7 +30,7 @@ doc pointers, and verification runbook updates.
```task
id: SAND-WP-0004-T01
status: todo
status: done
priority: high
state_hub_task_id: "112917a5-2f04-4c82-bc40-2a6d8b54e188"
```
@@ -47,7 +47,7 @@ In `the-custodian/Makefile` (or documented wrapper), replace `e2e` target body:
```task
id: SAND-WP-0004-T02
status: todo
status: done
priority: high
state_hub_task_id: "94399b5c-89dd-4ef6-9c5e-ffa3887ca572"
```
@@ -63,7 +63,7 @@ state_hub_task_id: "94399b5c-89dd-4ef6-9c5e-ffa3887ca572"
```task
id: SAND-WP-0004-T03
status: todo
status: done
priority: medium
state_hub_task_id: "40c70f8b-fa2e-4f4b-b521-665c8d92b403"
```
@@ -78,7 +78,7 @@ state_hub_task_id: "40c70f8b-fa2e-4f4b-b521-665c8d92b403"
```task
id: SAND-WP-0004-T04
status: todo
status: done
priority: high
state_hub_task_id: "7a993f9d-cc79-400d-b6c1-73621fbd4055"
```
@@ -93,7 +93,7 @@ state_hub_task_id: "7a993f9d-cc79-400d-b6c1-73621fbd4055"
```task
id: SAND-WP-0004-T05
status: wait
status: done
priority: low
state_hub_task_id: "3a1bb3e1-6433-47b5-8ef6-a9bfab3a7c2f"
```