You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: skills/bailian-cli/SKILL.md
-7Lines changed: 0 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,13 +22,6 @@ Before using this skill or following `reference/`, run the version alignment flo
22
22
23
23
Quick rules (run **once per session** before the first `bl` command; full flow in [`assets/versioning.md`](assets/versioning.md)):
24
24
25
-
1. If `bl --version` fails, install: `npm install -g bailian-cli` and `npx skills add modelstudioai/cli --all -g`.
26
-
2. Compare this skill `metadata.version` with `bl --version` (compare only `X.Y.Z`). If they differ, run `npx skills update bailian-cli -g -y`.
27
-
3. Run `npm view bailian-cli version`. If local `bl` is older than the latest release, run `bl update` automatically (at most once per session), then continue with the upgraded binary.
28
-
4. If `npm view` / `bl update` fails (offline, registry blocked), do not block the task — continue with the current `bl` and tell the user it could not be updated.
29
-
30
-
Do not rely on stale `reference/` when versions mismatch — flags and commands may be out of date.
31
-
32
25
## Command reference (authoritative)
33
26
34
27
**All commands, flags, usage strings, and examples are documented in:**
0 commit comments