@bendyline/gilde 0.1.40 → 0.1.42

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 (150) hide show
  1. package/authoring/gstack/overlays/investigate.json +1 -0
  2. package/authoring/gstack/overlays/qa-only.json +1 -0
  3. package/authoring/gstack/wave.json +12 -2
  4. package/authoring/tactical/books/accessibility-retrofit.json +188 -0
  5. package/authoring/tactical/books/apply-review-findings.json +189 -0
  6. package/authoring/tactical/books/bug-fix-tdd.json +237 -0
  7. package/authoring/tactical/books/ci-pipeline.json +168 -0
  8. package/authoring/tactical/books/codemod-sweep.json +182 -0
  9. package/authoring/tactical/books/dependency-upgrade.json +196 -0
  10. package/authoring/tactical/books/flaky-test-fix.json +238 -0
  11. package/authoring/tactical/books/hotfix-flow.json +187 -0
  12. package/authoring/tactical/books/perf-optimization.json +219 -0
  13. package/authoring/tactical/books/refactor-module.json +217 -0
  14. package/authoring/tactical/books/schema-migration.json +192 -0
  15. package/authoring/tactical/books/test-suite-backfill.json +172 -0
  16. package/authoring/tactical/books/type-safety-pass.json +185 -0
  17. package/authoring/tactical/books/ux-update.json +178 -0
  18. package/authoring/tactical/evals/accessibility-retrofit.json +230 -0
  19. package/authoring/tactical/evals/apply-review-findings.json +290 -0
  20. package/authoring/tactical/evals/bug-fix-tdd.json +221 -0
  21. package/authoring/tactical/evals/ci-pipeline.json +227 -0
  22. package/authoring/tactical/evals/codemod-sweep.json +252 -0
  23. package/authoring/tactical/evals/dependency-upgrade.json +235 -0
  24. package/authoring/tactical/evals/flaky-test-fix.json +239 -0
  25. package/authoring/tactical/evals/hotfix-flow.json +220 -0
  26. package/authoring/tactical/evals/perf-optimization.json +235 -0
  27. package/authoring/tactical/evals/refactor-module.json +241 -0
  28. package/authoring/tactical/evals/schema-migration.json +225 -0
  29. package/authoring/tactical/evals/test-suite-backfill.json +197 -0
  30. package/authoring/tactical/evals/type-safety-pass.json +221 -0
  31. package/authoring/tactical/evals/ux-update.json +206 -0
  32. package/authoring/tactical/wave.json +89 -0
  33. package/data/chat-models/de/deepseek-r1-8b-q4/manifest.json +56 -1
  34. package/data/chat-models/gl/glm-5.2-754b-q2/manifest.json +56 -0
  35. package/data/chat-models/gp/gpt-oss-120b-q4/manifest.json +73 -1
  36. package/data/chat-models/gp/gpt-oss-20b-q4/manifest.json +77 -1
  37. package/data/chat-models/index.json +1 -1
  38. package/data/chat-models/ll/llama3.2-3b-q4/manifest.json +3 -1
  39. package/data/chat-models/mi/mistral-7b-q4/manifest.json +54 -3
  40. package/data/chat-models/mi/mistral-medium-3.5-128b-q4/manifest.json +76 -1
  41. package/data/craftbook-templates/ac/accessibility-retrofit/manifest.json +5 -4
  42. package/data/craftbook-templates/ac/accessibility-retrofit/versions/2.0.0/craftbook.json +451 -0
  43. package/data/craftbook-templates/ac/accessibility-retrofit/versions/2.0.0/test.json +231 -0
  44. package/data/craftbook-templates/al/alt-text-pass/manifest.json +5 -1
  45. package/data/craftbook-templates/ap/apply-review-findings/art.json +12 -0
  46. package/data/craftbook-templates/ap/apply-review-findings/logo.webp +0 -0
  47. package/data/craftbook-templates/ap/apply-review-findings/manifest.json +23 -0
  48. package/data/craftbook-templates/ap/apply-review-findings/versions/1.0.0/craftbook.json +436 -0
  49. package/data/craftbook-templates/ap/apply-review-findings/versions/1.0.0/test.json +291 -0
  50. package/data/craftbook-templates/br/browser-qa-audit/manifest.json +5 -1
  51. package/data/craftbook-templates/br/browser-qa-audit/versions/2.0.5/craftbook.json +438 -0
  52. package/data/craftbook-templates/br/browser-qa-audit/versions/2.0.5/test.json +379 -0
  53. package/data/craftbook-templates/bu/bug-fix-tdd/manifest.json +3 -3
  54. package/data/craftbook-templates/bu/bug-fix-tdd/versions/2.0.0/craftbook.json +545 -0
  55. package/data/craftbook-templates/bu/bug-fix-tdd/versions/2.0.0/test.json +222 -0
  56. package/data/craftbook-templates/ch/changelog-cut/manifest.json +5 -1
  57. package/data/craftbook-templates/ch/changelog-writeup/manifest.json +5 -1
  58. package/data/craftbook-templates/ci/ci-pipeline/manifest.json +5 -3
  59. package/data/craftbook-templates/ci/ci-pipeline/versions/2.0.0/craftbook.json +423 -0
  60. package/data/craftbook-templates/ci/ci-pipeline/versions/2.0.0/test.json +228 -0
  61. package/data/craftbook-templates/co/codemod-sweep/art.json +12 -0
  62. package/data/craftbook-templates/co/codemod-sweep/logo.webp +0 -0
  63. package/data/craftbook-templates/co/codemod-sweep/manifest.json +23 -0
  64. package/data/craftbook-templates/co/codemod-sweep/versions/1.0.0/craftbook.json +441 -0
  65. package/data/craftbook-templates/co/codemod-sweep/versions/1.0.0/test.json +253 -0
  66. package/data/craftbook-templates/de/dependency-upgrade/art.json +12 -0
  67. package/data/craftbook-templates/de/dependency-upgrade/logo.webp +0 -0
  68. package/data/craftbook-templates/de/dependency-upgrade/manifest.json +23 -0
  69. package/data/craftbook-templates/de/dependency-upgrade/versions/1.0.0/craftbook.json +459 -0
  70. package/data/craftbook-templates/de/dependency-upgrade/versions/1.0.0/test.json +236 -0
  71. package/data/craftbook-templates/fe/feature-flag-release/manifest.json +5 -1
  72. package/data/craftbook-templates/fe/feature-flag-rollout/manifest.json +4 -1
  73. package/data/craftbook-templates/fe/feature-flag-rollout/versions/1.1.0/craftbook.json +203 -0
  74. package/data/craftbook-templates/fe/feature-flag-rollout/versions/1.1.0/test.json +165 -0
  75. package/data/craftbook-templates/fl/flaky-test-fix/art.json +12 -0
  76. package/data/craftbook-templates/fl/flaky-test-fix/logo.webp +0 -0
  77. package/data/craftbook-templates/fl/flaky-test-fix/manifest.json +24 -0
  78. package/data/craftbook-templates/fl/flaky-test-fix/versions/1.0.0/craftbook.json +534 -0
  79. package/data/craftbook-templates/fl/flaky-test-fix/versions/1.0.0/test.json +240 -0
  80. package/data/craftbook-templates/ho/hotfix-flow/manifest.json +5 -3
  81. package/data/craftbook-templates/ho/hotfix-flow/versions/2.0.0/craftbook.json +442 -0
  82. package/data/craftbook-templates/ho/hotfix-flow/versions/2.0.0/test.json +221 -0
  83. package/data/craftbook-templates/in/investigate/manifest.json +4 -1
  84. package/data/craftbook-templates/in/investigate-root-cause/manifest.json +5 -1
  85. package/data/craftbook-templates/index.json +1 -1
  86. package/data/craftbook-templates/li/live-browser-qa/manifest.json +5 -1
  87. package/data/craftbook-templates/ni/nightly-fix-sweep/art.json +12 -0
  88. package/data/craftbook-templates/ni/nightly-fix-sweep/logo.webp +0 -0
  89. package/data/craftbook-templates/ni/nightly-fix-sweep/manifest.json +23 -0
  90. package/data/craftbook-templates/ni/nightly-fix-sweep/versions/1.0.0/craftbook.json +145 -0
  91. package/data/craftbook-templates/ni/nightly-fix-sweep/versions/1.0.0/test.json +121 -0
  92. package/data/craftbook-templates/pe/perf-audit/versions/1.1.0/craftbook.json +195 -0
  93. package/data/craftbook-templates/pe/perf-audit/versions/1.1.0/test.json +165 -0
  94. package/data/craftbook-templates/pe/perf-optimization/manifest.json +3 -3
  95. package/data/craftbook-templates/pe/perf-optimization/versions/2.0.0/craftbook.json +511 -0
  96. package/data/craftbook-templates/pe/perf-optimization/versions/2.0.0/test.json +236 -0
  97. package/data/craftbook-templates/po/powerpoint-deck/versions/1.7.4/test.json +0 -1
  98. package/data/craftbook-templates/pu/pull-request-review/versions/1.8.0/craftbook.json +304 -0
  99. package/data/craftbook-templates/pu/pull-request-review/versions/1.8.0/test.json +144 -0
  100. package/data/craftbook-templates/qa/qa/manifest.json +3 -1
  101. package/data/craftbook-templates/re/refactor-module/manifest.json +2 -2
  102. package/data/craftbook-templates/re/refactor-module/versions/1.0.4/craftbook.json +150 -0
  103. package/data/craftbook-templates/re/refactor-module/versions/1.0.4/test.json +95 -0
  104. package/data/craftbook-templates/re/refactor-module/versions/2.0.0/craftbook.json +509 -0
  105. package/data/craftbook-templates/re/refactor-module/versions/2.0.0/test.json +242 -0
  106. package/data/craftbook-templates/re/release-notes/manifest.json +5 -1
  107. package/data/craftbook-templates/re/release-notes/versions/1.0.3/craftbook.json +220 -0
  108. package/data/craftbook-templates/re/release-notes/versions/1.0.3/test.json +114 -0
  109. package/data/craftbook-templates/re/release-pipeline-ci/manifest.json +5 -1
  110. package/data/craftbook-templates/re/release-readiness-review/versions/1.1.0/craftbook.json +192 -0
  111. package/data/craftbook-templates/re/release-readiness-review/versions/1.1.0/test.json +113 -0
  112. package/data/craftbook-templates/ro/root-cause-investigation/manifest.json +7 -1
  113. package/data/craftbook-templates/ro/root-cause-investigation/versions/2.0.5/craftbook.json +433 -0
  114. package/data/craftbook-templates/ro/root-cause-investigation/versions/2.0.5/test.json +157 -0
  115. package/data/craftbook-templates/sc/schema-migration/manifest.json +4 -4
  116. package/data/craftbook-templates/sc/schema-migration/versions/2.0.0/craftbook.json +459 -0
  117. package/data/craftbook-templates/sc/schema-migration/versions/2.0.0/test.json +226 -0
  118. package/data/craftbook-templates/te/test-coverage-review/versions/1.2.0/craftbook.json +195 -0
  119. package/data/craftbook-templates/te/test-coverage-review/versions/1.2.0/test.json +116 -0
  120. package/data/craftbook-templates/te/test-suite-backfill/manifest.json +1 -2
  121. package/data/craftbook-templates/te/test-suite-backfill/versions/2.0.0/craftbook.json +428 -0
  122. package/data/craftbook-templates/te/test-suite-backfill/versions/2.0.0/test.json +198 -0
  123. package/data/craftbook-templates/ty/type-safety-pass/manifest.json +3 -3
  124. package/data/craftbook-templates/ty/type-safety-pass/versions/2.0.0/craftbook.json +428 -0
  125. package/data/craftbook-templates/ty/type-safety-pass/versions/2.0.0/test.json +222 -0
  126. package/data/craftbook-templates/ux/ux-update/art.json +12 -0
  127. package/data/craftbook-templates/ux/ux-update/logo.webp +0 -0
  128. package/data/craftbook-templates/ux/ux-update/manifest.json +22 -0
  129. package/data/craftbook-templates/ux/ux-update/versions/1.0.0/craftbook.json +439 -0
  130. package/data/craftbook-templates/ux/ux-update/versions/1.0.0/test.json +207 -0
  131. package/data/craftbook-templates/ve/version-bump/versions/1.1.0/craftbook.json +206 -0
  132. package/data/craftbook-templates/ve/version-bump/versions/1.1.0/test.json +95 -0
  133. package/data/gezel-templates/bo/boekwachter/versions/1.1.0/about.md +29 -0
  134. package/data/gezel-templates/bo/boekwachter/versions/1.1.0/manifest.json +16 -0
  135. package/data/gezel-templates/bu/builder/versions/1.5.0/about.md +34 -0
  136. package/data/gezel-templates/bu/builder/versions/1.5.0/manifest.json +16 -0
  137. package/data/gezel-templates/de/developer/versions/1.5.0/about.md +34 -0
  138. package/data/gezel-templates/de/developer/versions/1.5.0/manifest.json +21 -0
  139. package/data/gezel-templates/index.json +1 -1
  140. package/data/gezel-templates/re/reviewer/versions/1.4.0/about.md +49 -0
  141. package/data/gezel-templates/re/reviewer/versions/1.4.0/manifest.json +21 -0
  142. package/data/project-types/index.json +1 -1
  143. package/data/project-types/so/software-project/manifest.json +20 -0
  144. package/data/project-types/so/software-project/versions/1.0.0/about.md +3 -0
  145. package/data/project-types/so/software-project/versions/1.0.0/manifest.json +41 -0
  146. package/data/project-types/so/software-project/versions/1.0.0/mission.md +4 -0
  147. package/package.json +1 -1
  148. package/schemas/craftbook-doc.schema.json +248 -0
  149. package/schemas/craftbook-template-version.schema.json +248 -0
  150. package/schemas/craftbook-test.schema.json +200 -0
@@ -0,0 +1,20 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "kind": "project-type",
4
+ "id": "software-project",
5
+ "name": "Software Project",
6
+ "description": "A working codebase with a real crew: a developer voorman who builds and fixes, a reviewer who checks the work, and a boekwachter who reads the code while you sleep and files what it finds. Weekly dependency and documentation sweeps keep the quiet rot out.",
7
+ "tags": [
8
+ "code",
9
+ "software",
10
+ "development",
11
+ "engineering",
12
+ "repository"
13
+ ],
14
+ "category": "code",
15
+ "maintainer": {
16
+ "name": "Gezel"
17
+ },
18
+ "license": "MIT",
19
+ "yankedVersions": []
20
+ }
@@ -0,0 +1,3 @@
1
+ This project is a working codebase. The crew treats it the way a good engineering team treats production software: bugs get reproduced before they get fixed, changes come with tests, fixes get reviewed before they count as done, and claims are backed by real runs rather than confidence.
2
+
3
+ The developer leads the work. The reviewer is the second set of eyes on anything that changes behavior. The boekwachter reads the code and its documents in quiet hours and files concrete findings — those findings feed the nightly fix sweep, which drafts change proposals for the user to review and apply. Nothing lands in the tree without a person or a green gate behind it.
@@ -0,0 +1,41 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "version": "1.0.0",
4
+ "releasedAt": "2026-08-24T00:00:00.000Z",
5
+ "minGezelVersion": "1.26236",
6
+ "meesterManaged": true,
7
+ "gezels": [
8
+ {
9
+ "templateId": "developer",
10
+ "voorman": true
11
+ },
12
+ {
13
+ "templateId": "reviewer"
14
+ },
15
+ {
16
+ "templateId": "boekwachter"
17
+ }
18
+ ],
19
+ "craftbooks": [
20
+ "bug-fix-tdd",
21
+ "refactor-module",
22
+ "test-suite-backfill",
23
+ "code-review",
24
+ "root-cause-investigation",
25
+ "release-readiness-review"
26
+ ],
27
+ "schedules": [
28
+ {
29
+ "cron": "0 9 * * 1",
30
+ "craftbook": "dependency-audit",
31
+ "consent": "ask",
32
+ "overlap": "skip"
33
+ },
34
+ {
35
+ "cron": "0 9 * * 3",
36
+ "craftbook": "documentation-drift-review",
37
+ "consent": "ask",
38
+ "overlap": "skip"
39
+ }
40
+ ]
41
+ }
@@ -0,0 +1,4 @@
1
+ - Keep the codebase healthy: bugs reproduced, fixed at the real site, and guarded by regression tests.
2
+ - Every behavior change reviewed before it is called done.
3
+ - Tests stay green; claims about runs come from real receipts.
4
+ - Dependencies and documentation reviewed on their weekly cadence, with findings triaged rather than ignored.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bendyline/gilde",
3
- "version": "0.1.40",
3
+ "version": "0.1.42",
4
4
  "description": "The gilde catalog: model manifests, toolsets, craftbooks, roles, and project types for gezel.",
