CONTINUUM AGENTS.md

Repository instructions for CONTINUUM that tell coding agents how to inspect the current Git state, verify the canonical repository, read project status, and handle commits, pushes, issues, and pull requests.

In plain words
What is it for?
Use them before modifying code, when preparing commits, opening or updating pull requests, checking release context, and verifying changes before pushing.
Why use it?
They reduce the risk of working from stale information, changing the wrong copy, or pushing unsafe or misleading commits. They also define review and verification expectations.

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/cyrax321/continuum/agents-md
Clone the repo
git clone --depth 1 https://github.com/Cyrax321/CONTINUUM

Made for: Codex, OpenCode.

Per session 555 This file is loaded in full into every session.
When invoked 555 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.00555 $0.00555
Opus 5 $0.00278 $0.00278
Sonnet 5 $0.00111 $0.00111
Haiku 4.5 $0.00056 $0.00056

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

Security

Grade A, and why

CONTINUUM 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 · 52 lines

How it starts

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

AGENTS.md

Guidance for AI coding agents (and their operators) working in this repository.

Before you touch anything

  • Run git status and git log --oneline -10 to confirm current state. Don't trust a prior summary, including your own from an earlier session.
  • Confirm you're operating on the canonical copy of this repo (check git remote -v and that you're == origin/main before assuming clean).
  • Read STATUS.md and CHANGELOG.md's [Unreleased] section for current, accurate context before making claims about what is or isn't done.

Commit and push conventions

  • No em dashes (—) anywhere in commit messages, code comments, or docs. Use commas, periods, or parentheses instead.
  • No AI attribution or fingerprints: no "Generated with [tool]", no AI co-author trailers, no comments naming an AI agent or tool. Commits and code should read as if written by the project maintainer.
  • Never force-push (to any branch, including with --force-with-lease, including to amend your own just-pushed commit) without explicit confirmation from the maintainer first. If you believe a force-push is needed, stop and explain why instead of doing it.
  • Prefer small, focused commits over large multi-purpose ones.

Issues and pull requests

  • Before opening an issue or PR, check .github/ISSUE_TEMPLATE/ and .github/PULL_REQUEST_TEMPLATE.md (or equivalent) for this repo's actual templates, and follow them exactly. Do not invent a new format or structure, use the existing template's headings and fields as-is.
  • If no template exists for the type of issue/PR you're creating, say so explicitly rather than improvising one that looks official.

Verification standard

  • Don't report something as fixed, verified, or passing unless you have direct evidence (raw command output, not a paraphrase) from this session.
  • If a diagnosis is plausible but unverified, say so explicitly rather than presenting it as confirmed. A confident wrong answer is worse than an honest "I'm not sure."
  • When claiming a bug is fixed, include a regression test that would have caught it, and show it failing on the old code path if practical.

Read the full file on GitHub · 52 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 · 52 lines · 555 tokens per session scan A bea6144de2d9

Subscribe to this mod's changes

CONTINUUM AGENTS.md is an instructions file published in the GitHub repository Cyrax321/CONTINUUM (28 stars, last pushed 2d ago), licensed Apache-2.0. It adds 555 tokens to every session, about $0.0028 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.