yzke/dsh-extension-ops

yzke★ 0TypeScriptLast synced: 2026-08-17

Open on GitHub

Read-only extension operations standard for DeepSeek Harness agents

README excerpt

dsh-extension-ops 简体中文 dsh-extension-ops is an on-demand operations standard for agents working with DeepSeek Harness (DSH) extensions. It combines a compact Skill, version-exact metadata, reusable policy profiles, advisories, and a read-only resolver. It is not a second package manager. It does not install, update, enable, disable, remove, purge, restart, edit a profile, or authorize another tool to write. Its job is to tell an agent what it must know and verify before a separately authorized operation. Status: v0.1.0-alpha.0 . The schemas and catalog format may still change. Packed GitHub Release artifacts are available. The npm packages are not published yet ( npm publish still requires an interactive 2FA / WebAuthn step). This alpha does not claim measured gains in accuracy, latency, or token use. Why this exists Extension operations are rarely just package operations. A package may be installed but inactive, a restart may be required, two bundles may contribute the same Loader ID, a UI extension may need a recovery path that still works when the UI does not, and a registry tag may point to an older prerelease. This project gives an agent a small, load-on-demand body of operati…

View full README on GitHub →
Agentsdeepseek-harnessdsh-pluginagent

Category