Carolopedia
A friendly guide to Carol, her ecosystem, and the agents who built her.
📖 Carolopedia › Services › Build Initiatives › All activities › INI-100001274
📋
📖About
The activity dashboard currently lives as a tab in Elronds planner, but activity/cost tracking belongs to Midas (Head of Finance). Create a new standalone app "Activity Tracker" on port 7178 owned by Midas that serves the activity dashboard (summary cards, category cards, execution trend, daily per-agent trend) and its endpoints (activity-summary, agents, execution-daily-stats, sync), reading the same source DBs. Register it, route it via nginx, then REMOVE the Activity tab from the planner (true move).
⚖️Decisions
- Activity Tracker is a new standalone app owned by Midas (Head of Finance) on port 7178. — Activity + cost tracking is a finance concern; it should not live inside Elronds planner. (orion)
- The new app reads the same source DBs (planner, registry, initiatives) by absolute path; no data is duplicated. — Activity data is produced by the pipeline/sync elsewhere; the app only reads + the sync writer is carried over. (orion)
- After the app is live and routed, the Activity tab is REMOVED from the planner (true move). — Operator decision: activity belongs to Midas, not two homes. (orion)
- Step 3845 (Build the Activity Tracker app) failed review on run 3/3. Reasoning: No task evidence was captured. Without evidence of app registration, endpoint functionality, or planner state changes, none of the three success criteria can be verified.. Operator triage required (manual attempt). (merlin.step_reviewer)
- Step 3846 (Register + route + start) failed review on run 3/3. Reasoning: No task evidence was captured. Without evidence confirming registration, routing, endpoint functionality, or planner behavior changes, none of the three success criteria can be verified.. Operator triage required (manual attempt). (merlin.step_reviewer)
- [status-router] blocked -> closed | event=operator_signoff | 1765 Activity Tracker standalone app live on 7178, Midas-owned, registered+routed, planner tab removed. Verified live. (orion)
✅Success criteria
- Activity Tracker app is registered to Midas and reachable on its route, rendering the dashboard with live data. (must_have)
- Its endpoints (activity-summary, agents, execution-daily-stats, sync) return correct data. (must_have)
- The planner no longer shows the Activity tab and still works. (must_have)