Project Structure
Root package.json scripts
Architecture Design
patb-cli is a thin client and protocol gateway in front of a remote agent service. It
Source Code Reference
All source lives in src/ and is compiled by tsc (per tsconfig.json) to dist/.
ACP Protocol Reference
src/bridge.ts implements a subset of the Zed Agent Connection Protocol as
Contributing
CLI development loop