repowiserepowise
Sign in
chrisagon/prisme-veille-sirh
OverviewDocsArchitectureKnowledge GraphFilesCode HealthRefactoring

People & History

CommitsContributorsDecisions
ChatPro
Stats
repowiserepowise
ExplorePricingDocs
Sign inIndex repoIndex your repo free
repowisechrisagon/prisme-veille-sirh

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

5of 14 scored

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

Feature14%
Fix21%
Docs21%
Chore36%
Other7%
7%of indexed commits are agent-attributed(1 of 14)
claude (1)

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
53c1a919chore: initial commit — PRISME veille SIRH/AI app
Claudeclaudeautonomous
2mo ago+23.7K -0
96%Elevated
more lines added than baseline
2
3e8823fcfeat(veille): story 3.2 — endpoint force-scan admin + scan-status polling
Chrisagon
2mo ago+694 -2
89%Elevated
more lines added than baseline
3
5990d80bdocs(bmad): Epic 3 stories (3.1-3.4) + sprint-status update
Chrisagon
2mo ago+327 -9
82%Elevated
more lines added than baseline
4
ea4a3f98feat(rapport): GET /api/rapport/[week] endpoint (story 3.1)
Chrisagon
2mo ago+384 -0
75%Elevated
more lines added than baseline
5
5ba92805docs: refresh CLAUDE.md, README.md, project-context.md for Cloud Run deploy
Chrisagon
2mo ago+233 -36
68%Elevated
more lines added than baseline
6
2cf2d5a3fix: security hardening top 6 (rate limit, body cap, helmet, URL scheme, admin gate, rawText cap)
Chrisagon
2mo ago+194 -8
61%Typical
more lines added than baseline
7
754b86eadocs: add Cloud Run deployment guide
Chrisagon
2mo ago+124 -0
54%Typical
more lines added than baseline
8
f3b9715cchore: add setup-secrets.sh for GCP Secret Manager provisioning
Chrisagon
2mo ago+98 -0
46%Typical
more lines added than baseline
9
a1e7d41echore: add Dockerfile + .dockerignore for Cloud Run
Chrisagon
2mo ago+87 -0
39%Typical
more lines added than baseline
10
1c3f367achore(bmad): sprint-status update — 3.1 done, 3.2 ready-for-dev
Chrisagon
2mo ago+7 -3
32%Below typical
fewer lines added than baseline
11
d3878f92chore(secrets): add veille-admin-token to setup-secrets.sh
Chrisagon
2mo ago+7 -2
25%Below typical
fewer lines added than baseline
12
1c85f44bfix(server): honor PORT and HOST env vars (Cloud Run compatibility)
Chrisagon
2mo ago+3 -2
14%Below typical
fewer lines added than baseline
13
d1648accfix(docker): drop --mount=type=cache (requires BuildKit)
Chrisagon
2mo ago+3 -5
14%Below typical
fewer lines added than baseline
14
5a27a53cRefine admin gate to exact email match
Chrisagon
2mo ago+0 -1
4%Below typical
fewer lines added than baseline
  • 53c1a919chore: initial commit — PRISME veille SIRH/AI app
    Author
    Claude
    When
    2mo ago
    Lines
    +23.7K -0
    Risk
    96%Elevated
  • 3e8823fcfeat(veille): story 3.2 — endpoint force-scan admin + scan-status polling
    Author
    Chrisagon
    When
    2mo ago
    Lines
    +694 -2
    Risk
    89%Elevated
  • 5990d80bdocs(bmad): Epic 3 stories (3.1-3.4) + sprint-status update
    Author
    Chrisagon
    When
    2mo ago
    Lines
    +327 -9
    Risk
    82%Elevated
  • ea4a3f98feat(rapport): GET /api/rapport/[week] endpoint (story 3.1)
    Author
    Chrisagon
    When
    2mo ago
    Lines
    +384 -0
    Risk
    75%Elevated
  • 5ba92805docs: refresh CLAUDE.md, README.md, project-context.md for Cloud Run deploy
    Author
    Chrisagon
    When
    2mo ago
    Lines
    +233 -36
    Risk
    68%Elevated
  • 2cf2d5a3fix: security hardening top 6 (rate limit, body cap, helmet, URL scheme, admin gate, rawText cap)
    Author
    Chrisagon
    When
    2mo ago
    Lines
    +194 -8
    Risk
    61%Typical
  • 754b86eadocs: add Cloud Run deployment guide
    Author
    Chrisagon
    When
    2mo ago
    Lines
    +124 -0
    Risk
    54%Typical
  • f3b9715cchore: add setup-secrets.sh for GCP Secret Manager provisioning
    Author
    Chrisagon
    When
    2mo ago
    Lines
    +98 -0
    Risk
    46%Typical
  • a1e7d41echore: add Dockerfile + .dockerignore for Cloud Run
    Author
    Chrisagon
    When
    2mo ago
    Lines
    +87 -0
    Risk
    39%Typical
  • 1c3f367achore(bmad): sprint-status update — 3.1 done, 3.2 ready-for-dev
    Author
    Chrisagon
    When
    2mo ago
    Lines
    +7 -3
    Risk
    32%Below typical
  • d3878f92chore(secrets): add veille-admin-token to setup-secrets.sh
    Author
    Chrisagon
    When
    2mo ago
    Lines
    +7 -2
    Risk
    25%Below typical
  • 1c85f44bfix(server): honor PORT and HOST env vars (Cloud Run compatibility)
    Author
    Chrisagon
    When
    2mo ago
    Lines
    +3 -2
    Risk
    14%Below typical
  • d1648accfix(docker): drop --mount=type=cache (requires BuildKit)
    Author
    Chrisagon
    When
    2mo ago
    Lines
    +3 -5
    Risk
    14%Below typical
  • 5a27a53cRefine admin gate to exact email match
    Author
    Chrisagon
    When
    2mo ago
    Lines
    +0 -1
    Risk
    4%Below typical
Showing 14 of 14 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.

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

Size against diffusion

The 14 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 typical5
Typical4
Elevated5

Commit history for chrisagon/prisme-veille-sirh

chrisagon/prisme-veille-sirh has 14 commits in its history from 2 contributors, the first of them Jun 8, 2026. In the last 90 days 39 files were touched, 48 times in total, most often server.ts. Every commit is scored for change risk from its size, spread and the history of the files it touches.