dnsweeper
Version:
Advanced CLI tool for DNS record risk analysis and cleanup. Features CSV import for Cloudflare/Route53, automated risk assessment, and parallel DNS validation.
36 lines • 725 B
JSON
{
"hooks": {
"Stop": [
{
"type": "command",
"command": "bash .claude/hooks/auto-continue.sh",
"runInBackground": false
}
],
"PostToolUse": [
{
"matcher": "Edit",
"hooks": [
{
"type": "command",
"command": "bash .claude/hooks/update-progress.sh",
"runInBackground": true
}
]
}
]
},
"preferences": {
"autoSave": true,
"showProgress": true,
"verboseLogging": true
},
"project": {
"name": "DNSweeper",
"version": "1.0.0",
"milestones": {
"development": "/docs/MILESTONES.md",
"business": "/docs/business/MILESTONES_BUSINESS.md"
}
}
}