Reviewed via GitHub API on 2026-05-10 and local fetched refs origin/pr/*. Current hardening branch already contains historical PR #9 and now locally merged PR #10 with a traceable merge commit.
| PR | Branch | Classification | Overlapping edits | Determinism / replay risks | Tokenizer drift risks | Disposition |
|---|---|---|---|---|---|---|
| #10 Add sparse micro-frame for tiny packets; update README, benchmarks, and tests | codex/fix-short_sparse_3-and-update-readme |
sparse routing logic; core compression logic; benchmark validation | Overlaps README, benchmark runner, core engine, benchmark tests with prior sparse guardrail work. | Low after conflict resolution: micro-frame is deterministic and keeps audit layers; sparse edge cases must remain replay-tested. | Medium: changes compressed payload shape for tiny packets; covered by token telemetry regression. | Merged first per required order as Merge PR #10 sparse micro-frame guardrail. |
| #4 Initial CompText V7 package: KVTC‑V7 engine, agents, auditor, tests, and CI | codex/create-initial-directory-structure-for-comptext-v7-iz7ikn |
validation infrastructure; dashboard/UI-adjacent agents; CI; initial scaffold | Large stale scaffold overlaps current engine, README, pyproject, tests, benchmarks, and deletes current audit benchmark files. | High hidden regression risk: would remove mature benchmark/audit modules and replace engine with older implementation. | High: older codec/token assumptions conflict with current deterministic telemetry hardening. | Do not merge into hardened branch without manual cherry-pick of non-regressive CI ideas. |
| #2 Initiale KVTC‑V7 Engine & CompText V7 Projektgerüst | codex/create-initial-directory-structure-for-comptext-v7 |
core compression logic; initial scaffold | Stale duplicate of initial package overlaps current engine, README, pyproject, tests, and deletes benchmark/audit files. | Critical regression risk: reverts post-PR #6/#7/#8/#9 industrial audit work. | High: predates token telemetry and sparse micro-frame guardrails. | Do not merge; superseded by mainline history. |
- sparse_guardrail / short_sparse_3 fix — satisfied by prior
Fix sparse benchmark guardrail (#9)plus local merge of PR #10 micro-frame refinement. - deterministic token telemetry + tiktoken — implemented in
src/validation/token_telemetry.pywithcl100k_baseando200k_basesupport plus fallback drift sentinels. - validation harness + replay engine — implemented in
src/validation/replay.pyandscripts/validate.py. - semantic forensic audit layer — implemented in
src/validation/forensic.py. - dashboard layer — implemented in
dashboard/industrial_dashboard.py. - governance/docs/reports/program.md — implemented as
program.mdand release reports.
Open PRs #2 and #4 are stale scaffolding PRs with destructive overlaps. Merging them after PR #10 would violate semantic integrity, replayability, and auditability. Their non-regressive intent is captured in this hardening pass without accepting deletions of current benchmark and audit infrastructure.