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 @@
# stdio-to-ws

CLI that bridges a stdio process to WebSocket connections (line/NDJSON or raw framing; used for ACP). Published to npm as `stdio-to-ws` (`npx stdio-to-ws`).

## Development

```bash
pnpm install
pnpm lint # biome check --write (autofix.ci runs this on PRs)
pnpm typecheck # tsc --noEmit
pnpm build # tsc -> dist/
```

- No test suite yet (`pnpm test` is a placeholder that just echoes).
1 change: 1 addition & 0 deletions CLAUDE.md
Loading