mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 05:02:11 +00:00
chore: sync workspace changes
This commit is contained in:
parent
d24f983e2c
commit
bf58891edf
139 changed files with 5454 additions and 8986 deletions
17
CLAUDE.md
17
CLAUDE.md
|
|
@ -34,7 +34,7 @@ Universal schema guidance:
|
|||
- Do not make breaking changes to API endpoints.
|
||||
- When changing API routes, ensure the HTTP/SSE test suite has full coverage of every route.
|
||||
- When agent schema changes, ensure API tests cover the new schema and event shapes end-to-end.
|
||||
- When the universal schema changes, update mock-mode events to cover the new fields or event types.
|
||||
- When the universal schema changes, update mock-agent events to cover the new fields or event types.
|
||||
- Update `docs/conversion.md` whenever agent-native schema terms, synthetic events, identifier mappings, or conversion logic change.
|
||||
- Never use synthetic data or mocked responses in tests.
|
||||
- Never manually write agent types; always use generated types in `resources/agent-schemas/`. If types are broken, fix the generated types.
|
||||
|
|
@ -60,21 +60,6 @@ Universal schema guidance:
|
|||
- `sandbox-agent sessions reject-question` ↔ `POST /v1/sessions/{sessionId}/questions/{questionId}/reject`
|
||||
- `sandbox-agent sessions reply-permission` ↔ `POST /v1/sessions/{sessionId}/permissions/{permissionId}/reply`
|
||||
|
||||
### Default port references (update when CLI default changes)
|
||||
|
||||
- `frontend/packages/inspector/src/App.tsx`
|
||||
- `README.md`
|
||||
- `docs/cli.mdx`
|
||||
- `docs/frontend.mdx`
|
||||
- `docs/index.mdx`
|
||||
- `docs/quickstart.mdx`
|
||||
- `docs/typescript-sdk.mdx`
|
||||
- `docs/deployments/cloudflare-sandboxes.mdx`
|
||||
- `docs/deployments/daytona.mdx`
|
||||
- `docs/deployments/docker.mdx`
|
||||
- `docs/deployments/e2b.mdx`
|
||||
- `docs/deployments/vercel-sandboxes.mdx`
|
||||
|
||||
## Git Commits
|
||||
|
||||
- Do not include any co-authors in commit messages (no `Co-Authored-By` lines)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue