# Changelog

> **This is the PUBLIC form of this artifact. Findings are listed in full, but the details of SECURITY findings — which rule fired, in which file, on which line, and how to fix it — are deliberately withheld, and any secret-scanner results are excluded entirely. Where detail is absent here it was REMOVED FOR PUBLICATION; it is not missing from the analysis. The complete artifact is available from the repository owner.**

## Score

- CAI 28 → 71 (+42.5)
- Rubric changed (rubric-2026.08.18 → rubric-2026.08.19) — scores are not directly comparable.

## Lenses

- Code Health 93 (new)
- Architecture 100 (new)
- Maturity 13 → 60 (+46.1)
- Readiness 15 → 78 (+62.9)
- Security 100 → 75 (-25.4)

## Resolved (6)

- Dependency hygiene not measured — no supported dependency manifest was read
- No automated tests
- No tests found
- bus factor not measured — no commits were sampled
- early-stage repository — too little history to judge knowledge freshness
- single-commit history — no usable git history window to measure hotspots

## New (26)

- Coverage not included — suite not readable by the collector
- Critical CVE: [GHSA redacted] (go.mod)
- Dependency hygiene not measured — dependency manifest found but not parsed for hygiene
- Duplicated block (11 lines × 2) (examples/reactor-lifecycle/main.go)
- Duplicated block (12 lines × 2) (eventstore.go)
- Duplicated block (13 lines × 2) (examples/reactor-lifecycle/main.go)
- Duplicated block (14 lines × 2) (examples/projection/main.go)
- Duplicated block (14 lines × 3) (examples/deciders/main.go)
- EventStore.Append (cognitive 36) (eventstore.go)
- EventStore.Append (cyclomatic 17) (eventstore.go)
- EventStore.Evolve (cognitive 26) (eventstore.go)
- EventStore.Evolve (cyclomatic 17) (eventstore.go)
- High: security finding (details withheld)
- High: security finding (details withheld)
- High: security finding (details withheld)
- High: security finding (details withheld)
- High: security finding (details withheld)
- Hotspot: eventstore.go (eventstore.go)
- LLM evaluation failed
- Medium CVE: GO-2025-3955 (go.mod)
- …and 6 more

## Changes since last survey

- 8 commits — 8 feature/other, 0 fixes

## By area

- (root) — 8 commits

## Notable commits

- change: Benchmark direct-get replay for Evolve; keep the ordered consumer
- change: Delete dead exported symbols: ErrViewerNotImplemented, testutil.IDGen
- change: Enforce tenant scope at subject construction, not per-operation convention
- change: Pin the no-registry wire format before touching its implementation
- change: Refuse cross-tenant reactor mutations, not just lookups
- change: Replace nil-registry forks with a default degenerate registry
- change: Scope reactor lookups to the handle's tenant
- change: Validate the event type as a single subject token
