Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:37:09 +08:00
commit 645d0b6a5f
7 changed files with 545 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "beads",
"description": "Beads (bd) integration for dependency-aware issue tracking in AI workflows. Provides workflow guidance for issue lifecycle management, dependency tracking, and ready work discovery. Designed for AI-supervised development with bd ready → work → close patterns.",
"version": "0.3.0",
"author": {
"name": "Fred Amaral",
"email": "fred@fredamaral.com.br"
},
"skills": [
"./skills"
],
"hooks": [
"./hooks"
]
}