cohorte 2.10.1 → 3.0.0-dev.1

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.
Files changed (213) hide show
  1. package/README.md +7 -0
  2. package/assets/manifest.json +193 -0
  3. package/assets/migrations/config/README.md +12 -0
  4. package/assets/migrations/state/0001_init.sql +154 -0
  5. package/assets/prompts/README.md +11 -0
  6. package/assets/prompts/agents/fixer.md +7 -0
  7. package/assets/prompts/agents/implementer.md +12 -0
  8. package/assets/prompts/agents/reviewer.md +8 -0
  9. package/assets/prompts/agents/security-reviewer.md +7 -0
  10. package/assets/prompts/phases/build.md +5 -0
  11. package/assets/prompts/phases/review.md +5 -0
  12. package/assets/prompts/phases/test.md +5 -0
  13. package/assets/prompts/system.md +11 -0
  14. package/assets/schemas/agent-output.schema.json +225 -0
  15. package/assets/schemas/auth-status.schema.json +87 -0
  16. package/assets/schemas/command-result.schema.json +192 -0
  17. package/assets/schemas/commands.schema.json +952 -0
  18. package/assets/schemas/config.schema.json +2259 -0
  19. package/assets/schemas/doctor-report.schema.json +104 -0
  20. package/assets/schemas/events.schema.json +8514 -0
  21. package/assets/schemas/fake-script.schema.json +549 -0
  22. package/assets/schemas/inspect.schema.json +3133 -0
  23. package/assets/schemas/manifest.schema.json +79 -0
  24. package/assets/schemas/ownership.schema.json +52 -0
  25. package/assets/schemas/policy-verdict.schema.json +282 -0
  26. package/assets/schemas/project-model.schema.json +783 -0
  27. package/assets/schemas/project-status.schema.json +217 -0
  28. package/assets/schemas/reconcile-plan.schema.json +154 -0
  29. package/assets/schemas/run-diff.schema.json +177 -0
  30. package/assets/schemas/run-snapshot-manifest.schema.json +2104 -0
  31. package/assets/schemas/run-state.schema.json +1755 -0
  32. package/assets/schemas/runtime-capabilities.schema.json +1545 -0
  33. package/assets/schemas/sandbox-capabilities.schema.json +116 -0
  34. package/assets/schemas/skill.schema.json +87 -0
  35. package/assets/schemas/spec.schema.json +202 -0
  36. package/assets/schemas/tool-catalogue.schema.json +655 -0
  37. package/assets/schemas/trust-record.schema.json +38 -0
  38. package/assets/skills/README.md +9 -0
  39. package/assets/skills/inspect-surface.md +4 -0
  40. package/dist/agent-host.mjs +2187 -0
  41. package/dist/agent-host.mjs.map +1 -0
  42. package/dist/bundle-manifest.json +104 -0
  43. package/dist/chunks/__host-DgGPyco9.mjs +18 -0
  44. package/dist/chunks/__host-DgGPyco9.mjs.map +1 -0
  45. package/dist/chunks/approve-Cv135UqI.mjs +19 -0
  46. package/dist/chunks/approve-Cv135UqI.mjs.map +1 -0
  47. package/dist/chunks/auth-BT5oVp76.mjs +132 -0
  48. package/dist/chunks/auth-BT5oVp76.mjs.map +1 -0
  49. package/dist/chunks/auth-CYOh60KG.mjs +93 -0
  50. package/dist/chunks/auth-CYOh60KG.mjs.map +1 -0
  51. package/dist/chunks/brainstorm-BwKA6yZP.mjs +7 -0
  52. package/dist/chunks/brainstorm-BwKA6yZP.mjs.map +1 -0
  53. package/dist/chunks/cancel-KV_cpsqS.mjs +15 -0
  54. package/dist/chunks/cancel-KV_cpsqS.mjs.map +1 -0
  55. package/dist/chunks/canonical-C8UxeEmB.mjs +57 -0
  56. package/dist/chunks/canonical-C8UxeEmB.mjs.map +1 -0
  57. package/dist/chunks/catalogue-BvwSrM_j.mjs +1549 -0
  58. package/dist/chunks/catalogue-BvwSrM_j.mjs.map +1 -0
  59. package/dist/chunks/compose-Dvxunpto.mjs +7307 -0
  60. package/dist/chunks/compose-Dvxunpto.mjs.map +1 -0
  61. package/dist/chunks/config-DefHA2Lw.mjs +96 -0
  62. package/dist/chunks/config-DefHA2Lw.mjs.map +1 -0
  63. package/dist/chunks/contract-BkMjU1kR.mjs +295 -0
  64. package/dist/chunks/contract-BkMjU1kR.mjs.map +1 -0
  65. package/dist/chunks/contract-bQ9FJl4N.mjs +123 -0
  66. package/dist/chunks/contract-bQ9FJl4N.mjs.map +1 -0
  67. package/dist/chunks/deny-ClTxSvHJ.mjs +15 -0
  68. package/dist/chunks/deny-ClTxSvHJ.mjs.map +1 -0
  69. package/dist/chunks/diff-Qw0II0sj.mjs +101 -0
  70. package/dist/chunks/diff-Qw0II0sj.mjs.map +1 -0
  71. package/dist/chunks/discover-eS01-me1.mjs +21 -0
  72. package/dist/chunks/discover-eS01-me1.mjs.map +1 -0
  73. package/dist/chunks/doctor-B-H2UK5e.mjs +222 -0
  74. package/dist/chunks/doctor-B-H2UK5e.mjs.map +1 -0
  75. package/dist/chunks/fix-D4Tj8RVA.mjs +18 -0
  76. package/dist/chunks/fix-D4Tj8RVA.mjs.map +1 -0
  77. package/dist/chunks/gc-BBXlBF5w.mjs +161 -0
  78. package/dist/chunks/gc-BBXlBF5w.mjs.map +1 -0
  79. package/dist/chunks/init-BUnzIkeE.mjs +63 -0
  80. package/dist/chunks/init-BUnzIkeE.mjs.map +1 -0
  81. package/dist/chunks/inspect-Buby4cQD.mjs +22 -0
  82. package/dist/chunks/inspect-Buby4cQD.mjs.map +1 -0
  83. package/dist/chunks/logs-Giq5sUau.mjs +25 -0
  84. package/dist/chunks/logs-Giq5sUau.mjs.map +1 -0
  85. package/dist/chunks/migrate-DybihKzZ.mjs +33 -0
  86. package/dist/chunks/migrate-DybihKzZ.mjs.map +1 -0
  87. package/dist/chunks/models-Btp6X2YZ.mjs +24 -0
  88. package/dist/chunks/models-Btp6X2YZ.mjs.map +1 -0
  89. package/dist/chunks/pause-BASBfKLO.mjs +16 -0
  90. package/dist/chunks/pause-BASBfKLO.mjs.map +1 -0
  91. package/dist/chunks/policy-DUIgzF3W.mjs +139 -0
  92. package/dist/chunks/policy-DUIgzF3W.mjs.map +1 -0
  93. package/dist/chunks/providers-Dx78imKj.mjs +19 -0
  94. package/dist/chunks/providers-Dx78imKj.mjs.map +1 -0
  95. package/dist/chunks/reconcile-Bhy3IIYo.mjs +50 -0
  96. package/dist/chunks/reconcile-Bhy3IIYo.mjs.map +1 -0
  97. package/dist/chunks/render-DyZr5Lgi.mjs +53 -0
  98. package/dist/chunks/render-DyZr5Lgi.mjs.map +1 -0
  99. package/dist/chunks/resume-GJQRb2Eb.mjs +15 -0
  100. package/dist/chunks/resume-GJQRb2Eb.mjs.map +1 -0
  101. package/dist/chunks/retry-CLrUem1H.mjs +15 -0
  102. package/dist/chunks/retry-CLrUem1H.mjs.map +1 -0
  103. package/dist/chunks/review-BDdjb6kB.mjs +17 -0
  104. package/dist/chunks/review-BDdjb6kB.mjs.map +1 -0
  105. package/dist/chunks/run-CgTWYlcd.mjs +82 -0
  106. package/dist/chunks/run-CgTWYlcd.mjs.map +1 -0
  107. package/dist/chunks/run-tool-C3rAv4XF.mjs +26 -0
  108. package/dist/chunks/run-tool-C3rAv4XF.mjs.map +1 -0
  109. package/dist/chunks/scan-8Gy_B6kI.mjs +122 -0
  110. package/dist/chunks/scan-8Gy_B6kI.mjs.map +1 -0
  111. package/dist/chunks/schema-C9QbUW4H.mjs +578 -0
  112. package/dist/chunks/schema-C9QbUW4H.mjs.map +1 -0
  113. package/dist/chunks/send-BdnJ85Nz.mjs +19 -0
  114. package/dist/chunks/send-BdnJ85Nz.mjs.map +1 -0
  115. package/dist/chunks/ship-DTuLGoaJ.mjs +19 -0
  116. package/dist/chunks/ship-DTuLGoaJ.mjs.map +1 -0
  117. package/dist/chunks/shutdown-BM92Iyv2.mjs +15 -0
  118. package/dist/chunks/shutdown-BM92Iyv2.mjs.map +1 -0
  119. package/dist/chunks/skip-DZG5kpcH.mjs +18 -0
  120. package/dist/chunks/skip-DZG5kpcH.mjs.map +1 -0
  121. package/dist/chunks/spec-Bq0P3jVh.mjs +20 -0
  122. package/dist/chunks/spec-Bq0P3jVh.mjs.map +1 -0
  123. package/dist/chunks/src-CId6kMsY.mjs +1689 -0
  124. package/dist/chunks/src-CId6kMsY.mjs.map +1 -0
  125. package/dist/chunks/src-CfAOde7C.mjs +5403 -0
  126. package/dist/chunks/src-CfAOde7C.mjs.map +1 -0
  127. package/dist/chunks/src-CmFjh4M0.mjs +928 -0
  128. package/dist/chunks/src-CmFjh4M0.mjs.map +1 -0
  129. package/dist/chunks/src-Cu3TxNob.mjs +783 -0
  130. package/dist/chunks/src-Cu3TxNob.mjs.map +1 -0
  131. package/dist/chunks/src-DcU4IXMe.mjs +117 -0
  132. package/dist/chunks/src-DcU4IXMe.mjs.map +1 -0
  133. package/dist/chunks/src-s7YRvk0t.mjs +2116 -0
  134. package/dist/chunks/src-s7YRvk0t.mjs.map +1 -0
  135. package/dist/chunks/status-SMjiOMYy.mjs +29 -0
  136. package/dist/chunks/status-SMjiOMYy.mjs.map +1 -0
  137. package/dist/chunks/tail-BuhT-2PH.mjs +25 -0
  138. package/dist/chunks/tail-BuhT-2PH.mjs.map +1 -0
  139. package/dist/chunks/update-BXIppsbi.mjs +16 -0
  140. package/dist/chunks/update-BXIppsbi.mjs.map +1 -0
  141. package/dist/cli.mjs +175 -0
  142. package/dist/cli.mjs.map +1 -0
  143. package/package.json +17 -32
  144. package/CHANGELOG.md +0 -1461
  145. package/bin/cli.js +0 -817
  146. package/bin/report.js +0 -141
  147. package/core/adapter/render.js +0 -415
  148. package/core/agents/implementer.template.md +0 -142
  149. package/core/agents/profile-reader.md +0 -50
  150. package/core/agents/release.md +0 -58
  151. package/core/agents/review.md +0 -179
  152. package/core/commands/cohorte-align-ds.md +0 -33
  153. package/core/commands/cohorte-audit.md +0 -58
  154. package/core/commands/cohorte-brainstorm.md +0 -70
  155. package/core/commands/cohorte-build.md +0 -219
  156. package/core/commands/cohorte-doctor.md +0 -194
  157. package/core/commands/cohorte-fix.md +0 -80
  158. package/core/commands/cohorte-fleet.md +0 -103
  159. package/core/commands/cohorte-init-pipeline.md +0 -31
  160. package/core/commands/cohorte-intake.md +0 -92
  161. package/core/commands/cohorte-patch.md +0 -118
  162. package/core/commands/cohorte-refactor.md +0 -59
  163. package/core/commands/cohorte-retro.md +0 -85
  164. package/core/commands/cohorte-review.md +0 -270
  165. package/core/commands/cohorte-ship.md +0 -122
  166. package/core/commands/cohorte-spec.md +0 -101
  167. package/core/commands/cohorte-update-pipeline.md +0 -165
  168. package/core/hooks/gate.py +0 -588
  169. package/core/runtimes/claude.json +0 -74
  170. package/core/runtimes/codex.json +0 -85
  171. package/core/runtimes/cursor.json +0 -76
  172. package/core/runtimes/gemini.json +0 -76
  173. package/core/runtimes/opencode.json +0 -73
  174. package/core/templates/agent-handoff.md +0 -34
  175. package/core/templates/brainstorm-return.md +0 -36
  176. package/core/templates/decisions.template.md +0 -42
  177. package/core/templates/design-brief.md +0 -44
  178. package/core/templates/patch.template.md +0 -86
  179. package/core/templates/pr-body.md +0 -25
  180. package/core/templates/review-feedback.md +0 -38
  181. package/core/templates/spec.template.md +0 -87
  182. package/core/templates/steps/init-pipeline/01-detect-stack.md +0 -44
  183. package/core/templates/steps/init-pipeline/02-interview-gaps.md +0 -55
  184. package/core/templates/steps/init-pipeline/03-draft-profile.md +0 -10
  185. package/core/templates/steps/init-pipeline/04-write-render.md +0 -145
  186. package/core/templates/steps/init-pipeline/05-report.md +0 -12
  187. package/core/workflows/audit.js +0 -240
  188. package/core/workflows/loop.js +0 -641
  189. package/core/workflows/refactor.js +0 -276
  190. package/core/workflows/review.js +0 -456
  191. package/install.ps1 +0 -103
  192. package/install.sh +0 -114
  193. package/lib/doctor.js +0 -534
  194. package/lib/runtime.js +0 -139
  195. package/lib/versions.js +0 -149
  196. package/lib/yaml.js +0 -129
  197. package/profile/PIPELINE.template.md +0 -259
  198. package/profile/SCHEMA.md +0 -735
  199. package/profile/cohorte.config.template.yaml +0 -43
  200. package/scripts/assert-gate-hook.mjs +0 -75
  201. package/scripts/kanban-move.sh +0 -313
  202. package/scripts/metrics/collect.mjs +0 -531
  203. package/scripts/metrics/prices.json +0 -42
  204. package/scripts/new-feature.sh.template +0 -98
  205. package/scripts/preflight.sh +0 -124
  206. package/scripts/remove-feature.sh.template +0 -56
  207. package/scripts/test-adapter.mjs +0 -437
  208. package/scripts/test-gate.mjs +0 -443
  209. package/scripts/test-kanban.mjs +0 -304
  210. package/scripts/test-lib.mjs +0 -356
  211. package/scripts/test-metrics.mjs +0 -156
  212. package/scripts/test-workflows.mjs +0 -758
  213. package/scripts/validate-core.mjs +0 -325
@@ -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,154 @@
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
+ }
153
+ }
154
+ }
@@ -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
+ }