fix(skills): bootstrap generated lbs wrapper (#2270)

This commit is contained in:
huanghuoguoguo
2026-06-20 09:24:04 +00:00
committed by GitHub
parent e9dd584792
commit d22fa82d7c
6 changed files with 128 additions and 43 deletions
+5 -1
View File
@@ -35,9 +35,13 @@ and LangBot's own Local Agent) working with the LangBot ecosystem.
## The `lbs` CLI
The testing assets ship with a small CLI (`bin/lbs`, Node 22.6):
The testing assets ship with a small CLI (`bin/lbs`, Node >= 22.6). The
`bin/lbs` wrapper is a generated local entrypoint; on a fresh checkout, run
`npm run bootstrap` once if it is missing. `npm install` also regenerates it via
the `prepare` script.
```bash
npm run bootstrap # create bin/lbs if missing
bin/lbs validate # validate skills/cases/troubleshooting structure
bin/lbs index # regenerate skills.index.json
bin/lbs env show # inspect resolved env defaults (redacted)