ArtificialNotImbecile/dsh-context-taxonomy--packages-dsh-context-taxonomy ↗★ 1
@artificialnotimbecile/dsh-context-taxonomy
DeepSeek Harness Web 配置文件的逻辑调用上下文分类法
安装
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ArtificialNotImbecile/dsh-context-taxonomy#65ef5e906b654fbb03d0320de450fb2fcc9e0db2&path:packages/dsh-context-taxonomy说明文档
阅读完整 README ↗@artificialnotimbecile/dsh-context-taxonomy
See how DeepSeek Harness assembles each ordinary agent call: the complete system prompt, conversation history, current prompt, tool definitions, model options, token composition, cache usage, and logical reasoning evidence.
This read-only Web-profile plugin is designed for learning Harness architecture and debugging agent behavior. It captures the provider-neutral GenerateOptions values that reach this plugin's public llm/stream listener and presents them as an explorable Context Taxonomy beside the conversation. Use it to study prompt construction, compare presets, audit which tools the model could call, diagnose context growth, and understand retries without reading a Session log by hand.

Recorded from a real DeepSeek-V4-Flash run on the official Harness 0.1.0-rc.6 Web profile—not a mock or fixture.
It does not capture a provider HTTP body, headers, endpoint, transport attempt, or delivery status. Calls that fail before LLM dispatch or are intercepted by an earlier waterfall listener are not visible.
Install
The package targets DeepSeek Harness 0.1.0-rc.6 exactly.
npx @deepseek-ai/dsh@0.1.0-rc.6 plugin --profile web add @artificialnotimbecile/dsh-context-taxonomy@0.1.0
For local development, pack the repository and install the resulting tarball:
pnpm install --ignore-scripts
pnpm run build
pnpm run test
pnpm --filter @artificialnotimbecile/dsh-context-taxonomy pack --pack-destination "$PWD"
npx @deepseek-ai/dsh@0.1.0-rc.6 plugin --profile web add ./artificialnotimbecile-dsh-context-taxonomy-0.1.0.tgz
A pinned Git source install can target the workspace subdirectory:
npx @deepseek-ai/dsh@0.1.0-rc.6 plugin --profile web add \
'github:ArtificialNotImbecile/dsh-context-taxonomy#v0.1.0&path:packages/dsh-context-taxonomy'
This runs the package's prepare build. The first attempt stops safely and prints the exact codeload URL + commit + workspace-path key pnpm 11 requires under allowBuilds in the Web profile's ; review the pinned source, add that exact key, then repeat the command. A package-name-only entry is insufficient for Git dependencies. The precompiled npm package is the normal installation path.