Subscription value
subscription_valueMeasure the actual value delivered by Claude Code sessions: see surviving lines and cost, wasted spend, activity mix, and per-file details from local logs.
Instructions
Measures what Claude Code usage actually left behind. Edits are folded in time order, so only lines that survived to the end of the session count — code rewritten three turns later drops out. view: summary (surviving lines and cost), waste (rework, failures, rejections and context bloat priced in dollars), mix (cost by activity), files (per-file detail). scope=project requires project_path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | Which angle to report | summary |
| scope | No | all = every project, project = one project | all |
| project_path | No | Absolute path of the project, when scope=project |