This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+3 more
Summary
AI summaryAdded a generic Darnlink quality‑gate reference recipe that can be fetched publicly without authentication.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
Adds reference recipe `recipes/darnlink-gate` for quality‑gate checks Adds reference recipe `recipes/darnlink-gate` for quality‑gate checks Source: llm_adapter@2026-07-18 Confidence: high |
— |
| Feature | Low |
Configures gate via `darnlink-gate.json` Configures gate via `darnlink-gate.json` Source: granite4.1:30b@2026-07-18-audit Confidence: low |
— |
| Feature | Low |
Runs both `darnlink check` and stable checks (`0/2/3`) Runs both `darnlink check` and stable checks (`0/2/3`) Source: granite4.1:30b@2026-07-18-audit Confidence: low |
— |
| Feature | Low |
Scopes checks to staged files in pre‑commit mode, whole repo in CI Scopes checks to staged files in pre‑commit mode, whole repo in CI Source: granite4.1:30b@2026-07-18-audit Confidence: low |
— |
| Feature | Low |
Pins the darnlink reference version Pins the darnlink reference version Source: granite4.1:30b@2026-07-18-audit Confidence: low |
— |
| Feature | Low |
Fails open when network is unavailable Fails open when network is unavailable Source: granite4.1:30b@2026-07-18-audit Confidence: low |
— |
| Feature | Low |
Hosts recipe in public repo, fetchable without authentication token Hosts recipe in public repo, fetchable without authentication token Source: granite4.1:30b@2026-07-18-audit Confidence: low |
— |
Full changelog
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 viadarnlink-gate.json; runs both checks (darnlink check, stable0/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=repairgates 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.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Darnlink
All releases →Related context
Related tools
Earlier breaking changes
- v0.4.0 `--exclude` behavior changed to support globs while remaining backward-compatible.
Beta — feedback welcome: [email protected]