Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/agents/docseditor.agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,10 @@ When editing, focus on these areas in order of priority:

### Spacing and Punctuation
- ALWAYS use one space after periods, colons, question marks
- ALWAYS use no spaces around dashes: "Use pipelines—logical groups—to consolidate"
- ALWAYS add blank lines around markdown elements (don't add extra if they exist)
- TRY to avoid em dashes (—) where possible; prefer other punctuation, formatting, or clearer wording
- If you must use an em dash (—), use no spaces around it: "Use pipelines—logical groups—to consolidate"
- OK to use hyphens (-) in compound adjectives

## API REFERENCES

Expand Down
Loading