5
5
  "license": "MIT",
6
6
  "private": false,
@@ -158,6 +158,41 @@
158
158
  ]
159
159
  }
160
160
  },
161
+ "commands": {
162
+ "type": "array",
163
+ "items": {
164
+ "type": "object",
165
+ "properties": {
166
+ "scope": {
167
+ "type": "string",
168
+ "enum": [
169
+ "script",
170
+ "npx"
171
+ ]
172
+ },
173
+ "name": {
174
+ "type": "string",
175
+ "minLength": 1
176
+ },
177
+ "args": {
178
+ "type": "array",
179
+ "items": {
180
+ "type": "string"
181
+ }
182
+ },
183
+ "reason": {
184
+ "type": "string"
185
+ },
186
+ "optional": {
187
+ "type": "boolean"
188
+ }
189
+ },
190
+ "required": [
191
+ "scope",
192
+ "name"
193
+ ]
194
+ }
195
+ },
161
196
  "connectors": {
162
197
  "type": "array",
163
198
  "items": {
@@ -1776,6 +1811,56 @@
1776
1811
  "tools"
1777
1812
  ]
1778
1813
  },
1814
+ {
1815
+ "type": "object",
1816
+ "properties": {
1817
+ "kind": {
1818
+ "type": "string",
1819
+ "const": "commandEvidence"
1820
+ },
1821
+ "script": {
1822
+ "type": "string",
1823
+ "minLength": 1
1824
+ },
1825
+ "bin": {
1826
+ "type": "string",
1827
+ "minLength": 1
1828
+ },
1829
+ "args": {
1830
+ "type": "array",
1831
+ "items": {
1832
+ "type": "string"
1833
+ }
1834
+ },
1835
+ "expect": {
1836
+ "type": "string",
1837
+ "enum": [
1838
+ "pass",
1839
+ "fail"
1840
+ ]
1841
+ },
1842
+ "minRuns": {
1843
+ "type": "integer",
1844
+ "exclusiveMinimum": 0,
1845
+ "maximum": 9007199254740991
1846
+ },
1847
+ "onDraft": {
1848
+ "type": "string",
1849
+ "enum": [
1850
+ "defer",
1851
+ "require"
1852
+ ]
1853
+ },
1854
+ "label": {
1855
+ "type": "string",
1856
+ "minLength": 1
1857
+ }
1858
+ },
1859
+ "required": [
1860
+ "kind",
1861
+ "expect"
1862
+ ]
1863
+ },
1779
1864
  {
1780
1865
  "type": "object",
1781
1866
  "properties": {
@@ -2760,6 +2845,56 @@
2760
2845
  "tools"
2761
2846
  ]
2762
2847
  },
