Initial commit
This commit is contained in:
22
.claude-plugin/plugin.json
Normal file
22
.claude-plugin/plugin.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user