gz chores propose-ghi¶
File GitHub issues for unfiled cluster proposal records from a chore's proofs/ directory.
Usage¶
Runtime Behavior¶
- Reads
proposal-*.jsonfiles from.gzkit/chores/<slug>/proofs/. - In TTY mode, prompts
PROPOSE/skipfor each unfiled record and callsgh issue createon confirmation. - In headless mode, marks records
advisory=truewithout filing. - Already-filed records (where
filed: true) are skipped on re-run. - Requires
ghCLI available in$PATHfor issue creation.
TTY gating. Detects sys.stdin.isatty() and sys.stdout.isatty() before
prompting. Non-interactive (CI) environments receive advisory-only output and
no GHI is created.