fix(agents-init): quiet only on change, add -v/--verbose flag

- quiet mode now outputs one summary line only when something actually changed;
  idempotent re-runs produce no output
- add -v/--verbose flag as an explicit alias for the default verbose behavior
- gitignore helper output captured to detect changes without printing in quiet mode
- drop eager "Initializing…" header in favour of end-of-run conditional summary
This commit is contained in:
2026-06-13 00:19:11 -04:00
parent 2a7cb0f5cb
commit 976f46757c
2 changed files with 53 additions and 21 deletions
+5
View File
@@ -288,3 +288,8 @@ poetry.toml
pyrightconfig.json
# End of https://www.toptal.com/developers/gitignore/api/python
# ──────────────── Added by agents-init ──────────────────
# agents-init --agents
AGENTS/
# ────────────────────────────────────────────────────────