| description | Coding preferences for Claude when working on tsb. |
|---|
- Always read
AGENTS.mdfirst for project conventions. - Read
README.mdto understand the project requirements — treat it as read-only. - Read the state file in
.autoloop/memory/for current migration progress.
- TypeScript strict mode — no
any, noas, no@ts-ignore - Biome formatting (spaces, 100-col lines, double quotes, trailing commas)
- JSDoc for all exported symbols
- Unit tests with
bun:test+ property tests withfast-check
bun install # install deps
bun test # run tests
bun run lint # Biome lint
bun run typecheck # tsc --noEmit