# Roadmap

- [x] **Phase 1: Foundation** - ship a runnable greeting CLI with one fast test command

### Phase 1: Foundation
**Goal:** Create a runnable `hello-proof` CLI that supports the default greeting, a `--name` override, and one immediate automated test command.
**Success Criteria:**
- `node index.js` prints `Hello, world!`
- `node index.js --name Ada` prints `Hello, Ada!`
- `npm test` passes in a fresh clone

### Current Phase

Phase 1 is the active launch-proof phase.
