Revert "feat: draw the grid by default, --markdown to opt out"
The drawn grid was solving the wrong problem: the script output was already right, and fencing it in chat is what turned a rendered table into raw dashes. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -43,13 +43,9 @@ missing step if not.
|
||||
python3 <skill-dir>/scripts/scan-activity.py --week last
|
||||
```
|
||||
|
||||
Prints a drawn grid: one row per day, one column per project holding
|
||||
Prints a markdown table: one row per day, one column per project holding
|
||||
`hours · share · active minutes`, then a totals row. That table is the
|
||||
deliverable — show it as-is, inside a fenced code block so the terminal
|
||||
renderer leaves the borders alone, rather than restating it in prose.
|
||||
|
||||
`--markdown` swaps the grid for pipes when the destination renders tables
|
||||
itself (a PR body, an issue, a doc).
|
||||
deliverable — paste it as-is rather than restating it in prose.
|
||||
|
||||
The unit behind it is a 5-minute slot in which at least one message was
|
||||
written, deduplicated per project — so a 40-subagent swarm on one project
|
||||
|
||||
Reference in New Issue
Block a user