|
| 1 | +{ |
| 2 | + "schemaVersion": "1.0.0", |
| 3 | + "id": "tool.zip-meta-map", |
| 4 | + "name": "zip-meta-map", |
| 5 | + "positioning": { |
| 6 | + "oneLiner": "Make repos and ZIPs self-describing for LLMs with CI-grade diffs.", |
| 7 | + "valueProps": [ |
| 8 | + "Deterministic index: same repo produces the same output, every time", |
| 9 | + "Token-budgeted LLM plans: structured context that fits in context windows", |
| 10 | + "CI gating with diff --exit-code: fail builds when metadata drifts", |
| 11 | + "JSON Schema-validated output with 246 tests backing correctness" |
| 12 | + ] |
| 13 | + }, |
| 14 | + "audienceRefs": [ |
| 15 | + "aud.ci-maintainers", |
| 16 | + "aud.llm-toolchain-devs" |
| 17 | + ], |
| 18 | + "claims": [ |
| 19 | + { |
| 20 | + "id": "claim.zip-meta-map.deterministic-output", |
| 21 | + "status": "proven", |
| 22 | + "statement": "Given the same repository state, zip-meta-map produces byte-identical index output.", |
| 23 | + "evidenceRefs": ["ev.zip-meta-map.deterministic-test.v1"] |
| 24 | + }, |
| 25 | + { |
| 26 | + "id": "claim.zip-meta-map.246-tests", |
| 27 | + "status": "proven", |
| 28 | + "statement": "The test suite contains 246 passing tests covering CLI, schema validation, and diff behavior.", |
| 29 | + "evidenceRefs": ["ev.zip-meta-map.test-suite.v1"] |
| 30 | + }, |
| 31 | + { |
| 32 | + "id": "claim.zip-meta-map.ci-gating", |
| 33 | + "status": "proven", |
| 34 | + "statement": "zip-meta-map diff --exit-code returns non-zero when metadata drifts, suitable for CI gating.", |
| 35 | + "evidenceRefs": ["ev.zip-meta-map.ci-step-summary.v1"] |
| 36 | + }, |
| 37 | + { |
| 38 | + "id": "claim.zip-meta-map.token-budgets", |
| 39 | + "status": "proven", |
| 40 | + "statement": "LLM plans respect configurable token budgets, producing structured context that fits within specified limits.", |
| 41 | + "evidenceRefs": ["ev.zip-meta-map.build-screenshot.v1"] |
| 42 | + }, |
| 43 | + { |
| 44 | + "id": "claim.zip-meta-map.schema-validated", |
| 45 | + "status": "proven", |
| 46 | + "statement": "All output conforms to a published JSON Schema, validated in CI on every commit.", |
| 47 | + "evidenceRefs": ["ev.zip-meta-map.test-suite.v1"] |
| 48 | + }, |
| 49 | + { |
| 50 | + "id": "claim.zip-meta-map.sub-second-builds", |
| 51 | + "status": "aspirational", |
| 52 | + "statement": "Typical repo builds complete in under one second on commodity hardware.", |
| 53 | + "notes": "Anecdotally true but not yet benchmarked with reproducible methodology." |
| 54 | + } |
| 55 | + ], |
| 56 | + "antiClaims": [ |
| 57 | + { |
| 58 | + "statement": "Does not replace code search or embeddings — it complements them with structural metadata." |
| 59 | + }, |
| 60 | + { |
| 61 | + "statement": "Does not perform runtime vulnerability scanning — heuristic flagging is advisory, not CVE-grade." |
| 62 | + }, |
| 63 | + { |
| 64 | + "statement": "Does not require or assume any specific LLM provider — output is plain JSON consumable by any tool." |
| 65 | + } |
| 66 | + ], |
| 67 | + "messages": [ |
| 68 | + { |
| 69 | + "id": "msg.zip-meta-map.web-blurb", |
| 70 | + "channel": "web", |
| 71 | + "tone": "pragmatic", |
| 72 | + "text": "zip-meta-map makes repos self-describing for LLMs. Deterministic builds, token-budgeted plans, and CI gating with 246 tests backing every claim.", |
| 73 | + "claimRefs": [ |
| 74 | + "claim.zip-meta-map.deterministic-output", |
| 75 | + "claim.zip-meta-map.token-budgets", |
| 76 | + "claim.zip-meta-map.ci-gating", |
| 77 | + "claim.zip-meta-map.246-tests" |
| 78 | + ], |
| 79 | + "constraints": { "maxChars": 280 } |
| 80 | + }, |
| 81 | + { |
| 82 | + "id": "msg.zip-meta-map.readme-snippet", |
| 83 | + "channel": "readme", |
| 84 | + "tone": "technical", |
| 85 | + "text": "Build a self-describing index of any repo or ZIP. JSON Schema-validated output, configurable LLM token budgets, and diff --exit-code for CI gating. 246 tests. Deterministic.", |
| 86 | + "claimRefs": [ |
| 87 | + "claim.zip-meta-map.schema-validated", |
| 88 | + "claim.zip-meta-map.token-budgets", |
| 89 | + "claim.zip-meta-map.ci-gating", |
| 90 | + "claim.zip-meta-map.246-tests", |
| 91 | + "claim.zip-meta-map.deterministic-output" |
| 92 | + ] |
| 93 | + }, |
| 94 | + { |
| 95 | + "id": "msg.zip-meta-map.hn-post", |
| 96 | + "channel": "hn", |
| 97 | + "tone": "technical", |
| 98 | + "text": "Show HN: zip-meta-map — deterministic repo indexes for LLM agents. Same repo = same output, diffable in CI, token budgets for context windows. 246 tests, JSON Schema-validated, pip install zip-meta-map.", |
| 99 | + "claimRefs": [ |
| 100 | + "claim.zip-meta-map.deterministic-output", |
| 101 | + "claim.zip-meta-map.ci-gating", |
| 102 | + "claim.zip-meta-map.token-budgets", |
| 103 | + "claim.zip-meta-map.246-tests", |
| 104 | + "claim.zip-meta-map.schema-validated" |
| 105 | + ], |
| 106 | + "constraints": { "maxChars": 300, "notes": "HN title should be separate and under 80 chars." } |
| 107 | + }, |
| 108 | + { |
| 109 | + "id": "msg.zip-meta-map.x-post", |
| 110 | + "channel": "x", |
| 111 | + "tone": "pragmatic", |
| 112 | + "text": "zip-meta-map: make any repo self-describing for LLMs. Deterministic output, token budgets, CI gating. 246 tests. pip install zip-meta-map", |
| 113 | + "claimRefs": [ |
| 114 | + "claim.zip-meta-map.deterministic-output", |
| 115 | + "claim.zip-meta-map.token-budgets", |
| 116 | + "claim.zip-meta-map.ci-gating", |
| 117 | + "claim.zip-meta-map.246-tests" |
| 118 | + ], |
| 119 | + "constraints": { "maxChars": 280 } |
| 120 | + }, |
| 121 | + { |
| 122 | + "id": "msg.zip-meta-map.linkedin-post", |
| 123 | + "channel": "linkedin", |
| 124 | + "tone": "executive", |
| 125 | + "text": "We built zip-meta-map to solve a specific problem: LLM agents need structured repo context, but directory listings waste tokens and drift silently. Our approach is deterministic indexes with CI gating — same repo, same output, every time. 246 tests enforce it.", |
| 126 | + "claimRefs": [ |
| 127 | + "claim.zip-meta-map.deterministic-output", |
| 128 | + "claim.zip-meta-map.token-budgets", |
| 129 | + "claim.zip-meta-map.ci-gating", |
| 130 | + "claim.zip-meta-map.246-tests" |
| 131 | + ], |
| 132 | + "constraints": { "maxChars": 700 } |
| 133 | + } |
| 134 | + ] |
| 135 | +} |
0 commit comments