licell 0.13.0 → 0.14.2

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 (3) hide show
  1. package/README.md +3 -1
  2. package/dist/licell.js +336 -245
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -741,7 +741,8 @@ licell e2e cleanup <runId>
741
741
 
742
742
  面向 Agent、开发体验与 CLI 生命周期的自动化命令。
743
743
 
744
- - `licell skills init`、`licell catalog`、`licell completion` 都基于同一套 CLI 命令目录生成外部表面。
744
+ - `licell skills init`、`licell onboard`、`licell catalog`、`licell completion` 都基于同一套 CLI 命令目录生成外部表面。
745
+ - `licell onboard` 默认会同时安装 Codex + Claude 的全局 `licell` skills;当安装目标包含 Codex 时,还会额外安装 `licell-glab` subagent。
745
746
  - `licell completion` 的候选命令同样来自共享命令目录。
746
747
 
747
748
  | 命令 | 说明 | 关键选项 |
@@ -750,6 +751,7 @@ licell e2e cleanup <runId>
750
751
  | `licell catalog` | 输出共享 CLI 命令目录,供 Agent / 自动化发现命令、选项和结构化契约 | `--root-command`, `--command-key` |
751
752
  | `licell ci init github` | 生成 GitHub Actions 的 deploy-only workflow(只调用 licell,不负责编译) | `--apply`, `--force`, `--workflow` |
752
753
  | `licell ci init gitlab` | 生成 GitLab CI 的 deploy-only pipeline(只调用 licell,不负责编译) | `--apply`, `--force`, `--pipeline` |
754
+ | `licell onboard` | 全局安装 licell 的 Agent 接入;默认同时安装 Codex 与 Claude | `--agent`, `--force` |
753
755
  | `licell skills init [agent]` | 为 AI Agent 生成 licell skills(claude / codex) | `--global`, `--project-root`, `--force` |
754
756
  | `licell setup` | 安装后引导:交互式配置 AI Agent skills | `--agent`, `--global`, `--project-root` |
755
757
  | `licell state show` | 查看当前 repo 的 `.licell/state.json` | `--component` |