Borrowing it
Nothing to install: this file belongs to GlassyWorld/Omnifocus-Agent-MCP. 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/GlassyWorld/Omnifocus-Agent-MCP/main/AGENTS.mdgit clone --depth 1 https://github.com/GlassyWorld/Omnifocus-Agent-MCPWrote 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/glassyworld/omnifocus-agent-mcp/agents-md)<a href="https://agentmods.dev/instructions/glassyworld/omnifocus-agent-mcp/agents-md"><img src="https://agentmods.dev/badge/instructions/glassyworld/omnifocus-agent-mcp/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.01409 | $0.01409 |
| Opus 5 | $0.00705 | $0.00705 |
| Sonnet 5 | $0.00282 | $0.00282 |
| Haiku 4.5 | $0.00141 | $0.00141 |
Grade A, and why
Omnifocus-Agent-MCP 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 7d 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.
How it starts
The opening of the file, as written. The whole thing — 193 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
本文件用于指导 Codex / AI coding agent 在本仓库中工作。
本仓库是一个 safety-controlled OmniFocus MCP Server。任何修改都必须优先保持:
- 受控 mutation
- 显式用户授权
- Domain correctness
- 可验证行为
- fail-closed 安全边界
先读文件
开始修改前,先阅读:
docs/PROJECT_STATUS.mddocs/SOURCE_MAP.md
如果涉及具体功能,再阅读对应 ADR、设计文档和测试。
语言与沟通
默认使用中文进行对话、工作更新、审计结论和面向维护者的说明。代码标识符、命令、错误码、外部英文原文或已有英文规范可保持原文;用户明确要求英文时再切换。
真实状态判断
遵循 docs/SOURCE_MAP.md 中定义的真实状态判断顺序。
不要把旧 Phase 文档中的限制直接理解为当前能力。旧文档可能描述的是当时阶段边界,而不是当前生产状态。
当前生产边界
personal-production 是当前生产 Profile。当前生产 MCP surface 以 docs/PROJECT_STATUS.md 和注册测试为准。
稳定约束:
personal-production不暴露 Resources。create_task与create_project_skeleton是当前允许进入personal-production的受控 mutation capabilities;两者均受各自 schema、feature gate、Ledger、lock 与 verification 约束。upstream-full是更宽的兼容 surface,不代表生产默认能力。- 不得从已有 primitive、legacy Tool 或
upstream-full能力推断可以进入personal-production。
涉及 Tool / Resource / Profile 变化时,必须检查:
src/serverRegistration.tssrc/serverRegistration.test.ts
架构边界
保持 Domain-first 架构:
Raw Query
-> Strict Adapter
-> Domain Semantics
-> Mapper / Composer
-> MCP Tool
规则:
- MCP handler 不承载核心业务语义。
- 不绕过 Adapter、Domain schema、Mapper、Composer 或 verifier。
- 不因为 Tool 输出缺字段而直接暴露 generic raw query。
- direct / effective / source 语义必须保持可测试。
- Domain 层表达事实,不写入 AI recommendation、priority、risk 或 health 判断。
Change Scope
默认保持小范围修改,优先解决当前目标问题,并沿用现有架构边界。
未经明确要求,不进行:
- 大规模重构
- 目录重组
- API 统一
- 抽象层合并
- 将相邻但未授权的能力顺手纳入本次改动
如果发现更大的结构问题,先记录和说明,不要把它混入当前任务。
Mutation 安全边界
不要把分析、建议、计划、推断或未来意图转换为 mutation。
任何新增或扩展 mutation 能力,必须先有明确设计评审,并满足:
- 显式用户授权
- 有限 mutation set
- preview / confirmation 或等价的目标绑定证据
- auditability
- fail-closed 行为
- 幂等 / replay / duplicate protection
- 写后 verification
- 清晰的
mayHaveWritten/retrySafe语义
未经明确设计批准,禁止:
- generic CRUD framework
- generic mutation executor
- name/path mutation resolver
- fuzzy matching
- fallback 到 Inbox / Project
- 自动创建 Tag
- 静默省略用户要求的 Tag
- edit / move / reparent / complete / delete existing task
- batch CRUD
- repeat / notifications
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.
- 7d ago First seen · 193 lines · 1,409 tokens per session scan A d9578875098f
Omnifocus-Agent-MCP AGENTS.md is an instructions file published in the GitHub repository GlassyWorld/Omnifocus-Agent-MCP (0 stars, last pushed 29d ago), licensed MIT. It adds 1,409 tokens to every session, about $0.0070 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.
Other instructions, from other repositories
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).
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.
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.
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).
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.