cueapi-cli CLAUDE.md

A set of rules for changing and releasing the cueapi codebases. It defines which coding agent handles each step, including pull requests, automated checks, staging, and production releases.

In plain words
What is it for?
Use it when developing cueapi, cueapi-core, or cueapi-python to follow their pull-request process, run the right checks, and hand work between coding and testing agents.
Why use it?
It prevents direct changes to the main code and makes every change pass the required checks before it is merged or released.

Instructions file

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/cueapi/cueapi-cli/claude-md
Clone the repo
git clone --depth 1 https://github.com/cueapi/cueapi-cli
Per session 622 This file is loaded in full into every session.
When invoked 622 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.00622 $0.00622
Opus 5 $0.00311 $0.00311
Sonnet 5 $0.00124 $0.00124
Haiku 4.5 $0.00062 $0.00062

Measured yesterday against content hash d9a8877aec1b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

cueapi-cli CLAUDE.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.

CLAUDE.md · 65 lines

How it starts

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

Claude Code Rules

Who Does What

Claude Code - writes code, opens PRs, merges when CI passes, deploys to staging and frontend sites Argus - tests staging, promotes to production, cuts PyPI release tags, tests docs and blog accuracy

PR Process - Non-Negotiable

Every change must go through a PR. No direct pushes to main under any circumstances. PRs are the permanent audit trail of every change made to this codebase. Claude Code opens PRs and merges them once CI passes. No human reviewer required. CI must pass before merging - no exceptions. Never bypass branch protection or force merge. Never merge a failing CI check - fix the root cause first.

Complete Pipeline

cueapi (hosted API - private repo)

Claude Code: code change -> open PR -> sdk-integration + deploy-staging CI must pass -> merge -> Railway staging deploy Argus: runs 246 staging tests -> all pass -> promotes to production

cueapi-core (open source)

Claude Code: code change -> open PR -> sdk-integration CI must pass -> merge Argus: runs full pytest suite -> confirms green

cueapi-python

Claude Code: code change -> open PR -> sdk-integration CI must pass -> merge Argus: runs SDK tests -> all pass -> cuts version tag -> PyPI auto-publishes

cueapi-cli

Claude Code: code change -> open PR -> test CI must pass -> merge Argus: runs CLI tests -> all pass -> cuts version tag -> PyPI auto-publishes

Marketing site (cueapi.ai)

Claude Code: code change -> open PR -> CI passes -> merge -> Cloudflare Pages auto-deploys to production Argus: not involved

Docs (docs.cueapi.ai)

Claude Code: code change -> open PR -> CI passes -> merge -> Cloudflare Pages auto-deploys Argus: crawls after deploy -> tests all code examples against real API -> verifies all links -> flags inaccuracies

Blog (blog.cueapi.ai)

Claude Code: code change -> open PR -> CI passes -> merge -> Cloudflare Pages auto-deploys Argus: crawls after deploy -> tests all code snippets -> verifies package versions -> flags inaccuracies

Read the full file on GitHub · 65 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. yesterday First seen · 65 lines · 622 tokens per session scan A d9a8877aec1b

Subscribe to this mod's changes

cueapi-cli CLAUDE.md is an instructions file published in the GitHub repository cueapi/cueapi-cli (2 stars, last pushed 1mo ago), licensed MIT. It adds 622 tokens to every session, about $0.0031 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.

Related

Other instructions, from other repositories

deepagents AGENTS.md

Instructions for langchain-ai/deepagents, covering global development guidelines for the deep agents monorepo, corridor security analysis, development workflow, suppressing ruff rules and pr conventions.

langchain-ai/deepagents · 2,268 tokens

autoharness AGENTS.md

Instructions for tigerless-labs/autoharness: This repo uses Open Knowledge — collaborative markdown via MCP. .open-knowledge/config.yml (with optional /.open-knowledge/config.yml; CLI/env may override) is the path contract: content.dir is the root for relative paths; content.include lists globs that add markdown…

tigerless-labs/autoharness · 2,201 tokens

intervals-icu-mcp CLAUDE.md

Instructions for hhopke/intervals-icu-mcp, covering claude.md, project overview, development commands, architecture (quick reference) and tool categories.

hhopke/intervals-icu-mcp · 2,035 tokens

python-cheatsheet copilot-instructions.md

Copilot instructions for labex-labs/python-cheatsheet, covering python cheatsheet - ai coding assistant instructions, project overview, architecture & key patterns, content structure and routing & layout system.

labex-labs/python-cheatsheet · 1,155 tokens

martex-quant CLAUDE.md

Instructions for martex-dev/martex-quant, covering session start — read these first, project instructions, ai trading bot project - master instructions, role and project objective.

martex-dev/martex-quant · 6,161 tokens

ZipAgent AGENTS.md

Instructions for JiayuXu0/ZipAgent, covering repository guidelines, project structure & module organization, build, test & development commands, coding style & naming conventions and testing guidelines.

JiayuXu0/ZipAgent · 504 tokens