mobfish-ai/cortex-harness-open0

cortex-dsh-web-command

用于已认证 CORTEX 任务池 API 的主机端 DSH Web 命令插件

AI 分析

核心用途是为 DSH Web 添加主机端 `/cortex` 命令,并将认证的环回请求转发给运行中的 CORTEX 任务池服务器。适合需要对接 CORTEX 任务池进行任务调度的用户。

包名
cortex-dsh-web-command
版本
0.1.0
许可证
MIT
最近更新
2026年9月9日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:mobfish-ai/cortex-harness-open

Cortex Harness Open

Public export for the CORTEX Harness protocol and reference tooling.

This repository currently publishes the installable DSH Web bridge at packages/dsh-web-cortex-command. It adds the host-side /cortex command surface to DSH Web and forwards authenticated loopback requests to a running CORTEX task-pool server. The CORTEX Kernel, leases, replay, receipts, and completion decisions remain authoritative on the CORTEX side.

Install from source

dsh plugin --profile web add file:/absolute/path/to/packages/dsh-web-cortex-command

After the package is published, the registry form will be:

dsh plugin --profile web add cortex-dsh-web-command

The package is host-only: browser input never carries the CORTEX token. See the package README for the local server and environment contract.

Public boundary

Only the allowlisted plugin package is exported here. No OB1 vault, private records, credentials, local databases, generated evidence, or internal runtime state is included.

Status

The repository is the public source export. npm publication and DSH catalog read-back are separate release gates and are not claimed until they have fresh evidence.