Commit Graph
3 Commits
Author SHA1 Message Date
ddidderr 2bed62e9ec docs: format reference links in plan to satisfy rumdl and prettier
The reference link definitions at the end of PLAN.md included multiline
titles and query strings, which caused Prettier to wrap them across multiple
lines without angle brackets and rumdl (MD034) to flag the indented URLs and
re-add angle brackets. This created an alternating conflict on every `just fmt`
invocation.

Simplify the link reference definitions to single-line URLs without query
strings and titles so both Prettier and rumdl format cleanly and idempotently.

Test Plan:
- `just fmt` -- formatted cleanly with no changes across repeated runs
- `just clippy` -- passed
- `just test` -- all 118 unit tests passed
2026-08-16 18:36:06 +02:00
ddidderr 16d0886f36 justfile, AGENTS.md 2026-08-16 10:36:27 +02:00
ddidderr b41f75fbc9 plan 2026-05-21 17:00:58 +02:00