@bendyline/gilde 0.1.40 → 0.1.41
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/authoring/gstack/overlays/investigate.json +1 -0
- package/authoring/gstack/overlays/qa-only.json +1 -0
- package/authoring/gstack/wave.json +12 -2
- package/authoring/tactical/books/accessibility-retrofit.json +188 -0
- package/authoring/tactical/books/apply-review-findings.json +189 -0
- package/authoring/tactical/books/bug-fix-tdd.json +237 -0
- package/authoring/tactical/books/ci-pipeline.json +168 -0
- package/authoring/tactical/books/codemod-sweep.json +182 -0
- package/authoring/tactical/books/dependency-upgrade.json +196 -0
- package/authoring/tactical/books/flaky-test-fix.json +238 -0
- package/authoring/tactical/books/hotfix-flow.json +187 -0
- package/authoring/tactical/books/perf-optimization.json +219 -0
- package/authoring/tactical/books/refactor-module.json +217 -0
- package/authoring/tactical/books/schema-migration.json +192 -0
- package/authoring/tactical/books/test-suite-backfill.json +172 -0
- package/authoring/tactical/books/type-safety-pass.json +185 -0
- package/authoring/tactical/books/ux-update.json +178 -0
- package/authoring/tactical/evals/accessibility-retrofit.json +230 -0
- package/authoring/tactical/evals/apply-review-findings.json +290 -0
- package/authoring/tactical/evals/bug-fix-tdd.json +221 -0
- package/authoring/tactical/evals/ci-pipeline.json +227 -0
- package/authoring/tactical/evals/codemod-sweep.json +252 -0
- package/authoring/tactical/evals/dependency-upgrade.json +235 -0
- package/authoring/tactical/evals/flaky-test-fix.json +239 -0
- package/authoring/tactical/evals/hotfix-flow.json +220 -0
- package/authoring/tactical/evals/perf-optimization.json +235 -0
- package/authoring/tactical/evals/refactor-module.json +241 -0
- package/authoring/tactical/evals/schema-migration.json +225 -0
- package/authoring/tactical/evals/test-suite-backfill.json +197 -0
- package/authoring/tactical/evals/type-safety-pass.json +221 -0
- package/authoring/tactical/evals/ux-update.json +206 -0
- package/authoring/tactical/wave.json +89 -0
- package/data/chat-models/de/deepseek-r1-8b-q4/manifest.json +56 -1
- package/data/chat-models/gl/glm-5.2-754b-q2/manifest.json +56 -0
- package/data/chat-models/gp/gpt-oss-120b-q4/manifest.json +73 -1
- package/data/chat-models/gp/gpt-oss-20b-q4/manifest.json +77 -1
- package/data/chat-models/index.json +1 -1
- package/data/chat-models/ll/llama3.2-3b-q4/manifest.json +3 -1
- package/data/chat-models/mi/mistral-7b-q4/manifest.json +54 -3
- package/data/chat-models/mi/mistral-medium-3.5-128b-q4/manifest.json +76 -1
- package/data/craftbook-templates/ac/accessibility-retrofit/manifest.json +5 -4
- package/data/craftbook-templates/ac/accessibility-retrofit/versions/2.0.0/craftbook.json +451 -0
- package/data/craftbook-templates/ac/accessibility-retrofit/versions/2.0.0/test.json +231 -0
- package/data/craftbook-templates/al/alt-text-pass/manifest.json +5 -1
- package/data/craftbook-templates/ap/apply-review-findings/art.json +12 -0
- package/data/craftbook-templates/ap/apply-review-findings/logo.webp +0 -0
- package/data/craftbook-templates/ap/apply-review-findings/manifest.json +23 -0
- package/data/craftbook-templates/ap/apply-review-findings/versions/1.0.0/craftbook.json +436 -0
- package/data/craftbook-templates/ap/apply-review-findings/versions/1.0.0/test.json +291 -0
- package/data/craftbook-templates/br/browser-qa-audit/manifest.json +5 -1
- package/data/craftbook-templates/br/browser-qa-audit/versions/2.0.5/craftbook.json +438 -0
- package/data/craftbook-templates/br/browser-qa-audit/versions/2.0.5/test.json +379 -0
- package/data/craftbook-templates/bu/bug-fix-tdd/manifest.json +3 -3
- package/data/craftbook-templates/bu/bug-fix-tdd/versions/2.0.0/craftbook.json +545 -0
- package/data/craftbook-templates/bu/bug-fix-tdd/versions/2.0.0/test.json +222 -0
- package/data/craftbook-templates/ch/changelog-cut/manifest.json +5 -1
- package/data/craftbook-templates/ch/changelog-writeup/manifest.json +5 -1
- package/data/craftbook-templates/ci/ci-pipeline/manifest.json +5 -3
- package/data/craftbook-templates/ci/ci-pipeline/versions/2.0.0/craftbook.json +423 -0
- package/data/craftbook-templates/ci/ci-pipeline/versions/2.0.0/test.json +228 -0
- package/data/craftbook-templates/co/codemod-sweep/art.json +12 -0
- package/data/craftbook-templates/co/codemod-sweep/logo.webp +0 -0
- package/data/craftbook-templates/co/codemod-sweep/manifest.json +23 -0
- package/data/craftbook-templates/co/codemod-sweep/versions/1.0.0/craftbook.json +441 -0
- package/data/craftbook-templates/co/codemod-sweep/versions/1.0.0/test.json +253 -0
- package/data/craftbook-templates/de/dependency-upgrade/art.json +12 -0
- package/data/craftbook-templates/de/dependency-upgrade/logo.webp +0 -0
- package/data/craftbook-templates/de/dependency-upgrade/manifest.json +23 -0
- package/data/craftbook-templates/de/dependency-upgrade/versions/1.0.0/craftbook.json +459 -0
- package/data/craftbook-templates/de/dependency-upgrade/versions/1.0.0/test.json +236 -0
- package/data/craftbook-templates/fe/feature-flag-release/manifest.json +5 -1
- package/data/craftbook-templates/fe/feature-flag-rollout/manifest.json +4 -1
- package/data/craftbook-templates/fe/feature-flag-rollout/versions/1.1.0/craftbook.json +203 -0
- package/data/craftbook-templates/fe/feature-flag-rollout/versions/1.1.0/test.json +165 -0
- package/data/craftbook-templates/fl/flaky-test-fix/art.json +12 -0
- package/data/craftbook-templates/fl/flaky-test-fix/logo.webp +0 -0
- package/data/craftbook-templates/fl/flaky-test-fix/manifest.json +24 -0
- package/data/craftbook-templates/fl/flaky-test-fix/versions/1.0.0/craftbook.json +534 -0
- package/data/craftbook-templates/fl/flaky-test-fix/versions/1.0.0/test.json +240 -0
- package/data/craftbook-templates/ho/hotfix-flow/manifest.json +5 -3
- package/data/craftbook-templates/ho/hotfix-flow/versions/2.0.0/craftbook.json +442 -0
- package/data/craftbook-templates/ho/hotfix-flow/versions/2.0.0/test.json +221 -0
- package/data/craftbook-templates/in/investigate/manifest.json +4 -1
- package/data/craftbook-templates/in/investigate-root-cause/manifest.json +5 -1
- package/data/craftbook-templates/index.json +1 -1
- package/data/craftbook-templates/li/live-browser-qa/manifest.json +5 -1
- package/data/craftbook-templates/ni/nightly-fix-sweep/art.json +12 -0
- package/data/craftbook-templates/ni/nightly-fix-sweep/logo.webp +0 -0
- package/data/craftbook-templates/ni/nightly-fix-sweep/manifest.json +23 -0
- package/data/craftbook-templates/ni/nightly-fix-sweep/versions/1.0.0/craftbook.json +145 -0
- package/data/craftbook-templates/ni/nightly-fix-sweep/versions/1.0.0/test.json +121 -0
- package/data/craftbook-templates/pe/perf-audit/versions/1.1.0/craftbook.json +195 -0
- package/data/craftbook-templates/pe/perf-audit/versions/1.1.0/test.json +165 -0
- package/data/craftbook-templates/pe/perf-optimization/manifest.json +3 -3
- package/data/craftbook-templates/pe/perf-optimization/versions/2.0.0/craftbook.json +511 -0
- package/data/craftbook-templates/pe/perf-optimization/versions/2.0.0/test.json +236 -0
- package/data/craftbook-templates/qa/qa/manifest.json +3 -1
- package/data/craftbook-templates/re/refactor-module/manifest.json +2 -2
- package/data/craftbook-templates/re/refactor-module/versions/1.0.4/craftbook.json +150 -0
- package/data/craftbook-templates/re/refactor-module/versions/1.0.4/test.json +95 -0
- package/data/craftbook-templates/re/refactor-module/versions/2.0.0/craftbook.json +509 -0
- package/data/craftbook-templates/re/refactor-module/versions/2.0.0/test.json +242 -0
- package/data/craftbook-templates/re/release-notes/manifest.json +5 -1
- package/data/craftbook-templates/re/release-notes/versions/1.0.3/craftbook.json +220 -0
- package/data/craftbook-templates/re/release-notes/versions/1.0.3/test.json +114 -0
- package/data/craftbook-templates/re/release-pipeline-ci/manifest.json +5 -1
- package/data/craftbook-templates/re/release-readiness-review/versions/1.1.0/craftbook.json +192 -0
- package/data/craftbook-templates/re/release-readiness-review/versions/1.1.0/test.json +113 -0
- package/data/craftbook-templates/ro/root-cause-investigation/manifest.json +7 -1
- package/data/craftbook-templates/ro/root-cause-investigation/versions/2.0.5/craftbook.json +433 -0
- package/data/craftbook-templates/ro/root-cause-investigation/versions/2.0.5/test.json +157 -0
- package/data/craftbook-templates/sc/schema-migration/manifest.json +4 -4
- package/data/craftbook-templates/sc/schema-migration/versions/2.0.0/craftbook.json +459 -0
- package/data/craftbook-templates/sc/schema-migration/versions/2.0.0/test.json +226 -0
- package/data/craftbook-templates/te/test-coverage-review/versions/1.2.0/craftbook.json +195 -0
- package/data/craftbook-templates/te/test-coverage-review/versions/1.2.0/test.json +116 -0
- package/data/craftbook-templates/te/test-suite-backfill/manifest.json +1 -2
- package/data/craftbook-templates/te/test-suite-backfill/versions/2.0.0/craftbook.json +428 -0
- package/data/craftbook-templates/te/test-suite-backfill/versions/2.0.0/test.json +198 -0
- package/data/craftbook-templates/ty/type-safety-pass/manifest.json +3 -3
- package/data/craftbook-templates/ty/type-safety-pass/versions/2.0.0/craftbook.json +428 -0
- package/data/craftbook-templates/ty/type-safety-pass/versions/2.0.0/test.json +222 -0
- package/data/craftbook-templates/ux/ux-update/art.json +12 -0
- package/data/craftbook-templates/ux/ux-update/logo.webp +0 -0
- package/data/craftbook-templates/ux/ux-update/manifest.json +22 -0
- package/data/craftbook-templates/ux/ux-update/versions/1.0.0/craftbook.json +439 -0
- package/data/craftbook-templates/ux/ux-update/versions/1.0.0/test.json +207 -0
- package/data/craftbook-templates/ve/version-bump/versions/1.1.0/craftbook.json +206 -0
- package/data/craftbook-templates/ve/version-bump/versions/1.1.0/test.json +95 -0
- package/data/gezel-templates/bo/boekwachter/versions/1.1.0/about.md +29 -0
- package/data/gezel-templates/bo/boekwachter/versions/1.1.0/manifest.json +16 -0
- package/data/gezel-templates/bu/builder/versions/1.5.0/about.md +34 -0
- package/data/gezel-templates/bu/builder/versions/1.5.0/manifest.json +16 -0
- package/data/gezel-templates/de/developer/versions/1.5.0/about.md +34 -0
- package/data/gezel-templates/de/developer/versions/1.5.0/manifest.json +21 -0
- package/data/gezel-templates/index.json +1 -1
- package/data/gezel-templates/re/reviewer/versions/1.4.0/about.md +49 -0
- package/data/gezel-templates/re/reviewer/versions/1.4.0/manifest.json +21 -0
- package/data/project-types/index.json +1 -1
- package/data/project-types/so/software-project/manifest.json +20 -0
- package/data/project-types/so/software-project/versions/1.0.0/about.md +3 -0
- package/data/project-types/so/software-project/versions/1.0.0/manifest.json +41 -0
- package/data/project-types/so/software-project/versions/1.0.0/mission.md +4 -0
- package/package.json +1 -1
- package/schemas/craftbook-doc.schema.json +248 -0
- package/schemas/craftbook-template-version.schema.json +248 -0
- package/schemas/craftbook-test.schema.json +200 -0
|
@@ -1066,6 +1066,56 @@
|
|
|
1066
1066
|
"tools"
|
|
1067
1067
|
]
|
|
1068
1068
|
},
|
|
1069
|
+
{
|
|
1070
|
+
"type": "object",
|
|
1071
|
+
"properties": {
|
|
1072
|
+
"kind": {
|
|
1073
|
+
"type": "string",
|
|
1074
|
+
"const": "commandEvidence"
|
|
1075
|
+
},
|
|
1076
|
+
"script": {
|
|
1077
|
+
"type": "string",
|
|
1078
|
+
"minLength": 1
|
|
1079
|
+
},
|
|
1080
|
+
"bin": {
|
|
1081
|
+
"type": "string",
|
|
1082
|
+
"minLength": 1
|
|
1083
|
+
},
|
|
1084
|
+
"args": {
|
|
1085
|
+
"type": "array",
|
|
1086
|
+
"items": {
|
|
1087
|
+
"type": "string"
|
|
1088
|
+
}
|
|
1089
|
+
},
|
|
1090
|
+
"expect": {
|
|
1091
|
+
"type": "string",
|
|
1092
|
+
"enum": [
|
|
1093
|
+
"pass",
|
|
1094
|
+
"fail"
|
|
1095
|
+
]
|
|
1096
|
+
},
|
|
1097
|
+
"minRuns": {
|
|
1098
|
+
"type": "integer",
|
|
1099
|
+
"exclusiveMinimum": 0,
|
|
1100
|
+
"maximum": 9007199254740991
|
|
1101
|
+
},
|
|
1102
|
+
"onDraft": {
|
|
1103
|
+
"type": "string",
|
|
1104
|
+
"enum": [
|
|
1105
|
+
"defer",
|
|
1106
|
+
"require"
|
|
1107
|
+
]
|
|
1108
|
+
},
|
|
1109
|
+
"label": {
|
|
1110
|
+
"type": "string",
|
|
1111
|
+
"minLength": 1
|
|
1112
|
+
}
|
|
1113
|
+
},
|
|
1114
|
+
"required": [
|
|
1115
|
+
"kind",
|
|
1116
|
+
"expect"
|
|
1117
|
+
]
|
|
1118
|
+
},
|
|
1069
1119
|
{
|
|
1070
1120
|
"type": "object",
|
|
1071
1121
|
"properties": {
|
|
@@ -2128,6 +2178,56 @@
|
|
|
2128
2178
|
"tools"
|
|
2129
2179
|
]
|
|
2130
2180
|
},
|
|
2181
|
+
{
|
|
2182
|
+
"type": "object",
|
|
2183
|
+
"properties": {
|
|
2184
|
+
"kind": {
|
|
2185
|
+
"type": "string",
|
|
2186
|
+
"const": "commandEvidence"
|
|
2187
|
+
},
|
|
2188
|
+
"script": {
|
|
2189
|
+
"type": "string",
|
|
2190
|
+
"minLength": 1
|
|
2191
|
+
},
|
|
2192
|
+
"bin": {
|
|
2193
|
+
"type": "string",
|
|
2194
|
+
"minLength": 1
|
|
2195
|
+
},
|
|
2196
|
+
"args": {
|
|
2197
|
+
"type": "array",
|
|
2198
|
+
"items": {
|
|
2199
|
+
"type": "string"
|
|
2200
|
+
}
|
|
2201
|
+
},
|
|
2202
|
+
"expect": {
|
|
2203
|
+
"type": "string",
|
|
2204
|
+
"enum": [
|
|
2205
|
+
"pass",
|
|
2206
|
+
"fail"
|
|
2207
|
+
]
|
|
2208
|
+
},
|
|
2209
|
+
"minRuns": {
|
|
2210
|
+
"type": "integer",
|
|
2211
|
+
"exclusiveMinimum": 0,
|
|
2212
|
+
"maximum": 9007199254740991
|
|
2213
|
+
},
|
|
2214
|
+
"onDraft": {
|
|
2215
|
+
"type": "string",
|
|
2216
|
+
"enum": [
|
|
2217
|
+
"defer",
|
|
2218
|
+
"require"
|
|
2219
|
+
]
|
|
2220
|
+
},
|
|
2221
|
+
"label": {
|
|
2222
|
+
"type": "string",
|
|
2223
|
+
"minLength": 1
|
|
2224
|
+
}
|
|
2225
|
+
},
|
|
2226
|
+
"required": [
|
|
2227
|
+
"kind",
|
|
2228
|
+
"expect"
|
|
2229
|
+
]
|
|
2230
|
+
},
|
|
2131
2231
|
{
|
|
2132
2232
|
"type": "object",
|
|
2133
2233
|
"properties": {
|
|
@@ -3190,6 +3290,56 @@
|
|
|
3190
3290
|
"tools"
|
|
3191
3291
|
]
|
|
3192
3292
|
},
|
|
3293
|
+
{
|
|
3294
|
+
"type": "object",
|
|
3295
|
+
"properties": {
|
|
3296
|
+
"kind": {
|
|
3297
|
+
"type": "string",
|
|
3298
|
+
"const": "commandEvidence"
|
|
3299
|
+
},
|
|
3300
|
+
"script": {
|
|
3301
|
+
"type": "string",
|
|
3302
|
+
"minLength": 1
|
|
3303
|
+
},
|
|
3304
|
+
"bin": {
|
|
3305
|
+
"type": "string",
|
|
3306
|
+
"minLength": 1
|
|
3307
|
+
},
|
|
3308
|
+
"args": {
|
|
3309
|
+
"type": "array",
|
|
3310
|
+
"items": {
|
|
3311
|
+
"type": "string"
|
|
3312
|
+
}
|
|
3313
|
+
},
|
|
3314
|
+
"expect": {
|
|
3315
|
+
"type": "string",
|
|
3316
|
+
"enum": [
|
|
3317
|
+
"pass",
|
|
3318
|
+
"fail"
|
|
3319
|
+
]
|
|
3320
|
+
},
|
|
3321
|
+
"minRuns": {
|
|
3322
|
+
"type": "integer",
|
|
3323
|
+
"exclusiveMinimum": 0,
|
|
3324
|
+
"maximum": 9007199254740991
|
|
3325
|
+
},
|
|
3326
|
+
"onDraft": {
|
|
3327
|
+
"type": "string",
|
|
3328
|
+
"enum": [
|
|
3329
|
+
"defer",
|
|
3330
|
+
"require"
|
|
3331
|
+
]
|
|
3332
|
+
},
|
|
3333
|
+
"label": {
|
|
3334
|
+
"type": "string",
|
|
3335
|
+
"minLength": 1
|
|
3336
|
+
}
|
|
3337
|
+
},
|
|
3338
|
+
"required": [
|
|
3339
|
+
"kind",
|
|
3340
|
+
"expect"
|
|
3341
|
+
]
|
|
3342
|
+
},
|
|
3193
3343
|
{
|
|
3194
3344
|
"type": "object",
|
|
3195
3345
|
"properties": {
|
|
@@ -4253,6 +4403,56 @@
|
|
|
4253
4403
|
"tools"
|
|
4254
4404
|
]
|
|
4255
4405
|
},
|
|
4406
|
+
{
|
|
4407
|
+
"type": "object",
|
|
4408
|
+
"properties": {
|
|
4409
|
+
"kind": {
|
|
4410
|
+
"type": "string",
|
|
4411
|
+
"const": "commandEvidence"
|
|
4412
|
+
},
|
|
4413
|
+
"script": {
|
|
4414
|
+
"type": "string",
|
|
4415
|
+
"minLength": 1
|
|
4416
|
+
},
|
|
4417
|
+
"bin": {
|
|
4418
|
+
"type": "string",
|
|
4419
|
+
"minLength": 1
|
|
4420
|
+
},
|
|
4421
|
+
"args": {
|
|
4422
|
+
"type": "array",
|
|
4423
|
+
"items": {
|
|
4424
|
+
"type": "string"
|
|
4425
|
+
}
|
|
4426
|
+
},
|
|
4427
|
+
"expect": {
|
|
4428
|
+
"type": "string",
|
|
4429
|
+
"enum": [
|
|
4430
|
+
"pass",
|
|
4431
|
+
"fail"
|
|
4432
|
+
]
|
|
4433
|
+
},
|
|
4434
|
+
"minRuns": {
|
|
4435
|
+
"type": "integer",
|
|
4436
|
+
"exclusiveMinimum": 0,
|
|
4437
|
+
"maximum": 9007199254740991
|
|
4438
|
+
},
|
|
4439
|
+
"onDraft": {
|
|
4440
|
+
"type": "string",
|
|
4441
|
+
"enum": [
|
|
4442
|
+
"defer",
|
|
4443
|
+
"require"
|
|
4444
|
+
]
|
|
4445
|
+
},
|
|
4446
|
+
"label": {
|
|
4447
|
+
"type": "string",
|
|
4448
|
+
"minLength": 1
|
|
4449
|
+
}
|
|
4450
|
+
},
|
|
4451
|
+
"required": [
|
|
4452
|
+
"kind",
|
|
4453
|
+
"expect"
|
|
4454
|
+
]
|
|
4455
|
+
},
|
|
4256
4456
|
{
|
|
4257
4457
|
"type": "object",
|
|
4258
4458
|
"properties": {
|