mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 13:03:42 +00:00
Update code map with RPC directory structure
This commit is contained in:
parent
3559a43ba0
commit
1194fb8afa
1 changed files with 8 additions and 5 deletions
13
AGENTS.md
13
AGENTS.md
|
|
@ -110,11 +110,14 @@ packages/coding-agent/src/
|
|||
├── modes/ # Run mode implementations
|
||||
│ ├── index.ts # Mode exports
|
||||
│ ├── print-mode.ts # Non-interactive print mode
|
||||
│ ├── rpc-mode.ts # RPC/JSON mode for programmatic use
|
||||
│ └── interactive/ # Interactive TUI mode
|
||||
│ ├── interactive-mode.ts # InteractiveMode class
|
||||
│ ├── components/ # TUI components
|
||||
│ └── theme/ # Theme definitions
|
||||
│ ├── interactive/ # Interactive TUI mode
|
||||
│ │ ├── interactive-mode.ts # InteractiveMode class
|
||||
│ │ ├── components/ # TUI components
|
||||
│ │ └── theme/ # Theme definitions
|
||||
│ └── rpc/ # RPC/JSON mode for programmatic use
|
||||
│ ├── rpc-mode.ts # RPC server (stdin/stdout JSON protocol)
|
||||
│ ├── rpc-types.ts # RpcCommand, RpcResponse types
|
||||
│ └── rpc-client.ts # RpcClient class for embedding
|
||||
|
||||
└── utils/ # Generic utilities
|
||||
├── changelog.ts # Changelog parsing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue