Leo-Ayh-Oday/dsh-orcana--packages-dsh-bundle ↗★ 0
@leooday/dsh-bundle
Orcana runtime pack profile bundle for DeepSeek Harness (dsh.bundle.patch contract)
AI Analysis
核心用途是作为 Orcana 运行时的配置捆绑层。适合需要一键部署 Orcana 治理框架及相关提醒工具的 DSH 用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Leo-Ayh-Oday/dsh-orcana#c9b89e26d3dc62cdea315c307146836cc50f3f68&path:packages/dsh-bundleREADME
Read the full README ↗@leooday/dsh-bundle
Profile bundle for dsh --profile orcana: installs @leooday/dsh-governor
and coordinates it with repeat-tool-reminder.
Contract: the package manifest declares "dsh": { "bundle": { "patch": "./cordis.patch.yml" } }, making it an installable patch layer
(bundle contract).
Install (official command, once published)
dsh plugin --profile orcana add @leooday/dsh-bundle
dsh plugin add installs the bundle and auto-activates it as a profile layer
(@leooday/dsh-governor and @leooday/governor-core resolve as its
dependencies). Before publishing, use
scripts/dev-install.sh or profile
pnpm-workspace.yaml overrides against the local tarballs.
Known Limitations
- The
excludeoverride ofrepeat-tool-remindertargets the row id fromdsh-base; a profile that does not loaddsh-baseleaves the patch as a per-entry Loader warning (harmless, matches DSH patch semantics).