Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
resources/media/nxtscape-productivity.gif filter=lfs diff=lfs merge=lfs -text
resources/nxtscape-productivity.gif filter=lfs diff=lfs merge=lfs -text
resources/media/nxtscape-agent.gif filter=lfs diff=lfs merge=lfs -text
resources/media/nxtscape-chat.gif filter=lfs diff=lfs merge=lfs -text
docs/videos/browserOS-agent-in-action.gif filter=lfs diff=lfs merge=lfs -text
# Mark Python build/tooling files as generated so they don't count in language stats
packages/browseros/build/**/*.py linguist-generated
packages/browseros/chromium_patches/**/*.py linguist-generated
scripts/*.py linguist-generated
# Mark build directories as generated
build/* linguist-generated
# Mark eval/test framework as vendored so it's excluded from language stats
packages/browseros-agent/apps/eval/** linguist-vendored
docs/videos/** filter=lfs diff=lfs merge=lfs -text
1 change: 1 addition & 0 deletions .serena/.auto_sync_head
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
773eeb23d884d3b063a7f9cfca79aa63efd4e87a
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ yarn build:dev # One-time build
4. Select `packages/browseros-agent/dist/`
5. Press Agent icon from extensions toolbar to open the agent panel

**For detailed setup, architecture, and code standards, see [Agent Contributing Guide](packages/browseros-agent/CONTRIBUTING.md).**
**For detailed setup, architecture, and code standards, see the [agent workspace guide](packages/browseros-agent/README.md) and [contributor ground rules](packages/browseros-agent/CLAUDE.md).**

## Browser Development

Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ BrowserOS/
│ │ └── controller-ext/ # Chrome API bridge extension
│ │
│ └── packages/
│ ├── agent-sdk/ # Node.js SDK (npm: @browseros-ai/agent-sdk)
│ ├── cdp-protocol/ # CDP type bindings
│ └── shared/ # Shared constants
```
Expand All @@ -170,7 +169,6 @@ BrowserOS/
| [`apps/app`](packages/browseros-agent/apps/app/) | Browser extension — new tab, side panel chat, onboarding, settings |
| [`apps/cli`](packages/browseros-agent/apps/cli/) | Go CLI — control BrowserOS from the terminal or AI coding agents |
| [`apps/eval`](packages/browseros-agent/apps/eval/) | Benchmark framework — WebVoyager, Mind2Web evaluation |
| [`agent-sdk`](packages/browseros-agent/packages/agent-sdk/) | Node.js SDK for browser automation with natural language |
| [`cdp-protocol`](packages/browseros-agent/packages/cdp-protocol/) | Type-safe Chrome DevTools Protocol bindings |

## Contributing
Expand Down
2 changes: 1 addition & 1 deletion packages/browseros-agent/apps/server/CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ apps/server/

## Release gate

Server production resources must not package VM-only Lima resources. Keep `scripts/build/server/stage.test.ts` green: `scripts/build/config/server-prod-resources.json` should exclude `third_party/lima` and `resources/vm/` while still packaging Bun and DB migrations.
Server production resources must not package VM-only Lima resources. `scripts/build/config/server-prod-resources.json` must exclude `third_party/lima` and `resources/vm/` while still packaging Bun and DB migrations. NOTE: the `scripts/build/server/stage.test.ts` that used to enforce this no longer exists, and `native-addon-policy.test.ts` does not cover it, so this invariant is currently unenforced — verify it by hand when changing the descriptor.
Loading