10 lines
457 B
JSON
10 lines
457 B
JSON
|
|
{
|
||
|
|
"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"]
|
||
|
|
}
|