cohorte 2.10.0 → 3.0.0-dev.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -0
- package/assets/manifest.json +193 -0
- package/assets/migrations/config/README.md +12 -0
- package/assets/migrations/state/0001_init.sql +154 -0
- package/assets/prompts/README.md +11 -0
- package/assets/prompts/agents/fixer.md +7 -0
- package/assets/prompts/agents/implementer.md +12 -0
- package/assets/prompts/agents/reviewer.md +8 -0
- package/assets/prompts/agents/security-reviewer.md +7 -0
- package/assets/prompts/phases/build.md +5 -0
- package/assets/prompts/phases/review.md +5 -0
- package/assets/prompts/phases/test.md +5 -0
- package/assets/prompts/system.md +11 -0
- package/assets/schemas/agent-output.schema.json +225 -0
- package/assets/schemas/auth-status.schema.json +87 -0
- package/assets/schemas/command-result.schema.json +192 -0
- package/assets/schemas/commands.schema.json +952 -0
- package/assets/schemas/config.schema.json +2259 -0
- package/assets/schemas/doctor-report.schema.json +104 -0
- package/assets/schemas/events.schema.json +8514 -0
- package/assets/schemas/fake-script.schema.json +549 -0
- package/assets/schemas/inspect.schema.json +3133 -0
- package/assets/schemas/manifest.schema.json +79 -0
- package/assets/schemas/ownership.schema.json +52 -0
- package/assets/schemas/policy-verdict.schema.json +282 -0
- package/assets/schemas/project-model.schema.json +783 -0
- package/assets/schemas/project-status.schema.json +217 -0
- package/assets/schemas/reconcile-plan.schema.json +155 -0
- package/assets/schemas/run-diff.schema.json +177 -0
- package/assets/schemas/run-snapshot-manifest.schema.json +2104 -0
- package/assets/schemas/run-state.schema.json +1755 -0
- package/assets/schemas/runtime-capabilities.schema.json +1545 -0
- package/assets/schemas/sandbox-capabilities.schema.json +116 -0
- package/assets/schemas/skill.schema.json +87 -0
- package/assets/schemas/spec.schema.json +202 -0
- package/assets/schemas/tool-catalogue.schema.json +655 -0
- package/assets/schemas/trust-record.schema.json +38 -0
- package/assets/skills/README.md +9 -0
- package/assets/skills/inspect-surface.md +4 -0
- package/dist/agent-host.mjs +50 -0
- package/dist/agent-host.mjs.map +1 -0
- package/dist/bundle-manifest.json +102 -0
- package/dist/chunks/__host-DgGPyco9.mjs +18 -0
- package/dist/chunks/__host-DgGPyco9.mjs.map +1 -0
- package/dist/chunks/approve-Cv135UqI.mjs +19 -0
- package/dist/chunks/approve-Cv135UqI.mjs.map +1 -0
- package/dist/chunks/auth-BT5oVp76.mjs +132 -0
- package/dist/chunks/auth-BT5oVp76.mjs.map +1 -0
- package/dist/chunks/auth-D8rCVY33.mjs +84 -0
- package/dist/chunks/auth-D8rCVY33.mjs.map +1 -0
- package/dist/chunks/brainstorm-CU10T1tm.mjs +7 -0
- package/dist/chunks/brainstorm-CU10T1tm.mjs.map +1 -0
- package/dist/chunks/cancel-KV_cpsqS.mjs +15 -0
- package/dist/chunks/cancel-KV_cpsqS.mjs.map +1 -0
- package/dist/chunks/canonical-C8UxeEmB.mjs +57 -0
- package/dist/chunks/canonical-C8UxeEmB.mjs.map +1 -0
- package/dist/chunks/catalogue-BvwSrM_j.mjs +1549 -0
- package/dist/chunks/catalogue-BvwSrM_j.mjs.map +1 -0
- package/dist/chunks/compose-Cr0hP0qm.mjs +7303 -0
- package/dist/chunks/compose-Cr0hP0qm.mjs.map +1 -0
- package/dist/chunks/config-DefHA2Lw.mjs +96 -0
- package/dist/chunks/config-DefHA2Lw.mjs.map +1 -0
- package/dist/chunks/contract-B0ra2-bm.mjs +295 -0
- package/dist/chunks/contract-B0ra2-bm.mjs.map +1 -0
- package/dist/chunks/contract-vYbwYr0Y.mjs +123 -0
- package/dist/chunks/contract-vYbwYr0Y.mjs.map +1 -0
- package/dist/chunks/deny-ClTxSvHJ.mjs +15 -0
- package/dist/chunks/deny-ClTxSvHJ.mjs.map +1 -0
- package/dist/chunks/diff-Qw0II0sj.mjs +101 -0
- package/dist/chunks/diff-Qw0II0sj.mjs.map +1 -0
- package/dist/chunks/discover-30Ciya_0.mjs +20 -0
- package/dist/chunks/discover-30Ciya_0.mjs.map +1 -0
- package/dist/chunks/doctor-DfCrKpfT.mjs +222 -0
- package/dist/chunks/doctor-DfCrKpfT.mjs.map +1 -0
- package/dist/chunks/fix-D4Tj8RVA.mjs +18 -0
- package/dist/chunks/fix-D4Tj8RVA.mjs.map +1 -0
- package/dist/chunks/gc-BBXlBF5w.mjs +161 -0
- package/dist/chunks/gc-BBXlBF5w.mjs.map +1 -0
- package/dist/chunks/init-Okz4mlhW.mjs +30 -0
- package/dist/chunks/init-Okz4mlhW.mjs.map +1 -0
- package/dist/chunks/inspect-Buby4cQD.mjs +22 -0
- package/dist/chunks/inspect-Buby4cQD.mjs.map +1 -0
- package/dist/chunks/logs-Giq5sUau.mjs +25 -0
- package/dist/chunks/logs-Giq5sUau.mjs.map +1 -0
- package/dist/chunks/migrate-DRoFUg53.mjs +19 -0
- package/dist/chunks/migrate-DRoFUg53.mjs.map +1 -0
- package/dist/chunks/models-Btp6X2YZ.mjs +24 -0
- package/dist/chunks/models-Btp6X2YZ.mjs.map +1 -0
- package/dist/chunks/pause-BASBfKLO.mjs +16 -0
- package/dist/chunks/pause-BASBfKLO.mjs.map +1 -0
- package/dist/chunks/policy-DUIgzF3W.mjs +139 -0
- package/dist/chunks/policy-DUIgzF3W.mjs.map +1 -0
- package/dist/chunks/providers-Dx78imKj.mjs +19 -0
- package/dist/chunks/providers-Dx78imKj.mjs.map +1 -0
- package/dist/chunks/reconcile-BfD785gd.mjs +26 -0
- package/dist/chunks/reconcile-BfD785gd.mjs.map +1 -0
- package/dist/chunks/render-DyZr5Lgi.mjs +53 -0
- package/dist/chunks/render-DyZr5Lgi.mjs.map +1 -0
- package/dist/chunks/resume-GJQRb2Eb.mjs +15 -0
- package/dist/chunks/resume-GJQRb2Eb.mjs.map +1 -0
- package/dist/chunks/retry-CLrUem1H.mjs +15 -0
- package/dist/chunks/retry-CLrUem1H.mjs.map +1 -0
- package/dist/chunks/review-BDdjb6kB.mjs +17 -0
- package/dist/chunks/review-BDdjb6kB.mjs.map +1 -0
- package/dist/chunks/run-CgTWYlcd.mjs +82 -0
- package/dist/chunks/run-CgTWYlcd.mjs.map +1 -0
- package/dist/chunks/run-tool-C3rAv4XF.mjs +26 -0
- package/dist/chunks/run-tool-C3rAv4XF.mjs.map +1 -0
- package/dist/chunks/schema-C9QbUW4H.mjs +578 -0
- package/dist/chunks/schema-C9QbUW4H.mjs.map +1 -0
- package/dist/chunks/send-BdnJ85Nz.mjs +19 -0
- package/dist/chunks/send-BdnJ85Nz.mjs.map +1 -0
- package/dist/chunks/ship-DTuLGoaJ.mjs +19 -0
- package/dist/chunks/ship-DTuLGoaJ.mjs.map +1 -0
- package/dist/chunks/shutdown-BM92Iyv2.mjs +15 -0
- package/dist/chunks/shutdown-BM92Iyv2.mjs.map +1 -0
- package/dist/chunks/skip-DZG5kpcH.mjs +18 -0
- package/dist/chunks/skip-DZG5kpcH.mjs.map +1 -0
- package/dist/chunks/spec-Bq0P3jVh.mjs +20 -0
- package/dist/chunks/spec-Bq0P3jVh.mjs.map +1 -0
- package/dist/chunks/src-CId6kMsY.mjs +1689 -0
- package/dist/chunks/src-CId6kMsY.mjs.map +1 -0
- package/dist/chunks/src-CfAOde7C.mjs +5403 -0
- package/dist/chunks/src-CfAOde7C.mjs.map +1 -0
- package/dist/chunks/src-Cu3TxNob.mjs +783 -0
- package/dist/chunks/src-Cu3TxNob.mjs.map +1 -0
- package/dist/chunks/src-DcU4IXMe.mjs +117 -0
- package/dist/chunks/src-DcU4IXMe.mjs.map +1 -0
- package/dist/chunks/src-JxawBQBn.mjs +446 -0
- package/dist/chunks/src-JxawBQBn.mjs.map +1 -0
- package/dist/chunks/src-s7YRvk0t.mjs +2116 -0
- package/dist/chunks/src-s7YRvk0t.mjs.map +1 -0
- package/dist/chunks/status-SMjiOMYy.mjs +29 -0
- package/dist/chunks/status-SMjiOMYy.mjs.map +1 -0
- package/dist/chunks/tail-BuhT-2PH.mjs +25 -0
- package/dist/chunks/tail-BuhT-2PH.mjs.map +1 -0
- package/dist/chunks/update-BXIppsbi.mjs +16 -0
- package/dist/chunks/update-BXIppsbi.mjs.map +1 -0
- package/dist/cli.mjs +175 -0
- package/dist/cli.mjs.map +1 -0
- package/package.json +17 -32
- package/CHANGELOG.md +0 -1453
- package/bin/cli.js +0 -812
- package/bin/report.js +0 -141
- package/core/adapter/render.js +0 -389
- package/core/agents/implementer.template.md +0 -142
- package/core/agents/profile-reader.md +0 -50
- package/core/agents/release.md +0 -58
- package/core/agents/review.md +0 -179
- package/core/commands/cohorte-align-ds.md +0 -33
- package/core/commands/cohorte-audit.md +0 -58
- package/core/commands/cohorte-brainstorm.md +0 -70
- package/core/commands/cohorte-build.md +0 -219
- package/core/commands/cohorte-doctor.md +0 -170
- package/core/commands/cohorte-fix.md +0 -80
- package/core/commands/cohorte-fleet.md +0 -103
- package/core/commands/cohorte-init-pipeline.md +0 -31
- package/core/commands/cohorte-intake.md +0 -92
- package/core/commands/cohorte-patch.md +0 -118
- package/core/commands/cohorte-refactor.md +0 -59
- package/core/commands/cohorte-retro.md +0 -85
- package/core/commands/cohorte-review.md +0 -270
- package/core/commands/cohorte-ship.md +0 -122
- package/core/commands/cohorte-spec.md +0 -101
- package/core/commands/cohorte-update-pipeline.md +0 -134
- package/core/hooks/gate.py +0 -580
- package/core/runtimes/claude.json +0 -74
- package/core/runtimes/codex.json +0 -83
- package/core/runtimes/cursor.json +0 -76
- package/core/runtimes/gemini.json +0 -76
- package/core/runtimes/opencode.json +0 -73
- package/core/templates/agent-handoff.md +0 -34
- package/core/templates/brainstorm-return.md +0 -36
- package/core/templates/decisions.template.md +0 -42
- package/core/templates/design-brief.md +0 -44
- package/core/templates/patch.template.md +0 -86
- package/core/templates/pr-body.md +0 -25
- package/core/templates/review-feedback.md +0 -38
- package/core/templates/spec.template.md +0 -87
- package/core/templates/steps/init-pipeline/01-detect-stack.md +0 -44
- package/core/templates/steps/init-pipeline/02-interview-gaps.md +0 -55
- package/core/templates/steps/init-pipeline/03-draft-profile.md +0 -10
- package/core/templates/steps/init-pipeline/04-write-render.md +0 -115
- package/core/templates/steps/init-pipeline/05-report.md +0 -12
- package/core/workflows/audit.js +0 -240
- package/core/workflows/loop.js +0 -641
- package/core/workflows/refactor.js +0 -276
- package/core/workflows/review.js +0 -456
- package/install.ps1 +0 -103
- package/install.sh +0 -114
- package/lib/doctor.js +0 -504
- package/lib/runtime.js +0 -134
- package/lib/versions.js +0 -149
- package/lib/yaml.js +0 -129
- package/profile/PIPELINE.template.md +0 -251
- package/profile/SCHEMA.md +0 -698
- package/profile/cohorte.config.template.yaml +0 -43
- package/scripts/assert-gate-hook.mjs +0 -75
- package/scripts/kanban-move.sh +0 -313
- package/scripts/metrics/collect.mjs +0 -531
- package/scripts/metrics/prices.json +0 -42
- package/scripts/new-feature.sh.template +0 -98
- package/scripts/preflight.sh +0 -124
- package/scripts/remove-feature.sh.template +0 -56
- package/scripts/test-adapter.mjs +0 -368
- package/scripts/test-gate.mjs +0 -428
- package/scripts/test-kanban.mjs +0 -304
- package/scripts/test-lib.mjs +0 -310
- package/scripts/test-metrics.mjs +0 -156
- package/scripts/test-workflows.mjs +0 -758
- package/scripts/validate-core.mjs +0 -320
|
@@ -0,0 +1,217 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "https://cohorte.dev/schemas/3/project-status.schema.json",
|
|
4
|
+
"title": "Cohorte project status (status --json)",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"required": [
|
|
7
|
+
"documentVersion",
|
|
8
|
+
"protocolVersion",
|
|
9
|
+
"project",
|
|
10
|
+
"runs",
|
|
11
|
+
"pendingApprovals"
|
|
12
|
+
],
|
|
13
|
+
"properties": {
|
|
14
|
+
"documentVersion": {
|
|
15
|
+
"type": "number",
|
|
16
|
+
"const": 1
|
|
17
|
+
},
|
|
18
|
+
"protocolVersion": {
|
|
19
|
+
"type": "string",
|
|
20
|
+
"const": "1.0"
|
|
21
|
+
},
|
|
22
|
+
"project": {
|
|
23
|
+
"type": "object",
|
|
24
|
+
"required": [
|
|
25
|
+
"id",
|
|
26
|
+
"root"
|
|
27
|
+
],
|
|
28
|
+
"properties": {
|
|
29
|
+
"id": {
|
|
30
|
+
"type": "string"
|
|
31
|
+
},
|
|
32
|
+
"root": {
|
|
33
|
+
"type": "string"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
"runs": {
|
|
38
|
+
"type": "array",
|
|
39
|
+
"items": {
|
|
40
|
+
"type": "object",
|
|
41
|
+
"required": [
|
|
42
|
+
"runId",
|
|
43
|
+
"profile",
|
|
44
|
+
"title",
|
|
45
|
+
"state",
|
|
46
|
+
"status",
|
|
47
|
+
"since",
|
|
48
|
+
"startedAt"
|
|
49
|
+
],
|
|
50
|
+
"properties": {
|
|
51
|
+
"runId": {
|
|
52
|
+
"type": "string",
|
|
53
|
+
"pattern": "^run_[0-9a-f]{32}$"
|
|
54
|
+
},
|
|
55
|
+
"profile": {
|
|
56
|
+
"type": "string",
|
|
57
|
+
"x-cohorte-known": [
|
|
58
|
+
"feature",
|
|
59
|
+
"bugfix",
|
|
60
|
+
"review"
|
|
61
|
+
]
|
|
62
|
+
},
|
|
63
|
+
"title": {
|
|
64
|
+
"type": "string"
|
|
65
|
+
},
|
|
66
|
+
"state": {
|
|
67
|
+
"type": "string",
|
|
68
|
+
"enum": [
|
|
69
|
+
"IDLE",
|
|
70
|
+
"BRAINSTORM",
|
|
71
|
+
"SPEC",
|
|
72
|
+
"PREFLIGHT",
|
|
73
|
+
"BUILD",
|
|
74
|
+
"TEST",
|
|
75
|
+
"REVIEW",
|
|
76
|
+
"FIX",
|
|
77
|
+
"SHIP",
|
|
78
|
+
"PAUSED",
|
|
79
|
+
"WAITING_APPROVAL",
|
|
80
|
+
"AUTH_REQUIRED",
|
|
81
|
+
"QUOTA_EXCEEDED",
|
|
82
|
+
"FAILED",
|
|
83
|
+
"BLOCKED",
|
|
84
|
+
"COMPLETED",
|
|
85
|
+
"CANCELLED"
|
|
86
|
+
]
|
|
87
|
+
},
|
|
88
|
+
"status": {
|
|
89
|
+
"type": "string",
|
|
90
|
+
"enum": [
|
|
91
|
+
"pending",
|
|
92
|
+
"running",
|
|
93
|
+
"completed",
|
|
94
|
+
"failed",
|
|
95
|
+
"paused",
|
|
96
|
+
"waiting-approval",
|
|
97
|
+
"cancelled",
|
|
98
|
+
"skipped",
|
|
99
|
+
"blocked"
|
|
100
|
+
]
|
|
101
|
+
},
|
|
102
|
+
"since": {
|
|
103
|
+
"type": "string",
|
|
104
|
+
"format": "date-time",
|
|
105
|
+
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}\\.[0-9]{3}Z$"
|
|
106
|
+
},
|
|
107
|
+
"stop": {
|
|
108
|
+
"type": "object",
|
|
109
|
+
"required": [
|
|
110
|
+
"reason",
|
|
111
|
+
"detail",
|
|
112
|
+
"resumable"
|
|
113
|
+
],
|
|
114
|
+
"properties": {
|
|
115
|
+
"reason": {
|
|
116
|
+
"type": "string",
|
|
117
|
+
"enum": [
|
|
118
|
+
"review-clean",
|
|
119
|
+
"iteration-limit",
|
|
120
|
+
"budget-exhausted",
|
|
121
|
+
"timeout",
|
|
122
|
+
"identical-failure",
|
|
123
|
+
"no-progress",
|
|
124
|
+
"policy-violation",
|
|
125
|
+
"approval-required",
|
|
126
|
+
"unexpected-repo-change",
|
|
127
|
+
"runtime-incompatible",
|
|
128
|
+
"auth-required",
|
|
129
|
+
"quota-exceeded",
|
|
130
|
+
"paused",
|
|
131
|
+
"cancelled",
|
|
132
|
+
"agent-dead",
|
|
133
|
+
"unreviewed",
|
|
134
|
+
"internal-error",
|
|
135
|
+
"check-environment"
|
|
136
|
+
]
|
|
137
|
+
},
|
|
138
|
+
"detail": {
|
|
139
|
+
"type": "string"
|
|
140
|
+
},
|
|
141
|
+
"resumable": {
|
|
142
|
+
"type": "boolean"
|
|
143
|
+
},
|
|
144
|
+
"resumeRequires": {
|
|
145
|
+
"type": "string",
|
|
146
|
+
"x-cohorte-known": [
|
|
147
|
+
"approval",
|
|
148
|
+
"auth-login",
|
|
149
|
+
"quota-reset",
|
|
150
|
+
"budget-raise",
|
|
151
|
+
"human-ack",
|
|
152
|
+
"repo-repair",
|
|
153
|
+
"reinstall-pinned-version",
|
|
154
|
+
"environment-repair"
|
|
155
|
+
]
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
},
|
|
159
|
+
"startedAt": {
|
|
160
|
+
"type": "string",
|
|
161
|
+
"format": "date-time",
|
|
162
|
+
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}\\.[0-9]{3}Z$"
|
|
163
|
+
},
|
|
164
|
+
"endedAt": {
|
|
165
|
+
"type": "string",
|
|
166
|
+
"format": "date-time",
|
|
167
|
+
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}\\.[0-9]{3}Z$"
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
},
|
|
172
|
+
"pendingApprovals": {
|
|
173
|
+
"type": "array",
|
|
174
|
+
"items": {
|
|
175
|
+
"type": "object",
|
|
176
|
+
"required": [
|
|
177
|
+
"approvalId",
|
|
178
|
+
"kind",
|
|
179
|
+
"what",
|
|
180
|
+
"since",
|
|
181
|
+
"cli"
|
|
182
|
+
],
|
|
183
|
+
"properties": {
|
|
184
|
+
"approvalId": {
|
|
185
|
+
"type": "string",
|
|
186
|
+
"pattern": "^apr_[0-9a-f]{32}$"
|
|
187
|
+
},
|
|
188
|
+
"kind": {
|
|
189
|
+
"type": "string"
|
|
190
|
+
},
|
|
191
|
+
"agentId": {
|
|
192
|
+
"type": "string",
|
|
193
|
+
"maxLength": 128,
|
|
194
|
+
"pattern": "^agt_[A-Za-z0-9.-]+_[A-Za-z0-9_.-]+$"
|
|
195
|
+
},
|
|
196
|
+
"what": {
|
|
197
|
+
"type": "string",
|
|
198
|
+
"maxLength": 512
|
|
199
|
+
},
|
|
200
|
+
"since": {
|
|
201
|
+
"type": "string",
|
|
202
|
+
"format": "date-time",
|
|
203
|
+
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}\\.[0-9]{3}Z$"
|
|
204
|
+
},
|
|
205
|
+
"expiresAt": {
|
|
206
|
+
"type": "string",
|
|
207
|
+
"format": "date-time",
|
|
208
|
+
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}\\.[0-9]{3}Z$"
|
|
209
|
+
},
|
|
210
|
+
"cli": {
|
|
211
|
+
"type": "string"
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
}
|
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "https://cohorte.dev/schemas/3/reconcile-plan.schema.json",
|
|
4
|
+
"title": "Cohorte reconcile plan (reconcile --plan --json)",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"required": [
|
|
7
|
+
"schemaVersion",
|
|
8
|
+
"cohorteVersion",
|
|
9
|
+
"generatedAt",
|
|
10
|
+
"drift",
|
|
11
|
+
"operations",
|
|
12
|
+
"conflicts",
|
|
13
|
+
"applyAvailable"
|
|
14
|
+
],
|
|
15
|
+
"properties": {
|
|
16
|
+
"schemaVersion": {
|
|
17
|
+
"type": "number",
|
|
18
|
+
"const": 1
|
|
19
|
+
},
|
|
20
|
+
"cohorteVersion": {
|
|
21
|
+
"type": "string",
|
|
22
|
+
"minLength": 1
|
|
23
|
+
},
|
|
24
|
+
"generatedAt": {
|
|
25
|
+
"type": "string",
|
|
26
|
+
"format": "date-time",
|
|
27
|
+
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}\\.[0-9]{3}Z$"
|
|
28
|
+
},
|
|
29
|
+
"drift": {
|
|
30
|
+
"type": "object",
|
|
31
|
+
"required": [
|
|
32
|
+
"schemaVersion",
|
|
33
|
+
"generatedAt",
|
|
34
|
+
"entries"
|
|
35
|
+
],
|
|
36
|
+
"properties": {
|
|
37
|
+
"schemaVersion": {
|
|
38
|
+
"type": "number",
|
|
39
|
+
"const": 1
|
|
40
|
+
},
|
|
41
|
+
"generatedAt": {
|
|
42
|
+
"type": "string",
|
|
43
|
+
"format": "date-time",
|
|
44
|
+
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}\\.[0-9]{3}Z$"
|
|
45
|
+
},
|
|
46
|
+
"entries": {
|
|
47
|
+
"type": "array",
|
|
48
|
+
"items": {
|
|
49
|
+
"type": "object",
|
|
50
|
+
"required": [
|
|
51
|
+
"target",
|
|
52
|
+
"class",
|
|
53
|
+
"diff",
|
|
54
|
+
"detail"
|
|
55
|
+
],
|
|
56
|
+
"properties": {
|
|
57
|
+
"target": {
|
|
58
|
+
"type": "string",
|
|
59
|
+
"minLength": 1
|
|
60
|
+
},
|
|
61
|
+
"class": {
|
|
62
|
+
"type": "string",
|
|
63
|
+
"enum": [
|
|
64
|
+
"human",
|
|
65
|
+
"generated",
|
|
66
|
+
"derived",
|
|
67
|
+
"observed",
|
|
68
|
+
"mixed"
|
|
69
|
+
]
|
|
70
|
+
},
|
|
71
|
+
"diff": {
|
|
72
|
+
"type": "string",
|
|
73
|
+
"enum": [
|
|
74
|
+
"absent",
|
|
75
|
+
"expected-change",
|
|
76
|
+
"human-change",
|
|
77
|
+
"conflict",
|
|
78
|
+
"potential-deletion",
|
|
79
|
+
"unknown"
|
|
80
|
+
]
|
|
81
|
+
},
|
|
82
|
+
"desiredSha256": {
|
|
83
|
+
"type": "string",
|
|
84
|
+
"pattern": "^[0-9a-f]{64}$"
|
|
85
|
+
},
|
|
86
|
+
"actualSha256": {
|
|
87
|
+
"type": "string",
|
|
88
|
+
"pattern": "^[0-9a-f]{64}$"
|
|
89
|
+
},
|
|
90
|
+
"recordedSha256": {
|
|
91
|
+
"type": "string",
|
|
92
|
+
"pattern": "^[0-9a-f]{64}$"
|
|
93
|
+
},
|
|
94
|
+
"detail": {
|
|
95
|
+
"type": "string"
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
"operations": {
|
|
103
|
+
"type": "array",
|
|
104
|
+
"items": {
|
|
105
|
+
"type": "object",
|
|
106
|
+
"required": [
|
|
107
|
+
"op",
|
|
108
|
+
"target",
|
|
109
|
+
"diff",
|
|
110
|
+
"reason"
|
|
111
|
+
],
|
|
112
|
+
"properties": {
|
|
113
|
+
"op": {
|
|
114
|
+
"type": "string",
|
|
115
|
+
"enum": [
|
|
116
|
+
"create",
|
|
117
|
+
"replace",
|
|
118
|
+
"delete",
|
|
119
|
+
"keep",
|
|
120
|
+
"ask"
|
|
121
|
+
]
|
|
122
|
+
},
|
|
123
|
+
"target": {
|
|
124
|
+
"type": "string",
|
|
125
|
+
"minLength": 1
|
|
126
|
+
},
|
|
127
|
+
"diff": {
|
|
128
|
+
"type": "string",
|
|
129
|
+
"enum": [
|
|
130
|
+
"absent",
|
|
131
|
+
"expected-change",
|
|
132
|
+
"human-change",
|
|
133
|
+
"conflict",
|
|
134
|
+
"potential-deletion",
|
|
135
|
+
"unknown"
|
|
136
|
+
]
|
|
137
|
+
},
|
|
138
|
+
"reason": {
|
|
139
|
+
"type": "string"
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
},
|
|
144
|
+
"conflicts": {
|
|
145
|
+
"type": "array",
|
|
146
|
+
"items": {
|
|
147
|
+
"type": "string"
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
"applyAvailable": {
|
|
151
|
+
"type": "boolean",
|
|
152
|
+
"const": false
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
}
|
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "https://cohorte.dev/schemas/3/run-diff.schema.json",
|
|
4
|
+
"title": "Cohorte run diff (diff --json)",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"required": [
|
|
7
|
+
"documentVersion",
|
|
8
|
+
"runId",
|
|
9
|
+
"base",
|
|
10
|
+
"head",
|
|
11
|
+
"surfaces"
|
|
12
|
+
],
|
|
13
|
+
"properties": {
|
|
14
|
+
"documentVersion": {
|
|
15
|
+
"type": "number",
|
|
16
|
+
"const": 1
|
|
17
|
+
},
|
|
18
|
+
"runId": {
|
|
19
|
+
"type": "string",
|
|
20
|
+
"pattern": "^run_[0-9a-f]{32}$"
|
|
21
|
+
},
|
|
22
|
+
"base": {
|
|
23
|
+
"type": "object",
|
|
24
|
+
"required": [
|
|
25
|
+
"branch",
|
|
26
|
+
"sha"
|
|
27
|
+
],
|
|
28
|
+
"properties": {
|
|
29
|
+
"branch": {
|
|
30
|
+
"type": "string"
|
|
31
|
+
},
|
|
32
|
+
"sha": {
|
|
33
|
+
"type": "string"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
"head": {
|
|
38
|
+
"type": "object",
|
|
39
|
+
"required": [
|
|
40
|
+
"branch",
|
|
41
|
+
"sha",
|
|
42
|
+
"treeDigest"
|
|
43
|
+
],
|
|
44
|
+
"properties": {
|
|
45
|
+
"branch": {
|
|
46
|
+
"type": "string"
|
|
47
|
+
},
|
|
48
|
+
"sha": {
|
|
49
|
+
"type": "string"
|
|
50
|
+
},
|
|
51
|
+
"treeDigest": {
|
|
52
|
+
"type": "string"
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
"surfaces": {
|
|
57
|
+
"type": "array",
|
|
58
|
+
"items": {
|
|
59
|
+
"type": "object",
|
|
60
|
+
"required": [
|
|
61
|
+
"surface",
|
|
62
|
+
"files",
|
|
63
|
+
"stat",
|
|
64
|
+
"patch"
|
|
65
|
+
],
|
|
66
|
+
"properties": {
|
|
67
|
+
"surface": {
|
|
68
|
+
"anyOf": [
|
|
69
|
+
{
|
|
70
|
+
"type": "string",
|
|
71
|
+
"const": "shared"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"type": "string",
|
|
75
|
+
"pattern": "^[A-Za-z0-9_][A-Za-z0-9_.-]{0,127}$"
|
|
76
|
+
}
|
|
77
|
+
]
|
|
78
|
+
},
|
|
79
|
+
"files": {
|
|
80
|
+
"type": "array",
|
|
81
|
+
"items": {
|
|
82
|
+
"type": "object",
|
|
83
|
+
"required": [
|
|
84
|
+
"path",
|
|
85
|
+
"op"
|
|
86
|
+
],
|
|
87
|
+
"properties": {
|
|
88
|
+
"path": {
|
|
89
|
+
"type": "string"
|
|
90
|
+
},
|
|
91
|
+
"op": {
|
|
92
|
+
"type": "string",
|
|
93
|
+
"enum": [
|
|
94
|
+
"read",
|
|
95
|
+
"create",
|
|
96
|
+
"modify",
|
|
97
|
+
"delete"
|
|
98
|
+
]
|
|
99
|
+
},
|
|
100
|
+
"beforeSha256": {
|
|
101
|
+
"type": "string",
|
|
102
|
+
"pattern": "^[0-9a-f]{64}$"
|
|
103
|
+
},
|
|
104
|
+
"afterSha256": {
|
|
105
|
+
"type": "string",
|
|
106
|
+
"pattern": "^[0-9a-f]{64}$"
|
|
107
|
+
},
|
|
108
|
+
"bytes": {
|
|
109
|
+
"type": "integer",
|
|
110
|
+
"minimum": 0
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
"stat": {
|
|
116
|
+
"type": "object",
|
|
117
|
+
"required": [
|
|
118
|
+
"added",
|
|
119
|
+
"removed"
|
|
120
|
+
],
|
|
121
|
+
"properties": {
|
|
122
|
+
"added": {
|
|
123
|
+
"type": "integer",
|
|
124
|
+
"minimum": 0
|
|
125
|
+
},
|
|
126
|
+
"removed": {
|
|
127
|
+
"type": "integer",
|
|
128
|
+
"minimum": 0
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
},
|
|
132
|
+
"patch": {
|
|
133
|
+
"type": "object",
|
|
134
|
+
"required": [
|
|
135
|
+
"artifactId",
|
|
136
|
+
"kind",
|
|
137
|
+
"path",
|
|
138
|
+
"sha256",
|
|
139
|
+
"bytes"
|
|
140
|
+
],
|
|
141
|
+
"properties": {
|
|
142
|
+
"artifactId": {
|
|
143
|
+
"type": "string",
|
|
144
|
+
"pattern": "^art_[0-9a-f]{32}$"
|
|
145
|
+
},
|
|
146
|
+
"kind": {
|
|
147
|
+
"type": "string",
|
|
148
|
+
"x-cohorte-known": [
|
|
149
|
+
"diff",
|
|
150
|
+
"file",
|
|
151
|
+
"log",
|
|
152
|
+
"report",
|
|
153
|
+
"agent-output",
|
|
154
|
+
"transcript",
|
|
155
|
+
"context",
|
|
156
|
+
"prompt",
|
|
157
|
+
"patch"
|
|
158
|
+
]
|
|
159
|
+
},
|
|
160
|
+
"path": {
|
|
161
|
+
"type": "string"
|
|
162
|
+
},
|
|
163
|
+
"sha256": {
|
|
164
|
+
"type": "string",
|
|
165
|
+
"pattern": "^[0-9a-f]{64}$"
|
|
166
|
+
},
|
|
167
|
+
"bytes": {
|
|
168
|
+
"type": "integer",
|
|
169
|
+
"minimum": 0
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
}
|