Osverse AGENTS.md

Repository instructions for coding agents working in Oswald-Hao/Osverse. They define how to create branches, open pull requests, run changes through protected integration branches, and release from the main branch.

In plain words
What is it for?
Use them when making changes in the Osverse repository, especially for choosing branch names, targeting pull requests, promoting changes from dev to beta to main, and handling releases.
Why use it?
They reduce the risk of bypassing branch protection or mixing unrelated work into the repository's required promotion path.

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/oswald-hao/osverse/agents-md
Clone the repo
git clone --depth 1 https://github.com/Oswald-Hao/Osverse

Made for: Codex, OpenCode.

Per session 245 This file is loaded in full into every session.
When invoked 245 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.00245 $0.00245
Opus 5 $0.00122 $0.00122
Sonnet 5 $0.00049 $0.00049
Haiku 4.5 $0.00024 $0.00024

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

Security

Grade A, and why

Osverse 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 · 29 lines

What it actually says

Osverse repository rules for coding agents

Protected-branch workflow

dev, beta, and main are protected integration branches. Never develop, commit, or push directly on any of them.

Before editing files:

  1. Inspect the current branch and worktree.
  2. For each bug, feature, dependency upgrade, documentation change, or maintenance task, create a new focused branch from the latest origin/dev.
  3. Keep unrelated work on separate branches and in separate pull requests.

Only use this promotion path:

fix/* | feat/* | test/* | docs/* | chore/*
                    ↓ pull request + complete CI
                   dev
                    ↓ promotion pull request
                   beta
                    ↓ promotion pull request
                   main
                    ↓ release tag

Feature branches may target only dev. Only dev may target beta, and only beta may target main. Do not cherry-pick around the promotion chain, synchronize protected branches with direct pushes, force-push them, or tag a release from any commit outside main history.

Automation may enable pull-request auto-merge after required checks pass. It must not bypass branch protection or required checks.

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 · 29 lines · 245 tokens per session scan A 5ee3264d6a2d

Subscribe to this mod's changes

Osverse AGENTS.md is an instructions file published in the GitHub repository Oswald-Hao/Osverse (1 stars, last pushed 6d ago), licensed Apache-2.0. It adds 245 tokens to every session, about $0.0012 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.