2848
+ {
2849
+ "type": "object",
2850
+ "properties": {
2851
+ "kind": {
2852
+ "type": "string",
2853
+ "const": "commandEvidence"
2854
+ },
2855
+ "script": {
2856
+ "type": "string",
2857
+ "minLength": 1
2858
+ },
2859
+ "bin": {
2860
+ "type": "string",
2861
+ "minLength": 1
2862
+ },
2863
+ "args": {
2864
+ "type": "array",
2865
+ "items": {
2866
+ "type": "string"
2867
+ }
2868
+ },
2869
+ "expect": {
2870
+ "type": "string",
2871
+ "enum": [
2872
+ "pass",
2873
+ "fail"
2874
+ ]
2875
+ },
2876
+ "minRuns": {
2877
+ "type": "integer",
2878
+ "exclusiveMinimum": 0,
2879
+ "maximum": 9007199254740991
2880
+ },
2881
+ "onDraft": {
2882
+ "type": "string",
2883
+ "enum": [
2884
+ "defer",
2885
+ "require"
2886
+ ]
2887
+ },
2888
+ "label": {
2889
+ "type": "string",
2890
+ "minLength": 1
2891
+ }
2892
+ },
2893
+ "required": [
2894
+ "kind",
2895
+ "expect"
2896
+ ]
2897
+ },
2763
2898
  {
2764
2899
  "type": "object",
2765
2900
  "properties": {
@@ -4711,6 +4846,56 @@
4711
4846
  "tools"
4712
4847
  ]
4713
4848
  },
