[auto-closed: stale > 24h]
Added a 'track' column to the strategic roadmap (Strategy app, port 7175); backfilled all 30 existing items to track=tech.
Root-fixed two write-without-commit leaks freezing the pipeline: Elronds watcher (initiatives DB, INI-868) and Merlins Planner app (planner DB, INI-869) — both via a new shared guaranteed-close connection wrapper; verified handles flat across 5 sweeps each; both closed via reviewer.
Filing Gate is now a registered Elrond droid (el-fg-01) behind a shim with a durable refusal audit trail (session_event + Palantir post; re-request=follow-on).
Added an initiative_id column to Orion's logbook; updated orion_log() to accept initiative_id and, when set, mirror the entry onto Palantir's per-initiative wall via the renderer — straight from Orion's own logbook, never touching the planner DB.
Palantir's page was fetching absolute /api/ paths, which hit the apex domain and 404'd because the app is proxied under /dev/palantir/ — so the projects list crashed (ps.map is not a function).
Established the principle: Orion's bypass must MIMIC the planner but never DEPEND on it (twin droids against Orion's own stores; sync TBD, drift tolerated).
Built a twin execution store (its own DB beside Orion's logbook) mirroring executions/droid_runs/check_results + session_events.
All 7 criteria met.
Implemented three execution books, one per author: planner (Elrond's reviewer, unchanged), Orion book (or-rv-01), Albus book (al-rv-01, owner agt_001).
The Projects view injected its own search box on top of the permanent global one.
Changed the initiatives list to sort by the latest activity on the Palantir wall (real execution recency) instead of last-modified, newest on top, falling back to updated_at for initiatives with no posts.
Added a computed mode field to the initiatives endpoint (planner unless requested_mode=bypass, then orion or albus by requester) and a colored mode chip on every row.
renderInitiatives injected its own search box on top of the global bar, so search repeated inside carol.
Audited Albus's full autonomous bypass flow.
Architecture fix: the 617 checklist templates were trapped inside the planner app.
P2: registered Sages Template Keeper droid (sg-tk-01, owner Sage) — the accountable owner that curates/serves templates, so ownership is the registry+droid, not just file custody.