Borrowing it
Nothing to install: this file belongs to starcat-app/homebrew-starcat-cli. 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/starcat-app/homebrew-starcat-cli/main/AGENTS.mdgit clone --depth 1 https://github.com/starcat-app/homebrew-starcat-cliWrote 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/starcat-app/homebrew-starcat-cli/agents-md)<a href="https://agentmods.dev/instructions/starcat-app/homebrew-starcat-cli/agents-md"><img src="https://agentmods.dev/badge/instructions/starcat-app/homebrew-starcat-cli/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.00736 | $0.00736 |
| Opus 5 | $0.00368 | $0.00368 |
| Sonnet 5 | $0.00147 | $0.00147 |
| Haiku 4.5 | $0.00074 | $0.00074 |
Grade A, and why
homebrew-starcat-cli 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 yesterday.
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 — Starcat CLI Homebrew Tap
本文档是本仓库 AI 协作规则的唯一维护源。
独立仓库边界
- 本目录是
starcat-app/homebrew-starcat-cli独立 Git 仓库,不属于starcat-cli或 Starcat App 仓库。 - 修改前必须确认当前分支与工作区状态;未经 dong4j 明确要求,不得切换分支、提交或处理其他仓库。
- 本仓只负责 Homebrew Formula 分发;CLI 源码、跨平台构建和 GitHub Release
由
starcat-app/starcat-cli维护。
用途与技术栈
本仓库是 Starcat CLI 与 MCP bridge 的官方 Homebrew tap,安装命令与 Formula
均名为 starcat。Formula 使用 Homebrew Ruby DSL,按 macOS/Linux 与
arm64/amd64 选择不可变的 GitHub Release 压缩包,并用 SHA-256 校验。
- Homebrew Formula DSL / Ruby
- GitHub Actions macOS runner
- GitHub Release 跨平台归档
- SHA-256 完整性校验
关键目录
Formula/starcat.rb:版本、各平台归档 URL、SHA-256、安装和版本测试。.github/workflows/audit.yml:Formula 存在时执行 style 与 strict audit。README.md/README-ZH.md:安装、升级和自动维护边界。CONTRIBUTING.md/SECURITY.md:自动生成与校验和要求。
开发与验证
brew style Formula/starcat.rb
brew tap starcat-app/starcat-cli "https://github.com/starcat-app/homebrew-starcat-cli.git"
brew audit --strict --formula starcat-app/starcat-cli/starcat
brew test starcat-app/starcat-cli/starcat
git diff --check
brew audit 必须使用已安装的 tap 名称,不能把仓库内相对路径直接作为目标。
项目特有约束
- 稳定版
Formula/starcat.rb由starcat-cli的 Release workflow 自动生成并提交。 正常维护不得手工改版本、URL 或校验和;只有自动化不可用且 dong4j 明确授权时才能修复。 - Formula 必须引用不可变的 GitHub Release 归档;每个平台的
sha256必须来自 同一次 CLI 构建生成的checksums.txt,禁止猜测、复用或跨版本混用。 - 必须完整保留 macOS arm64/amd64 与 Linux arm64/amd64 映射,架构条件和文件名
必须与
starcat-cli发布资产一致。 - Homebrew 管理 Cellar 内的二进制;不得让 Formula 调用
starcat update覆盖安装文件。 - CLI 行为或 MCP contract 的变更应在
starcat-cli仓库完成,不得在 tap 中复制实现。
发布禁令
未经 dong4j 在当前任务中明确授权,禁止创建或推送 tag、执行 git push、发布
GitHub Release、上传归档、手工更新远端 Formula、触发发布自动化或执行任何对外分发操作。
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.
- yesterday First seen · 58 lines · 736 tokens per session scan A 19b11d3d2b84
homebrew-starcat-cli AGENTS.md is an instructions file published in the GitHub repository starcat-app/homebrew-starcat-cli (2 stars, last pushed 5d ago), licensed MIT. It adds 736 tokens to every session, about $0.0037 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-09-05.
Other instructions, from other repositories
skill-doctor github-automation.instructions.md
Instructions for evilstar2016/skill-doctor, covering github-automation, description, when to use and instructions.
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.