Home / zk-andy / dsh-continual-evolve · .agents/AGENTS.md · GitHub

AGENTS.md@.agents agentsA

AGENTS.md@.agents is agent-read markdown (agents) from zk-andy/dsh-continual-evolve.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# AGENTS.md — .agents/(AI 协作层)

本子树的专属规则:**AI 协作机制本身**(技能、ADR、模板)。不重复根文件内容。

## 技能

- `.agents/skills/` 由 DSH 自动发现(skill 工具按需加载),无需注册。
- 技能为 deepseek-harness 原版;**正文不改方法论**——本项目要加的专属规则写进上层 AGENTS.md 或本文件。
- 用不上的技能不会触发,零干扰;首版稳定后按证据剪枝(触发过 ≥1 次、或其规则被文档/评审引用者保留)。

## ADR(Agent Notes)

- 路径:`.agents/notes/<lifecycle>/<class>/yyyy-mm-dd-<topic>.md`。
- class 封闭集合:`feature` / `bug-fix` / `simplification` / `architecture` / `process` / `testing`。
- 状态即目录:`proposed` → `implemented`(改 Status + 移目录)→ `archived`(冻结,只插 `Archived:` 行)。
- implemented 笔记用现在时,**禁止** `## Proposal`/`## Plan`/`## Acceptance criteria`;强制 `## Alternatives considered`。
- 双语暂不启用:正文中文单语(开启时恢复 `.zh.md` + 配对机制)。

## 出处声明(MIT)