4849
+ {
4850
+ "type": "object",
4851
+ "properties": {
4852
+ "kind": {
4853
+ "type": "string",
4854
+ "const": "commandEvidence"
4855
+ },
4856
+ "script": {
4857
+ "type": "string",
4858
+ "minLength": 1
4859
+ },
4860
+ "bin": {
4861
+ "type": "string",
4862
+ "minLength": 1
4863
+ },
4864
+ "args": {
4865
+ "type": "array",
4866
+ "items": {
4867
+ "type": "string"
4868
+ }
4869
+ },
4870
+ "expect": {
4871
+ "type": "string",
4872
+ "enum": [
4873
+ "pass",
4874
+ "fail"
4875
+ ]
4876
+ },
4877
+ "minRuns": {
4878
+ "type": "integer",
4879
+ "exclusiveMinimum": 0,
4880
+ "maximum": 9007199254740991
4881
+ },
4882
+ "onDraft": {
4883
+ "type": "string",
4884
+ "enum": [
4885
+ "defer",
4886
+ "require"
4887
+ ]
4888
+ },
4889
+ "label": {
4890
+ "type": "string",
4891
+ "minLength": 1
4892
+ }
4893
+ },
4894
+ "required": [
4895
+ "kind",
4896
+ "expect"
4897
+ ]
4898
+ },
4714
4899
  {
4715
4900
  "type": "object",
4716
4901
  "properties": {
@@ -5695,6 +5880,56 @@
5695
5880
  "tools"
5696
5881
  ]
5697
5882
  },
