Skip to content

Darnlink

v0.8.0 Feature

This release adds 2 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

Directory links now target folders via their README.md UUID and can auto‑create a missing README when requested.

Full changelog

First release with directory links — a robust link can now target a folder, not just a .md file.

Added

  • Directory links (feature 011) — a robust link may point at a directory; the folder's identity is the uuid of its README.md. Disambiguation is by the href alone (a path ending in .md is a file link, any other path a directory link). Robustify anchors it to the README's uuid; repair heals it to the folder's new location on a move. See FORMAT.md §4.1.
  • --create-readme (feature 012) — opt-in: for a link to a directory with no README.md, create one (uuid + # <dirname>) so the link can be anchored. Never creates the directory itself, respects --exclude/--only/--no-create-frontmatter-for, and implies --create-frontmatter. Off by default.

Fixed

  • Strict self-check (darnlink . --robustify) was red on maindocs/elevating-your-link-gate.md had a uuid without its inbound links robustified (#18).

Full changelog: 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]