Every commit scored for change-risk against this repo's own history, so 'elevated' means elevated here rather than on some global curve.
Needs review
34 commits sit in this repo's top risk tercile, which is 35% of the 98scored. The cut is drawn against this codebase's own history rather than a global curve, so a quiet repo still fills its top band, and here it starts at 9.2 out of 10. What pushes a commit up is size and spread together: a large change confined to one area scores below a smaller one scattered across a dozen files.
Commit categories over time, read off the subject line. Fixes carry the accent because that is the series this chart exists to show.
How this repo's commit mix shifts over time.
Ranked by change-risk, highest first. Priority is a tercile of this repo's own distribution, so a quiet repo still fills its top band.
| # | Commit | Author | When | Lines | Review priority | Top driver |
|---|---|---|---|---|---|---|
| 1 | b75c58eaAdd new commands for feature specification and analysis | Jacob LeCoq | 6mo ago | +3.5K -1 | 98thElevated | more lines added than baseline |
| 2 | 29e433a5Implement all 12 Shelley-inspired improvements across 4 priority tiers | Jacob LeCoq | 6mo ago | +2.0K -554 | 98thElevated | more lines added than baseline |
| 3 | 3daa3b43Update TODO and enhance tests for blackboard and task result handling | Jacob LeCoq | 6mo ago | +3.5K -76 | 98thElevated | more lines added than baseline |
| 4 | c4568db3feat: scaffold Queen Bee agent orchestration system | Jacob LeCoq | 6mo ago | +2.8K -0 | 98thElevated | more lines added than baseline |
| 5 | b40a5c28Add Golang Pro skill documentation and concurrency references | Jacob LeCoq | 6mo ago | +2.2K -0 | 93thElevated | more lines added than baseline |
| 6 | 2abf6d3bImplement all remaining TODO items and resolve architectural debt | Jacob LeCoq | 6mo ago | +1.6K -61 | 93thElevated | more lines added than baseline |
| 7 | 4a02f199Add --dry-run, mixed adapters, GoReleaser, and test coverage improvements | Jacob LeCoq | 6mo ago | +2.2K -23 | 93thElevated | more lines added than baseline |
| 8 | c881568afeat: add Queen tool definitions and handlers for agent mode | Jacob LeCoq | 6mo ago | +1.4K -0 | 93thElevated | more lines added than baseline |
| 9 | f21f5693fix: session status, bus panic recovery, scope constraints, safety wiring | Jacob LeCoq | 6mo ago | +2.0K -90 | 93thElevated | more lines added than baseline |
| 10 | 5aaa0521feat: add Kimi and Gemini CLI adapters + resilient JSON parsing + real-time output | Jacob LeCoq | 6mo ago | +1.8K -21 | 93thElevated | more lines added than baseline |
| 11 | 10b179b4Add comprehensive architecture documentation with Mermaid diagrams | Jacob LeCoq | 6mo ago | +928 -0 | 88thElevated | more lines added than baseline |
| 12 | df03d4fcAdd analysis and optimization documentation for Go code | Jacob LeCoq | 6mo ago | +1.8K -817 | 88thElevated | more lines added than baseline |
| 13 | 53eefb0cAdd tests for config, safety, and compact packages | Jacob LeCoq | 6mo ago | +1.0K -0 | 88thElevated | more lines added than baseline |
| 14 | e9a254d1refactor: add context.Context to all DB methods for cancellation support | Jacob LeCoq | 6mo ago | +1.0K -119 | 88thElevated | more lines added than baseline |
| 15 | b5a71c37Enhance TUI with task listing and filtering capabilities | Jacob LeCoq | 6mo ago | +1.3K -365 | 83thElevated | more lines added than baseline |
| 16 | 8f2eea3dAdd blackboard and worker pool tests, update gitignore | Jacob LeCoq | 6mo ago | +1.1K -0 | 83thElevated | more lines added than baseline |
| 17 | 9630516dfeat: add TUI dashboard with Bubble Tea | Jacob LeCoq | 6mo ago | +955 -9 | 83thElevated | more lines added than baseline |
| 18 | 3ab879e5feat: add agent loop — Queen as autonomous tool-using LLM agent | Jacob LeCoq | 6mo ago | +873 -5 | 83thElevated | more lines added than baseline |
| 19 | a2a37d0bfix: add missing internal/errors package to version control | Jacob LeCoq | 6mo ago | +670 -0 | 83thElevated | more lines added than baseline |
| 20 | 1656d9e0Add GolangCI configuration, update dependencies, and enhance CI workflow | Jacob LeCoq | 6mo ago | +994 -112 | 78thElevated | more lines added than baseline |
| 21 | 8d98e65cMigrate non-TUI output to pterm styled printing | Jacob LeCoq | 6mo ago | +786 -292 | 78thElevated | more lines added than baseline |
| 22 | 557376f1feat: add structured JSON output mode for task execution | Jacob LeCoq | 6mo ago | +726 -31 | 78thElevated | more lines added than baseline |
| 23 | 6b554cd9feat: add OpenAI and Gemini API clients with tool-use support | Jacob LeCoq | 6mo ago | +683 -2 | 78thElevated | more lines added than baseline |
| 24 | 33df1e46feat: add SQLite persistence layer + fix status command + opencode adapter | Jacob LeCoq | 6mo ago | +779 -26 | 78thElevated | more lines added than baseline |
| 25 | ba301aa1Extract GenericCLIWorker, reduce adapter boilerplate by 62% | Jacob LeCoq | 6mo ago | +350 -1.2K | 73thElevated | more lines added than baseline |
| 26 | 11950ecdfix: resolve 2 pre-existing test failures in queen package | Jacob LeCoq | 6mo ago | +569 -5 | 73thElevated | more lines added than baseline |
| 27 | 3fa5953efeat: add LLM-backed review logic for Queen | Jacob LeCoq | 6mo ago | +407 -0 | 73thElevated | more lines added than baseline |
| 28 | 258d365drefactor: remove shelley adapter and update documentation | Jacob LeCoq | 6mo ago | +780 -878 | 73thElevated | more lines added than baseline |
| 29 | d0d73717fix: working end-to-end execution with proper error handling | Jacob LeCoq | 6mo ago | +531 -22 | 73thElevated | more lines added than baseline |
| 30 | 61181e17Update TODO.md with Shelley-inspired improvement task list | Jacob LeCoq | 6mo ago | +402 -8 | 68thElevated | more lines added than baseline |
| 31 | 9b072cb4Add 'waggle sessions' and 'waggle logs' commands (#4, #5) | Jacob LeCoq | 6mo ago | +536 -11 | 68thElevated | more lines added than baseline |
| 32 | 45c53843P1: Session resume E2E, TUI resume mode, adapter health check | Jacob LeCoq | 6mo ago | +427 -68 | 68thElevated | more lines added than baseline |
| 33 | e5c1bcc0docs: add migration plan for Queen as tool-using LLM agent | Jacob LeCoq | 6mo ago | +424 -0 | 68thElevated | more lines added than baseline |
| 34 | 75c36d65feat: add LLM-backed re-planning for Queen | Jacob LeCoq | 6mo ago | +352 -0 | 68thElevated | more lines added than baseline |
| 35 | 77bfec30Update README with comprehensive installation and usage guide | Jacob LeCoq | 6mo ago | +321 -193 | 63thTypical | more lines added than baseline |
| 36 | 4db917d4PR2+PR3+PR4: Task synchronization, conversation persistence, worker pool fixes | Jacob LeCoq | 6mo ago | +405 -159 | 63thTypical | more lines added than baseline |
| 37 | 9bb6860fAdd queen orchestrator tests for legacy Plan→Delegate→Monitor→Review loop | Jacob LeCoq | 6mo ago | +382 -0 | 63thTypical | more lines added than baseline |
| 38 | 3e6c96a1refactor: make LLM client provider-agnostic | Jacob LeCoq | 6mo ago | +279 -90 | 63thTypical | more lines added than baseline |
| 39 | 171b58f0rebrand: queen-bee → waggle | Jacob LeCoq | 6mo ago | +673 -292 | 60thTypical | more lines added than baseline |
| 40 | 496ffe20fix: tolerant JSON parser + kimi adapter tuning | Jacob LeCoq | 6mo ago | +257 -12 | 60thTypical | more lines added than baseline |
| 41 | 6d4ec91afeat: interactive TUI mode — start waggle without an objective | Jacob LeCoq | 6mo ago | +294 -60 | 58thTypical | more lines added than baseline |
| 42 | 35225c14feat: add worker output view switching in TUI | Jacob LeCoq | 6mo ago | +301 -27 | 58thTypical | more lines added than baseline |
| 43 | 7908cc69docs: add CONTEXT.md (full project context) and TODO.md (prioritized next steps) | Jacob LeCoq | 6mo ago | +263 -0 | 58thTypical | more lines added than baseline |
| 44 | d567598bchore: update Go module and add cycle detection for task graph | Jacob LeCoq | 6mo ago | +371 -13 | 56thTypical | more lines added than baseline |
| 45 | 79decb75fix: clean up TUI rendering and suppress report in TUI mode | Jacob LeCoq | 6mo ago | +229 -161 | 55thTypical | more lines added than baseline |
| 46 | c9de4b27Add 'kill' command to stop running sessions and enhance 'sessions' command with running filter | Jacob LeCoq | 6mo ago | +203 -7 | 51thTypical | more lines added than baseline |
| 47 | 1e152efePR7: Final 4 REVIEW.md items — remove Raw(), bus unsubscribe, persist constraints, extract boilerplate | Jacob LeCoq | 6mo ago | +235 -94 | 51thTypical | more lines added than baseline |
| 48 | 7c1ec8b5Add comprehensive code review (REVIEW.md) | Jacob LeCoq | 6mo ago | +188 -0 | 51thTypical | more lines added than baseline |
| 49 | e8cc7f56Update CONTEXT.md and TODO.md for next agent handoff | Jacob LeCoq | 6mo ago | +179 -129 | 51thTypical | more lines added than baseline |
| 50 | d4b8b925feat: add quiet mode for CLI and TUI | Jacob LeCoq | 6mo ago | +186 -43 | 51thTypical | more lines added than baseline |
Two views of the same model: where the cuts fall, and what commit shape lands you above them.
Every scored commit, binned on the raw 0 to 10 score rather than the percentile. Percentile ranks are uniform by construction, so that axis has no shape to draw. The dashed lines are the tercile cuts behind each row's priority pill.
The 98 most recent commits, on their own recency sample rather than the feed above: that defaults to risk-sorted, so reusing it would plot only the top tercile and call it the spread. Big and scattered is what the model penalises. Click a dot to open it.
Repowise tracks change history across 103 files in HexSleeves/waggle. No file in the repository changed in the last 90 days. Every commit is scored for change risk from its size, spread and the history of the files it touches.