chore(marketplace): register composer and symphony plugins
Both plugins now have .claude-plugin/plugin.json manifests and are listed in the root marketplace.json so they can be installed via the plugin marketplace UI alongside council-of-experts and genealogy. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
9
symphony/.claude-plugin/plugin.json
Normal file
9
symphony/.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "symphony",
|
||||
"version": "0.1.0",
|
||||
"description": "Tracker-agnostic orchestrator daemon. Polls the project's issue tracker on a cadence, dispatches isolated worker agents per issue, and reconciles state across ticks. Pairs with composer (composer's stories become symphony's input).",
|
||||
"author": {
|
||||
"name": "Adam Knight"
|
||||
},
|
||||
"keywords": ["orchestrator", "automation", "issue-tracker", "github", "gitea", "linear", "daemon", "workers"]
|
||||
}
|
||||
Reference in New Issue
Block a user