Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:54:59 +08:00
commit b67d305eb7
12 changed files with 959 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
"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"
]
}