callee AGENTS.md

callee AGENTS.md is an instructions file for Codex, OpenCode from baldaworks/callee. It costs 355 tokens per session, scanned A, original, MIT.

A project guide for Callee, including product rules, agent behavior, release steps, quality checks, and project tracking. It records decisions that may not be clear from the command help, public schema, or README.

In plain words
What is it for?
Planning and changing Callee workflows, reviewing Go changes, formatting code, running tests and race checks, using the configured linter, and preparing tag-based releases.
Why use it?
It prevents unsupported features, compatibility changes, and incomplete releases by giving the agent the project’s explicit boundaries and validation requirements.

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/baldaworks/callee/agents-md
Clone the repo
git clone --depth 1 https://github.com/baldaworks/callee

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 callee AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/baldaworks/callee/agents-md.svg)](https://agentmods.dev/instructions/baldaworks/callee/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/baldaworks/callee/agents-md"><img src="https://agentmods.dev/badge/instructions/baldaworks/callee/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 355 This file is loaded in full into every session.
When invoked 355 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.00355 $0.00355
Opus 5 $0.00178 $0.00178
Sonnet 5 $0.00071 $0.00071
Haiku 4.5 $0.00036 $0.00036

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

Security

Grade A, and why

callee 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 5d 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 · 37 lines

What it actually says

Callee agent guidance

Use CLI help for the command surface, the published schema for resource syntax, and the README for public behavior. This file records only project decisions that are not safely recoverable from those sources.

Product guardrails

  • Treat the Workflows API as a clean break. Do not add compatibility aliases for callee exec, callee role, selector-based callee agent --role, thread flags, or unversioned role resources.
  • Do not add Parallel workflows, Gemini support, a server transport, a Callee thread store, or handle binding without an explicit product decision.
  • Each root run owns one shared state object. Each Role visit uses a fresh provider session.
  • Use Norma Runtime for ACP process logic rather than duplicating it.

Quality gate

  • Review the complete changed Go diff once, run gofmt on every changed Go file, then run go test ./..., go test -race ./..., and the configured linter once. Include relevant plugin validation when plugin assets change.

Release cycle

Releases are tag-triggered. Run the local quality gate, commit and push to main without a tag, and wait for every required GitHub Actions run on that exact commit. Only then create and push the annotated vX.Y.Z tag. Watch the release workflow and verify that the tag points to the checked commit. Never publish manually, tag before the remote gate passes, or retag an unchecked commit.

Project tracking

Use Beads for durable task tracking and follow .agents/skills/beads/SKILL.md; keep Beads CLI guidance in that skill.

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. 5d ago First seen · 37 lines · 355 tokens per session scan A 798f567a0115

Subscribe to this mod's changes

callee AGENTS.md is an instructions file published in the GitHub repository baldaworks/callee (74 stars, last pushed 25d ago), licensed MIT. It adds 355 tokens to every session, about $0.0018 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.