pengkodam/dsh-lab

pengkodam★ 0JavaScriptLast synced: 2026-08-16

Open on GitHub

Production-grade DeepSeek Harness plugin laboratory, featuring read-only Git worktree intelligence.

README excerpt

dsh-lab A production-grade laboratory for extending DeepSeek Harness without forking its core. Harness is built around the idea that everything is a plugin. This repository explores what a trustworthy out-of-tree plugin should look like: narrow authority, machine-readable contracts, explicit safety boundaries, packed-artifact acceptance, and cross-platform release evidence. The first stable release is dsh-worktree , a read-only worktree-intelligence plugin. dsh-worktree 1.0.0 dsh-worktree gives a Harness agent structured visibility across every Git worktree associated with the repository from which it was launched. Tool What it answers git worktree list Which worktrees exist, and which one is primary? git worktree status Which worktrees have staged, unstaged, untracked, conflicted, or locally known upstream work? git worktree compare How does each linked HEAD differ from the primary worktree's captured HEAD? All three tools take zero arguments. The model cannot supply a path, revision, executable, or Git option. The plugin never fetches, checks out, stages, commits, merges, rebases, or deletes. 60-second demonstration Prerequisites: Node 22.19+ or 24+ , Git, GitHub CLI, and a compa…

View full README on GitHub →
Agentsai-agentsdeepseek-harnessdeveloper-toolsdsh-plugingit-worktree

Category