Skip to content

fix: resolve all rivet errors + missing verification (88.6% coverage)#71

Merged
avrabe merged 1 commit intomainfrom
fix/rivet-cleanup-release
Mar 29, 2026
Merged

fix: resolve all rivet errors + missing verification (88.6% coverage)#71
avrabe merged 1 commit intomainfrom
fix/rivet-cleanup-release

Conversation

@avrabe
Copy link
Copy Markdown
Contributor

@avrabe avrabe commented Mar 29, 2026

Summary

Pre-release rivet cleanup — resolves ALL local validation errors.

Link type fixes (46 errors → 0)

  • derives-from to system-req → changed to refines
  • Added derives-from to BR-* stakeholder requirements where missing
  • Fixed allocated-from targets for sw-arch-components
  • Fixed verification types (sw-verification ↔ sys-verification)

Missing verification (8 new artifacts)

  • Target platforms: VER-TP-001..003 (Renode, board profiles, MPU)
  • Zephyr integration: VER-ZI-001..004 (CMake, config, calculator, bounds)
  • Canonical ABI: VER-CM-001 (roundtrip tests)

README

  • Fixed Quick Start (synth verify requires Z3 + feature flag)

Results

  • Local errors: 46 → 0
  • Coverage: 78.5% → 88.6%
  • 57 remaining errors are all external refs (kiln/gale/sigil/loom)

Test plan

  • rivet validate — 0 local errors
  • cargo clippy — clean
  • cargo fmt — clean

🤖 Generated with Claude Code

Rivet cleanup (46 link errors → 0 local errors):
- gale-integration.yaml: 6 fixes (derives-from → refines for sys-req targets)
- loom-integration.yaml: 8 fixes (link types + architecture allocation targets)
- cross-compilation.yaml: 10 fixes (all XC-* artifacts get proper BR-* derivation)
- Added derives-from BR-* to all system-reqs missing stakeholder tracing

Missing verification artifacts (8 new):
- VER-TP-001..003: target platform verification (Renode, board profiles, vector/MPU)
- VER-ZI-001..004: Zephyr integration verification (CMake, config, calculator, bounds)
- VER-CM-001: canonical ABI roundtrip tests

README Quick Start:
- Removed bare 'synth verify' (requires --features verify + Z3)
- Added note about Z3 dependency for translation validation

Rivet coverage: 78.5% → 88.6%. Zero local errors.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@avrabe avrabe merged commit 86ac6d8 into main Mar 29, 2026
9 checks passed
@avrabe avrabe deleted the fix/rivet-cleanup-release branch March 29, 2026 13:50
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