mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-21 09:01:23 +00:00
feat: add sandbox-daemon agent management
This commit is contained in:
parent
30a66a7e1c
commit
55c45bfc12
11 changed files with 2242 additions and 0 deletions
17
CLAUDE.md
17
CLAUDE.md
|
|
@ -1,5 +1,22 @@
|
|||
# Claude Code Instructions
|
||||
|
||||
## Agent Schemas
|
||||
|
||||
Agent schemas (Claude Code, Codex, OpenCode, Amp) are available for reference in `resources/agent-schemas/dist/`.
|
||||
|
||||
Research on how different agents operate (CLI flags, streaming formats, HITL patterns, etc.) is in `research/agents/`. When adding or making changes to agent docs, follow the same structure as existing files.
|
||||
|
||||
Universal schema guidance:
|
||||
- The universal schema should cover the full feature set of all agents.
|
||||
- Conversions must be best-effort overlap without being lossy; preserve raw payloads when needed.
|
||||
|
||||
## Spec Tracking
|
||||
|
||||
- Track required tests in `spec/required-tests.md` as you write code.
|
||||
- Capture unresolved questions/ambiguities in `spec/im-not-sure.md`.
|
||||
- Update `todo.md` as work progresses; add new tasks as they arise.
|
||||
- Keep CLI subcommands in sync with every HTTP endpoint.
|
||||
|
||||
## 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