Commit Graph

2 Commits

Author SHA1 Message Date
Matt Rossman
18f58ffc7c feat: Zod-typed transcript parsing, drop hooks 2026-03-03 16:02:05 -05:00
Matt Rossman
dce4600c08 feat: Docker-isolated Claude CLI hello world
- evals/main.ts: run claude -p Hello in container, capture output
- evals/Dockerfile: node:24-slim + @anthropic-ai/claude-code@2.1.63
- evals:build: build image (run after Dockerfile changes)
- evals:run: run evals (requires image built first)
- ANTHROPIC_API_KEY from .env via --env-file-if-exists
2026-03-03 11:15:54 -05:00