Harbor Self-Evolving v0.2.0
What is new
- Bundles the project-maintained
evolve-agent-with-harborSkill through DSH's official Skill Registry. - Gives Agents a stable workflow for requirements clarification, workspace initialization, baseline evaluation, evidence-driven optimization, regression comparison, and Promotion Gate reporting.
- Adds Candidate, Dataset, Verifier, and Promotion Policy initialization guidance.
- Adds a complete local DSH Web installation and first-run guide.
- Preserves the four deterministic Harbor tools and keeps deployment outside the evaluation boundary.
Install
uv pip install harbor-dsh-evolution==0.2.0
pnpm dlx @deepseek-ai/dsh@0.1.0-rc.6 \
plugin --profile web add -w dsh-harbor-evolution@0.2.0Restart DSH, then invoke:
/evolve-agent-with-harbor
Validation
- 17 Python tests
- 8 Node.js tests
- npm package installation in a clean DSH Web profile
- official DSH Skill Registry load and lifecycle verification
Full changelog: v0.1.0...v0.2.0