{ "name": "project-hygiene", "version": "0.1.0", "description": "Post-task cleanup hook that removes temp files, warns about unexpected root files, and manages orphaned supporting files", "author": { "name": "Leo Miranda", "email": "leobmiranda@gmail.com" }, "homepage": "https://gitea.hotserv.cloud/personal-projects/leo-claude-mktplace/src/branch/main/plugins/project-hygiene/README.md", "repository": "https://gitea.hotserv.cloud/personal-projects/leo-claude-mktplace.git", "license": "MIT", "keywords": [ "cleanup", "hygiene", "automation", "hooks", "maintenance" ], "hooks": { "PostToolUse": [ { "matcher": "Write|Edit", "hooks": [ { "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/hooks/cleanup.sh" } ] } ] } }