@jelou/cli 1.36.0 → 1.37.0
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/package.json +15 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jelou/cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.37.0",
|
|
4
4
|
"description": "Build AI agents on the Jelou platform — from your terminal or your AI editor.",
|
|
5
5
|
"author": "Jelou Inc. (https://jelou.ai)",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
"THIRD_PARTY_NOTICES.md"
|
|
24
24
|
],
|
|
25
25
|
"optionalDependencies": {
|
|
26
|
-
"@jelou/cli-darwin-arm64": "1.
|
|
27
|
-
"@jelou/cli-darwin-x64": "1.
|
|
28
|
-
"@jelou/cli-linux-x64": "1.
|
|
29
|
-
"@jelou/cli-linux-arm64": "1.
|
|
30
|
-
"@jelou/cli-win32-x64": "1.
|
|
26
|
+
"@jelou/cli-darwin-arm64": "1.37.0",
|
|
27
|
+
"@jelou/cli-darwin-x64": "1.37.0",
|
|
28
|
+
"@jelou/cli-linux-x64": "1.37.0",
|
|
29
|
+
"@jelou/cli-linux-arm64": "1.37.0",
|
|
30
|
+
"@jelou/cli-win32-x64": "1.37.0"
|
|
31
31
|
},
|
|
32
32
|
"keywords": [
|
|
33
33
|
"jelou",
|
|
@@ -56,35 +56,27 @@
|
|
|
56
56
|
"access": "public"
|
|
57
57
|
},
|
|
58
58
|
"jelou": {
|
|
59
|
-
"minVersion": "1.
|
|
59
|
+
"minVersion": "1.37.0",
|
|
60
60
|
"release_notes": {
|
|
61
|
-
"version": "1.
|
|
61
|
+
"version": "1.37.0",
|
|
62
62
|
"date": "2026-05-26",
|
|
63
|
-
"headline": "
|
|
63
|
+
"headline": "build-workflow skill now understands `CHECKPOINT`/`NOTE`/`EMPTY` node types and their Spanish builder labels.",
|
|
64
64
|
"highlights": [
|
|
65
65
|
{
|
|
66
|
-
"type": "
|
|
67
|
-
"text": "
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"type": "improved",
|
|
71
|
-
"text": "Re-logging into an existing profile (token rotation, fresh laptop) now silently refreshes the token instead of prompting to overwrite. Different accounts that slug to the same name auto-suffix (e.g. `acme-corp-2`)."
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
"type": "improved",
|
|
75
|
-
"text": "The \"Update available\" notice now fires on every CLI invocation — previously it was silenced when stdout wasn't a TTY, so piped commands never saw it."
|
|
66
|
+
"type": "new",
|
|
67
|
+
"text": "The `jelou-build-workflow` skill now recognizes `CHECKPOINT` (_Marcador_), `NOTE` (_Notas_), and `EMPTY` (_Paso_) — workflows containing these no longer confuse the agent into picking the wrong type."
|
|
76
68
|
},
|
|
77
69
|
{
|
|
78
|
-
"type": "
|
|
79
|
-
"text": "
|
|
70
|
+
"type": "new",
|
|
71
|
+
"text": "New non-marketplace selection rubric in the skill catalog: a decision tree that walks the agent from \"what does this step do\" to a single node-type pick, with anti-patterns for common misuse (wiring edges to NOTEs, leaving EMPTYs in production, using CHECKPOINT for data capture)."
|
|
80
72
|
},
|
|
81
73
|
{
|
|
82
74
|
"type": "new",
|
|
83
|
-
"text": "`
|
|
75
|
+
"text": "New `references/NODE_ALIASES_ES.md` maps Spanish toolbar labels (e.g. _Marcador_ → `CHECKPOINT`, _Plantilla_ → `HSM`, _Shop_ → `ECOMMERCE`) back to canonical type IDs, so Spanish-language workflow requests resolve correctly."
|
|
84
76
|
},
|
|
85
77
|
{
|
|
86
78
|
"type": "heads_up",
|
|
87
|
-
"text": "
|
|
79
|
+
"text": "Raises the `minVersion` floor to `1.37.0`. Older CLIs hard-stop on next invocation until the user runs `jelou update`. The allow-list (`update`, `doctor`, `logout`, `--version`, `--help`) and `JELOU_ALLOW_OUTDATED=1` remain available as escape hatches."
|
|
88
80
|
}
|
|
89
81
|
]
|
|
90
82
|
}
|