v0.3.1
Release v0.3.1 — Truth-Checked Pre-Launch
Truth fixes:
- README: removed false claims (auto-pull image,
niki init), hero image uses committed logo.svg, corrected ‘verified PR’ terminology - SECURITY.md: egress policy now accurate
- sandbox: Rust toolchain (cargo 1.97.1) included;
network_allowlist = ["*"]re-opens egress correctly - theme/glyph collision fixed (Planner: ◈, Reviewer: ◆)
- version bump to 0.3.1 across all installers (homebrew/scoop/winget) and site (Install/Downloads)
New feature:
- Tester agent now executes the project test suite in-sandbox and records results as
test_execution.jsonaudit artifact
Verification:
cargo buildgreen ·cargo testgreen (445 + 4 new) · sitenpm run buildgreen
Assets (Linux x86_64 only):
- niki-x86_64-unknown-linux-gnu.tar.xz — sha256:
7700e44ba8c2c29c49bd5d60b5f7c014d58ad9daecf3008fa80b6a10abf07ee7
Note: This release ships the Linux x86_64 binary manually. macOS (aarch64/x86_64) and Windows binaries are normally generated by cargo-dist CI on tag push. CI workflows are currently failing with 0 jobs / instant failure (GitHub Actions infrastructure issue). workflow_dispatch has been added to allow manual re-trigger when the infra issue resolves. A maintainer can run cargo build --release + tar -cJf for each target to attach remaining assets.