zip-meta-map
Make repos and ZIPs self-describing for LLMs with CI-grade diffs.
pipx install zip-meta-map
stable
cli
GitHub Facts
Community health: 100/100
- readme
- license
- contributing
- codeOfConduct
- security
Observed at: 2026-02-22T15:53:17.035Z
Key capabilities
- Deterministic index: same repo produces the same output, every time
- Token-budgeted LLM plans: structured context that fits in context windows
- CI gating with diff --exit-code: fail builds when metadata drifts
- JSON Schema-validated output with 246 tests backing correctness
Verified claims
Aspirational (not yet proven)
- Typical repo builds complete in under one second on commodity hardware.
Anecdotally true but not yet benchmarked with reproducible methodology.
Not for
- Does not replace code search or embeddings — it complements them with structural metadata.
- Does not perform runtime vulnerability scanning — heuristic flagging is advisory, not CVE-grade.
- Does not require or assume any specific LLM provider — output is plain JSON consumable by any tool.
Approved Quotes
"Same repo, same output, every time. That is the entire design contract."
— mcp-tool-shop team
"We wrote 246 tests not because we like writing tests, but because determinism demands proof."
— mcp-tool-shop team
Comparables
- Similar to tree / find + jq pipelines: zip-meta-map produces schema-validated JSON with LLM token budgets and CI-grade diffing, not ad-hoc text output.
- Similar to Sourcegraph / code search: Complementary, not competitive. zip-meta-map provides structural metadata; code search provides content retrieval.
Partner Offers
- integration: We will work with LLM tool authors to integrate zip-meta-map indexes as a context source.
- early-access: Pre-release access to new index formats and plan structures before public release.
Contact