Skip to content

Commit 3d1f1be

Browse files
committed
Document PR formatting lesson
1 parent 66bf184 commit 3d1f1be

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@
3838
- Favor modern macOS 15+ APIs over legacy/deprecated counterparts when refactoring (Observation, new display link APIs, updated menu item styling, etc.).
3939
- Keep provider data siloed: when rendering usage or account info for a provider (Claude vs Codex), never display identity/plan fields sourced from a different provider.***
4040
- Claude CLI status line is custom + user-configurable; never rely on it for usage parsing.
41+
- When editing PR bodies via `gh`, avoid raw `\n` formatting; use proper markdown with literal newlines (prefer `--body-file` or a here-doc) to prevent ugly formatting.
4142
- Cookie imports: default Chrome-only when possible to avoid other browser prompts; override via browser list when needed.

0 commit comments

Comments
 (0)