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