Skip to content

Commit 7c78acd

Browse files
docs(agents): update tech stack
1 parent b58376f commit 7c78acd

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

AGENTS.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
11
---
22
name: 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

0 commit comments

Comments
 (0)