Contributing
August 20, 2026 ยท View on GitHub
Development setup
This plugin follows the DeepSeek Harness source layout. Clone both repositories as siblings:
workspace/
deepseek-harness/
dsh-evolve/
Use Node.js >=22.19 and pnpm. Then run:
pnpm install
pnpm typecheck
pnpm build
pnpm test
Keep runtime observation non-blocking and local by default. Changes that can alter future agent behavior must preserve evidence, explicit approval, and rollback paths. Add focused tests for behavior changes and update documents when contracts change.