Releases: moulwyse/lattice
Releases · moulwyse/lattice
Release list
Lattice v0.1.1
Patch release for reproducible safety evidence, concurrent sidecar bootstrap recovery, and a more reliable cross-platform release gate.
Install or upgrade
npm install --global https://github.com/moulwyse/lattice/releases/download/v0.1.1/lattice-v2-0.1.1.tgz
lattice --version
lattice benchmark --worker mockIncluded
- Concurrent launchers now attach to the healthy repository sidecar when another bootstrap process wins the exclusive lock.
- A CI-checked public artifact records 240/240 deterministic safety-frontier cases.
- Regression coverage exercises simultaneous sidecar bootstrap attempts.
- CLI, MCP server, package metadata, and citation metadata now report the same public version.
- Windows CI runs process-heavy test files serially, and the launcher abort test verifies behavior directly instead of relying on runner speed.
Verification
- Full suite: 423 passed, 2 intentionally skipped.
- Deterministic evidence: 240/240 cases passed.
- CI: Ubuntu, Windows, and macOS on Node.js 20 and 22, plus format, lint, package, dependency review, public-export, and secret-scan checks.
- Clean tarball install:
Lattice 0.1.1 by Moulwyse. - Clean tarball mock benchmark: passed.
- Archive SHA-256:
6f33237d4bea8e0f6df4fb448642a634876cc56071f1bbc97c180c749548a42f.
Scope
The 240-case artifact is deterministic local safety evidence. It is not a live-model benchmark and does not claim measured token savings. Additional provider adapters, including Claude Code, remain planned work.
Lattice v0.1.0
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 mockIncluded
- 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.