- `.agents/skills/` 全部技能:© deepseek-ai,MIT License,来自 `deepseek-ai/deepseek-harness`(https://github.com/deepseek-ai/deepseek-harness)。2026-08-22 自 devops-template 逐字原样拷贝(与上游一致,已 diff 验证)。
- `.agents/notes` 骨架、`templates/` 骨架、门禁脚本:来自 devops-template(提炼自 deepseek-harness,MIT)。搬运保留出处。

Read the whole file at its exact version.

How to install

Latest version
mdr add zk-andy/dsh-continual-evolve/.agents/AGENTS.md@git:20260821.fb7299e
Exact content
mdr add zk-andy/dsh-continual-evolve/.agents/AGENTS.md@sha256:a51c59b68f8e2622

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_ixb2tdyiky4itf5u.svg)](https://markdownregistry.com/a/art_ixb2tdyiky4itf5u)

0 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260821.fb7299e latest2026-08-21 fb7299e 1,534 BA view

Audit of the latest version

A  14 of 14 checks passed. Deterministic, no model, same answer every run.
  • pass: Size between 200 bytes and 200 KB (1534 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

zk-andy/dsh-continual-evolve · 18 stars · license MIT · pushed 2026-09-25 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_ixb2tdyiky4itf5u
GET https://markdownregistry.com/api/v1/resolve?ref=zk-andy/dsh-continual-evolve/.agents/AGENTS.md
GET https://markdownregistry.com/api/v1/blob/a51c59b68f8e262201f1da81d1d6d889e83ef7cb10854dd93b90924cd20e9ebd

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from zk-andy/dsh-continual-evolve

dsh-archive-agent-notes skill
zk-andy/dsh-continual-evolve · .agents/skills/dsh-archive-agent-notes/SKILL.md · Use when adding, auditing, pruning, archiving, restoring, or reviewing Agent Notes in deepseek-harness; checks every…
git:20260821.fb7299e · audit A · 18 stars
dsh-code-review skill
zk-andy/dsh-continual-evolve · .agents/skills/dsh-code-review/SKILL.md · Use when reviewing a pull request in the deepseek-harness repo — orients the reviewer to this codebase's standards…
git:20260821.fb7299e · audit A · 18 stars
dsh-doc-site-sync skill
zk-andy/dsh-continual-evolve · .agents/skills/dsh-doc-site-sync/SKILL.md · Use when publishing, updating, moving, or removing DeepSeek Harness documentation website pages; editing…
git:20260821.fb7299e · audit A · 18 stars
dsh-doc-standards skill
zk-andy/dsh-continual-evolve · .agents/skills/dsh-doc-standards/SKILL.md · Use when writing, moving, reviewing, or auditing documentation in the deepseek-harness repo — choosing hierarchy and…
git:20260821.fb7299e · audit A · 18 stars
dsh-find-simplifications skill
zk-andy/dsh-continual-evolve · .agents/skills/dsh-find-simplifications/SKILL.md · Use when working in the deepseek-harness repo to find non-obvious simplification candidates, write proposed Agent Notes…
git:20260821.fb7299e · audit A · 18 stars
dsh-merging-stacked-prs skill
zk-andy/dsh-continual-evolve · .agents/skills/dsh-merging-stacked-prs/SKILL.md · Use when landing a stack of dependent GitHub PRs (A ← B ← C, where each bases on the one below) onto master, merging a…
git:20260821.fb7299e · audit A · 18 stars
dsh-pre-push-checks skill
zk-andy/dsh-continual-evolve · .agents/skills/dsh-pre-push-checks/SKILL.md · Use before pushing, force-pushing, marking ready for review, or claiming checks pass on a deepseek-harness branch, and…
git:20260821.fb7299e · audit A · 18 stars
dsh-prose-standard skill
zk-andy/dsh-continual-evolve · .agents/skills/dsh-prose-standard/SKILL.md · Use when writing, reviewing, restoring, trimming, or auditing prose in the deepseek-harness repo, including deciding…
git:20260821.fb7299e · audit A · 18 stars
dsh-translate-docs skill
zk-andy/dsh-continual-evolve · .agents/skills/dsh-translate-docs/SKILL.md · Manually run the extended DeepSeek Harness bilingual-document workflow, including generated briefings, delegated prose…
git:20260821.fb7299e · audit A · 18 stars
dsh-trim-cot-leakage skill
zk-andy/dsh-continual-evolve · .agents/skills/dsh-trim-cot-leakage/SKILL.md · Use when auditing or fixing prose that reads like a leaked reasoning transcript — dead design-session citations such as…
git:20260821.fb7299e · audit A · 18 stars
record-browser-gif skill
zk-andy/dsh-continual-evolve · .agents/skills/record-browser-gif/SKILL.md · Record browser or Web UI interaction demos as optimized GIFs using the available built-in browser, state-based frame…
git:20260821.fb7299e · audit A · 18 stars
AGENTS.md agents
zk-andy/dsh-continual-evolve · AGENTS.md
git:20260925.c39b260 · audit A · 18 stars

Every file in zk-andy/dsh-continual-evolve

Other files named AGENTS.md@.agents

AGENTS.md@.agents agents
code-yeongyu/oh-my-openagent · .agents/AGENTS.md
git:20260923.2f99bd2 · audit A · 69,349 stars
AGENTS.md@.agents agents
marcusquinn/aidevops · .agents/AGENTS.md
git:20260922.a65604b · audit A · 399 stars
AGENTS.md@.agents agents
langfuse/langfuse-docs · .agents/AGENTS.md
git:20260918.3890d7f · audit B · 244 stars
AGENTS.md@.agents agents
nmdra/notebrain-cli · .agents/AGENTS.md
git:20260814.ab28f86 · audit A · 27 stars
AGENTS.md@.agents agents
flutter/dart-intellij-third-party · .agents/AGENTS.md
git:20260810.5c39536 · audit A · 25 stars
AGENTS.md@.agents agents
rudycity/superagent · .agents/AGENTS.md
git:20260904.647a093 · audit A · 23 stars
AGENTS.md@.agents agents
docxology/template · .agents/AGENTS.md
git:20260829.b2727a9 · audit A · 20 stars
AGENTS.md@.agents agents
forinda/kick-js · .agents/AGENTS.md
git:20260831.221499c · audit A · 15 stars

Browse by kind, by grade A, or by owner.