5883
+ {
5884
+ "type": "object",
5885
+ "properties": {
5886
+ "kind": {
5887
+ "type": "string",
5888
+ "const": "commandEvidence"
5889
+ },
5890
+ "script": {
5891
+ "type": "string",
5892
+ "minLength": 1
5893
+ },
5894
+ "bin": {
5895
+ "type": "string",
5896
+ "minLength": 1
5897
+ },
5898
+ "args": {
5899
+ "type": "array",
5900
+ "items": {
5901
+ "type": "string"
5902
+ }
5903
+ },
5904
+ "expect": {
5905
+ "type": "string",
5906
+ "enum": [
5907
+ "pass",
5908
+ "fail"
5909
+ ]
5910
+ },
5911
+ "minRuns": {
5912
+ "type": "integer",
5913
+ "exclusiveMinimum": 0,
5914
+ "maximum": 9007199254740991
5915
+ },
5916
+ "onDraft": {
5917
+ "type": "string",
5918
+ "enum": [
5919
+ "defer",
5920
+ "require"
5921
+ ]
5922
+ },
5923
+ "label": {
5924
+ "type": "string",
5925
+ "minLength": 1
5926
+ }
5927
+ },
5928
+ "required": [
5929
+ "kind",
5930
+ "expect"
5931
+ ]
5932
+ },
5698
5933
  {
5699
5934
  "type": "object",
5700
5935
  "properties": {
@@ -6162,6 +6397,19 @@
6162
6397
  "steps"
6163
6398
  ]
6164
6399
  },
