SBTD host-plugin monorepo: a shared workflow kit plus OMP and DSH host adapters.
| Package | Path | Role |
|---|---|---|
@kunolu/omp-sbtd |
packages/omp-sbtd |
OMP SBTD workflow plugin. Provides /sbtd, an embedded kit, doctor, and onboard. Version 0.1.0-rc.14 on the next tag. |
@kunolu/dsh-sbtd |
packages/dsh-sbtd |
DSH SBTD adapter (T5): sbtd section, in-process state, sbtd_plan, sbtd_review, hooks, and manuals/. Version 0.1.0-rc.1 on the next tag. Host pin @deepseek-ai/dsh@0.1.1-rc.2. |
@kunolu/sbtd-workflow-kit |
packages/sbtd-workflow-kit |
Shared kit / projection layer. Not a host plugin. |
OMP plugin (published on dist-tag next as 0.1.0-rc.14):
omp plugin install @kunolu/omp-sbtd@nextThis is 0.1.0-rc.14 on dist-tag next. Never recommend @latest. published is not installable is not certified. Compatibility certification is decoupled from publish.
DSH host pin: @deepseek-ai/dsh@0.1.1-rc.2.
DSH plugin is 0.1.0-rc.1 on dist-tag next. Install with @kunolu/dsh-sbtd@next and host @deepseek-ai/dsh@0.1.1-rc.2. Never @latest or a github path.
npx @deepseek-ai/dsh@0.1.1-rc.2 plugin --profile web add @kunolu/dsh-sbtd@next
npx @deepseek-ai/dsh@0.1.1-rc.2 --profile web --dump-configExpect dump-config id: sbtd.
Optional global install:
npm i -g @deepseek-ai/dsh@0.1.1-rc.2
dsh plugin --profile web add @kunolu/dsh-sbtd@next
dsh --profile web --dump-config
dsh web --no-openOptional notes: docs/assets/omp/sbtd-workflow-onboard-to-omp-plugin-sync.md.
This repository ships two host plugins only: omp-sbtd and dsh-sbtd.
- omp-sbtd is published on
nextas0.1.0-rc.14. The embedded kit is locked to 640-skills v1.0.13. Compatibility certification is decoupled from publish. - dsh-sbtd uses shell plugin scheme 2a. T0–T5 are done on
main(section, state,sbtd_plan,sbtd_review, hooks, manuals). Later tasks remain. Details:docs/prd/dsh-sbtd-technical-design-and-task-breakdown.v1.1.md.
- Node 22 or newer
- pnpm 11.17
pnpm install
pnpm build
pnpm testApache-2.0.