Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:47:41 +08:00
commit f9c8c37217
13 changed files with 6174 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
"name": "workflows",
"description": "Operational tooling for development workflows - git worktree management with AI context tracking",
"version": "1.0.0",
"author": {
"name": "Joe Seymour",
"email": "zhongweili@tubi.tv"
},
"skills": [
"./skills/working-tree"
],
"agents": [
"./agents/consultant.md"
],
"commands": [
"./commands/adopt.md",
"./commands/destroy.md",
"./commands/list.md",
"./commands/new.md",
"./commands/status.md"
]
}