mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-19 06:01:21 +00:00
wip
This commit is contained in:
parent
5a1b32a271
commit
a77b30efdf
6 changed files with 259 additions and 116 deletions
|
|
@ -48,6 +48,7 @@
|
|||
- Never mention "ACP" in user-facing docs (`docs/**/*.mdx`) except in docs that are specifically about ACP itself (e.g. `docs/acp-http-client.mdx`).
|
||||
- Never expose underlying protocol method names (e.g. `session/request_permission`, `session/create`, `_sandboxagent/session/detach`) in non-ACP docs. Describe the behavior in user-facing terms instead.
|
||||
- Do not describe the underlying protocol implementation in docs. Only document the SDK surface (methods, types, options). ACP protocol details belong exclusively in ACP-specific pages.
|
||||
- Do not use em dashes (`—`) in docs. Use commas, periods, or parentheses instead.
|
||||
|
||||
## Architecture (Brief)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue