Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 518 Bytes

File metadata and controls

27 lines (18 loc) · 518 Bytes

Walnut

Agent-first error tracking. Works with every Sentry SDK.

Quickstart

Copy prompt to your coding agent:

Set up walnut. 
Install the cli first: `curl -fsSL https://walnut.sh | bash`
Then use `walnut docs list` and `walnut docs read <slug>` to learn the rest.

Agent-first

JSON on stdout by default. No colors, spinners, or prompts. Safe to pipe.

Develop

Requires Bun and Docker.

bun install
docker compose up -d
bun dev