Skip to content
V5OperatingPhase 9 · portrait

Operating.What's actually happening underneath.

This is the operational twin. Five surfaces compose a portrait of the engineering life beneath the portfolio: what shipped this week, which production systems are alive, what's currently experimenting, what's planned next, and what corrections the platform has recorded recently. The data updates once an hour; no real-time gauges, no dashboard cosplay. Read it like an engineering notebook.

Snapshot generated . Same JSON available at /api/v5/operating/snapshot.

01 · This week shipped

Every commit pushed in the last 7 days, newest first. The same source the public /changelog reads, sliced to the recent window.

0 commits0 repos touched

No commits in the last 7 days.

Either the GitHub events feed is unavailable, or the operator is in observation mode — both are valid steady states.

02 · Active infrastructure

Production systems the platform tracks. Status is derived from each system's last-seen telemetry timestamp: active (touched within 7 days), dormant (7-30 days), archived (older or no signal).

0 active0 dormant8 archived
  • Lab — Commit Narrator/lab/commit-narratorEngineering-grade summaries from recent commit history.archived
  • Lab — IAM Translator/lab/iam-translatorStreaming Bedrock-backed AWS IAM policy translator. Rate-limited, cost-capped, public.archived
  • Lab — Prompt Rescuer/lab/prompt-rescuerUnder-specified prompts → structured AI agent briefs. Same rate-limit + cost-cap chassis as IAM Translator.archived
  • Lumina chat/lumina/brainThe AI-native chat surface embedded across the portfolio. 13-tool registry, architecture-critic sub-agent, 14-day persistent memory.archived
  • Telemetry dashboard/telemetryPublic engineering telemetry — Lumina p95, lab adoption funnels, npm download counts.archived
  • V5 evolution archive/evolutionPhase 7 engineering memory surface. 17 architectural events, scrubbable timeline.archived
  • V5 perception layer/v5/perceptionPhase 6 foundation. Closed-schema, consent-gated, aggregate-only perception telemetry.archived
  • V5 topology/v5/topology/cloud-waste-hunterPhase 8 cinematic topology renderer. ONE production project mount (Cloud Waste Hunter).archived

03 · Running experiments

Live experimentation slots — the public lab (Bedrock- backed AI experiments) and the playground (capability- detected experimental surfaces). Each entry carries its host system + current lifecycle status.

  • lab · Commit Narrator/lab/commit-narratorSynthesises engineering-grade summaries from a project's recent commit history.active
  • playground · Hello, playground/playground/hello-playgroundDiagnostic shell — renders the visitor's capability snapshot to verify the experiment-mount contract end-to-end.active
  • lab · IAM Translator/lab/iam-translatorStreaming Bedrock endpoint translating plain-English AWS access requests into hardened least-privilege IAM JSON.active
  • lab · Prompt Rescuer/lab/prompt-rescuerRewrites under-specified prompts into structured AI agent briefs.active

04 · Planned next

The operator's honest declaration of what's next. Hand-curated, append-only. No deadlines, no estimates — when an item ships, it moves to the evolution archive as a real architectural event.

  • Phase 8 observation window (90 days)

    in progress

    Watch how the topology + aura + adaptive-recruiter foundations behave under real visitor traffic before mounting any of them visibly. The five sub-PRs that closed Phase 8 shipped invisible by design; the 90-day window measures whether any of them earns activation.

    Phase 8
  • V5 Phase 9 — operational digital twin

    in progress

    Continue building the operational twin surface that this very planned-next list lives in. The data layer (this sub-PR) is foundation; subsequent sub-PRs ship the public surface + repo intelligence overlay + living journal weekly cron + operational portrait card.

    /v5/operating
  • Topology mount expansion (VCAI + SixPack)

    next up

    Once the CWH topology page (Phase 8.3) earns observation, add the remaining production projects to ENABLED_SLUGS. Requires a registry editorial pass — each project's subgraph needs more nodes than the current seed carries.

    /v5/topology
  • Aura provider mount + first opt-in surfaces

    considering

    Phase 8.4 shipped the aura system unmounted. The natural follow-up: mount AuraProvider in app/layout.tsx behind V5_AURA_ENABLED + opt one or two existing ambient gradients (likely /v5/topology + /v5/perception) into reading var(--v5-aura-accent-rgb).

    /v5/aura
  • Adaptive recruiter /contact sections

    considering

    Phase 8.5 shipped the classifier + Provider unmounted. The visible activation needs: globally-mounted AdaptivePatternProvider (records visited prefixes) + new /contact sections (direct / elevator / engineering / what-id-build / rate-availability) + CSS `order` rules per data-pattern.

    /contact

05 · Recent corrections

Most-recent slice of the public corrections log. The full archive lives at /lumina/failures.

  • scope-judgment

    Forget-Me control was initially scoped out as “memory theatrics”

    Same-day hotfix added the Eraser-icon Forget-Me button to the chat window header, plus the `/api/chat/forget` endpoint and `forgetSession` helper in `lib/lumina/memory.ts`. The button deletes both the `lumina:session:<id>` and `lumina:summary:<id>` KV buckets server-side and clears every client-side trace synchronously. No confirmation dialog, no localStorage write for the toggle state — operator-grade quiet.

    commit a99af07

Showing 1 of 1 entries.

V5 · Phase 9 · Operational Digital Twin·Portrait, not dashboard·ISR 1h cadence

The data layer landed in Sub-PR 9.1 (the composer + the 5 aggregators + the JSON feed). Sub-PR 9.2 mounts this editorial portrait on top. The living engineering journal (9.3) and the operational portrait OG card (9.4) compose from the same snapshot the page above renders.