You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update report-to-html and adoption-report skills (claude + codex copies)
hypaware-report-to-html:
- SKILL.md: guard against partial enrichment (metric-grid without carded
findings is half-done), rewrite .md links on emitted HTML hrefs including
cross-report and raw-HTML component links, and add matching verification
greps
- authoring.md/components.md: per-entity rollup tables always get a companion
breakdown chart; landing page becomes an at-a-glance dashboard with stats
hoisted from each report's metric-grid; document the restrained data-report
register
- assets/style.css: restyle to match (system type, hairline rules, flat
charts, judgment-only color)
hypaware-ai-adoption-report:
- chart the who-breakdowns (gateway share, main-vs-subagent split, real team
rollups only) per the HTML renderer's authoring contract
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: hypaware-core/plugins-workspace/claude/skills/hypaware-ai-adoption-report/SKILL.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,12 @@ layer is shorter and more glanceable than the one it summarizes.
91
91
-**GitHub reach (where enriched):** the per-gateway-focus section file shows each gateway's repos
92
92
and PRs reached, as of the graph's projection date from step 1 (a stale graph makes reach a floor,
93
93
not an upper bound).
94
+
-**Chart the who-breakdowns.** Keep the one-row-per-gateway tables from step 2 as the record, and
95
+
pair each with a breakdown chart following the HTML renderer's authoring contract
96
+
(`hypaware-report-to-html/authoring.md`; component snippets in `components.md` next to it):
97
+
share of messages and tokens by gateway on the utilization page, and the main-vs-subagent token
98
+
split on the parallelism page. Where a real team grouping exists (a user-supplied mapping, or
99
+
cwd naming), add a by-team rollup chart too; never invent teams the data doesn't show.
94
100
-**Section files are analysis, not inventory.** Each detail section is its own `<dir>/<file>.md`, held to the same standard as the one-pager: it argues one claim, opens with that takeaway, and ties every number to what it means for the reader. A section file that is only a stat table has failed - fold it back into the one-pager rather than shipping it as a page. Cut table narration ("how to read the table") and standing bookkeeping prose; compress source/window/method to a few lines.
95
101
-**No scope apologies (in any file).** Scope rules (what routes to which report) are authoring guidance, never report copy. Don't write "descriptive only", "no recommendations here", or routing disclaimers in the one-pager or any section file; state findings plainly, and where a sibling report owns the action a plain cross-link is enough.
96
102
-**Capture-health note:** if subagent provenance doesn't reach the server, the standing #1
0 commit comments