Files
gh-jmgilman-sow-plugin/.claude-plugin/plugin.json
2025-11-30 08:27:54 +08:00

14 lines
231 B
JSON

{
"name": "sow",
"description": "AI-powered system of work for software engineering",
"version": "0.1.1",
"author": {
"name": "Joshua Gilman"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}