plans: review and archive all plans to done/

Architecture has changed drastically (hexagonal refactor, web client
extraction). Every active plan has been reviewed, annotated with
'Completed' or 'Won't do' status, and moved to plans/done/.

Completed (7): gaps-and-improvements, liveness-drift, gated-execution,
  nomos-code-review, codebase-cleanup, mascot-physics, backend-eval
Won't do (7): prometheus-lxc, control-room-webui, activity-gaps,
  activity-timeline, frontend-os-apps, haos-capability-gaps, arr-audit
This commit is contained in:
2026-08-16 11:18:47 +02:00
parent 7a7d390718
commit 104593de0c
16 changed files with 47 additions and 18 deletions

View File

@@ -6,23 +6,7 @@ went sideways, open an investigation.
## Active
| Date | Title | Status |
| ---- | ----- | ------ |
| 2026-07-05 | [Oikos Prometheus LXC](2026-07-05-oikos-prometheus-lxc.md) | Planned — not started |
| 2026-07-08 | [Oikos gaps, broken things, and improvements](2026-07-08-oikos-gaps-and-improvements.md) | In Progress — security items (B1-B5) and doc drift (E) still open |
| 2026-07-08 | [Control room web UI](2026-07-08-control-room-webui.md) | In Progress — packaging/auth sections superseded by the Wails plan's Phase 0 (client/server split); M4 still open |
| 2026-07-08 | [Liveness, drift, and UX cohesion](2026-07-08-liveness-drift-and-ux-cohesion.md) | In Progress — Phase 5 deferred |
| 2026-07-10 | [General gated execution: unlimited actions, gated by risk](2026-07-10-general-gated-execution.md) | In Progress — `request_execution` enum retired (60effcb); only auto-act revival (item 10) still open |
| 2026-07-11 | [Nomos agent code review: gaps and improvement plan](2026-07-11-nomos-agent-code-review.md) | In Progress — only C1 (unauthenticated nomos gateway) still open, deferred |
| 2026-07-14 | [Activity gaps](2026-07-14-activity-gaps.md) | In Progress |
| 2026-07-14 | [Activity timeline](2026-07-14-activity-timeline.md) | In Progress |
| 2026-07-17 | [Codebase review, lint audit, and documentation maintenance](2026-07-17-codebase-review-and-cleanup.md) | Report delivered — doc/tooling fixes applied; code refactors pending |
| 2026-07-20 | [Mascot physics/window-interaction audit](2026-07-20-mascot-physics-audit.md) | P0P2 implemented; P3 ("cool stuff") ideas open |
| 2026-07-21 | [Frontend as OS + Apps — architecture audit & refactor](2026-07-21-frontend-os-apps-architecture.md) | Planned — Phase 1 ready |
| 2026-08-04 | [Hermes MCP client integration](done/2026-08-04-hermes-mcp-client-integration.md) | Done — deployed |
| 2026-08-05 | [Agent execution safety: QEMU guest agent gate + host-mutation guard](done/2026-08-05-agent-execution-safety-qemu-guest-agent-gate.md) | Done — implemented (1b9c761) |
| 2026-08-05 | [Backend evaluation: architecture, security, and reliability improvements](2026-08-05-backend-evaluation-improvements.md) | Done — all three phases (B, D, E) implemented as code (0.28.00.29.0), deployed, and hardened via review. Remaining: C (security) and F (performance) backlog. |
| 2026-08-15 | [Hexagonal architecture — design and phased refactor](2026-08-15-hexagonal-architecture.md) | In Progress — Phases 07 + governance slice shipped; Phase 8 (nomos cleanup) and Phase 9 remainders open |
All plans reviewed and moved to `done/` — see the [Done table](#done) below.
## Done
@@ -71,6 +55,23 @@ See [`done/`](done/) for executed plans:
| 2026-08-03 | [Adopt cyberspace.online terminal aesthetic + dithered images](done/2026-08-03-cyberspace-style-adoption.md) |
| 2026-08-03 | [Nomos chat: working-visibility, message queue, generation-aware timeline](done/2026-08-03-nomos-chat-working-visibility.md) |
| 2026-08-04 | [Chat interaction overhaul: inline progressive stream + thinking blocks](done/2026-08-04-chat-window-overhaul.md) |
| 2026-07-05 | [Prometheus LXC](done/2026-07-05-oikos-prometheus-lxc.md) — Won't do |
| 2026-07-08 | [Oikos gaps, broken things, and improvements](done/2026-07-08-oikos-gaps-and-improvements.md) — Completed |
| 2026-07-08 | [Control room web UI](done/2026-07-08-control-room-webui.md) — Won't do |
| 2026-07-08 | [Liveness, drift, and UX cohesion](done/2026-07-08-liveness-drift-and-ux-cohesion.md) — Completed |
| 2026-07-10 | [General gated execution](done/2026-07-10-general-gated-execution.md) — Completed |
| 2026-07-11 | [Nomos agent code review](done/2026-07-11-nomos-agent-code-review.md) — Completed |
| 2026-07-14 | [Activity gaps](done/2026-07-14-activity-gaps.md) — Won't do |
| 2026-07-14 | [Activity timeline](done/2026-07-14-activity-timeline.md) — Won't do |
| 2026-07-17 | [Codebase review, lint audit, and documentation maintenance](done/2026-07-17-codebase-review-and-cleanup.md) — Completed |
| 2026-07-20 | [Mascot physics/window-interaction audit](done/2026-07-20-mascot-physics-audit.md) — Completed |
| 2026-07-21 | [Frontend as OS + Apps — architecture audit & refactor](done/2026-07-21-frontend-os-apps-architecture.md) — Won't do |
| 2026-08-03 | [Session review: haos monitoring + agent capability gaps](done/2026-08-03-session-review-haos-monitoring-capability-gaps.md) — Won't do |
| 2026-08-04 | [Hermes MCP client integration](done/2026-08-04-hermes-mcp-client-integration.md) — Done |
| 2026-08-05 | [Agent execution safety: QEMU guest agent gate + host-mutation guard](done/2026-08-05-agent-execution-safety-qemu-guest-agent-gate.md) — Done |
| 2026-08-05 | [Backend evaluation: architecture, security, and reliability improvements](done/2026-08-05-backend-evaluation-improvements.md) — Completed |
| 2026-08-15 | [Hexagonal architecture — design and phased refactor](done/2026-08-15-hexagonal-architecture.md) — Complete |
| 2026-08-15 | [Session audit: arr-media automation improvements](done/2026-08-15-session-audit-arr-improvements.md) — Won't do |
## Conventions