[GEMINI-HARDEN-06] Add a common CLI safety/test harness for the scripts/ suite #438
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent epic: #432
Why
PR #418 merged 12 standalone operational scripts, but their operator contracts are inconsistent. The clearest example is
self_healing.py --helpcausing live behavior. The suite needs a shared CLI/test standard before more automation is built on top of it.Acceptance criteria
scripts/*.pycovering--help, exit codes, dry-run behavior, timeouts, and mutating vs observational commands.--helppath is side-effect free.scripts/README.mdclearly marks which tools are observational, mutating, or bootstrap-only.Related