Files
gh-dherman-claude-plugins-p…/.claude-plugin/plugin.json
2025-11-29 18:20:19 +08:00

14 lines
231 B
JSON

{
"name": "poet",
"description": "Experimental plugin to test agent user interaction",
"version": "0.1.0",
"author": {
"name": "David Herman"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}