Files
oikos/plans/index.md
dtoro fa79c1ea25
Some checks failed
ci / build-test (push) Has been cancelled
ci / docker-build (push) Has been cancelled
ci / web (push) Has been cancelled
Desktop App / Build Linux (amd64) (push) Has been cancelled
Desktop App / Attach to Release (push) Has been cancelled
0.28.0 — operational hardening (plan D1–D5): CI deploy gate, versioned images, rate limiting, resource limits, health probes
D1: deploy.sh CI gate — read-only SHA via git ls-remote, Gitea commit-status
    poll, portable mkdir deploy lock (macOS, no flock), TOCTOU guard, token
    passed via curl --config - (not argv), graceful misconfig tolerance.
D2: version-tagged images — OIKOS_VERSION=v$VERSION, keep-last-3 prune derived
    from 'docker compose config --images'; VERSION read after pull.
D3: per-IP rate limiting — new internal/httpapi/ratelimit.go (x/time/rate),
    rightmost-XFF, /healthz exempt, ctx-driven sweep; disabled by default.
D4: mem_limit/cpus on all 10 compose services.
D5: staleness-aware health probes — new internal/health package wired into
    scheduler (:8093) and notifier (:8094); nomos already had :8092.

Two /review passes hardened the deploy lock, TOCTOU guard, token hygiene,
and XFF handling.
2026-08-08 21:31:16 +02:00

7.3 KiB
Raw Blame History

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 — not started
2026-07-08 Oikos gaps, broken things, and improvements In Progress — security items (B1-B5) and doc drift (E) still open
2026-07-08 Control room web UI 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 In Progress — Phase 5 deferred
2026-07-10 General gated execution: unlimited actions, gated by risk 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 In Progress — only C1 (unauthenticated nomos gateway) still open, deferred
2026-07-14 Activity gaps In Progress
2026-07-14 Activity timeline In Progress
2026-07-17 Codebase review, lint audit, and documentation maintenance Report delivered — doc/tooling fixes applied; code refactors pending
2026-07-20 Mascot physics/window-interaction audit P0P2 implemented; P3 ("cool stuff") ideas open
2026-07-21 Frontend as OS + Apps — architecture audit & refactor Planned — Phase 1 ready
2026-08-04 Hermes MCP client integration Done — deployed
2026-08-05 Agent execution safety: QEMU guest agent gate + host-mutation guard Done — implemented (1b9c761)
2026-08-05 Backend evaluation: architecture, security, and reliability improvements In Progress — Phase 0 (B) + Phase 2 (D1D5) done; Phase 1 (C) pending

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
2026-07-08 Fix MCP analysis tools
2026-07-06 Consolidate Oikos control plane onto mac-mini
2026-07-08 Signal triggers: host health checks
2026-07-08 Plan vs implementation cross-reference
2026-07-08 Nomos resident agent (renames Hermes)
2026-07-09 Chat sessions: reliability, cost, and session-management fixes
2026-07-09 Session execution, UX, and learning improvements
2026-07-10 Autonomous plan execution: close the observation gap
2026-07-11 Tasks: the chat page as goal-structured autonomous work
2026-07-11 Concurrent task execution: safety + throughput + frontend correctness
2026-07-11 UI review: information architecture, usability, and best practices
2026-07-11 Task completion safety net: every live task is stuck "Running"
2026-07-12 Wails desktop application
2026-07-13 MCP tool apps: custom in-chat renderers
2026-07-14 Session reliability & UX audit
2026-07-14 Tool timeline in sidebar
2026-07-14 Unified agent activity indicator
2026-07-14 Post-fix session remainders: empty responses & plan drift
2026-07-15 Plan-first and iteration
2026-07-15 WhatsApp session audit
2026-07-18 Session review: three recent sessions
2026-07-20 Desktop mascot ("Cluck")
2026-07-20 Session review: past 10 sessions
2026-07-21 Chat window full polish
2026-07-29 Make health reflect reality + complete the knowledge graph
2026-07-30 Session review: plan drift & dead activity panel
2026-08-03 Nomos chat changes review (P0/P1/P2)
2026-08-03 Nomos chat: reliability & predictability audit
2026-08-03 Adopt cyberspace.online terminal aesthetic + dithered images
2026-08-03 Nomos chat: working-visibility, message queue, generation-aware timeline
2026-08-04 Chat interaction overhaul: inline progressive stream + thinking blocks

Conventions

  • File name: YYYY-MM-DD-<slug>.md. Use the target date if known, otherwise the planning date.
  • Status: PlannedIn ProgressDone (move to done/ 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.