ciceroyang/dsh-doctor
ciceroyang★ 1JavaScriptLast synced: 2026-08-15
One-command health check for DeepSeek Harness local environments
README excerpt
dsh-doctor One-command health check for DeepSeek Harness local environments. A zero-dependency implementation of the community-requested "dsh doctor" idea (official Discussions 1719). Usage npx github:ciceroyang/dsh-doctor node doctor.mjs --json checks array node doctor.mjs --json --envelope dsh-doctor/v1 envelope (community contract) node doctor.mjs --profile target a specific DSH HOME/directory Community contract (dsh-doctor/v1) Aligned with the zoahdev and moonquake2004 implementations (official discussion 1719): - envelope: { schema, generatedAt, profile, exitCode, summary{pass,warn,fail}, ok, checks:[{name,status,detail}] } - lowercase status vocabulary: ok / warn / fail - exit codes: 0 all-pass / 1 any warn / 2 any fail Checks - node version ( =18 usable; =22.15 required for historical session-log reading) - pnpm presence (dsh plugin depends on it) - dsh on PATH - DSH HOME / settings.yaml existence and writability (with sudo-ownership hint) - profile manifest integrity (per-profile bundle counts, corrupt ones flagged) - session log count (multi-frame zstd health) - built-in zstd availability - port 3080 availability - duplicate critical packages (multiple dsh-tools/dsh-skill/…
View full README on GitHub →Category
A public gallery of animated pets for Codex, Claude Code, DeepSeek Harness, Hermes, OpenCode, Gemini CLI, and more.
★ 3,820
hyhmrright/brooks-lintAI code reviews grounded in 12 classic engineering books — decay risk diagnostics with book citations, severity labels, and 6 analysis modes including full-sweep auto-fix
★ 1,338
ccch1mneyyy/dsh-TUI解决DSH 官方尚无终端 TUI 痛点的补位之作,献给偏爱cli的各位极客:Claude Code 风格全屏交互终端插件——像素鲸鱼顶栏、实时工作状态行、思考流式展开、双击 Esc 回滚、上下文进度条 + TPS 仪表。npm 一键安装。
★ 1,141