# CLI Notes
This file used to contain a long baseline and milestone history for the CLI. That material became hard to maintain and drifted out of date.
Current guidance:
- For a human-friendly overview, read the repository `README.md`
- For coding-agent and launcher workflow rules, read [coding-agents.md](coding-agents.md)
- For the current command surface, use the built-in help:
```bash
greentic-bundle --help
greentic-bundle wizard --help
greentic-bundle build --help
greentic-bundle inspect --help
```
The CLI help text is the primary source of truth for flags, subcommands, and option names.