@cleocode/adapters 2026.9.9 → 2026.9.10
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 +29 -0
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -4530,6 +4530,35 @@ var init_operations_registry = __esm({
|
|
|
4530
4530
|
}
|
|
4531
4531
|
]
|
|
4532
4532
|
},
|
|
4533
|
+
// T12308: the typed-gate runner `cleo verify <id> --run`. A query — it
|
|
4534
|
+
// executes the gates and reports them, and records nothing. Documented as
|
|
4535
|
+
// the canonical driver since T768 and emitted into every validation-stage
|
|
4536
|
+
// spawn prompt, but the flag had been dropped from the command.
|
|
4537
|
+
{
|
|
4538
|
+
gateway: "query",
|
|
4539
|
+
domain: "check",
|
|
4540
|
+
operation: "gate.run",
|
|
4541
|
+
description: "check.gate.run (query) \u2014 execute a task's typed acceptance gates and report results; persists nothing (T12308)",
|
|
4542
|
+
tier: 1,
|
|
4543
|
+
idempotent: false,
|
|
4544
|
+
sessionRequired: false,
|
|
4545
|
+
requiredParams: ["taskId"],
|
|
4546
|
+
params: [
|
|
4547
|
+
{
|
|
4548
|
+
name: "taskId",
|
|
4549
|
+
type: "string",
|
|
4550
|
+
required: true,
|
|
4551
|
+
description: "Task whose typed gates should run",
|
|
4552
|
+
cli: { positional: true }
|
|
4553
|
+
},
|
|
4554
|
+
{
|
|
4555
|
+
name: "agent",
|
|
4556
|
+
type: "string",
|
|
4557
|
+
required: false,
|
|
4558
|
+
description: "Actor attribution recorded on each gate result"
|
|
4559
|
+
}
|
|
4560
|
+
]
|
|
4561
|
+
},
|
|
4533
4562
|
// check.archive.stats incoming from admin (T5615)
|
|
4534
4563
|
{
|
|
4535
4564
|
gateway: "query",
|