6400
+ "diffpackCapable": {
6401
+ "type": "boolean"
6402
+ },
6403
+ "capabilityFloor": {
6404
+ "type": "string",
6405
+ "enum": [
6406
+ "tiny",
6407
+ "small",
6408
+ "medium",
6409
+ "large",
6410
+ "cloud"
6411
+ ]
6412
+ },
6165
6413
  "scripts": {
6166
6414
  "type": "object",
6167
6415
  "propertyNames": {
@@ -1429,6 +1429,56 @@
1429
1429
  "tools"
1430
1430
  ]
1431
1431
  },
1432
+ {
1433
+ "type": "object",
1434
+ "properties": {
1435
+ "kind": {
1436
+ "type": "string",
1437
+ "const": "commandEvidence"
1438
+ },
1439
+ "script": {
1440
+ "type": "string",
1441
+ "minLength": 1
1442
+ },
1443
+ "bin": {
1444
+ "type": "string",
1445
+ "minLength": 1
1446
+ },
1447
+ "args": {
1448
+ "type": "array",
1449
+ "items": {
1450
+ "type": "string"
1451
+ }
1452
+ },
1453
+ "expect": {
1454
+ "type": "string",
1455
+ "enum": [
1456
+ "pass",
1457
+ "fail"
1458
+ ]
1459
+ },
1460
+ "minRuns": {
1461
+ "type": "integer",
1462
+ "exclusiveMinimum": 0,
1463
+ "maximum": 9007199254740991
1464
+ },
1465
+ "onDraft": {
1466
+ "type": "string",
1467
+ "enum": [
1468
+ "defer",
1469
+ "require"
1470
+ ]
1471
+ },
1472
+ "label": {
1473
+ "type": "string",
1474
+ "minLength": 1
1475
+ }
1476
+ },
1477
+ "required": [
1478
+ "kind",
1479
+ "expect"
1480
+ ]
1481
+ },
1432
1482
  {
1433
1483
  "type": "object",
1434
1484
  "properties": {
@@ -2413,6 +2463,56 @@
2413
2463
  "tools"
2414
2464
  ]
2415
2465
  },
2466
+ {
2467
+ "type": "object",
2468
+ "properties": {
2469
+ "kind": {
2470
+ "type": "string",
2471
+ "const": "commandEvidence"
2472
+ },
2473
+ "script": {
2474
+ "type": "string",
2475
+ "minLength": 1
2476
+ },
2477
+ "bin": {
2478
+ "type": "string",
2479
+ "minLength": 1
2480
+ },
2481
+ "args": {
2482
+ "type": "array",
2483
+ "items": {
2484
+ "type": "string"
2485
+ }
2486
+ },
2487
+ "expect": {
2488
+ "type": "string",
2489
+ "enum": [
2490
+ "pass",
2491
+ "fail"
2492
+ ]
2493
+ },
2494
+ "minRuns": {
2495
+ "type": "integer",
2496
+ "exclusiveMinimum": 0,
2497
+ "maximum": 9007199254740991
2498
+ },
2499
+ "onDraft": {
2500
+ "type": "string",
2501
+ "enum": [
2502
+ "defer",
2503
+ "require"
2504
+ ]
2505
+ },
2506
+ "label": {
2507
+ "type": "string",
2508
+ "minLength": 1
2509
+ }
2510
+ },
2511
+ "required": [
2512
+ "kind",
2513
+ "expect"
2514
+ ]
2515
+ },
2416
2516
  {
2417
2517
  "type": "object",
2418
2518
  "properties": {
@@ -4358,6 +4458,56 @@
4358
4458
  "tools"
4359
4459
  ]
4360
4460
  },
