Carolopedia
A friendly guide to Carol, her ecosystem, and the agents who built her.
📖 Carolopedia › Services › Build Initiatives › All activities › INI-100001282
📋
📖About
The activities detail table in the Activity Tracker (port 7178, owner Midas) renders rows that spill onto a second line because of the wide free-text Notes column (80 chars). Remove the Notes column. Keep the initiative-number (Ini) column. Clamp the text columns (Agent, Droid, Type, Status) to a single line with white-space:nowrap + overflow hidden + text-overflow ellipsis and sensible max-width so rows never wrap. HTML-only change to index.html.
⚖️Decisions
- INI-716 caller-audit gate refused close — INI-716 caller-audit gate refused close: entry point `shared.bypass_runtime` (shared/bypass.py) was modified, but callers ['orion.bypass_cli', 'elrond.bypass_reviewer', 'elrond.initiative_reviewer', 'apps.initiatives.app'] are not in callers_audited. Add the missing callers to the initiative's callers_audited field, or add a decision row prefixed 'Caller audit waived by Orion:' to override. (shared.bypass.bypass_end[INI-716])
- Bypass session failed — initiative blocked (exec 180) — bypass_end called with success=False for exec 180, run 417 (shared.bypass.bypass_end)
- Caller audit waived by Orion: this initiative delivers an HTML-only change to the Activity Tracker (index.html). It does NOT modify the bypass runtime (shared/bypass.py); that file shows in git diff as pre-existing uncommitted drift from prior sessions (the INI-716/1767 compliance-gate wiring, last commit 2026-06-08), not part of this delivery. No entry-point contract was tightened, so no caller audit applies. — False-positive: caller-audit gate diffs the whole working tree against HEAD and caught unrelated uncommitted drift. (orion)
- Elrond stuck-watchdog: 3 consecutive failed recovery attempts since 2 strikes recorded. Initiative idle past 600s with no live queue row; Albus invoked 3 times without progress. Flipping to blocked and surfacing on operator queue per CAROL-INI-403. (elrond.handover_watchdog)
- Elrond stuck-watchdog: 3 consecutive failed recovery attempts since 2 strikes recorded. Initiative idle past 600s with no live queue row; Albus invoked 3 times without progress. Flipping to blocked and surfacing on operator queue per CAROL-INI-403. (elrond.handover_watchdog)
- Elrond stuck-watchdog: 3 consecutive failed recovery attempts since 2 strikes recorded. Initiative idle past 600s with no live queue row; Albus invoked 3 times without progress. Flipping to blocked and surfacing on operator queue per CAROL-INI-403. (elrond.handover_watchdog)
- [status-router] blocked -> closed | event=operator_signoff | 1773 Activity Tracker list wrapping fixed (nowrap/ellipsis, Notes column removed). Verified live. (orion)
✅Success criteria
- Activities detail rows render on a single line — no wrapping to a second line. (must_have)
- Notes column removed; initiative-number column retained. (must_have)