Claude Code manifest schema only recognizes: name, version, description, author, license, keywords, repository 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
13 lines
436 B
JSON
13 lines
436 B
JSON
{
|
|
"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": "Bandit Labs",
|
|
"email": "dev@banditlabs.io"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": ["cleanup", "hygiene", "automation", "hooks", "maintenance"],
|
|
"repository": "https://github.com/bandit-labs/project-hygiene"
|
|
}
|