Back to home@beartackler

dsh-bridge

Your harness muscle memory, verified and installed into DeepSeek Harness - familiar commands, connectors flow, and a trust-verified plugin catalog

Stars
1
Language
TypeScript
Created
Aug 25, 2026
Updated
Aug 26, 2026

Introduction

██████╗ ███████╗██╗  ██╗  ██████╗ ██████╗ ██╗██████╗  ██████╗ ███████╗
██╔══██╗██╔════╝██║  ██║  ██╔══██╗██╔══██╗██║██╔══██╗██╔════╝ ██╔════╝
██║  ██║███████╗███████║  ██████╔╝██████╔╝██║██║  ██║██║  ███╗█████╗
██║  ██║╚════██║██╔══██║  ██╔══██╗██╔══██╗██║██║  ██║██║   ██║██╔══╝
██████╔╝███████║██║  ██║  ██████╔╝██║  ██║██║██████╔╝╚██████╔╝███████╗
╚═════╝ ╚══════╝╚═╝  ╚═╝  ╚═════╝ ╚═╝  ╚═╝╚═╝╚═════╝  ╚═════╝ ╚══════╝

Familiar harness commands for DeepSeek Harness, with every plugin audited first.

CI License: MIT Node Built by agent swarm, human reviewed

Current stills, rendered from the specs rather than a running build: detection matrix (light) · trust card (light).

What

dsh-bridge is a DeepSeek Harness plugin for people arriving from Claude Code, Codex CLI, OpenCode, or Jcode. It ports the slash commands you already know onto DSH-native seams, adds a guided connectors flow, and refuses to recommend a community plugin until an adversarial review has graded it.

Why

  • Language. The DSH plugin ecosystem skews non-English. The catalog and command surface here are English-first.
  • Trust. Plugins are arbitrary code. Every recommendation ships a report card citing file-and-line evidence you can re-check.
  • Muscle memory. /model, /resume, /memory, /mcp, /review behave the way your previous harness taught you.

Install

dsh plugin --profile web add github:beartackler/dsh-bridge

Not yet functional. That command is the target shape, proven by existing plugins such as dsh-ponytail. Specs and audits are real today; the runtime is not.

Verified catalog

docs/catalog/INDEX.md lists every plugin that has completed a trust review, with the audited commit and a linked report card.

Grades: A verified-clean · B safe with documented behavior · C use with awareness · D risky · F do not install. A grade is an evidence-backed opinion over one pinned commit, not a safety guarantee.

Commands

Each command is specified before it is written. Status of all sixteen: spec, not implemented.

CommandDoes
/helpLists the bridge surface and the DSH-native equivalent of each command.
/initOnboards a repository and generates its instruction file.
/connectDetects existing provider credentials, configures routes, smoke-tests them.
/modelSwitches the active model or route without editing profile YAML.
/statusReports session, profile, and route state already known. Probes nothing.
/doctorRuns environment health checks and prints only what it actually observed.
/memoryReads and edits persistent user and project memory.
/compactCompacts conversation context on demand.
/resumePicks a recent session to resume or fork.
/reviewReviews working-tree or pull-request changes.
/improveProposes and applies targeted improvements to selected code.
/mcpAdds, inspects, and removes MCP servers.
/browseBrowses the verified catalog with grade and trust filters.
/trustPrints a plugin's trust report card with its evidence.
/installInstalls a plugin, preferring verified builds and requiring explicit risk consent.
/suggestHandles the dead end: scaffolds the plugin that does not exist yet.

Naming caveat: shipped names will be either /bridge:<name> or /bridge-<name>, pending an open DSH parser question.

Docs

Status

Under active development. Research and audit artifacts land in docs/ as they are produced.

MilestoneState
Capability researchin progress
Adversarial audit of DSH built-insin progress
MVP plugin (commands, connectors)next
Trust report card pipelineplanned
Onboarding wizard UIplanned

Principles

  1. Trust over speed. Every security claim cites evidence.
  2. English-first, i18n-ready.
  3. Minimal code. Shortest correct implementation, no speculative features.
  4. You own your machine. No telemetry without opt-in.

Provenance

Built by a mixed-model agent swarm (ox-alpha and Claude Opus 5) under human review. We say so because a trust product that hides its provenance has no business asking for yours.

Not affiliated with DeepSeek. Built on their MIT-licensed groundwork with gratitude.