dsh plugins中文
← Back to popular plugin directory

Fabric style Hook processor

omdsh-dev/fabric · tools

Cordis Fabric Workspace The Fabric/Mixin extension layer for DSH as a self-contained workspace of three packages plus an installable profile bundle carrier.

★ 9GitHub stars
1Forks
2026-08-14Last updated
TypeScriptLanguage
License

Project overview

Only these three packages exist as code in this repository. Anything outside them — for example the official @deepseek-ai/dsh-tool-cordis toolset or a corrected upstream dependency — is never added as a fourth package; it is applied as a pnpm dependency patch stored in patches/ (see patches/README.md). Repository shape Repository boundary

Run pnpm run verify:self-contained to enforce the boundary: it rejects local-path dependency specs, compiler or code paths that leave the repository, external or broken Markdown links, absolute workstation paths, and the removal of any repository-layout contract. Bundle behavior

The bundle carrier adds both profile rows as disabled opt-ins:

Install command

dsh plugin --profile web add github:omdsh-dev/fabric
View GitHub repository ↗Back to popular plugin directory