greentic-bundle 1.2.0-dev.25540595305

Greentic bundle authoring CLI scaffold with embedded i18n and answer-document contracts.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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.