repowiserepowise
Sign in
yairEO/veroq-mcp
OverviewDocsArchitectureKnowledge GraphFilesCode HealthRefactoring

People & History

CommitsContributorsDecisions
ChatPro
Stats
repowiserepowise
ExplorePricingDocs
Sign inIndex repoIndex your repo free
repowiseyairEO/veroq-mcp

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

13of 38 scored

13 commits sit in this repo's top risk tercile, which is 34% of the 38scored. 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 8.8 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 commits38%Commits whose subject reads as a bug fix rather than new work.Written by an agent3182%Read from commit trailers, so it counts what was declared.Change diffusion0.90bitsShannon 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 threshold8.8out 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.

How this repo's commit mix shifts over time.

Other100%
82%of indexed commits are agent-attributed(31 of 38)
claude (31)

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
13cb3597Initial commit — veroq-mcp standalone MCP server
John Westonclaudeassisted
4mo ago+3.7K -0
99%Elevated
more lines added than baseline
2
8c79d000Permission engine + integration guide + full integration tests
John Westonclaudeassisted
3mo ago+2.2K -2
96%Elevated
more lines added than baseline
3
031f2d7eAdd Verified Swarm — multi-agent financial workflows with auto-verification
John Westonclaudeassisted
3mo ago+1.2K -11
93%Elevated
more lines added than baseline
4
b131825cAdd secure External MCP Ecosystem — proxy external servers through VeroQ stack
John Westonclaudeassisted
3mo ago+1.0K -4
87%Elevated
more lines added than baseline
5
7e0d22a0Add Verified Agent Runtime — multi-domain vertical kits
John Westonclaudeassisted
3mo ago+1.0K -3
87%Elevated
more lines added than baseline
6
d372516eAdd cost router — model routing, budget tracking, caching, parallelization
John Westonclaudeassisted
3mo ago+840 -126
87%Elevated
more lines added than baseline
7
3a25a22eAdd self-improvement feedback loop with web search fallback
John Westonclaudeassisted
3mo ago+1.0K -5
87%Elevated
more lines added than baseline
8
6c0b0d63Enhance veroq_tool_search — context-aware ranking, filtering, rich metadata
John Westonclaudeassisted
3mo ago+401 -29
79%Elevated
more lines added than baseline
9
3a19de77Add 6 high-level tools + tool search — outcome-oriented consolidation
John Westonclaudeassisted
3mo ago+496 -0
79%Elevated
more lines added than baseline
10
d10278c0Audit fixes: dead code, div-by-zero, regex, edge case tests, doc accuracy
John Westonclaudeassisted
3mo ago+618 -17
75%Elevated
more lines added than baseline
11
f4ea76beDecision lineage + human-in-the-loop escalation
John Westonclaudeassisted
3mo ago+399 -103
72%Elevated
more lines added than baseline
12
fa2dc74aStandardize all 52 tool descriptions — WHEN TO USE, RETURNS, COST, EXAMPLE
John Westonclaudeassisted
3mo ago+316 -52
70%Elevated
more lines added than baseline
13
64d1029eAdd Plugin/Hook System — preExecute, postExecute, onVerification, onEscalation, onError
John Westonclaudeassisted
3mo ago+283 -0
67%Elevated
more lines added than baseline
14
551648dbRewrite public READMEs — position VeroQ as verified multi-agent platform
John Westonclaudeassisted
3mo ago+151 -106
63%Typical
more lines added than baseline
15
3b64a0aaAdd trust-level defaults for external MCP tools
John Westonclaudeassisted
3mo ago+229 -9
63%Typical
more lines added than baseline
16
b411ba10Add observability module — metrics collector for MCP tool calls
John Westonclaudeassisted
3mo ago+192 -13
59%Typical
more lines added than baseline
17
f6e8510cUpgrade veroq_ask + veroq_verify descriptions and response formatting
John Westonclaudeassisted
3mo ago+126 -215
57%Typical
more lines added than baseline
18
86b8b8e3Add MCP annotations, prompts, and resources for Smithery quality score
John Westonclaudeassisted
4mo ago+101 -0
54%Typical
more lines added than baseline
19
9e51650eAdd issue templates and contributing guide
John Weston
4mo ago+73 -0
51%Typical
more lines added than baseline
20
e2f3e49bAudit fixes: audit log pollution, category filter, synonyms, generic fallback
John Westonclaudeassisted
3mo ago+70 -38
47%Typical
more lines added than baseline
21
7ef0d45aAudit fixes: credential redaction, lineage cast, cache key, path traversal, metrics
John Westonclaudeassisted
3mo ago+69 -7
47%Typical
more lines added than baseline
22
dceb2bd2Audit fix: enforce trust-level permission rules in callTool
John Westonclaudeassisted
3mo ago+57 -6
43%Typical
more lines added than baseline
23
61a82edaFix multi-session HTTP — close/reconnect per session
John Weston
4mo ago+47 -10
41%Typical
more lines added than baseline
24
d18a3315Audit fixes: kit overwrite guard, finance role consistency, backend status forwarding
John Westonclaudeassisted
3mo ago+44 -11
37%Typical
more lines added than baseline
25
7127b269Audit fixes: parallel budget race, planner sequencing, vacuous test
John Westonclaudeassisted
3mo ago+42 -16
37%Typical
more lines added than baseline
26
fb765c6cUpdate README with verify-output, agent memory, watch stream
John Westonclaudeassisted
3mo ago+30 -0
32%Below typical
more lines added than baseline
27
c7b59b01Add HTTP transport for Smithery compatibility
John Weston
4mo ago+26 -3
32%Below typical
more lines added than baseline
28
fb4cc608Add shields.io badges to README and MIT LICENSE
John Westonclaudeassisted
4mo ago+25 -0
28%Below typical
more lines added than baseline
29
cc4ec26fAdd .well-known/mcp/server-card.json for Smithery discovery
John Weston
4mo ago+18 -0
25%Below typical
more lines added than baseline
30
b489acc4Audit fixes: enterpriseId propagation, reason validation, tool count, sanitization
John Westonclaudeassisted
3mo ago+17 -4
22%Below typical
more scattered than baseline
31
49083f44Fix HTTP transport — single transport instance, session handling internal
John Weston
4mo ago+8 -3
20%Below typical
fewer lines added than baseline
32
a7ea8a1cBump to v2.0.0 — Verified Swarm, Agent Runtime, External MCP, enterprise safety
John Westonclaudeassisted
3mo ago+8 -3
17%Below typical
fewer lines added than baseline
33
5996e238Add Links section to README
John Westonclaudeassisted
4mo ago+7 -0
14%Below typical
fewer lines added than baseline
34
ca19943dUpdate tagline: Verified AI. One function call.
John Westonclaudeassisted
3mo ago+2 -2
12%Below typical
fewer lines added than baseline
35
1764b8ecAdd Smithery badge
John Weston
4mo ago+1 -0
8%Below typical
fewer lines added than baseline
36
64086226Set start script to HTTP mode for Railway/Smithery deployment
John Weston
4mo ago+1 -1
8%Below typical
fewer lines added than baseline
37
12c3613eAdd internal integration guide to .gitignore
John Westonclaudeassisted
3mo ago+1 -0
4%Below typical
fewer lines added than baseline
38
3c909de4Remove internal integration guide from public repo
John Westonclaudeassisted
3mo ago+0 -752
1%Below typical
fewer lines added than baseline
  • 13cb3597Initial commit — veroq-mcp standalone MCP server
    Author
    John Weston
    When
    4mo ago
    Lines
    +3.7K -0
    Risk
    99%Elevated
  • 8c79d000Permission engine + integration guide + full integration tests
    Author
    John Weston
    When
    3mo ago
    Lines
    +2.2K -2
    Risk
    96%Elevated
  • 031f2d7eAdd Verified Swarm — multi-agent financial workflows with auto-verification
    Author
    John Weston
    When
    3mo ago
    Lines
    +1.2K -11
    Risk
    93%Elevated
  • b131825cAdd secure External MCP Ecosystem — proxy external servers through VeroQ stack
    Author
    John Weston
    When
    3mo ago
    Lines
    +1.0K -4
    Risk
    87%Elevated
  • 7e0d22a0Add Verified Agent Runtime — multi-domain vertical kits
    Author
    John Weston
    When
    3mo ago
    Lines
    +1.0K -3
    Risk
    87%Elevated
  • d372516eAdd cost router — model routing, budget tracking, caching, parallelization
    Author
    John Weston
    When
    3mo ago
    Lines
    +840 -126
    Risk
    87%Elevated
  • 3a25a22eAdd self-improvement feedback loop with web search fallback
    Author
    John Weston
    When
    3mo ago
    Lines
    +1.0K -5
    Risk
    87%Elevated
  • 6c0b0d63Enhance veroq_tool_search — context-aware ranking, filtering, rich metadata
    Author
    John Weston
    When
    3mo ago
    Lines
    +401 -29
    Risk
    79%Elevated
  • 3a19de77Add 6 high-level tools + tool search — outcome-oriented consolidation
    Author
    John Weston
    When
    3mo ago
    Lines
    +496 -0
    Risk
    79%Elevated
  • d10278c0Audit fixes: dead code, div-by-zero, regex, edge case tests, doc accuracy
    Author
    John Weston
    When
    3mo ago
    Lines
    +618 -17
    Risk
    75%Elevated
  • f4ea76beDecision lineage + human-in-the-loop escalation
    Author
    John Weston
    When
    3mo ago
    Lines
    +399 -103
    Risk
    72%Elevated
  • fa2dc74aStandardize all 52 tool descriptions — WHEN TO USE, RETURNS, COST, EXAMPLE
    Author
    John Weston
    When
    3mo ago
    Lines
    +316 -52
    Risk
    70%Elevated
  • 64d1029eAdd Plugin/Hook System — preExecute, postExecute, onVerification, onEscalation, onError
    Author
    John Weston
    When
    3mo ago
    Lines
    +283 -0
    Risk
    67%Elevated
  • 551648dbRewrite public READMEs — position VeroQ as verified multi-agent platform
    Author
    John Weston
    When
    3mo ago
    Lines
    +151 -106
    Risk
    63%Typical
  • 3b64a0aaAdd trust-level defaults for external MCP tools
    Author
    John Weston
    When
    3mo ago
    Lines
    +229 -9
    Risk
    63%Typical
  • b411ba10Add observability module — metrics collector for MCP tool calls
    Author
    John Weston
    When
    3mo ago
    Lines
    +192 -13
    Risk
    59%Typical
  • f6e8510cUpgrade veroq_ask + veroq_verify descriptions and response formatting
    Author
    John Weston
    When
    3mo ago
    Lines
    +126 -215
    Risk
    57%Typical
  • 86b8b8e3Add MCP annotations, prompts, and resources for Smithery quality score
    Author
    John Weston
    When
    4mo ago
    Lines
    +101 -0
    Risk
    54%Typical
  • 9e51650eAdd issue templates and contributing guide
    Author
    John Weston
    When
    4mo ago
    Lines
    +73 -0
    Risk
    51%Typical
  • e2f3e49bAudit fixes: audit log pollution, category filter, synonyms, generic fallback
    Author
    John Weston
    When
    3mo ago
    Lines
    +70 -38
    Risk
    47%Typical
  • 7ef0d45aAudit fixes: credential redaction, lineage cast, cache key, path traversal, metrics
    Author
    John Weston
    When
    3mo ago
    Lines
    +69 -7
    Risk
    47%Typical
  • dceb2bd2Audit fix: enforce trust-level permission rules in callTool
    Author
    John Weston
    When
    3mo ago
    Lines
    +57 -6
    Risk
    43%Typical
  • 61a82edaFix multi-session HTTP — close/reconnect per session
    Author
    John Weston
    When
    4mo ago
    Lines
    +47 -10
    Risk
    41%Typical
  • d18a3315Audit fixes: kit overwrite guard, finance role consistency, backend status forwarding
    Author
    John Weston
    When
    3mo ago
    Lines
    +44 -11
    Risk
    37%Typical
  • 7127b269Audit fixes: parallel budget race, planner sequencing, vacuous test
    Author
    John Weston
    When
    3mo ago
    Lines
    +42 -16
    Risk
    37%Typical
  • fb765c6cUpdate README with verify-output, agent memory, watch stream
    Author
    John Weston
    When
    3mo ago
    Lines
    +30 -0
    Risk
    32%Below typical
  • c7b59b01Add HTTP transport for Smithery compatibility
    Author
    John Weston
    When
    4mo ago
    Lines
    +26 -3
    Risk
    32%Below typical
  • fb4cc608Add shields.io badges to README and MIT LICENSE
    Author
    John Weston
    When
    4mo ago
    Lines
    +25 -0
    Risk
    28%Below typical
  • cc4ec26fAdd .well-known/mcp/server-card.json for Smithery discovery
    Author
    John Weston
    When
    4mo ago
    Lines
    +18 -0
    Risk
    25%Below typical
  • b489acc4Audit fixes: enterpriseId propagation, reason validation, tool count, sanitization
    Author
    John Weston
    When
    3mo ago
    Lines
    +17 -4
    Risk
    22%Below typical
  • 49083f44Fix HTTP transport — single transport instance, session handling internal
    Author
    John Weston
    When
    4mo ago
    Lines
    +8 -3
    Risk
    20%Below typical
  • a7ea8a1cBump to v2.0.0 — Verified Swarm, Agent Runtime, External MCP, enterprise safety
    Author
    John Weston
    When
    3mo ago
    Lines
    +8 -3
    Risk
    17%Below typical
  • 5996e238Add Links section to README
    Author
    John Weston
    When
    4mo ago
    Lines
    +7 -0
    Risk
    14%Below typical
  • ca19943dUpdate tagline: Verified AI. One function call.
    Author
    John Weston
    When
    3mo ago
    Lines
    +2 -2
    Risk
    12%Below typical
  • 1764b8ecAdd Smithery badge
    Author
    John Weston
    When
    4mo ago
    Lines
    +1 -0
    Risk
    8%Below typical
  • 64086226Set start script to HTTP mode for Railway/Smithery deployment
    Author
    John Weston
    When
    4mo ago
    Lines
    +1 -1
    Risk
    8%Below typical
  • 12c3613eAdd internal integration guide to .gitignore
    Author
    John Weston
    When
    3mo ago
    Lines
    +1 -0
    Risk
    4%Below typical
  • 3c909de4Remove internal integration guide from public repo
    Author
    John Weston
    When
    3mo ago
    Lines
    +0 -752
    Risk
    1%Below typical
Showing 38 of 38 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.

07typical ↑↑ elevated0.05.010.0Change-risk score →
Below typical
Typical
Elevated

Size against diffusion

The 38 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.03.1Diffusion →
Below typical13
Typical12
Elevated13

Commit history for yairEO/veroq-mcp

Repowise tracks change history across 34 files in yairEO/veroq-mcp. In the last 90 days 34 files were touched, 95 times in total, most often index.ts. Every commit is scored for change risk from its size, spread and the history of the files it touches.