Skip to content

v0.1.0

Choose a tag to compare

@rendis rendis released this 11 Feb 21:39
· 7 commits to main since this release

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 benchmarks target 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 with go build -o opcode ./cmd/opcode/.