mobfish-ai/cortex-harness-open0

cortex-dsh-web-command

Host-side DSH Web commands for the authenticated CORTEX task-pool API

AI 分析

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

パッケージ
cortex-dsh-web-command
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/09/09

インストール

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

ドキュメント

README 全文を読む ↗

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.