dsh plugins中文
← Back to popular plugin directory

DSH plug-in development tool

ZK-Andy/dsh-continual-evolve · skills

Continual self-evolution plugin for DeepSeek Harness: versioned, auditable, rollback-safe harness state refined from session trajectories, with a benchmark-driven validation loop.

★ 5GitHub stars
0Forks
2026-08-15Last updated
TypeScriptLanguage
MITLicense

Project overview

The result: the model proposes, the code guarantees. Every mechanical safety property (schema validation, snapshots, versioning, audit trail, acceptance decisions) is enforced in code — never by asking the model to behave. Why

Model-facing tools: evolvelist, evolveadd, evolveupdate, evolvedelete, evolverollback. Memory layer

Plugin-owned file logging: every cordis log message (from this plugin or any other) is appended to /evolve/plugin.log as JSONL (0600, rotated to plugin.log.1 past logMaxBytes). It works no matter how dsh web is launched — no extra component to install, no startup-script dependency. View the tail with /evolve log [tail N], or read the file directly:

Install command

dsh plugin --profile web add github:ZK-Andy/dsh-continual-evolve
View GitHub repository ↗Back to popular plugin directory