Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# use-acp

React hooks for the [Agent Client Protocol](https://agentclientprotocol.com/) (ACP) over WebSockets. Published to npm as `use-acp`.

## Development

```bash
pnpm install
pnpm test # vitest
pnpm lint # biome check --write (autofix.ci runs this on PRs)
pnpm lint:ci # biome check, no writes
pnpm typecheck # tsc --noEmit
pnpm build # tsc -> dist/
```
1 change: 1 addition & 0 deletions CLAUDE.md
Loading