← All tools

Zip Meta Map

Org-only stable cli Python
๐Ÿšง Concept / Experimental

This tool is in early development. APIs may change.

๐Ÿงช Concept Prototype

Not packaged yet

This tool is in early design. You can explore the source code or contribute to its development.

What exists today:

  • CI Pipeline
  • Project Structure
  • Design Spec
Browse Source Code →

Make repos and ZIPs self-describing for LLMs with CI-grade diffs.

Turn any ZIP or folder into an LLM-friendly metadata bundle โ€” role-classified files, traversal plans, byte budgets

Zip Meta Map screenshot

Good for

  • CI gating with diff --exit-code (246 tests, JSON Schema-validated)
  • LLM agents that need repo maps under token budgets
  • Deterministic builds: same repo = same index, diffable in CI
  • GitHub Actions with step summaries and PR comments built in

Not for

  • Replacing code search or embeddings (it complements them)
  • Runtime vulnerability scanning (heuristics, not CVEs)
Language Python
Last updated Feb 22, 2026
Not in registry Install cmd Has releases Documented
Latest release v0.2.1 Feb 15, 2026
metadatacillmschema

Verified claims

  • Given the same repository state, zip-meta-map produces byte-identical index output.

  • The test suite contains 246 passing tests covering CLI, schema validation, and diff behavior.

  • zip-meta-map diff --exit-code returns non-zero when metadata drifts, suitable for CI gating.

  • LLM plans respect configurable token budgets, producing structured context that fits within specified limits.

  • All output conforms to a published JSON Schema, validated in CI on every commit.

Aspirational

1
  • 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.
Source: MarketIR · lock 210820f16a97 · fetched Feb 22, 2026