4461
+ {
4462
+ "type": "object",
4463
+ "properties": {
4464
+ "kind": {
4465
+ "type": "string",
4466
+ "const": "commandEvidence"
4467
+ },
4468
+ "script": {
4469
+ "type": "string",
4470
+ "minLength": 1
4471
+ },
4472
+ "bin": {
4473
+ "type": "string",
4474
+ "minLength": 1
4475
+ },
4476
+ "args": {
4477
+ "type": "array",
4478
+ "items": {
4479
+ "type": "string"
4480
+ }
4481
+ },
4482
+ "expect": {
4483
+ "type": "string",
4484
+ "enum": [
4485
+ "pass",
4486
+ "fail"
4487
+ ]
4488
+ },
4489
+ "minRuns": {
4490
+ "type": "integer",
4491
+ "exclusiveMinimum": 0,
4492
+ "maximum": 9007199254740991
4493
+ },
4494
+ "onDraft": {
4495
+ "type": "string",
4496
+ "enum": [
4497
+ "defer",
4498
+ "require"
4499
+ ]
4500
+ },
4501
+ "label": {
4502
+ "type": "string",
4503
+ "minLength": 1
4504
+ }
4505
+ },
4506
+ "required": [
4507
+ "kind",
4508
+ "expect"
4509
+ ]
4510
+ },
4361
4511
  {
4362
4512
  "type": "object",
4363
4513
  "properties": {
@@ -5342,6 +5492,56 @@
5342
5492
  "tools"
5343
5493
  ]
5344
5494
  },
5495
+ {
5496
+ "type": "object",
5497
+ "properties": {
5498
+ "kind": {
5499
+ "type": "string",
5500
+ "const": "commandEvidence"
5501
+ },
5502
+ "script": {
5503
+ "type": "string",
5504
+ "minLength": 1
5505
+ },
5506
+ "bin": {
5507
+ "type": "string",
5508
+ "minLength": 1
5509
+ },
5510
+ "args": {
5511
+ "type": "array",
5512
+ "items": {
5513
+ "type": "string"
5514
+ }
5515
+ },
5516
+ "expect": {
5517
+ "type": "string",
5518
+ "enum": [
5519
+ "pass",
5520
+ "fail"
5521
+ ]
5522
+ },
5523
+ "minRuns": {
5524
+ "type": "integer",
5525
+ "exclusiveMinimum": 0,
5526
+ "maximum": 9007199254740991
5527
+ },
5528
+ "onDraft": {
5529
+ "type": "string",
5530
+ "enum": [
5531
+ "defer",
5532
+ "require"
5533
+ ]
5534
+ },
5535
+ "label": {
5536
+ "type": "string",
5537
+ "minLength": 1
5538
+ }
5539
+ },
5540
+ "required": [
5541
+ "kind",
5542
+ "expect"
5543
+ ]
5544
+ },
5345
5545
  {
5346
5546
  "type": "object",
5347
5547
  "properties": {
@@ -6114,6 +6314,54 @@
6114
6314
  "typeId"
6115
6315
  ]
6116
6316
  }
6317
+ },
6318
+ "commands": {
6319
+ "type": "array",
6320
+ "items": {
6321
+ "type": "object",
6322
+ "properties": {
6323
+ "scope": {
6324
+ "type": "string",
6325
+ "enum": [
6326
+ "script",
6327
+ "npx"
6328
+ ]
6329
+ },
6330
+ "name": {
6331
+ "type": "string",
6332
+ "minLength": 1
6333
+ },
6334
+ "args": {
6335
+ "type": "array",
6336
+ "items": {
6337
+ "type": "string"
6338
+ }
6339
+ },
6340
+ "reason": {
6341
+ "type": "string"
6342
+ },
6343
+ "optional": {
6344
+ "type": "boolean"
6345
+ }
6346
+ },
6347
+ "required": [
6348
+ "scope",
6349
+ "name"
6350
+ ]
6351
+ }
6352
+ },
6353
+ "diffpackCapable": {
6354
+ "type": "boolean"
6355
+ },
6356
+ "capabilityFloor": {
6357
+ "type": "string",
6358
+ "enum": [
6359
+ "tiny",
6360
+ "small",
6361
+ "medium",
6362
+ "large",
6363
+ "cloud"
6364
+ ]
6117
6365
  }
6118
6366
  },
6119
6367
  "required": [