docs(spec): reference unshipped design notes as plain text - #156
Open
devanonyme42 wants to merge 1 commit into
Open
docs(spec): reference unshipped design notes as plain text#156devanonyme42 wants to merge 1 commit into
devanonyme42 wants to merge 1 commit into
Conversation
The spec docs linked ReactorFeedback.md, ContinuousOutcomes.md and SubscriptionsHypothetical.md through ../history/ and ../ideation/ paths that were never committed, so all five links were dead. The docs already describe these notes as not shipped, and spec/02 already references ContinuousOutcomes.md as plain text, so the links become backticked file names in the same style.
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.
The spec docs linked ReactorFeedback.md, ContinuousOutcomes.md and SubscriptionsHypothetical.md through ../history/ and ../ideation/ paths that were never committed, so all five relative links were dead. The docs already describe these notes as not shipped, and spec/02 already references ContinuousOutcomes.md as backticked plain text, so the links become plain file names in the same style.
After the change a link checker over every tracked markdown file finds zero dead relative links in the repo.
pnpm test:skill(411 passed) andpnpm test:examples(10 passed) are green.