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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -255,16 +255,16 @@ All new features and non-trivial changes must be developed in separate branches.
255
255
-**Do NOT merge into `main`** -- leave the feature branch as-is after completing work. Merging is done manually by the maintainer or via GitHub PR
256
256
-**Do NOT use git worktrees** -- work directly in the repository checkout. Worktrees add unnecessary complexity and cause issues with stash conflicts and asset path resolution
257
257
258
-
### Git LFS & Image URLs
258
+
### Image URLs
259
259
260
-
All binary assets (PNG images, fonts) are stored in GitLFS. When referencing images in README or documentation:
260
+
Binary assets (PNG images, fonts) are stored **directly in Git** (Git LFS was removed). When referencing images in README or documentation:
261
261
262
-
-**Use `media.githubusercontent.com`** for LFS-tracked files:
-**Do NOT use `media.githubusercontent.com/media/...`** -- that is the LFS delivery path and now returns 404, since the files are no longer LFS-tracked
0 commit comments