What we shipped this week.
Auto-generated from git log — no curation, no marketing pass. Every commit is a real change you could re-derive from the public repo.
0
Commits
0
Punch-list shipped
0
Files touched
0 ()
Peak day
Velocity (commits/day, last 14 days)
mean 0/day · peak 0Each bar = one day. Forge-orange highlights the peak day; cyan marks active days; faint bars are zero-commit days. The dashed cyan line is the 14-day mean. Hover any bar for that day's count.
The velocity curve is the public face of the engineering culture this codebase commits to (per principles).
Governance layer
7
Active RFCs
4
Published ADRs
5
Cadence rituals
28
Trust claims
Seven public RFCs at /rfc (versioning policy, anti-platitude, hum-score calibration, voltage coach, GPT-4o critic, cohort engagement, reproducibility audit). Four ADRs in docs/adr/ (factory + DI, strangler-fig, ring + dashboard, cmd-K palette). Five cadence rituals running on schedule per principles. Twenty-eight trust claims CI-enforced with historical flap-rate tracking at /admin/trust-claims-history.
Punch-list items shipped
No punch-list item closures in this window.
CI ratchet state
11 of 12 at zero · Tier-A 11/12Each row is a CI gate that fails the build on regression. Ceiling: 0 means the floor — a single new occurrence anywhere in the codebase fails CI. Source-of-truth is the gate script referenced in each row; ceilings live in .github/.
| Ratchet | What it counts | Ceiling | Closed at | Tier |
|---|---|---|---|---|
| Lighthouse mobile floors | Per-route mobile performance/a11y/SEO floors + FCP/LCP/CLS/TBT caps | 0 | B2201 | A |
| as-cast count | All `as T` / `<T>x` type assertions in src/ (any type shape; const/never/literal/unknown excluded) | 1334 | — | A |
| Component LOC ratchet | Per-component line ceilings (SongDetail.tsx, dashboard/page.tsx) | 0 | B2189 | A |
| Design tokens (hex literals) | Raw hex/rgb in JSX inside src/app + src/components | 0 | B2098 | A |
| strict-tsc violations | Files exempt from --strict TypeScript | 0 | B1600 | A |
| unchecked-index | Array/object indexing without bound checks | 0 | B1597 | A |
| console.log calls | Direct console.log in production code (vs. structured logger) | 0 | B1586 | A |
| Capability-surface gaps | Capabilities (genres, tradition presets) without a UI surface | 0 | B1575 | A |
| explicit-any | Bare `: any` / `as any` / `<any>` in TypeScript | 0 | B1182 | A |
| Forge LOC ratchet | Per-component line ceiling on forge surface files | 0 | B1135 | A |
| Golden-eval drift | Eval/refine/gauntlet prompt byte-identical snapshots | 0 | B1177 | A |
| Bundle size | Total JS shipped per route (vs. ceiling snapshot) | 0 | B1176 | A |
Recent gate tightenings
No CI gate movement in this window.
Where the changes landed
All commits
Operating system · live
The 3-Year-Plan operating system. Four moats, four cadence rituals, ten trust-claim predicates. All public; all in the repo at docs/THREE-YEAR-PLAN.md.
Moat citations · per-build tagging
Cadence rituals · days since last entry
npm run audit:trust. Trust drift fails the build.