Add aggregate dashboard for portfolio-level social cost metrics
New show-aggregate.sh script computes cross-session metrics: monoculture index, spend concentration by provider, automation profile distribution, code quality signals, and data pollution risk summary. Integrated into toolkit installer and README. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
1b8f9a165e
commit
60eca18c85
5 changed files with 261 additions and 3 deletions
|
|
@ -35,8 +35,9 @@ Requirements: `bash`, `jq`, `python3`.
|
|||
## View results
|
||||
|
||||
```bash
|
||||
.claude/hooks/show-impact.sh # all sessions
|
||||
.claude/hooks/show-impact.sh # per-session details
|
||||
.claude/hooks/show-impact.sh <session_id> # specific session
|
||||
.claude/hooks/show-aggregate.sh # portfolio-level dashboard
|
||||
```
|
||||
|
||||
## How it works
|
||||
|
|
@ -91,7 +92,8 @@ accompanying methodology covers additional dimensions in depth.
|
|||
impact-toolkit/
|
||||
install.sh # installer
|
||||
hooks/pre-compact-snapshot.sh # PreCompact hook
|
||||
hooks/show-impact.sh # log viewer
|
||||
hooks/show-impact.sh # per-session log viewer
|
||||
hooks/show-aggregate.sh # portfolio-level dashboard
|
||||
README.md # this file
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue