Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/agent-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ Cortex Cowork 的市场安装由现有 Host 管理 skill 和对应 CLI,采用

`--version` 低于需要的版本时,重新运行同一安装入口,带上原来的 `--agent`、`--scope`、`--project`。安装脚本先把新 CLI 放到位,再用新 CLI 安装 skill:之前正式发布的 skill 自动更新为 `updated`;遇到 `skill_conflict` 时 CLI 已经升级,只有 skill 未写入,确认替换后加 `--replace-skill` / `-ReplaceSkill` 重跑。

之前手动导入过组织知识类 skill(例如 `organization-knowledge`)的,安装 `cortex-org-wiki` 后在宿主中删除旧 skill,避免两份 Wiki 指令同时加载;它不是本仓的正式发布,安装脚本不会自动替换或删除它。

## 安装后检查

成功时 stdout 只有一行 JSON,进度在 stderr:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hiq-ai/cortex-org-wiki-cli",
"version": "0.1.4",
"version": "0.1.5",
"description": "Read your Cortex organization's published Wiki with versioned source citations.",
"type": "module",
"bin": { "cortex-org-wiki": "./dist/cli.js" },
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/** Generated from package.json. */
export const VERSION = "0.1.4";
export const VERSION = "0.1.5";
Loading