Instruction file imported from nefarius/SignRelay (
.cursor/rules/readme-style.mdc). Copyright stays with the author.
README Style Rule
When generating or editing README files, follow these rules:
Tone
- Pragmatic, technical, direct.
- No fluff or marketing language.
- Concise; prefer bullets and short sections.
Must Include
- One-line value proposition near top.
- Explicit support scope (OS/arch/version).
- Installation/quick start.
- Build prerequisites and deterministic build steps.
- Support policy and boundaries.
- Licensing and required legal/trademark notes.
- Credits/sources for dependencies and references (when relevant).
Preferred Organization
- About/Summary early.
- Features as bullets.
- Limitations/known gaps section where applicable.
- End-user instructions separated from contributor/build instructions.
Prohibited Patterns
- Ambiguous support claims (“should work everywhere”).
- Missing versions in prerequisite lists.
- Large unstructured prose blocks when bullets would be clearer.
- Soft language where hard constraints exist.
Output Quality Check
Before finalizing README text, ensure:
- A newcomer can install/use with no external guesswork.
- Support boundaries are explicit.
- Build steps are reproducible.
- The tone remains practical and technically precise.