txy-ucas/dsh-workspace-snapshot
txy-ucas★ 1TypeScript最后同步: 2026-08-16
A bounded, read-only Git workspace status plugin for DeepSeek Harness.
README 摘要
dsh-workspace-snapshot A bounded, read-only Git workspace status tool for DeepSeek Harness. It adds one model-facing workspace snapshot tool that reports branch tracking and repository-relative path states as validated structured data. The plugin never stages files, changes branches, writes Git configuration, creates commits, or pushes. Scope This plugin is intentionally a status probe, not a complete Git workflow. It answers which paths are staged, unstaged, conflicted, or untracked without exposing repository mutation operations or file-content diffs. Use a dedicated review or Git workflow plugin when the agent must inspect changed lines, create commits, or manage branches. The narrower scope keeps this plugin useful in read-only deployments and complementary to broader Git tooling. Requirements - Node.js ^22.19.0 =24.0.0 - DeepSeek Harness 0.1.0-rc.6 - Git available in the Harness subprocess provider's execution world The package pins the exact Cordis and DSH peer API versions it was tested against. An incompatible Harness upgrade fails package resolution instead of silently loading an unverified API combination. Install Install the prebuilt v0.1.0 release into the profile you u…
在 GitHub 查看完整 README →