Skip to content

fix(rivet): resolve 3 duplicate-artifact-id collisions — validate FAIL→PASS#48

Open
avrabe wants to merge 1 commit into
mainfrom
fix/rivet-dup-ids
Open

fix(rivet): resolve 3 duplicate-artifact-id collisions — validate FAIL→PASS#48
avrabe wants to merge 1 commit into
mainfrom
fix/rivet-dup-ids

Conversation

@avrabe

@avrabe avrabe commented Jun 6, 2026

Copy link
Copy Markdown
Contributor

What

rivet validate was FAIL (3 errors) on duplicate artifact IDs — silent overwrites in the trace graph. All three are genuine ID-namespace collisions:

dup ID collision fix
C-1 / C-2 safety-context (safety_case.yaml) vs controller (stpa_controllers_ucas.yaml) controllers own C-1/C-2 (heavily referenced by UCA target: links) → renamed the safety-contexts to CTX-1/CTX-2 (CTX- was free; SC- is taken by system-constraints)
FV-US-003 two different sw-verifications in verification.yaml (Clippy-lint vs k_object-delegation) the delegation verification renumbered to the free FV-US-002 (+ its prose ref)

Result

  • rivet validate: FAIL (3 errors, 28 warnings) → PASS (30 warnings), 0 broken cross-refs.
  • No safety-relevant content changed — only the three colliding IDs (which were silently shadowing each other). The STPA controllers, system-constraints, and the first FV-US-003 keep their IDs; nothing referenced the renamed safety-contexts via links (verified — only a prose mention that was already about the controllers).

The remaining 30 warnings are lifecycle-coverage gaps (311 missing unit/integration/system verification links) — a separate traceability-audit task, not addressed here. The variants/bindings.yaml 'missing field name' warning is a pre-existing rivet variant-config schema mismatch (non-blocking).

🤖 Generated with Claude Code

@codecov

codecov Bot commented Jun 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

…L->PASS

- safety-context C-1/C-2 (safety_case.yaml) collided with STPA controllers C-1/C-2
  (stpa_controllers_ucas.yaml, heavily referenced by UCA target: links) -> renamed
  the safety-contexts to CTX-1/CTX-2 (CTX- prefix was free; SC- is system-constraints)
- duplicate FV-US-003 in verification.yaml (Clippy-lint vs k_object-delegation) ->
  the delegation verification renumbered to the free FV-US-002 (+ prose ref)
- rivet validate: FAIL (3 errors) -> PASS (30 warnings); 0 broken cross-refs

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@avrabe avrabe force-pushed the fix/rivet-dup-ids branch from 3fd98a3 to f9a4a1a Compare June 13, 2026 08:56
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