8 Commits

Author SHA1 Message Date
Nikhil
f8535fd96d fix: exclude eval framework from language stats via gitattributes (#630) 2026-03-31 20:44:06 -07:00
Nikhil
ecd31efcb0 fix: remove Git LFS tracking for docs images so Mintlify can serve them (#446)
Mintlify deploys docs by cloning the repo but does not run `git lfs
pull`. The `.gitattributes` rule `docs/images/** filter=lfs` caused
all doc images to be stored as ~130-byte LFS pointer files, which
Mintlify served as-is — breaking every image on the site.

Removing the LFS rule and re-adding the files as regular git blobs
fixes all images without changing any paths or MDX files.

Also fixes broken Slack link placeholder in troubleshooting page.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-14 21:29:26 -07:00
Dani Akash
e7680d4972 chore(repo): move docs media to LFS and stop tracking downloaded build tools (#434)
- Track docs/images/** and docs/videos/** with Git LFS
- Add packages/browseros/build/tools/ to .gitignore
- Remove appimagetool-x86_64.AppImage from version control (downloaded on demand by build script)
2026-03-13 21:07:22 +05:30
Felarof
a184fc87b5 chore: add gitattributes file 2026-01-28 15:26:06 -08:00
Felarof
0c02da8cf6 chore: track browserOS-agent-in-action.gif with Git LFS
Move 52MB GIF to LFS to reduce clone size.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-06 15:46:56 -08:00
Nikhil Sonti
5bf0896f2e new build and file structure 2025-06-27 13:35:40 -07:00
Nikhil Sonti
b0a5950fbd Updates to README 2025-06-11 09:10:14 -07:00
Felarof
7ba4f2f0b3 first commit 2025-04-28 10:57:51 -07:00