repowiserepowise
Sign in
Mnehmos/mnehmos.ooda.mcp
OverviewDocsArchitectureKnowledge GraphFilesCode HealthRefactoring

People & History

CommitsContributorsDecisions
ChatPro
Stats
repowiserepowise
ExplorePricingDocs
Sign inIndex repoIndex your repo free
repowiseMnehmos/mnehmos.ooda.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

8of 25 scored

8 commits sit in this repo's top risk tercile, which is 32% of the 25scored. 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.1 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 commits416%Commits whose subject reads as a bug fix rather than new work.Written by an agent2080%Read from commit trailers, so it counts what was declared.Change diffusion1.14bitsShannon 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.1out 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.

Began docs-led, now leaning refactor.

Feature8%
Fix16%
Refactor12%
Docs24%
Chore36%
Other4%
80%of indexed commits are agent-attributed(20 of 25)
claude (20)

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
8b9086ecInitial commit
Mnehmos
7mo ago+12.6K -0
98%Elevated
more lines added than baseline
2
9b204270feat!: v3.0.0 - add generic batch_tools dispatcher and diff editing tools
Mnehmosclaudeassisted
7mo ago+4.0K -323
94%Elevated
more lines added than baseline
3
ad37bf69feat: actionEnum + tail_file tools; batch dispatcher, cli/screen/input + PS session hardening
Mnehmos
2mo ago+2.0K -1.2K
90%Elevated
more lines added than baseline
4
b95e0375refactor: modularize file tools and harden dispatch
Mnehmos
8h ago+1.2K -923
86%Elevated
more lines added than baseline
5
be891360docs: add PROJECT_KNOWLEDGE.md
Mnehmos
7mo ago+727 -0
82%Elevated
more lines added than baseline
6
d85ee48dfix(search): match path-scoped globs instead of basenames only
Mnehmosclaudeassisted
2w ago+232 -27
76%Elevated
more lines added than baseline
7
3bf90c96docs: add CLAUDE.md project instructions for v1.0
Mnehmosclaudeassisted
7mo ago+194 -0
76%Elevated
more lines added than baseline
8
0aee6931ci: add GitHub Actions workflows
Mnehmosclaudeassisted
7mo ago+104 -0
70%Elevated
more lines added than baseline
9
5d8a83e0docs: update PROJECT_KNOWLEDGE.md for v3.0.0
Mnehmosclaudeassisted
7mo ago+99 -9
66%Typical
more lines added than baseline
10
23da14b3refactor(constants): add centralized constants file
Mnehmosclaudeassisted
7mo ago+62 -0
62%Typical
more lines added than baseline
11
9d2e1caafix(search): translate wildcards inside brace alternatives
Mnehmosclaudeassisted
2w ago+44 -12
58%Typical
more lines added than baseline
12
acc35fb8docs: update PROJECT_KNOWLEDGE.md for v1.0.0 release
Mnehmosclaudeassisted
7mo ago+37 -10
54%Typical
more lines added than baseline
13
cc5084a9docs(readme): update for v1.0.0 npm release
Mnehmosclaudeassisted
7mo ago+25 -1
50%Typical
more lines added than baseline
14
7e55de97fix(version): align version to 1.0.0 for production release
Mnehmosclaudeassisted
7mo ago+29 -4
46%Typical
more lines added than baseline
15
49396c31fix(logging): replace console calls with structured logging
Mnehmosclaudeassisted
7mo ago+12 -10
42%Typical
more scattered than baseline
16
97bc16a9chore(release): v1.0.5, pure OIDC with debug
Mnehmosclaudeassisted
7mo ago+12 -9
38%Typical
more subsystems than baseline
17
b7b56811chore(release): v1.0.6, remove registry-url for pure OIDC
Mnehmosclaudeassisted
7mo ago+10 -9
34%Typical
more subsystems than baseline
18
9340a5abchore(release): v1.0.4, use NPM_TOKEN for auth
Mnehmosclaudeassisted
7mo ago+5 -4
30%Below typical
fewer lines added than baseline
19
9131806bchore(release): bump to v1.0.2 with OIDC publishing
Mnehmosclaudeassisted
7mo ago+4 -6
24%Below typical
fewer lines added than baseline
20
8d9dc03brefactor(cleanup): remove dead code and stale comments in window.ts
Mnehmosclaudeassisted
7mo ago+3 -33
24%Below typical
fewer lines added than baseline
21
151e1e24chore(release): bump to v1.0.3, add npm environment for OIDC
Mnehmosclaudeassisted
7mo ago+4 -3
16%Below typical
fewer lines added than baseline
22
42e72d10ci(publish): add NPM_TOKEN for authentication
Mnehmosclaudeassisted
7mo ago+3 -1
16%Below typical
fewer lines added than baseline
23
c9083bf5chore(release): bump to v1.0.1 for OIDC publish test
Mnehmosclaudeassisted
7mo ago+3 -3
10%Below typical
fewer lines added than baseline
24
101977d8ci(publish): switch to OIDC Trusted Publisher
Mnehmosclaudeassisted
7mo ago+2 -3
6%Below typical
fewer lines added than baseline
25
0ac63899Update README.md
Vario
7mo ago+0 -17
2%Below typical
fewer lines added than baseline
  • 8b9086ecInitial commit
    Author
    Mnehmos
    When
    7mo ago
    Lines
    +12.6K -0
    Risk
    98%Elevated
  • 9b204270feat!: v3.0.0 - add generic batch_tools dispatcher and diff editing tools
    Author
    Mnehmos
    When
    7mo ago
    Lines
    +4.0K -323
    Risk
    94%Elevated
  • ad37bf69feat: actionEnum + tail_file tools; batch dispatcher, cli/screen/input + PS session hardening
    Author
    Mnehmos
    When
    2mo ago
    Lines
    +2.0K -1.2K
    Risk
    90%Elevated
  • b95e0375refactor: modularize file tools and harden dispatch
    Author
    Mnehmos
    When
    8h ago
    Lines
    +1.2K -923
    Risk
    86%Elevated
  • be891360docs: add PROJECT_KNOWLEDGE.md
    Author
    Mnehmos
    When
    7mo ago
    Lines
    +727 -0
    Risk
    82%Elevated
  • d85ee48dfix(search): match path-scoped globs instead of basenames only
    Author
    Mnehmos
    When
    2w ago
    Lines
    +232 -27
    Risk
    76%Elevated
  • 3bf90c96docs: add CLAUDE.md project instructions for v1.0
    Author
    Mnehmos
    When
    7mo ago
    Lines
    +194 -0
    Risk
    76%Elevated
  • 0aee6931ci: add GitHub Actions workflows
    Author
    Mnehmos
    When
    7mo ago
    Lines
    +104 -0
    Risk
    70%Elevated
  • 5d8a83e0docs: update PROJECT_KNOWLEDGE.md for v3.0.0
    Author
    Mnehmos
    When
    7mo ago
    Lines
    +99 -9
    Risk
    66%Typical
  • 23da14b3refactor(constants): add centralized constants file
    Author
    Mnehmos
    When
    7mo ago
    Lines
    +62 -0
    Risk
    62%Typical
  • 9d2e1caafix(search): translate wildcards inside brace alternatives
    Author
    Mnehmos
    When
    2w ago
    Lines
    +44 -12
    Risk
    58%Typical
  • acc35fb8docs: update PROJECT_KNOWLEDGE.md for v1.0.0 release
    Author
    Mnehmos
    When
    7mo ago
    Lines
    +37 -10
    Risk
    54%Typical
  • cc5084a9docs(readme): update for v1.0.0 npm release
    Author
    Mnehmos
    When
    7mo ago
    Lines
    +25 -1
    Risk
    50%Typical
  • 7e55de97fix(version): align version to 1.0.0 for production release
    Author
    Mnehmos
    When
    7mo ago
    Lines
    +29 -4
    Risk
    46%Typical
  • 49396c31fix(logging): replace console calls with structured logging
    Author
    Mnehmos
    When
    7mo ago
    Lines
    +12 -10
    Risk
    42%Typical
  • 97bc16a9chore(release): v1.0.5, pure OIDC with debug
    Author
    Mnehmos
    When
    7mo ago
    Lines
    +12 -9
    Risk
    38%Typical
  • b7b56811chore(release): v1.0.6, remove registry-url for pure OIDC
    Author
    Mnehmos
    When
    7mo ago
    Lines
    +10 -9
    Risk
    34%Typical
  • 9340a5abchore(release): v1.0.4, use NPM_TOKEN for auth
    Author
    Mnehmos
    When
    7mo ago
    Lines
    +5 -4
    Risk
    30%Below typical
  • 9131806bchore(release): bump to v1.0.2 with OIDC publishing
    Author
    Mnehmos
    When
    7mo ago
    Lines
    +4 -6
    Risk
    24%Below typical
  • 8d9dc03brefactor(cleanup): remove dead code and stale comments in window.ts
    Author
    Mnehmos
    When
    7mo ago
    Lines
    +3 -33
    Risk
    24%Below typical
  • 151e1e24chore(release): bump to v1.0.3, add npm environment for OIDC
    Author
    Mnehmos
    When
    7mo ago
    Lines
    +4 -3
    Risk
    16%Below typical
  • 42e72d10ci(publish): add NPM_TOKEN for authentication
    Author
    Mnehmos
    When
    7mo ago
    Lines
    +3 -1
    Risk
    16%Below typical
  • c9083bf5chore(release): bump to v1.0.1 for OIDC publish test
    Author
    Mnehmos
    When
    7mo ago
    Lines
    +3 -3
    Risk
    10%Below typical
  • 101977d8ci(publish): switch to OIDC Trusted Publisher
    Author
    Mnehmos
    When
    7mo ago
    Lines
    +2 -3
    Risk
    6%Below typical
  • 0ac63899Update README.md
    Author
    Vario
    When
    7mo ago
    Lines
    +0 -17
    Risk
    2%Below typical
Showing 25 of 25 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.

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

Size against diffusion

The 25 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,00010,000Lines changed (log) →0.04.5Diffusion →
Below typical8
Typical9
Elevated8

Commit history for Mnehmos/mnehmos.ooda.mcp

Mnehmos/mnehmos.ooda.mcp has 27 commits in its history from 2 contributors, the first of them Dec 28, 2025. In the last 90 days 17 files were touched, 29 times in total, most often glob.ts. Every commit is scored for change risk from its size, spread and the history of the files it touches.