Skip to content

docs: fix writing standard violations across 6 files#51

Merged
forkwright merged 2 commits intomainfrom
docs/writing-standards
Mar 18, 2026
Merged

docs: fix writing standard violations across 6 files#51
forkwright merged 2 commits intomainfrom
docs/writing-standards

Conversation

@forkwright
Copy link
Owner

Summary

  • Remove em dashes from all 6 files (28 in gnomon.md alone), replacing with colons, commas, parentheses, or separate sentences
  • Replace Tauri with Dioxus in README.md, docs/ARCHITECTURE.md, and docs/lexicon.md
  • Fix sentence case on all Title Case headers in lexicon.md (10 headers) and gnomon.md (6 headers)
  • Rewrite first-person singular in README.md to second/third person
  • Update Status section: Wave 1 (kryphos) and Wave 2 (syntonia) complete; remove stale "not under active development" note
  • Update phase table in PROJECT.md: phases 0, 1, 2 marked complete
  • Remove broken local paths (/media/theke/projects/akroasis/planning/...) from ARCHITECTURE.md and PROJECT.md; note that planning docs live in kanon
  • Fix CLAUDE.md: cargo clippy --workspace em dash line
  • Update MSRV reference in README.md to point to Cargo.toml as authoritative source

Test plan

  • Zero em dashes in any changed file (grep "—" README.md CLAUDE.md docs/ARCHITECTURE.md docs/PROJECT.md docs/lexicon.md docs/gnomon.md returns nothing)
  • All 6 files updated
  • No Tauri references in target files
  • No broken /media/theke paths
  • No first-person singular in README.md

Closes #43, closes #44, closes #45, closes #46, closes #47, closes #48

🤖 Generated with Claude Code

Cody Kickertz and others added 2 commits March 18, 2026 14:51
Apply writing standards audit: sentence case headers, no em dashes,
active voice, no first-person singular, Tauri → Dioxus, broken local
paths removed, phase status current (Waves 0-2 complete).

Closes #43, closes #44, closes #45, closes #46, closes #47, closes #48

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Lowercase all non-proper-noun words in H2/H3 headers across
CLAUDE.md, docs/ARCHITECTURE.md, docs/PROJECT.md, and docs/gnomon.md
that the first pass left in Title Case.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@forkwright forkwright merged commit a739027 into main Mar 18, 2026
8 checks passed
@forkwright forkwright deleted the docs/writing-standards branch March 19, 2026 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment