Skip to content

Commit 614d487

Browse files
mcp-tool-shopclaude
andcommitted
manifests: evidence manifest + lockfile with real hashes
Evidence manifest includes: - Build dashboard screenshot (real, sha256-verified, 64959 bytes) - Test suite link (246 tests, CI-verified) - CI step summary link (diff --exit-code gating) - Determinism test link (byte-identical output proof) Lockfile pins all schema, data, and manifest files by sha256 + bytes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9628e23 commit 614d487

4 files changed

Lines changed: 99 additions & 0 deletions

File tree

marketing/evidence/.gitkeep

Whitespace-only changes.
63.4 KB
Loading
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
{
2+
"schemaVersion": "1.0.0",
3+
"entries": [
4+
{
5+
"id": "ev.zip-meta-map.build-screenshot.v1",
6+
"type": "image",
7+
"format": "image/png",
8+
"path": "evidence/zip-meta-map-dashboard.png",
9+
"sha256": "298c48d7f745fee6a9fe3ad9b3ec2dbe70be9361811ab7d958bc6b61fd554cdb",
10+
"bytes": 64959,
11+
"provenance": {
12+
"generator": "scripts/gen-zmm-screenshot.mjs",
13+
"sourceCommit": "2c3184d",
14+
"notes": "Generated from real zip-meta-map build index. Shows 73 files, 18 modules, 5 plans, 14 flagged, role distribution, LLM plan budgets."
15+
}
16+
},
17+
{
18+
"id": "ev.zip-meta-map.test-suite.v1",
19+
"type": "link",
20+
"format": "text/html",
21+
"url": "https://github.com/mcp-tool-shop-org/zip-meta-map/actions",
22+
"sha256": "0000000000000000000000000000000000000000000000000000000000000000",
23+
"bytes": 0,
24+
"provenance": {
25+
"generator": "github-actions-ci",
26+
"sourceCommit": "5be4b38",
27+
"notes": "246 passing tests as of v0.2.1. Link to CI runs; hash is zero because this is a live external resource."
28+
}
29+
},
30+
{
31+
"id": "ev.zip-meta-map.ci-step-summary.v1",
32+
"type": "link",
33+
"format": "text/html",
34+
"url": "https://github.com/mcp-tool-shop-org/zip-meta-map/blob/main/.github/workflows/ci.yml",
35+
"sha256": "0000000000000000000000000000000000000000000000000000000000000000",
36+
"bytes": 0,
37+
"provenance": {
38+
"generator": "github-actions-ci",
39+
"sourceCommit": "5be4b38",
40+
"notes": "CI workflow uses diff --exit-code for gating. Link to workflow definition; hash is zero because this is a live external resource."
41+
}
42+
},
43+
{
44+
"id": "ev.zip-meta-map.deterministic-test.v1",
45+
"type": "link",
46+
"format": "text/html",
47+
"url": "https://github.com/mcp-tool-shop-org/zip-meta-map/blob/main/tests/test_determinism.py",
48+
"sha256": "0000000000000000000000000000000000000000000000000000000000000000",
49+
"bytes": 0,
50+
"provenance": {
51+
"generator": "human",
52+
"sourceCommit": "5be4b38",
53+
"notes": "Test file proving deterministic output. Link to source; hash is zero because this is a live external resource."
54+
}
55+
}
56+
]
57+
}
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"schemaVersion": "1.0.0",
3+
"generatedAt": "2026-02-15T12:30:00.000Z",
4+
"generator": "manual",
5+
"files": [
6+
{
7+
"path": "marketing/schema/marketing.schema.json",
8+
"sha256": "975c3929d45570f1fb6fa4af7911f4abab6513fc3a4597eefdf1a2d25a656159",
9+
"bytes": 9881
10+
},
11+
{
12+
"path": "marketing/data/marketing.index.json",
13+
"sha256": "85b7a170ecd701196c2fe66fefe36624644c106cdd8ad89cc31f95fd0b185024",
14+
"bytes": 289
15+
},
16+
{
17+
"path": "marketing/data/audiences/ci-maintainers.json",
18+
"sha256": "55521aa57f741bef8689a36bde35f8faf611cc620422aedac159b3bde56364d3",
19+
"bytes": 569
20+
},
21+
{
22+
"path": "marketing/data/audiences/llm-toolchain-devs.json",
23+
"sha256": "5939bbaaaa7625b089380b91eaedc218d8af19437f2d02162b68e91a754eea4c",
24+
"bytes": 556
25+
},
26+
{
27+
"path": "marketing/data/campaigns/zmm-launch.json",
28+
"sha256": "9818fb121380f2395bdddd7b8e34233ef71cf923339dc5dd2f4e6e7679a05331",
29+
"bytes": 1026
30+
},
31+
{
32+
"path": "marketing/data/tools/zip-meta-map.json",
33+
"sha256": "11d0ffd15020c8d058ce06ec26c4e3165b2f744b146bcd46b21839bcd4d6cace",
34+
"bytes": 5673
35+
},
36+
{
37+
"path": "marketing/manifests/evidence.manifest.json",
38+
"sha256": "4f00f47e797bbed860d9ab7c08dd526e75269c9a918f15693a41b7aad81dbd77",
39+
"bytes": 2287
40+
}
41+
]
42+
}

0 commit comments

Comments
 (0)