Skip to content

Commit dcd8d10

Browse files
committed
commmit
1 parent a04139a commit dcd8d10

File tree

629 files changed

+30
-43422
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

629 files changed

+30
-43422
lines changed

.changeset/config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"@react-grab/vite-playground",
3030
"@react-grab/website",
3131
"@react-grab/web-extension",
32-
"@react-grab/benchmarks",
3332
"@react-grab/gym",
3433
"@react-grab/design-system"
3534
]

.cursorignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
packages/benchmarks/next-app
1+

.github/workflows/benchmark.yml

Lines changed: 0 additions & 59 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ tsup.config.bundled_*.mjs
1212
packages/website/public/react-grab.global.js
1313
test-results
1414
playwright-report
15-
bench-checkpoint.json
16-
bench-results.json
17-
bench-results.svg
18-
bench-detail.svg
1915
.vercel
2016
.cursor/debug.log
2117
.cursor

.oxfmtrc.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"dist",
1010
"build",
1111
".turbo",
12-
"packages/benchmarks/shadcn-dashboard",
1312
"pnpm-lock.yaml"
1413
]
1514
}

CONTRIBUTING.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ packages/
5353
├── website/ # Documentation site (react-grab.com)
5454
├── vite-playground/ # Vite development playground
5555
├── next-playground/ # Next.js development playground
56-
├── agent-playground/ # Agent testing playground
57-
├── benchmarks/ # Performance benchmarks
56+
├── gym/ # Agent testing playground
5857
└── web-extension/ # Browser extension
5958
```
6059

@@ -71,17 +70,17 @@ pnpm --filter vite-playground dev
7170
# Next.js playground
7271
pnpm --filter next-playground dev
7372

74-
# Agent playground (for testing agent provider integrations)
75-
pnpm --filter @react-grab/agent-playground dev:claude # Claude Code
76-
pnpm --filter @react-grab/agent-playground dev:cursor # Cursor
77-
pnpm --filter @react-grab/agent-playground dev:opencode # OpenCode
78-
pnpm --filter @react-grab/agent-playground dev:codex # Codex
79-
pnpm --filter @react-grab/agent-playground dev:gemini # Gemini
80-
pnpm --filter @react-grab/agent-playground dev:amp # Amp
81-
pnpm --filter @react-grab/agent-playground dev:ami # Ami
73+
# Gym (for testing agent provider integrations)
74+
pnpm --filter @react-grab/gym dev:claude # Claude Code
75+
pnpm --filter @react-grab/gym dev:cursor # Cursor
76+
pnpm --filter @react-grab/gym dev:opencode # OpenCode
77+
pnpm --filter @react-grab/gym dev:codex # Codex
78+
pnpm --filter @react-grab/gym dev:gemini # Gemini
79+
pnpm --filter @react-grab/gym dev:amp # Amp
80+
pnpm --filter @react-grab/gym dev:ami # Ami
8281
```
8382

84-
The agent playground runs at `http://localhost:5174` and lets you test react-grab's agent provider API with multiple backends.
83+
The gym runs at `http://localhost:5174` and lets you test react-grab's agent provider API with multiple backends.
8584

8685
### Running Tests
8786

package.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"private": true,
33
"workspaces": [
4-
"packages/*",
5-
"packages/benchmarks/next-app"
4+
"packages/*"
65
],
76
"type": "module",
87
"scripts": {
@@ -31,9 +30,6 @@
3130
"pnpm": ">=8"
3231
},
3332
"packageManager": "pnpm@10.24.0",
34-
"pnpm": {
35-
"patchedDependencies": {
36-
"agentation@2.3.0": "patches/agentation@2.3.0.patch"
37-
}
38-
}
33+
"pnpm": {}
34+
3935
}

packages/benchmarks/README.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

packages/benchmarks/_archived/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/benchmarks/_archived/CHANGELOG.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)