init
Install starter guardrails to protect main branch, block rm -rf, prevent prod data destruction, and flag secrets. Zero-config protection with optional force overwrite.
Instructions
Install a starter guardrail pack — sensible hard/soft rules (protect main, block rm -rf, no prod data destruction, no curl|sh, flag secrets) — and emit them to every tool's companion files. Zero-config protection on day one. Pass force=true to overwrite same-named rules. Pair with agent-memory install-hooks so hard rules actually block tool calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Overwrite existing starter rules. Default false. |