Skip to content

Darnlink

v0.2.0 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

cli documentation links markdown markdown-links pre-commit
+3 more
python self-healing uuid

Summary

AI summary

Added fail-closed strict gate, source‑only opt‑out marker, and full CLI reference.

Changes in this release

Feature Low

Adds fail-closed strict gate and `darnlink-strict` hook.

Adds fail-closed strict gate and `darnlink-strict` hook.

Source: llm_adapter@2026-07-18

Confidence: high

Feature Low

Adds `<!-- darnlink-ignore-links -->` source‑only opt‑out for link rewriting.

Adds `<!-- darnlink-ignore-links -->` source‑only opt‑out for link rewriting.

Source: llm_adapter@2026-07-18

Confidence: high

Feature Low

Adds full CLI option reference, in‑file vocabulary, and `--json` documentation.

Adds full CLI option reference, in‑file vocabulary, and `--json` documentation.

Source: llm_adapter@2026-07-18

Confidence: high

Bugfix Medium

Fixes stale `__version__` to correctly track `pyproject` version.

Fixes stale `__version__` to correctly track `pyproject` version.

Source: llm_adapter@2026-07-18

Confidence: high

Full changelog

Release of features already on main since v0.1.1, so downstreams can pin them.

Added

  • Fail-closed strict gate + darnlink-strict hook (#2) — require every anchorable link to be robust, not just that existing robust links keep working (darnlink . --robustify, dry-run, fail-closed).
  • <!-- darnlink-ignore-links --> (#3) — a source-only opt-out: darnlink never rewrites links inside a file carrying it, but the file stays a first-class target (its uuid is still indexed). This is what a generated file needs, and it replaces external allowlists.
  • Full CLI option reference + in-file vocabulary + --json docs (#4).

Fixed

  • __version__ was stale at 0.1.0 since the 0.1.1 release; now tracks pyproject (0.2.0).

Full changelog: https://github.com/txemi/darnlink/blob/main/CHANGELOG.md

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

Track Darnlink

Get notified when new releases ship.

Sign up free

About Darnlink

All releases →

Related context

Earlier breaking changes

  • v0.4.0 `--exclude` behavior changed to support globs while remaining backward-compatible.

Beta — feedback welcome: [email protected]