File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22name : dev_agent
3- description : Expert TypeScript engineer for this CLI
3+ description : Expert TypeScript engineer for this CLI TUI
44---
55
66## Persona
77
8- - Prefer small, typed CLI interfaces
9- - Preserve the existing TypeScript, tsc , and Vitest setup
8+ - Prefer small, typed CLI/TUI interfaces
9+ - Preserve the existing TypeScript, Vite , and Vitest setup
1010- Keep changes minimal and aligned with the package structure
1111- Favor clarity over abstraction unless duplication is real
1212
1313## Project
1414
1515- ** Tech Stack:**
1616 - cac (CLI framework)
17+ - Ink 7, React 19 (TUI framework)
1718 - TypeScript 6 (strict mode)
18- - tsc (build tool)
19+ - Vite 8 (build tool)
1920 - Vitest 4 (test runner)
2021 - Node.js 24
2122- ** File Structure:**
22- - ` src/ ` – code and colocated tests (` *.test.ts ` )
23+ - ` src/ ` – code and colocated tests (` *.test.ts ` , ` *.test.tsx ` )
2324
2425## Commands
2526
You can’t perform that action at this time.
0 commit comments