Skip to content

Commit 85e3e4a

Browse files
mcp-tool-shopclaude
andcommitted
quality: fix evidence URL, update lockfile for seed content
Fixed ev.zip-meta-map.deterministic-test.v1 URL to point to actual test file (test_report.py contains test_report_deterministic). The previous URL referenced a nonexistent test_determinism.py. All claims are falsifiable: - Deterministic output: run twice, diff = zero - 246 tests: pytest count - CI gating: diff --exit-code returns non-zero on drift - Token budgets: configure budget, verify output fits - Schema validated: validate output against published schema - Sub-second builds: benchmark (aspirational, correctly labeled) Full pipeline passes: format, validate, lock check. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d31e62e commit 85e3e4a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

marketing/manifests/evidence.manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@
4444
"id": "ev.zip-meta-map.deterministic-test.v1",
4545
"type": "link",
4646
"format": "text/html",
47-
"url": "https://github.com/mcp-tool-shop-org/zip-meta-map/blob/main/tests/test_determinism.py",
47+
"url": "https://github.com/mcp-tool-shop-org/zip-meta-map/blob/main/tests/test_report.py",
4848
"sha256": "0000000000000000000000000000000000000000000000000000000000000000",
4949
"bytes": 0,
5050
"provenance": {
5151
"generator": "human",
5252
"sourceCommit": "5be4b38",
53-
"notes": "Test file proving deterministic output. Link to source; hash is zero because this is a live external resource."
53+
"notes": "Contains test_report_deterministic() proving same index = identical output. Also test_diff.py:test_identical_indices_no_changes and test_chunker.py for deterministic chunking."
5454
}
5555
}
5656
]

marketing/manifests/marketing.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schemaVersion": "1.0.0",
3-
"generatedAt": "2026-02-15T21:12:01.885Z",
3+
"generatedAt": "2026-02-15T21:13:15.858Z",
44
"generator": "gen-lock.mjs",
55
"files": [
66
{
@@ -30,8 +30,8 @@
3030
},
3131
{
3232
"path": "marketing/manifests/evidence.manifest.json",
33-
"sha256": "31012157847f80e1fb4e60a90b2786a9250001f1178166669f6de01d37e60cbd",
34-
"bytes": 2230
33+
"sha256": "1c3aa6c8d2bbc57af3b0cb7d17d608a75cbba9833bae9ac92a73bde7903ad273",
34+
"bytes": 2290
3535
},
3636
{
3737
"path": "marketing/schema/marketing.schema.json",

0 commit comments

Comments
 (0)