Files
gh-aniketkarne-claudenights…/.claude-plugin/plugin.json
2025-11-29 17:54:59 +08:00

22 lines
509 B
JSON

{
"name": "claude-nights-watch",
"description": "Autonomous task execution daemon that monitors Claude usage windows and executes predefined tasks automatically. Keep Claude working 24/7 on your projects.",
"version": "1.0.0",
"author": {
"name": "Aniket Karne",
"email": "[email protected]",
"url": "https://github.com/aniketkarne"
},
"agents": [
"./agents/"
],
"commands": [
"./commands/"
],
"hooks": [
"./hooks/hooks.json"
],
"mcp": [
"./.mcp.json"
]
}