deepseek-harness-plus AGENTS.md

deepseek-harness-plus AGENTS.md is an instructions file for Codex, OpenCode from SparkElf/deepseek-harness-plus. It costs 3,255 tokens per session, scanned A, a copy of deepseek-harness AGENTS.md, MIT.

Repository instructions for DeepSeek Harness, a software framework that runs AI agents through plugins. They describe the project layout, supported ways to launch apps, and rules for changing an early-stage codebase.

In plain words
What is it for?
Use them when modifying packages, documentation, application startup, session storage, or database schema in the DeepSeek Harness repository.
Why use it?
They reduce guesswork about where code belongs and which commands are allowed. They also warn that old data formats are not supported before the first tagged release.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md. Also seen: mentions CLAUDE.md; mentions subagents; mentions AGENTS.md.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/sparkelf/deepseek-harness-plus/agents-md
Clone the repo
git clone --depth 1 https://github.com/SparkElf/deepseek-harness-plus

Made for: Codex, OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for deepseek-harness-plus AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/sparkelf/deepseek-harness-plus/agents-md.svg)](https://agentmods.dev/instructions/sparkelf/deepseek-harness-plus/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/sparkelf/deepseek-harness-plus/agents-md"><img src="https://agentmods.dev/badge/instructions/sparkelf/deepseek-harness-plus/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 3,255 This file is loaded in full into every session.
When invoked 3,255 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin 92% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.03255 $0.03255
Opus 5 $0.01628 $0.01628
Sonnet 5 $0.00651 $0.00651
Haiku 4.5 $0.00326 $0.00326

Measured 2d ago against content hash fce7c05a2ad8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

deepseek-harness-plus AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

92% identical to deepseek-harness AGENTS.md — 121 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

AGENTS.md · 140 lines

How it starts

The opening of the file, as written. The whole thing — 140 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AGENTS.md

DeepSeek Harness is an all-plugin Cordis agent harness. Read docs/architecture.md before changing packages/; follow docs/AGENTS.md for documentation.

Pre-release stance: foundation over blast radius

Remove at the first tagged release. Until then, prefer foundations to compatibility shims: rename freely and update every reference. Backends reject old formats. SQLite uses monotonic SCHEMA_VERSION; dsh-session keeps SESSION_FORMAT_VERSION at 0 without compatibility promises.

Application launch. Only dsh profiles launch supported Node apps; package bins, demos, and public SDK argv escapes are forbidden (rule).

Security and defensive design are opt-in. Do not introduce either without explicit user authorization for the current task; this rule overrides default hardening guidance.

Repository layout

vendor/      Cordis source; see vendor/README.md
packages/    workspaces at packages/<group>/<pkg>/
  core/      session, prompt, tools, agent, loop
  api/       BFF and Typert RPC gateway
  typert/    type graph, loader, registry
  llm/       model interfaces and providers
  e2b/       remote sandbox adapters
  shell/     bash/pwsh providers and tools
  subprocess/ process capability and Win32 library
  terminal/  persistent sessions
  fs/ lsp/ web/ skill/ context/ compaction/
  subagent/ workflow/ webhook/ todo/ plan/ preset/ guard/
  bundle/ boot/ sdk/ examples/ interaction/ hooks/
  session/ identity/ settings/ credentials/ acp/
  self-modification/ experimental/ support/ util/
python/      Python SDK and runtime
native/      native package sources
.agents/     workflows and Agent Notes
docs/        architecture and references
scripts/     gates and generators
website/     VitePress projection

Package groups: packages/README.md.

Commands

pnpm install
pnpm run clean
pnpm run test
pnpm run test:coverage
pnpm run test:e2e
pnpm run test:expected
pnpm run test:snapshot
pnpm run test:snapshot:record
pnpm run typecheck
pnpm run lint
pnpm run duplication
pnpm run build
pnpm run hygiene
pnpm run check:windows-wine  # only for a known Windows failure
pnpm run doc-sync
pnpm run test:docs
pnpm run website:build
pnpm dsh --profile headless "task"
pnpm run demo:ptc -- "task"

Read the full file on GitHub · 140 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago Changed · -17 lines · -484 tokens per session fce7c05a2ad8
  2. 5d ago First seen · 157 lines · 3,739 tokens per session scan A 18c161851860

Subscribe to this mod's changes

deepseek-harness-plus AGENTS.md is an instructions file published in the GitHub repository SparkElf/deepseek-harness-plus (2 stars, last pushed yesterday), licensed MIT. It adds 3,255 tokens to every session, about $0.0163 per session on Opus 5. A static security scan graded it A with 0 findings. It is 92% identical to deepseek-harness AGENTS.md, differing in 121 lines, and is treated as a copy.

Related

Other instructions, from other repositories

dsh-TUI AGENTS.md

AGENTS.md instructions for ccch1mneyyy/dsh-TUI, covering agents.md, 仓库布局, 命令, 上游边界与契约 and 约定与红线.

ccch1mneyyy/dsh-TUI · 2,093 tokens

cocode AGENTS.md

AGENTS.md instructions for cocode-agency/cocode, covering agents.md, 仓库布局, 仓库边界, cocode-gui/ and cocode-tui/.

cocode-agency/cocode · 1,500 tokens

dsh-TUI CLAUDE.md

Claude Code instructions for ccch1mneyyy/dsh-TUI, a project described as: DSH 官方公众号收录的 TUI 补位插件:Claude Code 风,鲸鱼顶栏/实时状态/流式思考/双击 Esc 回滚/上下文进度+TPS。npm 一键装。 DSH official WeChat featured TUI plugin — Claude Code style: whale bar, live status, streaming thoughts, double-Esc rollback, context bar + TPS. npm one-click.

ccch1mneyyy/dsh-TUI · 3 tokens

DSH-better-sidebar AGENTS.md

AGENTS.md instructions for omdsh-dev/DSH-better-sidebar, covering dsh-better-sidebar 仓库规则(agents), 1. 仓库硬约束(必须遵守), 2. ci 挂载冒烟(plugin-mount job / pnpm test:mount), 3. dsh 0.1.2 适配要点(0.1.2-rc.1+ 基线) and 4. npm 发版(github release → npm publish).

omdsh-dev/DSH-better-sidebar · 3,543 tokens

dsh-worktable AGENTS.md

AGENTS.md instructions for Aisland-SJL/dsh-worktable, covering dsh-worktable 项目规则, 协作方式(用户定案,最高优先级), 边界, 构建与验证 and 领域约定(会话中必须遵守).

Aisland-SJL/dsh-worktable · 6,776 tokens

Tianshu-harness CLAUDE.md

Claude Code instructions for huiliyi37/Tianshu-harness, covering 天枢 (tianshu) / rivet, build & test, architecture, conventions and known constraints.

huiliyi37/Tianshu-harness · 4,771 tokens