LeslieWylie/dsh-ops-kit2

@dsh-community/dsh-ops-kit

用于证据驱动记忆、编排、基准测试、仓库审计和插件发布工作流的复用 DSH 工具包。

AI 分析

核心用途是为 DSH 提供一系列面向运维、审计和发布流程的工程化工具。适合进行高级系统管理、基准测试或插件开发的专业用户。

包名
@dsh-community/dsh-ops-kit
版本
0.1.0
许可证
MIT
最近更新
2026年8月14日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:LeslieWylie/dsh-ops-kit

example overlay; adapt to the profile's configuration format

  • id: dsh-ops-kit config: roots: - /workspace/project - /workspace/memory maxFiles: 120 maxBytesPerFile: 160000

If no roots are configured, the tools default to the DSH process working directory. Credential-like paths and common run/secret directories are rejected or skipped.

## Design provenance

This package is a standalone integration layer distilled from general engineering practice, not a copy of any internal source repository. No credentials, raw private data, generated run outputs, or machine-specific configuration belong here.

## Verification

```bash
pnpm install --offline --ignore-scripts
pnpm build
pnpm typecheck
pnpm test

After installing into a live profile, verify that the DSH endpoint returns HTTP 200, the profile stays running after restart, the packaged skills are listed, and dsh_ops_capability_catalog returns all capability packs.

License

See CONTRIBUTING.md and SECURITY.md before contributing.

MIT.