@uluops/cli 0.21.0 → 0.21.1

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 (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.21.1] - 2026-06-24
10
+
11
+ ### Fixed
12
+
13
+ - **Locally-resolved workflows now run (via `@uluops/core` 0.24.3).** `ulu exec workflow <name> --local-definitions <dir>` previously returned a silent `BLOCK` (score 0, 0 agents): core's local resolution skipped the WDL `steps[]` → `commands[]`/`agentRefs[]` normalization (0.24.2), and command-steps naming a definition published as both an agent and its per-agent command — every cognitive-lens analyst — threw on ambiguous resolution (0.24.3). Bumps `@uluops/core` `0.24.1` → `0.24.3`; no CLI code changes. Validated end-to-end on sonnet (`foundations` BLOCK/0-agents → HOLD/4-agents).
14
+
9
15
  ## [0.21.0] - 2026-06-23
10
16
 
11
17
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uluops/cli",
3
- "version": "0.21.0",
3
+ "version": "0.21.1",
4
4
  "description": "Unified CLI for UluOps - validation tracking and registry management",
5
5
  "type": "module",
6
6
  "bin": {
@@ -40,7 +40,7 @@
40
40
  },
41
41
  "license": "MIT",
42
42
  "dependencies": {
43
- "@uluops/core": "0.24.1",
43
+ "@uluops/core": "0.24.3",
44
44
  "@uluops/ops-sdk": "5.0.0",
45
45
  "@uluops/registry-sdk": "0.36.0",
46
46
  "commander": "13.1.0",