v0.1.0
What's Changed
Features
- SHA-256 checksum verification for binary downloads
Documentation
- Restructured README (1222 → 574 lines) — benchmark charts moved to top for visual impact
- New
docs/reference pages: architecture, MCP tools, workflow reference, testing, design rationale - Auto-generated benchmark suite with SVG charts, takeaways, and methodology
Infra
- Benchmark sub-tests with parametric runs (executor, worker pool, eventlog)
make benchmarkstarget for chart and docs generation
Full changelog: v0.0.1...v0.1.0
Note: This release includes only
darwin/arm64. Linux and darwin/amd64 binaries require cross-compilation with a C toolchain (CGO dependency on go-libsql). Build natively on target systems withgo build -o opcode ./cmd/opcode/.