use-conifer AGENTS.md

Development instructions for ConiferKit's agent-orchestration package, which coordinates agent runs, subagents, and MCP plugins.

In plain words
What is it for?
Use it when changing the package, running its type checks and tests, or handling gated live tests and release boundaries.
Why use it?
It identifies the required checks and explains which code is private to the package and must not be included in public releases.

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/coniferkit/use-conifer/agents-md
Clone the repo
git clone --depth 1 https://github.com/ConiferKit/use-conifer

Made for: Codex, OpenCode.

Per session 229 This file is loaded in full into every session.
When invoked 229 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.00229 $0.00229
Opus 5 $0.00114 $0.00114
Sonnet 5 $0.00046 $0.00046
Haiku 4.5 $0.00023 $0.00023

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

Security

Grade A, and why

use-conifer 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 2d 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 · 18 lines

What it actually says

sdk/ — agent notes

sdk/agents (conifer-agents)

sdk/agents/ is a separate package (conifer-agents): client-side agent orchestration on top of conifer-sdk (Agent run loop, subagents-as-tools, orchestrate(), portable MCP plugins, conifer-agents export).

  • Verify gate: bash sdk/agents/scripts/check.sh (typecheck + full test suite). Run it before committing anything under sdk/agents/.
  • Live tests in sdk/agents/tests/live.test.ts are gated: the gateway test on CONIFER_API_KEY, the MCP stdio test on CONIFER_MCP_LIVE=1 (with a 60s timeout). Both skip cleanly when their gate is unset, so the suite is keyless-green.
  • It is NOT part of the sdk-public split and is NOT included in any publish or release process until explicitly approved. Do not add it to release scripts or the public mirror.
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. 2d ago First seen · 18 lines · 229 tokens per session scan A 6fc88c193aee

Subscribe to this mod's changes

use-conifer AGENTS.md is an instructions file published in the GitHub repository ConiferKit/use-conifer (18 stars, last pushed 3d ago), licensed Apache-2.0. It adds 229 tokens to every session, about $0.0011 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.

Related

Other instructions, from other repositories

openai-agents-python AGENTS.md

Instructions for openai/openai-agents-python, covering contributor guide, policies & mandatory rules, mandatory skill usage, work status reporting and git worktree and branch safety.

openai/openai-agents-python · 8,006 tokens

instructor CLAUDE.md

Instructions for 567-labs/instructor, covering claude.md, instructor development guide, commands, installation & setup and code style guidelines.

567-labs/instructor · 3,148 tokens

E2B CLAUDE.md

Instructions for e2b-dev/E2B: Use pnpm for node and uv for python to install and update dependencies. Run pnpm run format, pnpm run lint and pnpm run typecheck before committing changes. When modifying the SDK packages, ensure equivalent changes are applied to both JS as well as sync and async Python implementations.…

e2b-dev/E2B · 306 tokens

Patter AGENTS.md

Instructions for PatterAI/Patter, covering agents.md, non-negotiables (ci and reviewers block on these), before opening a pr, where things live and commits & prs.

PatterAI/Patter · 855 tokens

AutoGPT copilot-instructions.md

Copilot instructions for Significant-Gravitas/AutoGPT, covering github copilot instructions for autogpt, repository overview, build and validation instructions, essential setup commands and runtime requirements.

Significant-Gravitas/AutoGPT · 2,805 tokens

AutoGPT AGENTS.md

AGENTS.md instructions for Significant-Gravitas/AutoGPT, covering autogpt platform contribution guide, directory overview, code style, frontend guidelines and testing.

Significant-Gravitas/AutoGPT · 905 tokens