Finish SAND-WP-0003: wise-validator extraction workplan

Add workplan, update migration-gaps delivered table, and extend sand-boxer
e2e.yml with health check for validate run self-smoke.
This commit is contained in:
2026-06-23 21:37:08 +02:00
parent 9054d33e46
commit e7d31b7f55
3 changed files with 138 additions and 9 deletions

View File

@@ -6,14 +6,17 @@ Recorded after SAND-WP-0002-T10 remote verification on CoulombCore (`92.205.130.
`SANDBOXER_COMPOSE_CMD=podman-compose`. Container images need fully qualified names
(e.g. `docker.io/library/nginx:alpine`) due to short-name registry policy.
## wise-validator (SAND-WP-0003)
## wise-validator (SAND-WP-0003) — delivered
| Legacy (`e2e-framework`) | sand-boxer today | Gap |
|--------------------------|------------------|-----|
| Parse `e2e/e2e.yml` health_checks | `wait_ready` uses compose `ps` only | wise-validator must own HTTP health polling |
| Run `test_command` | Not implemented | wise-validator runs tests inside ready sandbox |
| `reporter.py` → State Hub pass/fail | Lifecycle events only | wise-validator posts validation results |
| `make e2e REPO=` one-shot | `create` + separate validate step | Need orchestrated caller or validator CLI |
| Legacy (`e2e-framework`) | wise-validator today | Notes |
|--------------------------|----------------------|-------|
| `schema.py` | `wisevalidator/schema.py` | `e2e/e2e.yml` v1 contract |
| Health polling | `wisevalidator/ssh.py` | Remote `curl` after sand-boxer `ready` |
| `test_command` | `wisevalidator/runner.py` | SSH in `reachability.remote_dir` |
| `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)