# Task Templates Copy the relevant section into a future Codex request and fill in the blanks. ## Operational Bash Tool ### Goal Build or improve a Bash tool for: ### Context Affected platform, incident, or operational workflow: ### Constraints - Default to dry-run/read-only. - Require `--execute` for changes. - Use `OK`, `WARNING`, and `CRITICAL`. - Exit `0` OK, `1` operational issue, `2` invalid input or missing dependency. ### Files/directories to inspect - `infra-run/scripts/bash/` - Relevant runbook or README: ### Implementation steps 1. Inspect neighboring scripts and shared helpers. 2. Add or adjust usage/help output. 3. Add discovery, pre-check, guarded change, post-check, and reporting sections where useful. 4. Update README or runbook notes. ### Validation commands ```bash bash -n