Borrowing it
Nothing to install: this file belongs to Solismuchengxue/dsh_plugin_swift_cycle. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/Solismuchengxue/dsh_plugin_swift_cycle/main/AGENTS.mdgit clone --depth 1 https://github.com/Solismuchengxue/dsh_plugin_swift_cycleWrote 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.
[](https://agentmods.dev/instructions/solismuchengxue/dsh_plugin_swift_cycle/agents-md)<a href="https://agentmods.dev/instructions/solismuchengxue/dsh_plugin_swift_cycle/agents-md"><img src="https://agentmods.dev/badge/instructions/solismuchengxue/dsh_plugin_swift_cycle/agents-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00536 | $0.00536 |
| Opus 5 | $0.00268 | $0.00268 |
| Sonnet 5 | $0.00107 | $0.00107 |
| Haiku 4.5 | $0.00054 | $0.00054 |
Grade A, and why
dsh_plugin_swift_cycle 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 3d 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.
What it actually says
AGENTS.md
本仓库是 Swift Cycle 的 DeepSeek Harness 适配器,不是 Swift Cycle 权威源码仓库。
治理方式
- 非简单治理、文档收敛、提交规划和源码/运行态判断必须显式使用当前环境安装的
$swift-cycle。 README.md只保留用户可见的安装、使用和限制;DESIGN.md是设计总入口;详细设计、计划和证据进入docs/。- 新建 docs Markdown 文件和多单词目录遵循 vendored Swift Cycle 的小写 snake_case 规则;既有命名偏差只在独立 documentation-hygiene 工作包内迁移,不复制第二权威。
TODO.md和DEVLOG.md仅作本地维护视图并保持 Git ignored;长期共享事实按职责晋升到 README、DESIGN、共享计划或 evidence 文档。- 不创建
PROJECT_STATE.md,不把多个独立生命周期压缩成一个固定状态 Schema。
仓库与载荷边界
- 权威 Swift Cycle 仓库只读。
vendor/swift-cycle/只能从upstream.lock.json指定的上游身份刷新,禁止在本仓库手工编辑其内容。 - 适配器策略、DeepSeek Harness 注册和兼容性逻辑必须位于 vendor 快照之外。
- 不得删除、覆盖或修改用户已有的同名 Skill 安装。
权限与状态边界
- 源码、打包制品、隔离 Harness runtime、真实用户 profile/consumer、远程仓库和发布是独立层。
- 某一层的修改、验证或授权不能自动证明或授权下一层。
- 未经单独授权,不得安装或运行 DeepSeek Harness、修改真实 profile、创建 remote、push、tag、Release、Topic 或发布 npm 包。
- 不得引入运行时网络下载、凭据、模型配置或安装生命周期脚本。
验证与提交
- 行为修改遵循测试驱动开发:先确认测试因缺失行为而失败,再做最小实现并验证通过。
- 每个提交只包含一个意图;暂存前检查精确文件,提交前运行相关测试和
git diff --check。 - 完成声明必须分别报告源码、制品、隔离 runtime、真实 runtime 和发布状态;未直接验证的层保持未验证。
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.
- 3d ago Changed · +1 lines · +50 tokens per session 1b2b25454a87
- 8d ago First seen · 30 lines · 486 tokens per session scan A 5586e3788b22
dsh_plugin_swift_cycle AGENTS.md is an instructions file published in the GitHub repository Solismuchengxue/dsh_plugin_swift_cycle (16 stars, last pushed 8d ago), licensed MIT. It adds 536 tokens to every session, about $0.0027 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-30.
Other instructions, from other repositories
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.