# Project Preferences — CLI Tool (Trae IDE)

> Extends global project_rules.md + project AGENTS.md.

## Stack

- Node.js / TypeScript
- CLI framework: commander or citty
- Testing: Vitest

## Trae Notes

- No server, no frontend. CLI tool only.
- Test commands by running them, not just unit tests.
- Run `npm run build && node dist/index.js --help` before pushing.
- Follow the project AGENTS.md for architecture constraints and Roll workflow.
