A vibe coded tangled fork which supports pijul.
at sl/spindle-adapters 18 lines 310 B view raw
1{ 2 "lexicon": 1, 3 "id": "sh.tangled.ci.workflow.status", 4 "defs": { 5 "main": { 6 "type": "string", 7 "description": "status of the workflow run", 8 "enum": [ 9 "pending", 10 "running", 11 "failed", 12 "timeout", 13 "cancelled", 14 "success" 15 ] 16 } 17 } 18}