Bump planning convention 2.0.0 -> 2.2.0 - #10
Merged
Conversation
Adds planning/links.py, a Markdown link and anchor checker, and runs it in lint-ci. Nothing else here validates these files: this repo has no docs site, so every .md is read on GitHub, where a rotted link stays invisible until someone clicks it. - planning/links.py: verbatim copy of the canonical 2.2.0 file. - Justfile: check-links recipe, plus a planning/links.py step in lint-ci. - planning/README.md: the 2.1.0 prose delta.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Applies planning-convention 2.2.0: adds
planning/links.py, a Markdown link and anchor checker, and runs it as alint-cistep.Nothing else validates these files. This repo has no docs site, so every
.md—README.md,architecture/,planning/— is read on GitHub, where a rotted link stays invisible until someone clicks it.What the apply carries (per the convention's
APPLY.md):links.py→planning/links.py, byte-identical to canonical 2.2.0.check-linksrecipe plus aplanning/links.pystep inlint-ci.## Conventionsblockquote namesjust check-links.planning/.convention-version: 2.0.0 → 2.2.0.Verified:
just lint-ciclean end to end,links: OK.What it found here
../../../modern-di/docs/…link (or equivalent) pointed outside this repo — it resolved only on a machine with the sibling repos cloned side by side, and 404s on GitHub. Repointed at the published guide. This class is exactly why the checker gained a repo-boundary check in 2.2.0.planning/decisions/did not exist, though the convention scaffolds it and botharchitecture/README.mdandplanning/README.mdlink to it. Added.gitkeep, matching the other integrations.