860 B
Agent Instructions
Markdown files
Do NOT hard-wrap Markdown files (no fixed-width line wrapping / carriage returns inside paragraphs). Each paragraph, list item, and heading should be a single logical line, regardless of length. Let the editor/viewer soft-wrap. This includes AGENTS.md itself.
This is different from .sas files, where a maximum line length applies. The no-wrap rule applies to all *.md files in this repo (docs, READMEs, etc.).
Rationale: hard-wrapped prose produces noisy diffs when sentences are edited and reflowed, and Markdown renderers already handle wrapping.
The .agent folder
Agent-related content lives in .agent/: technical/agent-facing documentation goes in .agent/docs/ (not docs/), and skills in .agent/skills/. When writing explanatory or technical docs about the codebase, put them in .agent/docs/.