@cleocode/adapters 2026.6.17 → 2026.6.19
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/dist/index.js +7 -0
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -2384,6 +2384,7 @@ var init_tasks = __esm({
|
|
|
2384
2384
|
severity: { type: "string", enum: ["P0", "P1", "P2", "P3"] },
|
|
2385
2385
|
reason: { type: "string" },
|
|
2386
2386
|
dependsWaiver: { type: "string" },
|
|
2387
|
+
blockedBy: { type: "string" },
|
|
2387
2388
|
clearBlockedBy: { type: "boolean" },
|
|
2388
2389
|
relates: {
|
|
2389
2390
|
type: "array",
|
|
@@ -5083,6 +5084,12 @@ var init_operations_registry = __esm({
|
|
|
5083
5084
|
required: false,
|
|
5084
5085
|
description: "Justification to waive the critical-priority --depends requirement"
|
|
5085
5086
|
},
|
|
5087
|
+
{
|
|
5088
|
+
name: "blockedBy",
|
|
5089
|
+
type: "string",
|
|
5090
|
+
required: false,
|
|
5091
|
+
description: "Set the free-text blockedBy reason (gh#1106)"
|
|
5092
|
+
},
|
|
5086
5093
|
{
|
|
5087
5094
|
name: "clearBlockedBy",
|
|
5088
5095
|
type: "boolean",
|