Skip to content

Lattice v0.1.0

Choose a tag to compare

@moulwyse moulwyse released this 01 Aug 05:01
3796c9e

Lattice v0.1.0 is the first public release of a bounded, auditable repository-context and verified patch-execution layer for coding agents.

Install

npm install --global https://github.com/moulwyse/lattice/releases/download/v0.1.0/lattice-v2-0.1.0.tgz
lattice --version
lattice benchmark --worker mock

Included

  • Local repository indexing and task-relevant context over MCP.
  • Fingerprint-bound edit grants instead of unrestricted model-supplied paths.
  • Patch application in isolated Git worktrees with allowlisted verification.
  • Auditable telemetry for pages read, edits requested, verification, and cleanup.
  • Codex integration, a credential-free smoke benchmark, and transparent evidence.
  • Windows, macOS, and Linux support on Node.js 20 and 22.

Verification

  • 421 tests pass; 2 platform-dependent tests are skipped where inapplicable.
  • Formatting, linting, package checks, public-export scanning, dependency review, and a six-job OS/Node CI matrix run in GitHub Actions.
  • The release tarball was installed and exercised from a clean prefix before publication.
  • SHA-256 (lattice-v2-0.1.0.tgz): 25e357ffb63718d829f1043896eb31b91aedcabf1314be52898fe9fa9a657832

Current scope

Claude Code support is planned, not claimed. The implementation and validation checklist is documented in docs/claude-code.md.

Please use GitHub Discussions for questions and ideas, and Issues for reproducible bugs or concrete proposals.