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": "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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user