Npaobi/dsh-workspace-drift

Npaobi★ 0TypeScript最后同步: 2026-08-17

在 GitHub 打开

项目环境体检助手

README 摘要

dsh-workspace-drift dsh-workspace-drift is a DeepSeek Harness plugin for finding the environment differences that stop a project from running after it moves to another computer. It records a project baseline, checks the current machine, and explains differences in plain language. It never saves the values of API keys, passwords, tokens, or .env files. Install Install the plugin into a DSH profile: For a local checkout during development: Use Ask the agent to use one of these tools with the absolute path to your project. Record a baseline environment snapshot records the environment that currently works and writes it to: Example request: Check the current machine environment check inspects the workspace without changing files. It checks project type, installed runtimes, package manager, dependency-ready markers, common start scripts, and required configuration names. Example request: Compare with the saved baseline environment compare compares the current workspace with the saved baseline and also performs the current-environment checks. Each finding states what differs, why that may block the project, and the next command or action to take. Example request: What is collected - oper…

在 GitHub 查看完整 README →
Agent/智能体dsh-pluginagent

分类