A vibe coded tangled fork which supports pijul.
1{
2 "lexicon": 1,
3 "id": "sh.tangled.ci.workflow.run",
4 "defs": {
5 "main": {
6 "type": "record",
7 "key": "tid",
8 "record": {
9 "type": "object",
10 "required": [
11 "name",
12 "adapter",
13 "status"
14 ],
15 "properties": {
16 "name": {
17 "type": "string"
18 },
19 "adapter": {
20 "type": "string"
21 },
22 "status": {
23 "type": "ref",
24 "ref": "sh.tangled.ci.workflow.status"
25 }
26 }
27 }
28 }
29 }
30}