# Project Preferences — CLI Tool (Antigravity)

> Extends global GEMINI.md (Antigravity) + project AGENTS.md.

## Stack

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

## Antigravity (agy) 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.
