Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 362 Bytes

File metadata and controls

9 lines (7 loc) · 362 Bytes

Script Template

Use scripts/templates/new_script.py when adding reusable automations.

Required conventions:

  • Include --execute; default behavior MUST be dry-run.
  • Print a clear dry-run message with the rendered action.
  • Exit non-zero on validation or runtime failures.
  • Add the new script to scripts/registry.yaml with intent and capabilities.