repoprompt-ce AGENTS.md

A project instruction file for RepoPrompt CE, a macOS app written in Swift, covering its coordinated development workflow and contribution checks.

In plain words
What is it for?
Use it when building, running, testing, committing, or pushing changes to the app.
Why use it?
It helps agents avoid conflicting builds and tests and ensures changes pass the repository's required checks before commits or pushes.

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

Made for: Codex, OpenCode.

Per session 4,478 This file is loaded in full into every session.
When invoked 4,478 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.04478 $0.04478
Opus 5 $0.02239 $0.02239
Sonnet 5 $0.00896 $0.00896
Haiku 4.5 $0.00448 $0.00448

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

Security

Grade A, and why

repoprompt-ce 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 · 306 lines

How it starts

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

Agent Notes

This is a Swift Package macOS app for RepoPrompt CE.

Prefer the coordinated developer daemon (make dev-*, see "Developer daemon / coordinated validation" below) for builds, runs, and tests. It runs every job through a lane-serialized queue so concurrent agents do not build, launch, or test over each other, and it returns a ticket for each job so long builds can be detached and checked on later instead of blocking. The plain make / swift / ./Scripts commands shown below are the uncoordinated fallback for when the daemon is unavailable.

Contribution preflight

Before every commit or push, read and run the repository-local $rpce-contribution-check skill:

.agents/skills/rpce-contribution-check/scripts/preflight.sh commit
.agents/skills/rpce-contribution-check/scripts/preflight.sh push

Stage only the intended changes, then use commit mode before creating a commit; rerun it after any staging change, including partial-staging updates. Use push mode after committing but before pushing the intended current branch. These default modes are mandatory safety gates: they enforce redacted staged-index and outgoing-range secret scanning, repository guardrails, and clean push boundaries. Default push does not run heavyweight lint/test/build lanes; use the explicit pr-ready lane when you need the computed-outgoing-range path-selected local PR-ready pass:

.agents/skills/rpce-contribution-check/scripts/preflight.sh pr-ready

Focused validation and release validation remain explicit; use the validation matrix plus commands such as make dev-release-preflight / make dev-release-artifact when the changed boundary requires them. Obtain explicit user approval immediately before any force-push, history rewrite, branch deletion, fork deletion, credential rotation, other GitHub-visible destructive mutation, visible app launch/relaunch, or stopping a visible app.

Local docs/investigations/*.md reports are intentionally left unignored so RepoPrompt tooling can read them. Do not stage or merge these local investigation artifacts unless intentionally requested.

Read the full file on GitHub · 306 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 · 306 lines · 4,478 tokens per session scan A 570fbc90d60f

Subscribe to this mod's changes

repoprompt-ce AGENTS.md is an instructions file published in the GitHub repository repoprompt/repoprompt-ce (889 stars, last pushed 2d ago), licensed Apache-2.0. It adds 4,478 tokens to every session, about $0.0224 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.