CPA-Manager-Plus AGENTS.md

CPA-Manager-Plus AGENTS.md is an instructions file for Codex, OpenCode from seakee/CPA-Manager-Plus. It costs 1,925 tokens per session, scanned A, original, MIT.

Repository instructions for coding agents working on the CPA-Manager-Plus project, including its rules, layout, commands, and design.

In plain words
What is it for?
Planning and carrying out repository changes, inspecting GitHub-related work, and following the project's approval and safety rules.
Why use it?
It tells agents what they may change, how to get approval, and which tools and workflows the project expects.

Instructions file for CodexOpenCode

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/seakee/cpa-manager-plus/agents-md
Clone the repo
git clone --depth 1 https://github.com/seakee/CPA-Manager-Plus

Made for: Codex, OpenCode.

Wrote 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.

agentmods badge for CPA-Manager-Plus AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/seakee/cpa-manager-plus/agents-md.svg)](https://agentmods.dev/instructions/seakee/cpa-manager-plus/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/seakee/cpa-manager-plus/agents-md"><img src="https://agentmods.dev/badge/instructions/seakee/cpa-manager-plus/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,925 This file is loaded in full into every session.
When invoked 1,925 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.01925 $0.01925
Opus 5 $0.00962 $0.00962
Sonnet 5 $0.00385 $0.00385
Haiku 4.5 $0.00193 $0.00193

Measured 3d ago against content hash 8d893e6c9230, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

CPA-Manager-Plus 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.

AGENTS.md · 126 lines

How it starts

The opening of the file, as written. The whole thing — 126 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Repository Rules

For all agents. Shared approval semantics: /Users/seakee/.codex/prompt-policy.md; repo rules may only tighten them.

Operation

  • Language: English unless the user asks otherwise.
  • Dev flow: requirements -> read-only analysis -> plan -> explicit approval -> edit -> verify.
  • Pre-approval: read files/history and run non-mutating commands only.
  • Edit only user-named files or approved-plan files; dependent files may be read.
  • Preserve unrelated user changes. No reset/checkout/delete/stage/commit/push/remote mutation without explicit approval.
  • Prefer GitHub MCP github namespace tools for GitHub-related operations: repository reads, refs, branches, tags, releases, issues, PRs, checks, commits, contents, and remote mutations. Examples include get_me, pull_request_read, create_pull_request, and create_branch; legacy runtimes may expose the same tools as mcp__github__*. Use local git freely for local worktree and local history inspection. If the current session cannot actually call the required GitHub MCP tool, or if MCP cannot perform a required GitHub operation, state the MCP limitation and request explicit approval before using a scoped fallback such as gh, git fetch, git pull, git push, git ls-remote, or direct GitHub HTTP/API calls.
  • Local CPA source checkout: /Users/seakee/WorkSpace/Golang/src/github.com/seakee/CPA. For CPA upstream code and history analysis, inspect this checkout first. Use GitHub MCP only when the required ref, issue/PR context, or remote metadata is unavailable locally.
  • Search with rg / rg --files; manual edits with apply_patch.
  • docs/plan/ is a local ignored planning workspace. Use it for issue/epic plans, keep docs/plan/roadmap.md as the index, move near-term work to active/, keep unscheduled work in backlog/, and archive completed or superseded plans. Follow docs/plan/README.md.
  • AGENTS.md / CLAUDE.md are collaboration files; commit them only on explicit request.

Read the full file on GitHub · 126 lines

Changes

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.

  1. 3d ago First seen · 126 lines · 1,925 tokens per session scan A 8d893e6c9230

Subscribe to this mod's changes

CPA-Manager-Plus AGENTS.md is an instructions file published in the GitHub repository seakee/CPA-Manager-Plus (3,033 stars, last pushed yesterday), licensed MIT. It adds 1,925 tokens to every session, about $0.0096 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.