| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| CHECKSUMS.txt | 2026-06-12 | 676 Bytes | |
| zero-linux-x64 | 2026-06-12 | 15.4 MB | |
| zero-win32-arm64.exe | 2026-06-12 | 15.3 MB | |
| zero-win32-x64.exe | 2026-06-12 | 15.4 MB | |
| zero-darwin-arm64 | 2026-06-12 | 15.5 MB | |
| zero-darwin-x64 | 2026-06-12 | 15.4 MB | |
| zero-linux-arm64 | 2026-06-12 | 15.3 MB | |
| zero-linux-musl-arm64 | 2026-06-12 | 15.3 MB | |
| zero-linux-musl-x64 | 2026-06-12 | 15.4 MB | |
| README.md | 2026-06-12 | 1.4 kB | |
| v0.3.3 source code.tar.gz | 2026-06-12 | 16.8 MB | |
| v0.3.3 source code.zip | 2026-06-12 | 17.5 MB | |
| Totals: 12 Items | 157.3 MB | 0 | |
- Makes package graph stores refresh from edited projections across compiler commands, classifies source/store sync by content instead of mtimes, and gives stale, diverged, and ambiguous reconcile states deterministic diagnostics and repairs.
- Improves agent-facing inspection and edit loops with scoped
zero queryoutput,zero view --fn,zero diff --fn,zero patch --replace-fn --body-file, focused command help, and smaller version-matched skill topics with section-scoped stdlib fetches. - Expands standard-library coverage with
std.regex,std.inet,std.unicode, and RFC 3339 helpers instd.time, including docs, skill references, and runtime conformance fixtures. - Hardens direct backend correctness for shape references, large stack frames, fallible
Voidmains, file reads, trap stderr, top-level consts, nullMaybelocals, fixed-array lengths, and untyped integer literal adoption. - Speeds up large graph workflows with indexed reconciliation, stdlib merges, projection validation caches, graph lowering indexes, and borrow-contract scans while preserving deterministic graph hashes and artifacts.
- Adds graph-store diagnostic codes and complete
zero explaincoverage, buildability gating for unsupported checked constructs, example package gates, sanitizer smoke, package build determinism contracts, and git build hashes inzero --version.
Contributors
- @ctate