22 lines
509 B
JSON
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"
|
|
]
|
|
} |