Stats
Actions
Tags
Pre-sync hooks for Tilt and ArgoCD that run before triggering or syncing, with a post-trigger hook for Tilt. Enables custom validation or setup before deployment operations.
2 events · 2 hooks
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
.*if [ -f "${REVIEW_APPROVAL_FLAG:-./.review-approved}" ]; then exit 0; fi; npx [email protected] evaluate --policy "${REVIEW_GOVERNANCE_POLICY:-./review-governance.cedar}" --tool "$TOOL_NAME" --input "$TOOL_INPUT" --fail-on-missing-policy false.*npx [email protected] sign --tool "$TOOL_NAME" --input "$TOOL_INPUT" --output "$TOOL_OUTPUT" --receipts "${REVIEW_GOVERNANCE_RECEIPTS:-./review-receipts/}" --key "${REVIEW_GOVERNANCE_KEY:-./review-governance.key}"npx claudepluginhub yo-steven/agents-exploration-20260523 --plugin review-agent-governance