Skip to content

feat(v0.5.0): README rewrite + rivet quickstart + CHANGELOG#227

Merged
avrabe merged 1 commit intomainfrom
feat/v0.5.0-readme-quickstart-changelog
Apr 27, 2026
Merged

feat(v0.5.0): README rewrite + rivet quickstart + CHANGELOG#227
avrabe merged 1 commit intomainfrom
feat/v0.5.0-readme-quickstart-changelog

Conversation

@avrabe
Copy link
Copy Markdown
Contributor

@avrabe avrabe commented Apr 27, 2026

Summary

Three coordinated deliverables that unblock the v0.5.0 release:

Workspace, vscode-rivet, and npm root package versions bumped to
0.5.0. Platform packages stay on the release-npm.yml override path.

Test plan

  • cargo check --workspace
  • cargo clippy --workspace --all-targets -- -D warnings
  • cargo fmt --all -- --check
  • cargo test -p rivet-cli (99 unit + 200+ integration tests pass)
  • rivet docs check PASS
  • rivet quickstart prints the 10-step walk-through
  • rivet docs lists quickstart under "Getting started"
  • rivet --version reports 0.5.0
  • CI required-checks green (CI run will validate end-to-end)
  • Once green, tag v0.5.0 to trigger release.yml and
    release-npm.yml (out of scope for this PR)

🤖 Generated with Claude Code

Three coordinated deliverables for the v0.5.0 release.

1. README rewritten around the three-pillar synthesis (typed
   knowledge graph + oracle-gated agents + agent-first form factor)
   instead of a feature list. Leads with why-rivet, install, the
   30-second demo, then pointers to the embedded docs and the
   agent-facing surfaces (MCP, LSP, Mythos slop-hunt, agent pipelines).
   Honest "in flight" section flags variant tooling open questions and
   formal-method gaps.

2. New `rivet quickstart` subcommand prints a 10-step oracle-gated
   walk-through. Each step has a deterministic oracle command + expected
   output so an AI agent can follow the doc autonomously. Embedded as
   `rivet-cli/src/quickstart.md` via `include_str!`, listed under a new
   "Getting started" category in `rivet docs`. `rivet quickstart` is an
   ergonomic alias for `rivet docs quickstart`.

3. CHANGELOG entry for 0.5.0 covers the merged PRs from the day:
   #205 Mythos slop-hunt + agent-pipelines foundation, #208 CoverageStore
   witness consumer, #210 Rocq full restoration, #212 Verus full
   restoration, #213 serve middleware status preservation,
   #211/#215/#217/#220 Playwright green + 10 rendering invariants,
   #218/#221 16-shard mutation testing + ~64 mutant-killing tests,
   #223 variant scoping for 8 dashboard handlers, #224 docs
   warn-or-allowlist.

Workspace, vscode-rivet, and npm root package versions bumped to 0.5.0.
Platform packages stay on the release-npm.yml override path.

Verified: cargo check, cargo clippy --workspace -- -D warnings,
cargo test -p rivet-cli (99 unit + 200+ integration tests pass),
rivet docs check PASS, rivet docs quickstart prints the walk-through.

Implements: REQ-007
Refs: FEAT-001
Trace: skip
@github-actions
Copy link
Copy Markdown

📐 Rivet artifact delta

No artifact changes in this PR. Code-only changes (renderer, CLI wiring, tests) don't touch the artifact graph.

@avrabe avrabe merged commit 92ad95d into main Apr 27, 2026
15 checks passed
@avrabe avrabe deleted the feat/v0.5.0-readme-quickstart-changelog branch April 27, 2026 04:50
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant