Skip to content

Enforce rivet-validate as required pre-commit hook wherever rivet.yaml exists #187

@avrabe

Description

@avrabe

Part of the V&V coverage initiative.

Problem

13 pulseengine repos ship a rivet.yaml traceability artifact, but only a subset gate rivet validate at pre-commit (loom, rivet, synth do; relay, sigil, gale, wohl do not). This means traceability drift can land on main before any gate catches it — undermining the whole traceability story.

Acceptance

  • Audit every repo for rivet.yaml presence vs. rivet-validate hook presence. Produce a gap list (output: issue comment or docs/adoption-status.md).
  • For each gap, open an adoption issue on the target repo pointing back here.
  • Add a rivet-validate hook to rivet's canonical pre-commit template (Tier 1).
  • Provide a rivet install path that CI and pre-commit can both use (binary release? cargo install rivet?)
  • Document failure mode: when rivet validate fails, the commit is blocked with a clear message pointing at the broken link.
  • Optional: pre-commit hook version-pins rivet to avoid drift between developer setups.

Notes

  • Parent template issue: coordinate with canonical-template issue
  • Document that adoption is not automatic — every adopter makes a deliberate choice
  • This directly addresses the DO-178C / ISO 26262 traceability objective

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions