stellar-raven AGENTS.md

stellar-raven AGENTS.md is an instructions file for Codex, OpenCode from stellar-experimental/stellar-raven. It costs 2,405 tokens per session, scanned A, original, Apache-2.0.

Repository instructions for a Cloudflare Workers MCP server that exposes search and execute operations across several services and selected coding-agent skills. They map the project's source documents, commands, architecture, and coordination rules.

In plain words
What is it for?
Use them when developing, testing, coordinating, or reviewing work on the stellar-raven-codemode project.
Why use it?
They help an agent understand where the authoritative information lives and how to make changes that fit the existing design and verification process.

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

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 stellar-raven AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/stellar-experimental/stellar-raven/agents-md.svg)](https://agentmods.dev/instructions/stellar-experimental/stellar-raven/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/stellar-experimental/stellar-raven/agents-md"><img src="https://agentmods.dev/badge/instructions/stellar-experimental/stellar-raven/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,405 This file is loaded in full into every session.
When invoked 2,405 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.02405 $0.02405
Opus 5 $0.01203 $0.01203
Sonnet 5 $0.00481 $0.00481
Haiku 4.5 $0.00241 $0.00241

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

Security

Grade A, and why

stellar-raven 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 · 150 lines

How it starts

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

AGENTS.md — stellar-raven-codemode

Canonical repository instructions for Codex, Claude Code, and other coding agents. Keep this file short, current, and operational. Put architecture, research, history, and task runbooks in the linked docs and skills instead of accumulating them here.

Project and source-of-truth map

This is a Cloudflare Workers MCP server exposing search and execute over Lumenloop, Stellar Light/Scout, Stellar Docs (Algolia), and selected ecosystem skills. Model-authored JavaScript runs in a networkless Dynamic Worker; host adapters own all service traffic, policy, and secrets.

  • Read PLAN.md for current product scope and status, then ARCHITECTURE.md for the implemented request, catalog, scoring, sandbox, and auth design.
  • Use README.md for connection and operator setup.
  • Use research/ for dated evidence and design context; it is not an instruction layer.
  • Use .agents/skills/<name>/SKILL.md for repeatable task workflows. .claude/skills is the committed symlink to the same canonical directory.
  • Use .agents/TODO.md for the own-repo work queue and .agents/rounds/ for round ledgers. .agents/README.md says which note belongs where.
  • CLAUDE.md imports this file. Do not duplicate shared rules there.

Commands and verification

  • Install reproducibly: npm ci. A fresh clone then needs both of the following before npm run typecheck is usable, because env.d.ts and .dev.vars are generated/gitignored: create a placeholder .dev.vars carrying the names CI uses (see the .dev.vars step in ci.yml — values are irrelevant, the names define Env's secret members), then run npm run typegen. typegen alone is not enough: without .dev.vars it emits an Env missing every secret and typecheck still fails on WORKOS_*, MCP_SERVER_SECRET, and DEV_ALLOW_UNAUTHENTICATED.
  • Baseline validation for code changes: npm run typecheck, npm test, and npm run build. npm test excludes test/smoke/**; add npm run test:smoke when touching src/executor or src/demo — it is the only lane exercising those paths against the assembled worker (unit tests import the modules directly; CI always runs both).
  • Run the narrowest relevant eval or maintenance command in addition to the baseline; the selected skill defines the exact gate for eval, drift, golden-truth, improvements, and observability work.
  • Scan before committing: npm run secrets:scan -- --tree.
  • Do not start a second Wrangler process. Find the pane already running npm run dev (herdr pane list) and reuse it; read its bound URL from that pane's output.
  • Generated outputs are rebuilt by their package.json scripts, never edited by hand.

Read the full file on GitHub · 150 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 · 150 lines · 2,405 tokens per session scan A 749d3977002f

Subscribe to this mod's changes

stellar-raven AGENTS.md is an instructions file published in the GitHub repository stellar-experimental/stellar-raven (6 stars, last pushed today), licensed Apache-2.0. It adds 2,405 tokens to every session, about $0.0120 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.