Plan #3 at 95%. Initial audit was incorrect — the entire API surface was already implemented and tested: - POST /clients/enroll — age key pair generation, mesh IP validation, attrs update, state → provisioning (impl.go:1091) - GET /clients/{slug}/context — context_version delta with file/tool/sops change tracking (impl.go:1195) - GET /clients/{slug}/secrets — scoped secret key listing (impl.go:1245) - POST /entities/provision — constraint validation, provisioning_steps tracking, relationship edges, audit trail (impl.go:1271) - GET /entities/{slug}/provision/status — step-by-step progress (impl.go:1380) - PATCH /entities/{id} — lifecycle validation against lifecycle_defs, 409 on illegal transitions (impl.go:933) - client_lifecycle_test.go: 324 lines, full e2e: planned→enroll→provisioning→active→migrating→deprecated→failed + provision + relations + blast radius + rejection tests Remaining (follow-up): bootstrap.sh + context-poller.sh thin-client scripts.
2.1 KiB
2.1 KiB
Plans
Pre-flight runbooks for planned changes. When a plan is executed, move it to
done/ and add changelog entries on affected node pages. If things
went sideways, open an investigation.
Active
| Date | Title | Status |
|---|---|---|
| 2026-07-05 | Oikos Prometheus LXC | Planned |
| 2026-07-06 | Consolidate Oikos control plane onto mac-mini | In Progress (Phase 1-6 implemented, pending cutover) |
| 2026-07-08 | Plan vs implementation cross-reference | Planned |
Done
See done/ for executed plans:
| Date | Title |
|---|---|
| 2026-06-01 | Slate AX → SODOLA managed switch migration |
| 2026-06-04 | Deprecate claudio-bot |
| 2026-06-25 | Yuvomi deployment — house.hubris.network |
| 2026-06-29 | Grimmory migration — Booklore → dedicated LXC |
| 2026-06-24 | TRMNL plugins LXC (128) + middleware deploy pipeline |
| 2026-07-06 | Adopt wiki-hq doc architecture |
| 2026-07-07 | MCP tool completion — Hermes operator interface |
| 2026-07-07 | DB as single source of truth for agent knowledge |
| 2026-07-07 | Comprehensive audit: stale files, state gaps, and next steps |
| 2026-07-07 | Client lifecycle in Go — enrollment through deprecation |
Conventions
- File name:
YYYY-MM-DD-<slug>.md. Use the target date if known, otherwise the planning date. - Status:
Planned→In Progress→Done(move todone/on completion). - When done: add a changelog entry on every affected node page, then move the file to
done/. - Plans are append-only once execution starts — don't rewrite pre-flight intent after the fact.