dsh-anchored-standard
Start the first request with Minimal-aligned tools, then restore Standard tools and context to study first-request anchoring and experimental workflows.
Project overview
Start the first request with Minimal-aligned tools, then restore Standard tools and context to study first-request anchoring and experimental workflows.
Core capabilities
Control the first-request tool schema
Control the first-request tool schema. This capability is documented in the repository README and still requires verification against the target DSH version and profile.
Restore the full tool catalog after anchoring
Restore the full tool catalog after anchoring. This capability is documented in the repository README and still requires verification against the target DSH version and profile.
Inspect request-header changes in exported JSONL
Inspect request-header changes in exported JSONL. This capability is documented in the repository README and still requires verification against the target DSH version and profile.
Provide multiple self-contained preset variants
Provide multiple self-contained preset variants. This capability is documented in the repository README and still requires verification against the target DSH version and profile.
Installation and usage
Install the DSH agent preset, reload the target environment as documented, and verify it with a low-risk scenario.
Let an AI Agent install it
Send this prompt to Codex, Claude Code, or another AI agent that can work with your local environment.
Help me install dsh-anchored-standard from https://github.com/xiaobright/dsh-anchored-standard. Read the README, license, and installation files first. Confirm the current DeepSeek Harness version, target profile, and required dependencies. Use the repository's current command `git clone https://github.com/xiaobright/dsh-anchored-standard.git
cd dsh-anchored-standard
dsh_home="${DSH_HOME:-$HOME/.dsh}"
mkdir -p "$dsh_home/.agent-presets"
test ! -e "$dsh_home/.agent-presets/anchored-standard"
cp -R preset "$dsh_home/.agent-presets/anchored-standard"`. Explain the profile, paths, and permissions that will change before running it. Follow the repository verification steps and report commands, changed locations, and visible results. Ask before requesting credentials, enabling extra network access or build scripts, overwriting files, or expanding permissions.- A working DeepSeek Harness installation
- Permission to write to the user-level .dsh preset directory
- A blank new session for verification
git clone https://github.com/xiaobright/dsh-anchored-standard.git
cd dsh-anchored-standard
dsh_home="${DSH_HOME:-$HOME/.dsh}"
mkdir -p "$dsh_home/.agent-presets"
test ! -e "$dsh_home/.agent-presets/anchored-standard"
cp -R preset "$dsh_home/.agent-presets/anchored-standard"- 1Check the environment and target profile
A working DeepSeek Harness installation; Permission to write to the user-level .dsh preset directory; A blank new session for verification. Record the current configuration and installed plugins before changing anything.
- 2Run the current repository command
Run the following command. `git clone https://github.com/xiaobright/dsh-anchored-standard.git cd dsh-anchored-standard dsh_home="${DSH_HOME:-$HOME/.dsh}" mkdir -p "$dsh_home/.agent-presets" test ! -e "$dsh_home/.agent-presets/anchored-standard" cp -R preset "$dsh_home/.agent-presets/anchored-standard"` Stop and ask before enabling build scripts, providing credentials, or overwriting files.
- 3Reload and verify
Fully restart DSH, select Anchored Standard in a blank session, export JSONL, and inspect the first-request tool array and the later restored catalog.
Fully restart DSH, select Anchored Standard in a blank session, export JSONL, and inspect the first-request tool array and the later restored catalog.
- The project is explicitly experimental
- Developer-preview DSH releases may introduce breaking changes
- Project2 scores do not prove general improvement
Use cases
Study model sensitivity to first-request tools
Start with a minimal dsh-anchored-standard scope in this scenario, then expand only after checking output, permissions, and compatibility.
Reproduce two-phase tool-catalog changes
Start with a minimal dsh-anchored-standard scope in this scenario, then expand only after checking output, permissions, and compatibility.
Check preset compatibility against new DSH releases
Start with a minimal dsh-anchored-standard scope in this scenario, then expand only after checking output, permissions, and compatibility.
Assessment
This assessment is based on the repository README, installation instructions, license, and maintenance metadata. Documents first and later request changes clearly; Provides reproducible JSONL checks; Installs as a self-contained preset directory. The project is explicitly experimental; Developer-preview DSH releases may introduce breaking changes; Project2 scores do not prove general improvement. No local installation or long-term use is claimed.
Why it may be useful
- Documents first and later request changes clearly
- Provides reproducible JSONL checks
- Installs as a self-contained preset directory
What to know first
- The project is explicitly experimental
- Developer-preview DSH releases may introduce breaking changes
- Project2 scores do not prove general improvement
README
dsh-anchored-standard
Overview
Start the first request with Minimal-aligned tools, then restore Standard tools and context to study first-request anchoring and experimental workflows. Start the first request with Minimal-aligned tools, then restore Standard tools and context to study first-request anchoring and experimental workflows.
Getting started
- Install the DSH agent preset, reload the target environment as documented, and verify it with a low-risk scenario.
- Start the first request with Minimal-aligned tools, then restore Standard tools and context to study first-request anchoring and experimental workflows.
- The repository documents these main capabilities: Control the first-request tool schema, Restore the full tool catalog after anchoring, Inspect request-header changes in exported JSONL, Provide multiple self-contained preset variants.
- Fully restart DSH, select Anchored Standard in a blank session, export JSONL, and inspect the first-request tool array and the later restored catalog.
Configuration
git clone https://github.com/xiaobright/dsh-anchored-standard.git
cd dsh-anchored-standard
dsh_home="${DSH_HOME:-$HOME/.dsh}"
mkdir -p "$dsh_home/.agent-presets"
test ! -e "$dsh_home/.agent-presets/anchored-standard"
cp -R preset "$dsh_home/.agent-presets/anchored-standard"Read the complete README on GitHub →