Skip to content

Commit 73eccb2

Browse files
committed
Document BetterCodex icon verification
1 parent 5bea93f commit 73eccb2

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
@@ -6,6 +6,7 @@
66
- Derive selectors, layout, copy, and interaction boundaries from those source measurements, then record the evidence in `STATUS.md` when shipping the change.
77
- Treat `/Applications/Codex.app` as the vendor-signed source app. Read or restore it for evidence, then ship BetterCodex mutations through `npm run desktop -- install` or `npm run desktop -- bundle` so the changed runtime lives in `/Applications/BetterCodex.app` or a disposable sibling bundle.
88
- Patch the official Codex bundle only for an explicitly requested local experiment using `--unsafe-patch-official-app`, and report that this breaks the vendor signature/update path.
9+
- For BetterCodex app icon changes, verify the installed sibling app's visible icon path: `CFBundleIconFile`, legacy `icon.icns`/`electron.icns`/`app.icns`, app-level icon PNGs, Launch Services registration, Dock/cache refresh, and a relaunched `/Applications/BetterCodex.app`.
910

1011
## Product Vocabulary
1112

0 commit comments

Comments
 (0)