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