Stats
Actions
Tags
From sub-devops-engineer
Auto-approves web search/fetch and file edit operations; validates structured markdown files (core, competitors, hypotheses, interviews, surveys, MVP plan) after each write/edit to enforce documentation conventions.
2 events · 2 hooks
Safety signals detected in this hook configuration
Where this hook configuration is defined
Defined inline in plugin.json manifest
Event handlers and matchers — expand Raw Configuration for the full JSON
Edit|Writefile=$(echo "$CLAUDE_TOOL_INPUT" | jq -r '.file_path // .path // empty' 2>/dev/null); if [ -n "$file" ] && echo "$file" | grep -qiE '(prod-deploy|production\.yml|production\.yaml)'; then echo '{"decision":"block","reason":"Production deployment file edit blocked"}'; exit 2; fiEdit|Writefile=$(echo "$CLAUDE_TOOL_INPUT" | jq -r '.file_path // .path // empty' 2>/dev/null); if [ -n "$file" ] && (echo "$file" | grep -qiE 'Dockerfile' || echo "$file" | grep -qE '\.(yml|yaml)$'); then echo "[DevOps] Infrastructure file written: $file"; fi || truenpx claudepluginhub hungrytech/hungrytech-claude-skills --plugin sub-devops-engineer