You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,4 +38,5 @@
38
38
- Favor modern macOS 15+ APIs over legacy/deprecated counterparts when refactoring (Observation, new display link APIs, updated menu item styling, etc.).
39
39
- 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.***
40
40
- 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.
41
42
- Cookie imports: default Chrome-only when possible to avoid other browser prompts; override via browser list when needed.
0 commit comments