Borrowing it
Nothing to install: this file belongs to QuanhuZeYu/Qz-Miner. 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/QuanhuZeYu/Qz-Miner/5.0重构/AGENTS.mdgit clone --depth 1 https://github.com/QuanhuZeYu/Qz-MinerWrote 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/quanhuzeyu/qz-miner/agents-md)<a href="https://agentmods.dev/instructions/quanhuzeyu/qz-miner/agents-md"><img src="https://agentmods.dev/badge/instructions/quanhuzeyu/qz-miner/agents-md/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/instructions/quanhuzeyu/qz-miner/agents-md"><img src="https://agentmods.dev/badge/instructions/quanhuzeyu/qz-miner/agents-md.svg" alt="Reviewed on agentmods" width="80" 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.00637 | $0.00637 |
| Opus 5 | $0.00318 | $0.00318 |
| Sonnet 5 | $0.00127 | $0.00127 |
| Haiku 4.5 | $0.00064 | $0.00064 |
Grade A, and why
Qz-Miner 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 11d 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
Qz-Miner 协作规范
回答、审查结论和交付说明优先使用中文;代码标识符、命令、路径、协议字段及行业术语保留原文。
项目边界
- 依赖方向固定为
Qz-Miner -> Qz-UILib;通用 UI 能力归 UILib,Miner 承载连锁挖矿业务、网络、掉落、世界线程与接入胶水。 - 开始改动前先读本文件;业务现状以实时 Git、代码与
docs/反馈层/errors/为准。
高影响安全边界
- 方块破坏、掉落实体生成和世界状态修改只在服务端主线程;并行 worker 只读世界并发布规划结果。
- 并行任务在预算安全点协作式停止;不得用常规
Future.cancel(true)、超时强杀或绕过ParallelTickExecutor.endStage(...)屏障制造半完成状态。 - 已收集掉落属于玩家资产:缓冲不得随会话清理丢失,生成失败或异常必须保留或回填。
- 网络入包、客户端同步、玩家生命周期清理和 GPU 资源释放必须回到对应主线程及统一生命周期入口。
- 可选模组能力不可用时安全降级;探测不得触发不必要的静态初始化,不把客户端专属签名带入 dedicated server。
- 状态机、协议、持久数据、公共兼容承诺或上述边界需要改变时,先说明明确后果并取得用户确认。
工作方式与验证
- 代码改动通过完整 build 后才作为可交付增量自动提交(本地 commit);失败时继续定位、修复并重跑。纯文档改动可跳过 build;未执行的测试、制品或运行态不得写成通过。
- 交付前检查相关 diff、status 与近期提交风格,只暂存任务文件并自动创建本地 commit。无冲突、保留双方完整历史与内容且不删除来源分支的本地纯增量 merge 可自动执行;push、tag 与 release 仍须用户明确要求。
- 修改历史、删除分支、丢弃提交或改动、以及会让现有内容从最终工作目录消失的 Git 操作必须先说明影响并取得用户确认;纯增量 merge 出现冲突或无法证明完整保留时也必须停止询问。
runClient*、runServer*与发布仍交用户或 CI;公共 API、依赖/版本、发布策略、生产操作、密钥与认证由用户决定。- 修改本文件、核心架构边界或发布策略前取得用户确认。
踩坑
- 重要踩坑记录在
docs/反馈层/errors/,踩坑后及时补记。
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.
- 11d ago First seen · 30 lines · 637 tokens per session scan A f8750b00001a
Qz-Miner AGENTS.md is an instructions file published in the GitHub repository QuanhuZeYu/Qz-Miner (209 stars, last pushed 24d ago), licensed MIT. It adds 637 tokens to every session, about $0.0032 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).
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.
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.