
Dsh Anchored Standard
by xiaobright · xiaobright/dsh-anchored-standard
Two-phase DeepSeek Harness preset: Minimal-aligned bootstrap, then full Standard tools (Project2 98/99)
Install Dsh Anchored Standard
Not a bundle: copy the directory (with its agent.cordis.yml) into your presets root. No `dsh plugin add`, no build step.
This is an agent preset: a directory containing one agent.cordis.yml, which gives a session its own tools and prompt. Presets are not installed with dsh plugin add either — drop the directory into your preset root and DSH picks it up, after which it can be copied or deleted from the UI.
Clone it into your agent-preset root
git clone https://github.com/xiaobright/dsh-anchored-standard.git <preset-root>/dsh-anchored-standard
# the directory must contain agent.cordis.yml at its top level
ls <preset-root>/dsh-anchored-standard/agent.cordis.ymlThen start the profile you want the preset available in: dsh --profile my-profile.
Prerequisites
- API key
- Not required.
- Network access
- Not required at runtime.
- Language
- JavaScript
Install check
Every field the verdict was derived from, so you can re-derive it yourself
| Field checked | Result | Weight | What the spec says about it |
|---|---|---|---|
| lifecycleScripts | pass | info | no install-time scripts |
| entityType | pass | info | agent-preset is not installed via `dsh plugin add` |
- Verdict reason
- agent-preset uses its own install path, so bundle checks do not apply
- package.json read
- package.json
- Rules applied from
- docs/user/develop/basic/publish.md
- Checked at
- 2026-08-15
From the README
Excerpt as published by the author, plain text, unedited
An experimental DeepSeek Harness agent preset that bootstraps the first model request with a Minimal-aligned prompt, the Minimal preset's real tool schema (`bash` + `str_replace_editor`), and no auto-injected workspace/skill context, then exposes the complete Standard tool catalog after the first durable tool call or reply. This is a community project. It is not an official DeepSeek preset and is not affiliated with or endorsed by DeepSeek. DeepSeek V4 Pro conditions strongly on the API-visible tool catalog. In the Project2 evaluation, Standard and PTC produced scores of 91 and 92, while the official Minimal preset produced 99 and 96. Permanently staying on Minimal, however, gives up the Standard preset's broader tool set. Anchored Standard separates initial trajectory selection from later
Topics
GitHub topics on this repository
More in Measured First Router
Ranked by similarity inside the cluster, not alphabetically
Dsh Routing Suite
yjh051108
dsh-routing-suite — injector + router-standard kit: install the runtime injector first, then the task-aware reasoning-mode router preset (measured P1-P23).
Dsh Router Standard
yjh051108
Task-aware reasoning-mode router for DeepSeek Harness: three measured behavior bands (spec/mixed/react) with phase-transition evidence, persona + first-turn tool injection, agent-visible tuning. Dual-attractor policy paper included.
Dsh Catgirl Plugin
Freakz2z
A token-efficient persona runtime for DeepSeek Harness. 把人格留在界面,把智能留给模型。Measured: -67% input tokens, -66% cache reads, 0-token catgirl rendering.