Exec Report row adder
Three-step procedure (matches docs/claude/exec-report.md):
Add an entry to
_EXEC_REPORT_TOOLSinTlamatini/agent/mcp_agent.py:"${input.tool_name}": ("${input.agent_key}", "${input.agent_display}"),Add CSS rules in
agent_page.css:.exec-report-caption-${input.agent_key}(gradient mirroring.canvas-item.${input.agent_key}-agentfrom agentic_control_panel.css).exec-report-${input.agent_key} .exec-report-cmd { border-left: 3px solid <primary>; }- If the caption is dark, append
.exec-report-${input.agent_key} thead thto the dark-tinted override selector list.
Run
python Tlamatini/manage.py test agent.tests.ExecReportCaptureTests. Report the pass/fail status.
Return { rows_added, tests_pass }.
Source: XAIHT/Tlamatini — distributed by TomeVault.