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.
Files changed (211) 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 +155 -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 +50 -0
  41. package/dist/agent-host.mjs.map +1 -0
  42. package/dist/bundle-manifest.json +102 -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-D8rCVY33.mjs +84 -0
  50. package/dist/chunks/auth-D8rCVY33.mjs.map +1 -0
  51. package/dist/chunks/brainstorm-CU10T1tm.mjs +7 -0
  52. package/dist/chunks/brainstorm-CU10T1tm.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-Cr0hP0qm.mjs +7303 -0
  60. package/dist/chunks/compose-Cr0hP0qm.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-B0ra2-bm.mjs +295 -0
  64. package/dist/chunks/contract-B0ra2-bm.mjs.map +1 -0
  65. package/dist/chunks/contract-vYbwYr0Y.mjs +123 -0
  66. package/dist/chunks/contract-vYbwYr0Y.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-30Ciya_0.mjs +20 -0
  72. package/dist/chunks/discover-30Ciya_0.mjs.map +1 -0
  73. package/dist/chunks/doctor-DfCrKpfT.mjs +222 -0
  74. package/dist/chunks/doctor-DfCrKpfT.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-Okz4mlhW.mjs +30 -0
  80. package/dist/chunks/init-Okz4mlhW.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-DRoFUg53.mjs +19 -0
  86. package/dist/chunks/migrate-DRoFUg53.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-BfD785gd.mjs +26 -0
  96. package/dist/chunks/reconcile-BfD785gd.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/schema-C9QbUW4H.mjs +578 -0
  110. package/dist/chunks/schema-C9QbUW4H.mjs.map +1 -0
  111. package/dist/chunks/send-BdnJ85Nz.mjs +19 -0
  112. package/dist/chunks/send-BdnJ85Nz.mjs.map +1 -0
  113. package/dist/chunks/ship-DTuLGoaJ.mjs +19 -0
  114. package/dist/chunks/ship-DTuLGoaJ.mjs.map +1 -0
  115. package/dist/chunks/shutdown-BM92Iyv2.mjs +15 -0
  116. package/dist/chunks/shutdown-BM92Iyv2.mjs.map +1 -0
  117. package/dist/chunks/skip-DZG5kpcH.mjs +18 -0
  118. package/dist/chunks/skip-DZG5kpcH.mjs.map +1 -0
  119. package/dist/chunks/spec-Bq0P3jVh.mjs +20 -0
  120. package/dist/chunks/spec-Bq0P3jVh.mjs.map +1 -0
  121. package/dist/chunks/src-CId6kMsY.mjs +1689 -0
  122. package/dist/chunks/src-CId6kMsY.mjs.map +1 -0
  123. package/dist/chunks/src-CfAOde7C.mjs +5403 -0
  124. package/dist/chunks/src-CfAOde7C.mjs.map +1 -0
  125. package/dist/chunks/src-Cu3TxNob.mjs +783 -0
  126. package/dist/chunks/src-Cu3TxNob.mjs.map +1 -0
  127. package/dist/chunks/src-DcU4IXMe.mjs +117 -0
  128. package/dist/chunks/src-DcU4IXMe.mjs.map +1 -0
  129. package/dist/chunks/src-JxawBQBn.mjs +446 -0
  130. package/dist/chunks/src-JxawBQBn.mjs.map +1 -0
  131. package/dist/chunks/src-s7YRvk0t.mjs +2116 -0
  132. package/dist/chunks/src-s7YRvk0t.mjs.map +1 -0
  133. package/dist/chunks/status-SMjiOMYy.mjs +29 -0
  134. package/dist/chunks/status-SMjiOMYy.mjs.map +1 -0
  135. package/dist/chunks/tail-BuhT-2PH.mjs +25 -0
  136. package/dist/chunks/tail-BuhT-2PH.mjs.map +1 -0
  137. package/dist/chunks/update-BXIppsbi.mjs +16 -0
  138. package/dist/chunks/update-BXIppsbi.mjs.map +1 -0
  139. package/dist/cli.mjs +175 -0
  140. package/dist/cli.mjs.map +1 -0
  141. package/package.json +17 -32
  142. package/CHANGELOG.md +0 -1453
  143. package/bin/cli.js +0 -812
  144. package/bin/report.js +0 -141
  145. package/core/adapter/render.js +0 -389
  146. package/core/agents/implementer.template.md +0 -142
  147. package/core/agents/profile-reader.md +0 -50
  148. package/core/agents/release.md +0 -58
  149. package/core/agents/review.md +0 -179
  150. package/core/commands/cohorte-align-ds.md +0 -33
  151. package/core/commands/cohorte-audit.md +0 -58
  152. package/core/commands/cohorte-brainstorm.md +0 -70
  153. package/core/commands/cohorte-build.md +0 -219
  154. package/core/commands/cohorte-doctor.md +0 -170
  155. package/core/commands/cohorte-fix.md +0 -80
  156. package/core/commands/cohorte-fleet.md +0 -103
  157. package/core/commands/cohorte-init-pipeline.md +0 -31
  158. package/core/commands/cohorte-intake.md +0 -92
  159. package/core/commands/cohorte-patch.md +0 -118
  160. package/core/commands/cohorte-refactor.md +0 -59
  161. package/core/commands/cohorte-retro.md +0 -85
  162. package/core/commands/cohorte-review.md +0 -270
  163. package/core/commands/cohorte-ship.md +0 -122
  164. package/core/commands/cohorte-spec.md +0 -101
  165. package/core/commands/cohorte-update-pipeline.md +0 -134
  166. package/core/hooks/gate.py +0 -580
  167. package/core/runtimes/claude.json +0 -74
  168. package/core/runtimes/codex.json +0 -83
  169. package/core/runtimes/cursor.json +0 -76
  170. package/core/runtimes/gemini.json +0 -76
  171. package/core/runtimes/opencode.json +0 -73
  172. package/core/templates/agent-handoff.md +0 -34
  173. package/core/templates/brainstorm-return.md +0 -36
  174. package/core/templates/decisions.template.md +0 -42
  175. package/core/templates/design-brief.md +0 -44
  176. package/core/templates/patch.template.md +0 -86
  177. package/core/templates/pr-body.md +0 -25
  178. package/core/templates/review-feedback.md +0 -38
  179. package/core/templates/spec.template.md +0 -87
  180. package/core/templates/steps/init-pipeline/01-detect-stack.md +0 -44
  181. package/core/templates/steps/init-pipeline/02-interview-gaps.md +0 -55
  182. package/core/templates/steps/init-pipeline/03-draft-profile.md +0 -10
  183. package/core/templates/steps/init-pipeline/04-write-render.md +0 -115
  184. package/core/templates/steps/init-pipeline/05-report.md +0 -12
  185. package/core/workflows/audit.js +0 -240
  186. package/core/workflows/loop.js +0 -641
  187. package/core/workflows/refactor.js +0 -276
  188. package/core/workflows/review.js +0 -456
  189. package/install.ps1 +0 -103
  190. package/install.sh +0 -114
  191. package/lib/doctor.js +0 -504
  192. package/lib/runtime.js +0 -134
  193. package/lib/versions.js +0 -149
  194. package/lib/yaml.js +0 -129
  195. package/profile/PIPELINE.template.md +0 -251
  196. package/profile/SCHEMA.md +0 -698
  197. package/profile/cohorte.config.template.yaml +0 -43
  198. package/scripts/assert-gate-hook.mjs +0 -75
  199. package/scripts/kanban-move.sh +0 -313
  200. package/scripts/metrics/collect.mjs +0 -531
  201. package/scripts/metrics/prices.json +0 -42
  202. package/scripts/new-feature.sh.template +0 -98
  203. package/scripts/preflight.sh +0 -124
  204. package/scripts/remove-feature.sh.template +0 -56
  205. package/scripts/test-adapter.mjs +0 -368
  206. package/scripts/test-gate.mjs +0 -428
  207. package/scripts/test-kanban.mjs +0 -304
  208. package/scripts/test-lib.mjs +0 -310
  209. package/scripts/test-metrics.mjs +0 -156
  210. package/scripts/test-workflows.mjs +0 -758
  211. package/scripts/validate-core.mjs +0 -320
