Intent-Code Divergence
Medium
- Confidence
- 96% confidence
- Finding
- The metrics subcommand constructs invalid summary data by piping the JSON output of the hours command into `jq '{total_hours: add, issue_count: length}'`, which does not match the documented per-issue structure and can produce misleading results. In a tooling context, incorrect reporting of worklog-derived metrics can silently drive bad business decisions or hide unexpected data handling behavior.
