docs(style): rule 1 covers all self-authored docs prose (refs #80)#82
Merged
Conversation
… blog (refs #80) The 68 faked dashes in docs/*.md (#80) raised the scope question: STYLE.md's own wording limited every rule to docs/blog/. Decision: rule 1 (no em-dashes, no faked spaced-hyphen pauses) extends to every self-authored Markdown file under docs/, because the reference docs are the same editorial prose with the same single author as the blog. The other rules stay blog-specific, and learner content in the content repositories stays out of scope (foreign, multilingual authorship). The 68 existing findings are NOT fixed here: replacing each dash is per-sentence editing (comma, colon, parentheses, sentence break) and happens as its own sweep under #80, which stays open until then. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Editorial decision from #80, part 1 of 2: the scope.
Decision: STYLE.md rule 1 (no em-dashes, no faked spaced-hyphen pauses) extends from
docs/blog/to every self-authored Markdown file underdocs/. Rationale: the reference docs (lesson-format.md,extensions.md,architecture.md,validation.md, ...) are the same kind of editorial prose with the same single author as the blog articles the rule was written for. That is exactly the line that separates them from learner content in the content repositories, which stays out of scope: foreign, multilingual material with its own authorship.Changes:
Deliberately not in this PR: the 68 existing findings across 8 files. Each replacement is a per-sentence editorial choice (comma, colon, parentheses, or sentence break), so the sweep is its own follow-up under #80. #80 stays open until that sweep lands.
Full suite green: 503 tests, 29 files.
🤖 Generated with Claude Code