Editorial Guide#
This guide defines how we write documentation and contributor-facing text in ArgDigest.
Goal: keep docs clear, operational, and easy to execute for humans and coding agents.
Core principles#
Narrative first: write guided paths, not disconnected notes.
Explicit over terse: prefer concrete instructions over short ambiguous statements.
Contract-aware writing: link canonical contract files and avoid conflicting paraphrases.
Operational language: state what to run, what to verify, and expected outcomes.
Style rules#
Keep tone direct and technical.
Prefer active voice.
Avoid unexplained acronyms.
Avoid marketing language in technical pages.
Maintenance rules#
When behavior changes:
update user docs for integration-impacting changes,
update developer docs for workflow/architecture changes,
update canonical guides when contract rules change.