Skip to content

v0.5.0 — public darnlink-gate recipe

Choose a tag to compare

@txemi txemi released this 18 Jul 09:06

Added

  • recipes/darnlink-gate — the single generic darnlink quality-gate wrapper (bash + .ps1), shipped as a reference recipe (not part of the CLI/package — the tool stays "links & UUIDs only", per its Constitution). Config-driven via darnlink-gate.json; runs both checks (darnlink check, stable 0/2/3); scopes to staged files in pre-commit vs the whole repo in CI; pins the darnlink ref; fails open on network.
  • It lives in the public repo, so any CI can fetch it without a token:
    curl -sSL https://raw.githubusercontent.com/txemi/darnlink/v0.5.0/recipes/darnlink-gate -o darnlink-gate
    
  • mode=repair gates on integrity only (strict-only failure treated as clean), on both repo and staged scope.

See recipes/README.md. No changes to the darnlink CLI/package behaviour.