@@ -0,0 +1,116 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "https://cohorte.dev/schemas/3/sandbox-capabilities.schema.json",
4
+ "title": "Cohorte sandbox capabilities (doctor)",
5
+ "type": "object",
6
+ "required": [
7
+ "level",
8
+ "backend",
9
+ "filesystem",
10
+ "network",
11
+ "processEscape",
12
+ "envFiltering",
13
+ "timeout",
14
+ "outputCap",
15
+ "cpuTime",
16
+ "memory",
17
+ "processes",
18
+ "killTree",
19
+ "missing",
20
+ "notes"
21
+ ],
22
+ "properties": {
23
+ "level": {
24
+ "type": "string",
25
+ "enum": [
26
+ "L0-process",
27
+ "L1-os"
28
+ ]
29
+ },
30
+ "backend": {
31
+ "type": "string",
32
+ "enum": [
33
+ "none",
34
+ "seatbelt",
35
+ "bubblewrap"
36
+ ]
37
+ },
38
+ "filesystem": {
39
+ "type": "string",
40
+ "enum": [
41
+ "enforced",
42
+ "partial",
43
+ "advisory"
44
+ ]
45
+ },
46
+ "network": {
47
+ "type": "string",
48
+ "enum": [
49
+ "enforced-off",
50
+ "partial",
51
+ "unenforced"
52
+ ]
53
+ },
54
+ "processEscape": {
55
+ "type": "string",
56
+ "enum": [
57
+ "denied",
58
+ "partial",
59
+ "possible"
60
+ ]
61
+ },
62
+ "envFiltering": {
63
+ "type": "string",
64
+ "const": "enforced"
65
+ },
66
+ "timeout": {
67
+ "type": "string",
68
+ "const": "enforced"
69
+ },
70
+ "outputCap": {
71
+ "type": "string",
72
+ "const": "enforced"
73
+ },
74
+ "cpuTime": {
75
+ "type": "string",
76
+ "enum": [
77
+ "enforced",
78
+ "unavailable"
79
+ ]
80
+ },
81
+ "memory": {
82
+ "type": "string",
83
+ "enum": [
84
+ "enforced",
85
+ "node-only",
86
+ "unavailable"
87
+ ]
88
+ },
89
+ "processes": {
90
+ "type": "string",
91
+ "enum": [
92
+ "enforced",
93
+ "unavailable"
94
+ ]
95
+ },
96
+ "killTree": {
97
+ "type": "string",
98
+ "enum": [
99
+ "pid-namespace",
100
+ "process-group-with-sweep"
101
+ ]
102
+ },
103
+ "missing": {
104
+ "type": "array",
105
+ "items": {
106
+ "type": "string"
107
+ }
108
+ },
109
+ "notes": {
110
+ "type": "array",
111
+ "items": {
112
+ "type": "string"
113
+ }
114
+ }
115
+ }
116
+ }
@@ -0,0 +1,87 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "https://cohorte.dev/schemas/3/skill.schema.json",
4
+ "title": "Cohorte skill manifest (skills/<id>/skill.yaml)",
5
+ "type": "object",
6
+ "required": [
7
+ "id",
8
+ "version",
9
+ "appliesWhen",
10
+ "prompt"
11
+ ],
12
+ "properties": {
13
+ "id": {
14
+ "type": "string",
15
+ "pattern": "^[A-Za-z0-9_][A-Za-z0-9_.-]{0,127}$"
16
+ },
17
+ "version": {
18
+ "type": "string",
19
+ "minLength": 1
20
+ },
21
+ "appliesWhen": {
22
+ "type": "object",
23
+ "properties": {
24
+ "languages": {
25
+ "type": "array",
26
+ "items": {
27
+ "type": "string",
28
+ "minLength": 1
29
+ }
30
+ },
31
+ "frameworks": {
32
+ "type": "array",
33
+ "items": {
34
+ "type": "string",
35
+ "minLength": 1
36
+ }
37
+ },
38
+ "packageManagers": {
39
+ "type": "array",
40
+ "items": {
41
+ "type": "string",
42
+ "minLength": 1
43
+ }
44
+ },
45
+ "roles": {
46
+ "type": "array",
47
+ "items": {
48
+ "type": "string",
49
+ "minLength": 1
50
+ }
51
+ }
52
+ }
53
+ },
54
+ "prompt": {
55
+ "type": "string",
56
+ "minLength": 1
57
+ },
58
+ "checks": {
59
+ "type": "array",
60
+ "items": {
61
+ "type": "object",
62
+ "required": [
63
+ "argv"
64
+ ],
65
+ "properties": {
66
+ "name": {
67
+ "type": "string",
68
+ "minLength": 1
69
+ },
70
+ "argv": {
71
+ "type": "array",
72
+ "items": {
73
+ "type": "string"
74
+ },
75
+ "minItems": 1
76
+ }
77
+ }
78
+ }
79
+ },
80
+ "signature": {
81
+ "type": "string"
82
+ },
83
+ "source": {
84
+ "type": "string"
85
+ }
86
+ }
87
+ }
@@ -0,0 +1,202 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "https://cohorte.dev/schemas/3/spec.schema.json",
4
+ "title": "Cohorte specification (specs/<id>.yaml)",
5
+ "anyOf": [
6
+ {
7
+ "type": "object",
8
+ "required": [
9
+ "id",
10
+ "kind",
11
+ "title",
12
+ "acceptance",
13
+ "surfaces",
14
+ "openQuestions",
15
+ "status"
16
+ ],
17
+ "properties": {
18
+ "id": {
19
+ "type": "string",
20
+ "pattern": "^[A-Za-z0-9_][A-Za-z0-9_.-]{0,127}$"
21
+ },
22
+ "kind": {
23
+ "anyOf": [
24
+ {
25
+ "type": "string",
26
+ "const": "feature"
27
+ },
28
+ {
29
+ "type": "string",
30
+ "const": "patch"
31
+ }
32
+ ]
33
+ },
34
+ "title": {
35
+ "type": "string",
36
+ "minLength": 1
37
+ },
38
+ "acceptance": {
39
+ "type": "array",
40
+ "items": {
41
+ "type": "string",
42
+ "minLength": 1
43
+ }
44
+ },
45
+ "surfaces": {
46
+ "type": "object",
47
+ "patternProperties": {
48
+ "^[A-Za-z0-9_][A-Za-z0-9_.-]{0,127}$": {
49
+ "type": "object",
50
+ "required": [
51
+ "tasks"
52
+ ],
53
+ "properties": {
54
+ "tasks": {
55
+ "type": "array",
56
+ "items": {
57
+ "type": "string",
58
+ "minLength": 1
59
+ }
60
+ }
61
+ }
62
+ }
63
+ }
64
+ },
65
+ "contract": {
66
+ "type": "string",
67
+ "minLength": 1
68
+ },
69
+ "openQuestions": {
70
+ "type": "array",
71
+ "items": {
72
+ "type": "string",
73
+ "minLength": 1
74
+ }
75
+ },
76
+ "patch": {
77
+ "type": "object",
78
+ "required": [
79
+ "repro",
80
+ "regressionTest",
81
+ "causeConfirmed"
82
+ ],
83
+ "properties": {
84
+ "repro": {
85
+ "type": "string"
86
+ },
87
+ "regressionTest": {
88
+ "type": "string"
89
+ },
90
+ "causeConfirmed": {
91
+ "type": "boolean"
92
+ }
93
+ }
94
+ },
95
+ "status": {
96
+ "type": "string",
97
+ "const": "draft"
98
+ }
99
+ }
100
+ },
101
+ {
102
+ "type": "object",
103
+ "required": [
104
+ "id",
105
+ "kind",
106
+ "title",
107
+ "acceptance",
108
+ "surfaces",
109
+ "openQuestions",
110
+ "status",
111
+ "sha256"
112
+ ],
113
+ "properties": {
114
+ "id": {
115
+ "type": "string",
116
+ "pattern": "^[A-Za-z0-9_][A-Za-z0-9_.-]{0,127}$"
117
+ },
118
+ "kind": {
119
+ "anyOf": [
120
+ {
121
+ "type": "string",
122
+ "const": "feature"
123
+ },
124
+ {
125
+ "type": "string",
126
+ "const": "patch"
127
+ }
128
+ ]
129
+ },
130
+ "title": {
131
+ "type": "string",
132
+ "minLength": 1
133
+ },
134
+ "acceptance": {
135
+ "type": "array",
136
+ "items": {
137
+ "type": "string",
138
+ "minLength": 1
139
+ }
140
+ },
141
+ "surfaces": {
142
+ "type": "object",
143
+ "patternProperties": {
144
+ "^[A-Za-z0-9_][A-Za-z0-9_.-]{0,127}$": {
145
+ "type": "object",
146
+ "required": [
147
+ "tasks"
148
+ ],
149
+ "properties": {
150
+ "tasks": {
151
+ "type": "array",
152
+ "items": {
153
+ "type": "string",
154
+ "minLength": 1
155
+ }
156
+ }
157
+ }
158
+ }
159
+ }
160
+ },
161
+ "contract": {
162
+ "type": "string",
163
+ "minLength": 1
164
+ },
165
+ "openQuestions": {
166
+ "type": "array",
167
+ "items": {
168
+ "type": "string",
169
+ "minLength": 1
170
+ }
171
+ },
172
+ "patch": {
173
+ "type": "object",
174
+ "required": [
175
+ "repro",
176
+ "regressionTest",
177
+ "causeConfirmed"
178
+ ],
179
+ "properties": {
180
+ "repro": {
181
+ "type": "string"
182
+ },
183
+ "regressionTest": {
184
+ "type": "string"
185
+ },
186
+ "causeConfirmed": {
187
+ "type": "boolean"
188
+ }
189
+ }
190
+ },
191
+ "status": {
192
+ "type": "string",
193
+ "const": "frozen"
194
+ },
195
+ "sha256": {
196
+ "type": "string",
197
+ "pattern": "^[0-9a-f]{64}$"
198
+ }
199
+ }
200
+ }
201
+ ]
202
+ }