[MONITORING] Track and report on issue burn-down velocity #15
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Build a metrics tracker that monitors how quickly issues are being created, worked on, and closed. Generate a weekly burn-down report showing productivity trends and forecasting when the backlog will be cleared.
Motivation
You can't improve what you don't measure. Tracking issue velocity reveals whether Bezalel is making steady progress, stalling, or accumulating debt. It also helps prioritize: if certain issue types take forever, that's a signal.
Acceptance Criteria
scripts/burndown_tracker.pythat:entries/metrics/burndown-YYYY-MM-DD.mdentries/metrics/history.jsonfor trend analysisImplementation Notes
\[([A-Z]+)\]created_atandclosed_attimestamps from Gitea API#characters proportional to countDefinition of Done
Weekly burn-down report appears in forge-log showing clear metrics on issue velocity, with historical trending.