Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 369 Bytes

File metadata and controls

17 lines (11 loc) · 369 Bytes

Minimal Squire example

The smallest possible Squire app. Spawns Claude Code, sends one prompt, and streams text_delta events back to stdout.

Prerequisites

  • Node 20+
  • Claude Code CLI on PATH (claude --version should resolve)

How to run

npm install
npm start

You should see Claude's reply stream a token at a time, followed by [exit 0].