summono CLAUDE.md

A set of coding instructions for contributing to Summono, a launcher and installer for running AI tools such as DeepSeek Harness.

In plain words
What is it for?
Use it when modifying Summono, especially its engine or runtime pipeline, and when checking changes before submission.
Why use it?
It explains the project’s required checks, code boundaries, branch naming, and commit rules so changes fit the repository.

Instructions file

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/liustack/summono/claude-md
Clone the repo
git clone --depth 1 https://github.com/liustack/summono
Per session 164 This file is loaded in full into every session.
When invoked 164 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found 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 $0.00164 $0.00164
Opus 5 $0.00082 $0.00082
Sonnet 5 $0.00033 $0.00033
Haiku 4.5 $0.00016 $0.00016

Measured 2d ago against content hash 5ddf8b3d9ee7, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

summono CLAUDE.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.

CLAUDE.md · 10 lines

What it actually says

CLAUDE.md

  1. Read AGENTS.md first — goal, architecture, commands, and conventions live there.
  2. The acceptance gate for any change is pnpm typecheck && pnpm test && pnpm smoke; anything touching the runtime/dsh pipeline must also pass pnpm smoke:dsh.
  3. All real work lives in the engine process behind the JSON-RPC boundary; the Electron main process carries no business logic.
  4. Vendor passthrough, never replacement: official installers, desktop apps, and state-directory conventions are used as-is.
  5. Branch before touching main (feat/ fix/ refactor/ docs/ chore/ prefixes). Conventional commits, atomic commits.

@.agents/private.md

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 First seen · 10 lines · 164 tokens per session scan A 5ddf8b3d9ee7

Subscribe to this mod's changes

summono CLAUDE.md is an instructions file published in the GitHub repository liustack/summono (2 stars, last pushed 10d ago), licensed MIT. It adds 164 tokens to every session, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other instructions, from other repositories

deepseek-harness-desktop AGENTS.md

Instructions for baihejiangnan/deepseek-harness-desktop, covering dsh launcher 开发规范, 首要原则, 进程与窗口模型, 实例与数据规则 and dsh 运行时与更新边界.

baihejiangnan/deepseek-harness-desktop · 4,770 tokens

desktop-cc-gui AGENTS.md

AGENTS.md instructions for zhukunpenglinyutong/desktop-cc-gui, covering 项目规则入口(mossx), 规则优先级, 文档分层, 最小读取路径 and openspec 交付.

zhukunpenglinyutong/desktop-cc-gui · 3,825 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-alpha 适配要点(alpha 通道) and 4. npm 发版(github release → npm publish).

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

dsh-worktable AGENTS.md

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

Aisland-SJL/dsh-worktable · 4,863 tokens

DeepSeek-Harness-Desktop AGENTS.md

Instructions for web-casa/DeepSeek-Harness-Desktop, covering agents.md — dsh desktop, 项目本质, 不可违背的安全不变量, 版本单一事实源(改动版本时必须同时改全部) and harness 升级启动契约(bump pin 前必读).

web-casa/DeepSeek-Harness-Desktop · 2,781 tokens

awesome-deepseek-harness-plugins AGENTS.md

Instructions for imsai-sh/awesome-deepseek-harness-plugins, covering repository instructions, the submission gate is the product, generated files, cross-repo contracts (no ci spans both repositories) and permanent urls.

imsai-sh/awesome-deepseek-harness-plugins · 1,057 tokens