Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:21:48 +08:00
commit 463047cd97
9 changed files with 955 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "overnight-dev",
"description": "Run Claude autonomously for 6-8 hours overnight using Git hooks that enforce TDD - wake up to fully tested features",
"version": "1.0.0",
"author": {
"name": "Intent Solutions IO",
"url": "https://intentsolutions.io",
"email": "[email protected]"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}