Implement SAND-WP-0008: host telemetry and self-canary

Add profile.sandbox-canary, HostSnapshot/inventory/stale schemas, SSH
collectors, before/after provision deltas, telemetry export to State Hub
and local JSON, default `sandboxer create` self-deploy, inspect/reap-stale
CLI, runbook, and CoulombCore verification (26 tests pass).
This commit is contained in:
2026-06-23 19:53:51 +02:00
parent 582c1dd3c6
commit c0a9261cdc
22 changed files with 1047 additions and 26 deletions

View File

@@ -172,8 +172,13 @@ make lint # ruff check
make format # ruff format
make build # uv build
make cli-version # smoke test: sandboxer version
make smoke-remote # SAND-WP-0002 compose-e2e smoke
```
Canary self-deploy (SAND-WP-0008): `sandboxer create` with no args deploys
sand-boxer and returns `telemetry` (host metrics, stale inventory). See
`docs/runbooks/profile-sandbox-canary.md`.
Canonical detail: `.claude/rules/stack-and-commands.md`.
---