chore(rivet): mark shipped requirements as implemented#211
Merged
Conversation
Brings the rivet traceability requirement statuses in line with what has actually shipped on main. 24 draft + 2 planned (SR-33, SR-35) → implemented; SR-34 and SR-36 deliberately held at `planned`. Basis (status `implemented` = code exists and works, full test suite green; NOT `verified` = per-requirement formal verification, which is a separate pass): - SR-35 DWARF address remap → shipped v0.16–v0.20 (DwarfHandling::Remap, dwarf.rs); in-tree witness oracle passes. NB its stated verification is a cross-repo witness smoke that is NOT yet done — hence implemented, not verified. - SR-33 cross-component stream fusion → v0.9.0 (#141). - SR-31 multiply-instantiated detection → LS-M-5, ls_m_5_* regression test. - SR-19 deterministic output → LS-A-15. - SR-1..SR-25 (parser / canonical-ABI / merger / adapter / wrapping) → foundational subsystems shipped across v0.1–v0.20; exercised end-to-end by the wasmtime runtime tests (real components fused + executed). Held at `planned` (honesty — not on main): - SR-34 static stream validation: (i)/(iii) merged, (iv) is in the unmerged PR #210, (ii) bounded-capacity is N/A. Flip to implemented when #210 merges. - SR-36 synthesised DWARF DIEs for adapters: DWARF Phase 3 (#144), not started. `rivet validate` error count is unchanged (164 pre-existing schema-drift / broken-link errors, none introduced by this change). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
LS-N verification gate
Approved Failed LS entries(none) Missing regression tests
Updated automatically by |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Brings rivet requirement statuses in line with what has shipped on
main: 24 draft + 2 planned (SR-33, SR-35) → implemented viarivet modify --set-status. Diff is status-line-only (26 lines).Basis —
implemented= code exists and works (full test suite green; real components fused + executed under wasmtime by the runtime tests). Notverified(per-requirement formal verification is a separate pass).DwarfHandling::Remap); in-tree witness oracle passes. Its stated verification is a cross-repo witness smoke that is not yet done, soimplemented, notverified.ls_m_5_*).Held at
planned(honesty — not on main):rivet validateerror count unchanged (164 pre-existing schema-drift / broken-link errors; none introduced). Those pre-existing validation issues + tooling friction hit during this pass are filed upstream as pulseengine/rivet#353.🤖 Generated with Claude Code