Files
gh-yebot-rad-cc-plugins-plu…/hooks/hooks.json
2025-11-30 09:07:50 +08:00

15 lines
540 B
JSON
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"hooks": {
"PostToolUse": [
{
"filter": "Write(*CLAUDE.md)|Edit(*CLAUDE.md)|Write(*claude.md)|Edit(*claude.md)",
"command": "bash",
"args": [
"-c",
"echo '📄 CLAUDE.md updated! Syncing to AGENTS.md...' && echo '' && echo ' Use the claude-to-agents-converter agent to update AGENTS.md' && echo ' Or run /sync-agents-md to update all AGENTS.md files' && echo '' && echo 'This keeps your documentation accessible to all AI coding assistants.'"
]
}
]
}
}