Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ operator, corporate group, ownership, or control.

### Added

- `scripts/quality_scorecard.py` emits the Phase 1 product-quality baseline as
one dated, revision-bound, aggregate-safe artifact. It is network-free and
corpus-free, and it is a diagnostic rather than a gate. It measures the one
Phase 1 quantity with no existing owner, MCP context cost, names the owner for
quantities other harnesses already produce, and records the rest as unmeasured
with the reason. The first run reports 22 tools costing 91,876 bytes of
session context before any call, 63.9 percent of it output schemas, and 26 of
1,070 detection rules carrying a verification date.
- `docs/quality-baseline-preregistration.md` freezes the v2.11 product-quality
decision rule before any collection or run: the primary claim family selected
by elimination, four arms pinned to code paths, the channel-split reference
Expand Down
4 changes: 4 additions & 0 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ before any collection or run. Its power analysis supersedes the nominal
minimum-evidence floor: the selected margin needs at least 155
reference-positive and 183 reference-negative labeled units.

`scripts/quality_scorecard.py` emits the public half of the Phase 1 baseline,
network-free and corpus-free, and names every channel it cannot measure without
the private corpus or live providers.

### 4. Optional operator-hosted access - lower priority side track

Draft container + Cloud Run IaC only. Local CLI and stdio MCP remain complete.
Expand Down
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ actually shipped.
| Canonical plan, acceptance evidence, and stop rules | [roadmap.md](roadmap.md) |
| Current step-back audit and phased execution plan | [strategic-gap-audit.md](strategic-gap-audit.md) |
| Frozen v2.11 product-quality decision rule, written before any run | [quality-baseline-preregistration.md](quality-baseline-preregistration.md) |
| Aggregate-safe product-quality scorecard harness | `scripts/quality_scorecard.py` |
| Dependency-ordered implementation plan | [engineering-refinement-plan.md](engineering-refinement-plan.md) |
| Structural maintainability audit, pinned to the revision it measured | [structural-maintainability.md](structural-maintainability.md) |
| Completed MCP 2026 compatibility matrix and adoption gate | [mcp-2026-07-28-readiness.md](mcp-2026-07-28-readiness.md) |
Expand Down
Loading
Loading