repowiserepowise
Sign in
2233admin/squad
OverviewDocsArchitectureKnowledge GraphFilesCode HealthRefactoring

People & History

CommitsContributorsDecisions
ChatPro
Stats
repowiserepowise
ExplorePricingDocs
Sign inIndex repoIndex your repo free
repowise2233admin/squad

Commits

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

32of 95 scored

32 commits sit in this repo's top risk tercile, which is 34% of the 95scored. 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 7.7 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.

Fix commits2829%Commits whose subject reads as a bug fix rather than new work.Change diffusion1.11bitsShannon entropy of a commit's churn across its files. Zero is a single file, and every extra bit is a doubling of how widely the change spread.Review threshold7.7out of 10Score a commit has to clear to land in this repo's top tercile.

How the work changed shape

Commit categories over time, read off the subject line. Fixes carry the accent because that is the series this chart exists to show.

Consistently feature-driven across its history.

Feature33%
Fix34%
Refactor1%
Docs17%
Test1%
Chore14%
Other1%

Review-priority queue

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 review-priority queue
#CommitAuthorWhenLinesRiskTop driver
1
d54588caInitial commit: squad v0.1.0
tt-a1i
4mo ago+8.6K -0
99%Elevated
more lines added than baseline
2
c3595d2ffeat: add structured task protocol, agent archiving, and capability metadata
tt-a1i
4mo ago+3.5K -242
98%Elevated
more lines added than baseline
3
6a99fa49chore: strip old daemon/mcp/workflow architecture for v2 redesign
tt-a1i
4mo ago+1.4K -7.1K
97%Elevated
more lines added than baseline
4
de30da56feat: add optional tmux launcher workflow
liuhy
4mo ago+1.3K -0
95%Elevated
more lines added than baseline
5
2d601c11docs: add session token spec and implementation plan for v0.3
tt-a1i
4mo ago+773 -0
95%Elevated
more lines added than baseline
6
6af6af7fdocs: add input validation bug fix spec and implementation plan
tt-a1i
4mo ago+663 -0
95%Elevated
more lines added than baseline
7
8146bcc1feat: add project website with GitHub Pages deployment
tt-a1i
2mo ago+864 -0
93%Elevated
more lines added than baseline
8
963b3660docs: add poll-based receive spec and implementation plan
tt-a1i
4mo ago+559 -0
92%Elevated
more lines added than baseline
9
397e801bfeat: implement all CLI commands with --wait, broadcast, and history
tt-a1i
4mo ago+474 -2
92%Elevated
more lines added than baseline
10
d2b103f7feat: improve agent UX based on user feedback
tt-a1i
4mo ago+638 -68
90%Elevated
more lines added than baseline
11
91efc30etest: add end-to-end collaboration flow tests
tt-a1i
4mo ago+315 -0
88%Elevated
more lines added than baseline
12
473a2aa6feat: add SQLite store with busy_timeout, atomic receive, broadcast, and history
tt-a1i
4mo ago+369 -1
88%Elevated
more lines added than baseline
13
2e150240fix: final polish — friendly error messages, hook setup, docs update
tt-a1i
4mo ago+568 -31
88%Elevated
more lines added than baseline
14
0c30d179feat: add release CI, Homebrew formula, and tap template
tt-a1i
4mo ago+339 -39
85%Elevated
more lines added than baseline
15
4e031cc8feat: add squad setup command and /squad slash command for Claude Code, Gemini, Codex
tt-a1i
4mo ago+304 -36
85%Elevated
more lines added than baseline
16
8a684ac3feat: squad run, init --force guard, goal propagation, start_workflow MCP tool
tt-a1i
4mo ago+242 -10
84%Elevated
more lines added than baseline
17
1940b7efdocs: add Chinese README
tt-a1i
4mo ago+243 -0
83%Elevated
more lines added than baseline
18
7503df78fix: support Windows setup detection
tt-a1i
3mo ago+198 -8
81%Elevated
more lines added than baseline
19
43e9bbd0fix: sender validation, leave cleanup, and doc consistency
tt-a1i
4mo ago+269 -68
81%Elevated
more lines added than baseline
20
f33bbe46docs: improve README headers with badges and platform table
tt-a1i
4mo ago+187 -64
81%Elevated
more lines added than baseline
21
5fca9e20docs: simplify receive fix — template-only approach, drop --poll
tt-a1i
4mo ago+170 -331
78%Elevated
more lines added than baseline
22
7683f555feat: add team template system with builtin dev team
tt-a1i
4mo ago+171 -0
77%Elevated
more lines added than baseline
23
be01dd07docs: update README and clean up obsolete docs/examples for v2
tt-a1i
4mo ago+162 -1.7K
76%Elevated
more lines added than baseline
24
a95549dfdocs: update README Quick Start, getting-started, and cli-reference for squad run
tt-a1i
4mo ago+131 -28
76%Elevated
more lines added than baseline
25
65844716fix: harden tmux launcher defaults and prompts
aias00
4mo ago+116 -19
74%Elevated
more lines added than baseline
26
8703b706feat: add role template system with builtin manager/worker/inspector
tt-a1i
4mo ago+128 -0
74%Elevated
more lines added than baseline
27
2b0b4f92feat: auto-update slash commands on init, add cleanup command, Homebrew hooks
tt-a1i
4mo ago+153 -22
72%Elevated
more lines added than baseline
28
c60dccacfeat: add session token file module for agent identity tracking
tt-a1i
4mo ago+132 -0
71%Elevated
more lines added than baseline
29
49feb88dfeat: add workspace initialization with default role and team templates
tt-a1i
4mo ago+100 -0
69%Elevated
more lines added than baseline
30
95d06641chore: repo setup, install.sh, stale socket cleanup, remove StubDaemon
tt-a1i
4mo ago+92 -29
69%Elevated
more lines added than baseline
31
9b49890bfix: harden launcher config and helper handling
aias00
4mo ago+79 -19
67%Elevated
more lines added than baseline
32
5a914e12feat: add Windows support
tt-a1i
4mo ago+114 -6
67%Elevated
more lines added than baseline
33
1f316583docs: improve README headers with org avatars and styled badges
tt-a1i
4mo ago+78 -46
65%Typical
more lines added than baseline
34
5ad97b65feat: squad init writes instructions to CLAUDE.md, AGENTS.md, GEMINI.md
tt-a1i
4mo ago+83 -5
65%Typical
more lines added than baseline
35
88614205fix: enhanced status output with agents, workflow state, and health info
tt-a1i
4mo ago+93 -39
65%Typical
more lines added than baseline
36
af6df2c9feat: migrate Codex from deprecated custom prompts to Skills format
tt-a1i
4mo ago+91 -25
62%Typical
more lines added than baseline
37
3105b109fix: dual-agent init template, SQUAD_AGENT_ID in setup, --version, agent validation
tt-a1i
4mo ago+73 -17
62%Typical
more lines added than baseline
38
956c7047feat: detect and report session displacement on send/receive
tt-a1i
4mo ago+81 -1
61%Typical
more lines added than baseline
39
db8f930dfeat: server-side auto-suffix for ID collisions + --wait with retry loop
tt-a1i
4mo ago+73 -61
59%Typical
more lines added than baseline
40
0d7905f5feat: two-phase slash command template with explicit work loop
tt-a1i
4mo ago+75 -36
59%Typical
more lines added than baseline
41
b0e8566cfix: prevent concurrent receive --wait and bound timeout to 120s
tt-a1i
4mo ago+79 -17
56%Typical
more lines added than baseline
42
f3f94c1adocs: address review feedback on session token plan
tt-a1i
4mo ago+59 -56
56%Typical
more lines added than baseline
43
5796057cfeat: support Gemini CLI via GEMINI.md config append (no slash command)
tt-a1i
4mo ago+92 -32
56%Typical
more lines added than baseline
44
95534301feat: proper Gemini CLI support via TOML slash command at ~/.gemini/commands/
tt-a1i
4mo ago+80 -77
54%Typical
more lines added than baseline
45
df1a20fafeat: add last_seen heartbeat for agent liveness detection
tt-a1i
4mo ago+43 -3
53%Typical
more lines added than baseline
46
76d8a641feat: enhance squad help as full guide, simplify agent config files to one-liner
tt-a1i
4mo ago+43 -37
52%Typical
more lines added than baseline
47
147f571dfix: unify agent work loop to blocking --wait mode
tt-a1i
4mo ago+54 -63
51%Typical
more lines added than baseline
48
390ba017docs: update Chinese README with setup and slash command sections
tt-a1i
4mo ago+31 -1
50%Typical
more lines added than baseline
49
641e6158feat: write/delete session tokens on join/leave/clean
tt-a1i
4mo ago+32 -1
49%Typical
more lines added than baseline
50
30b31fb5docs: add install instructions (Homebrew, GitHub Releases, cargo)
tt-a1i
4mo ago+27 -5
48%Typical
more lines added than baseline
  • d54588caInitial commit: squad v0.1.0
    Author
    tt-a1i
    When
    4mo ago
    Lines
    +8.6K -0
    Risk
    99%Elevated
  • c3595d2ffeat: add structured task protocol, agent archiving, and capability metadata
    Author
    tt-a1i
    When
    4mo ago
    Lines
    +3.5K -242
    Risk
    98%Elevated
  • 6a99fa49chore: strip old daemon/mcp/workflow architecture for v2 redesign
    Author
    tt-a1i
    When
    4mo ago
    Lines
    +1.4K -7.1K
    Risk
    97%Elevated
  • de30da56feat: add optional tmux launcher workflow
    Author
    liuhy
    When
    4mo ago
    Lines
    +1.3K -0
    Risk
    95%Elevated
  • 2d601c11docs: add session token spec and implementation plan for v0.3
    Author
    tt-a1i
    When
    4mo ago
    Lines
    +773 -0
    Risk
    95%Elevated
  • 6af6af7fdocs: add input validation bug fix spec and implementation plan
    Author
    tt-a1i
    When
    4mo ago
    Lines
    +663 -0
    Risk
    95%Elevated
  • 8146bcc1feat: add project website with GitHub Pages deployment
    Author
    tt-a1i
    When
    2mo ago
    Lines
    +864 -0
    Risk
    93%Elevated
  • 963b3660docs: add poll-based receive spec and implementation plan
    Author
    tt-a1i
    When
    4mo ago
    Lines
    +559 -0
    Risk
    92%Elevated
  • 397e801bfeat: implement all CLI commands with --wait, broadcast, and history
    Author
    tt-a1i
    When
    4mo ago
    Lines
    +474 -2
    Risk
    92%Elevated
  • d2b103f7feat: improve agent UX based on user feedback
    Author
    tt-a1i
    When
    4mo ago
    Lines
    +638 -68
    Risk
    90%Elevated
  • 91efc30etest: add end-to-end collaboration flow tests
    Author
    tt-a1i
    When
    4mo ago
    Lines
    +315 -0
    Risk
    88%Elevated
  • 473a2aa6feat: add SQLite store with busy_timeout, atomic receive, broadcast, and history
    Author
    tt-a1i
    When
    4mo ago
    Lines
    +369 -1
    Risk
    88%Elevated
  • 2e150240fix: final polish — friendly error messages, hook setup, docs update
    Author
    tt-a1i
    When
    4mo ago
    Lines
    +568 -31
    Risk
    88%Elevated
  • 0c30d179feat: add release CI, Homebrew formula, and tap template
    Author
    tt-a1i
    When
    4mo ago
    Lines
    +339 -39
    Risk
    85%Elevated
  • 4e031cc8feat: add squad setup command and /squad slash command for Claude Code, Gemini, Codex
    Author
    tt-a1i
    When
    4mo ago
    Lines
    +304 -36
    Risk
    85%Elevated
  • 8a684ac3feat: squad run, init --force guard, goal propagation, start_workflow MCP tool
    Author
    tt-a1i
    When
    4mo ago
    Lines
    +242 -10
    Risk
    84%Elevated
  • 1940b7efdocs: add Chinese README
    Author
    tt-a1i
    When
    4mo ago
    Lines
    +243 -0
    Risk
    83%Elevated
  • 7503df78fix: support Windows setup detection
    Author
    tt-a1i
    When
    3mo ago
    Lines
    +198 -8
    Risk
    81%Elevated
  • 43e9bbd0fix: sender validation, leave cleanup, and doc consistency
    Author
    tt-a1i
    When
    4mo ago
    Lines
    +269 -68
    Risk
    81%Elevated
  • f33bbe46docs: improve README headers with badges and platform table
    Author
    tt-a1i
    When
    4mo ago
    Lines
    +187 -64
    Risk
    81%Elevated
  • 5fca9e20docs: simplify receive fix — template-only approach, drop --poll
    Author
    tt-a1i
    When
    4mo ago
    Lines
    +170 -331
    Risk
    78%Elevated
  • 7683f555feat: add team template system with builtin dev team
    Author
    tt-a1i
    When
    4mo ago
    Lines
    +171 -0
    Risk
    77%Elevated
  • be01dd07docs: update README and clean up obsolete docs/examples for v2
    Author
    tt-a1i
    When
    4mo ago
    Lines
    +162 -1.7K
    Risk
    76%Elevated
  • a95549dfdocs: update README Quick Start, getting-started, and cli-reference for squad run
    Author
    tt-a1i
    When
    4mo ago
    Lines
    +131 -28
    Risk
    76%Elevated
  • 65844716fix: harden tmux launcher defaults and prompts
    Author
    aias00
    When
    4mo ago
    Lines
    +116 -19
    Risk
    74%Elevated
  • 8703b706feat: add role template system with builtin manager/worker/inspector
    Author
    tt-a1i
    When
    4mo ago
    Lines
    +128 -0
    Risk
    74%Elevated
  • 2b0b4f92feat: auto-update slash commands on init, add cleanup command, Homebrew hooks
    Author
    tt-a1i
    When
    4mo ago
    Lines
    +153 -22
    Risk
    72%Elevated
  • c60dccacfeat: add session token file module for agent identity tracking
    Author
    tt-a1i
    When
    4mo ago
    Lines
    +132 -0
    Risk
    71%Elevated
  • 49feb88dfeat: add workspace initialization with default role and team templates
    Author
    tt-a1i
    When
    4mo ago
    Lines
    +100 -0
    Risk
    69%Elevated
  • 95d06641chore: repo setup, install.sh, stale socket cleanup, remove StubDaemon
    Author
    tt-a1i
    When
    4mo ago
    Lines
    +92 -29
    Risk
    69%Elevated
  • 9b49890bfix: harden launcher config and helper handling
    Author
    aias00
    When
    4mo ago
    Lines
    +79 -19
    Risk
    67%Elevated
  • 5a914e12feat: add Windows support
    Author
    tt-a1i
    When
    4mo ago
    Lines
    +114 -6
    Risk
    67%Elevated
  • 1f316583docs: improve README headers with org avatars and styled badges
    Author
    tt-a1i
    When
    4mo ago
    Lines
    +78 -46
    Risk
    65%Typical
  • 5ad97b65feat: squad init writes instructions to CLAUDE.md, AGENTS.md, GEMINI.md
    Author
    tt-a1i
    When
    4mo ago
    Lines
    +83 -5
    Risk
    65%Typical
  • 88614205fix: enhanced status output with agents, workflow state, and health info
    Author
    tt-a1i
    When
    4mo ago
    Lines
    +93 -39
    Risk
    65%Typical
  • af6df2c9feat: migrate Codex from deprecated custom prompts to Skills format
    Author
    tt-a1i
    When
    4mo ago
    Lines
    +91 -25
    Risk
    62%Typical
  • 3105b109fix: dual-agent init template, SQUAD_AGENT_ID in setup, --version, agent validation
    Author
    tt-a1i
    When
    4mo ago
    Lines
    +73 -17
    Risk
    62%Typical
  • 956c7047feat: detect and report session displacement on send/receive
    Author
    tt-a1i
    When
    4mo ago
    Lines
    +81 -1
    Risk
    61%Typical
  • db8f930dfeat: server-side auto-suffix for ID collisions + --wait with retry loop
    Author
    tt-a1i
    When
    4mo ago
    Lines
    +73 -61
    Risk
    59%Typical
  • 0d7905f5feat: two-phase slash command template with explicit work loop
    Author
    tt-a1i
    When
    4mo ago
    Lines
    +75 -36
    Risk
    59%Typical
  • b0e8566cfix: prevent concurrent receive --wait and bound timeout to 120s
    Author
    tt-a1i
    When
    4mo ago
    Lines
    +79 -17
    Risk
    56%Typical
  • f3f94c1adocs: address review feedback on session token plan
    Author
    tt-a1i
    When
    4mo ago
    Lines
    +59 -56
    Risk
    56%Typical
  • 5796057cfeat: support Gemini CLI via GEMINI.md config append (no slash command)
    Author
    tt-a1i
    When
    4mo ago
    Lines
    +92 -32
    Risk
    56%Typical
  • 95534301feat: proper Gemini CLI support via TOML slash command at ~/.gemini/commands/
    Author
    tt-a1i
    When
    4mo ago
    Lines
    +80 -77
    Risk
    54%Typical
  • df1a20fafeat: add last_seen heartbeat for agent liveness detection
    Author
    tt-a1i
    When
    4mo ago
    Lines
    +43 -3
    Risk
    53%Typical
  • 76d8a641feat: enhance squad help as full guide, simplify agent config files to one-liner
    Author
    tt-a1i
    When
    4mo ago
    Lines
    +43 -37
    Risk
    52%Typical
  • 147f571dfix: unify agent work loop to blocking --wait mode
    Author
    tt-a1i
    When
    4mo ago
    Lines
    +54 -63
    Risk
    51%Typical
  • 390ba017docs: update Chinese README with setup and slash command sections
    Author
    tt-a1i
    When
    4mo ago
    Lines
    +31 -1
    Risk
    50%Typical
  • 641e6158feat: write/delete session tokens on join/leave/clean
    Author
    tt-a1i
    When
    4mo ago
    Lines
    +32 -1
    Risk
    49%Typical
  • 30b31fb5docs: add install instructions (Homebrew, GitHub Releases, cargo)
    Author
    tt-a1i
    When
    4mo ago
    Lines
    +27 -5
    Risk
    48%Typical
Showing 50 of 95 commits

How the score behaves here

Change risk →

Two views of the same model: where the cuts fall, and what commit shape lands you above them.

Score distribution

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.

012typical ↑elevated ↑0.05.010.0Change-risk score →
Below typical
Typical
Elevated

Size against diffusion

The 95 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.

1101001,000Lines changed (log) →0.05.1Diffusion →
Below typical32
Typical31
Elevated32

Commit history for 2233admin/squad

Repowise tracks change history across 28 files in 2233admin/squad. In the last 90 days 6 files were touched, 15 times in total, most often squad-tmux-launcher-helpers.sh. Every commit is scored for change risk from its size, spread and the history of the files it touches.