This release adds 2 notable features for engineering teams evaluating rollout.
Published 4d
Developer Productivity
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
cli
documentation
links
markdown
markdown-links
pre-commit
+3 more
python
self-healing
uuid
Summary
AI summaryDirectory 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
uuidof itsREADME.md. Disambiguation is by the href alone (a path ending in.mdis 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. SeeFORMAT.md§4.1. --create-readme(feature 012) — opt-in: for a link to a directory with noREADME.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 onmain—docs/elevating-your-link-gate.mdhad 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
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]