licell 0.14.2 → 0.14.3

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 +5 -4
  2. package/dist/licell.js +215 -270
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -742,7 +742,8 @@ licell e2e cleanup <runId>
742
742
  面向 Agent、开发体验与 CLI 生命周期的自动化命令。
743
743
 
744
744
  - `licell skills init`、`licell onboard`、`licell catalog`、`licell completion` 都基于同一套 CLI 命令目录生成外部表面。
745
- - `licell onboard` 默认会同时安装 Codex + Claude 的全局 `licell` skills;当安装目标包含 Codex 时,还会额外安装 `licell-glab` subagent。
745
+ - `licell skills init` / `setup` / `onboard` 写入的是 agent-facing licell skill contract;命令参考与字段细节应继续通过 `catalog` / `--help --output json` 获取。
746
+ - `licell onboard` 默认会同时安装 Codex + Claude 的全局 licell skill contract;当安装目标包含 Codex 时,还会额外安装 `licell-glab` subagent。
746
747
  - `licell completion` 的候选命令同样来自共享命令目录。
747
748
 
748
749
  | 命令 | 说明 | 关键选项 |
@@ -751,9 +752,9 @@ licell e2e cleanup <runId>
751
752
  | `licell catalog` | 输出共享 CLI 命令目录,供 Agent / 自动化发现命令、选项和结构化契约 | `--root-command`, `--command-key` |
752
753
  | `licell ci init github` | 生成 GitHub Actions 的 deploy-only workflow(只调用 licell,不负责编译) | `--apply`, `--force`, `--workflow` |
753
754
  | `licell ci init gitlab` | 生成 GitLab CI 的 deploy-only pipeline(只调用 licell,不负责编译) | `--apply`, `--force`, `--pipeline` |
754
- | `licell onboard` | 全局安装 licell 的 Agent 接入;默认同时安装 Codex 与 Claude | `--agent`, `--force` |
755
- | `licell skills init [agent]` | 为 AI Agent 生成 licell skills(claude / codex) | `--global`, `--project-root`, `--force` |
756
- | `licell setup` | 安装后引导:交互式配置 AI Agent skills | `--agent`, `--global`, `--project-root` |
755
+ | `licell onboard` | 全局安装 licell 的 agent-facing skill contract;默认同时安装 Codex 与 Claude | `--agent`, `--force` |
756
+ | `licell skills init [agent]` | 为 AI Agent 写入 licell skill contract(claude / codex) | `--global`, `--project-root`, `--force` |
757
+ | `licell setup` | 安装后引导:交互式配置 AI Agent licell skill contract | `--agent`, `--global`, `--project-root` |
757
758
  | `licell state show` | 查看当前 repo 的 `.licell/state.json` | `--component` |
758
759
  | `licell completion [shell]` | 输出 shell 补全脚本(bash/zsh) | `--engine` |
759
760
  | `licell upgrade` | 按当前安装来源升级 licell | `--channel`, `--target-version`, `--repo` |