v1.0.0-rc.1: Honest v1.0
·
311 commits
to main
since this release
Path A Complete — Fix Everything Broken or Fake
This is the "come clean" release. Every feature that was a no-op, stub, or security hole in v0.10.0 is now fixed.
Critical Fixes
- Auto-sync was a no-op → Now actually pulls/pushes via HTTP
- LSP goto-definition was fake → Removed (fabricated URIs)
- LSP semantic tokens/completions were stubs → Removed
- WASM plugins had 2 critical CVEs → Downgraded wasmtime 28→22
- Hub token creation had NO auth gate → Admin required + rate limiting + 30-day expiry
- Replication had NO background task → Leader pushes to followers every 30s
- Web UI hit wrong endpoints → Now calls /replication/* correctly
- 4 pre-existing clippy errors → Fixed
Testing
- 602 tests (104 new), 0 failures
- Hub: 43→108 | Daemon: 6→21 | LSP: 3→11
- Full workspace clippy-clean
What's Next
- Path C: Adoption Engineering (README, demo videos, marketing)
- v1.0.0 stable after rc feedback period