tradingcodex AGENTS.md

Repository instructions for the TradingCodex codebase. They explain which files own product, user-guide, and development documentation and how the system is intended to work.

In plain words
What is it for?
They are for guiding changes to the TradingCodex repository, including architecture, documentation, product direction, and agent behavior.
Why use it?
They help contributors find the right documentation, follow project boundaries, and avoid duplicating or contradicting rules.

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

Made for: Codex, OpenCode.

Per session 2,165 This file is loaded in full into every session.
When invoked 2,165 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.02165 $0.02165
Opus 5 $0.01082 $0.01082
Sonnet 5 $0.00433 $0.00433
Haiku 4.5 $0.00216 $0.00216

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

Security

Grade A, and why

tradingcodex 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 · 198 lines

How it starts

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

TradingCodex Repository Guide

Read Order And Documentation Ownership

Read in this order:

  1. This file for repository-wide non-negotiable rules and validation routing.
  2. Architecture for the codebase map, ownership, and runtime boundaries.
  3. Product documentation for durable behavior and rationale.
  4. User guide only when setup or an everyday user journey changes.

Keep each fact in one owning layer and link to it elsewhere:

Layer Owns
docs/ Durable product behavior, architecture, safety, workflow, and release intent.
guidebook/ Concise, task-first user instructions.
README.md / installation.md Product entrypoint and installation path.
AGENTS.md Repository-wide development constraints.

Update only the owning layer unless another audience's route actually changed. Do not mirror a rule across several documents merely to keep them textually similar. When layers disagree, correct the owning docs/ page first.

Product Direction

TradingCodex is a thin, local-first investment layer on top of native Codex. Codex owns reasoning, research strategy, tool selection, delegation, and use of the user's available skills, plugins, apps, and MCP servers. TradingCodex owns durable investment records and deterministic boundaries for provenance, policy, approval, execution, secrets, and audit.

Do not replace native Codex capabilities with a parallel router, workflow engine, capability registry, permission system, tool-discovery protocol, agent scheduler, or provider platform. Add TradingCodex machinery only when a durable cross-session invariant or sensitive final effect cannot be handled safely by native Codex, a canonical skill bundle with a concise entrypoint, or an existing application service.

Put behavior at the first layer that can own it:

  1. Native Codex and user-provided capabilities.
  2. One canonical skill bundle with a concise SKILL.md entrypoint for reusable agent guidance.
  3. A prompt for stable role identity or a safety boundary.
  4. An application service for durable records or deterministic enforcement.
  5. A hook only when enforcement must surround a native tool call.

Read the full file on GitHub · 198 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. 2d ago First seen · 198 lines · 2,165 tokens per session scan A 79e16acf331a

Subscribe to this mod's changes

tradingcodex AGENTS.md is an instructions file published in the GitHub repository monarchjuno/tradingcodex (364 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 2,165 tokens to every session, about $0.0108 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