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.
npx agentmods add agents/gaelic-ghost/swiftasb/agentsb-roadmapgit clone --depth 1 https://github.com/gaelic-ghost/SwiftASBWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.01840 |
| Opus 5 | $0.00000 | $0.00920 |
| Sonnet 5 | $0.00000 | $0.00368 |
| Haiku 4.5 | $0.00000 | $0.00184 |
Grade A, and why
agentsb-roadmap 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.
How it starts
The opening of the file, as written. The whole thing — 199 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AgentSB Roadmap
AgentSB is the repo-local maintenance agent app for SwiftASB. Its job is to help maintainers keep Codex CLI schema review, SwiftASB public API boundaries, docs, probes, and routine repo upkeep moving without turning uncertain upstream changes into silent source edits.
Operating Model
AgentSB classifies each maintenance opportunity into one of three outcomes.
| Outcome | Meaning | Default action |
|---|---|---|
auto-apply |
The candidate change is proven non-behavioral, does not affect public API, and is covered by deterministic checks. | Apply only when the maintainer opts into safe auto-apply. |
draft-only |
The candidate change is useful but needs review because it changes meaning, docs promises, validation expectations, or non-public implementation details. | Write a proposed patch and report, but do not apply it automatically. |
report-only |
The candidate needs human classification or is too risky to draft confidently. | Write a durable report with evidence and decisions needed. |
AgentSB should default to report-only whenever safety is uncertain.
Planned Workflow
-
Inspect deterministic repo facts. AgentSB reads the current branch, dirty state, reviewed Codex CLI window, schema dump directories, promoted wire files, maintainer docs, and package metadata without calling the OpenAI API.
-
Produce a durable report. AgentSB writes tracked reports under
docs/agents/reports/so maintenance history survives local cleanup tools and can be reviewed like normal docs. -
Run evals. Local evals verify deterministic behavior without credentials. AI-assisted evals verify coordinator and specialist behavior when
OPENAI_API_KEYis available. -
Compare schema families. AgentSB compares schema dumps across Codex CLI versions, identifies added, removed, and changed families, and records the evidence in generated reports.
-
Prototype private local Codex storage inspection when explicitly requested. AgentSB may use read-only direct ingest for maintainer reports and SwiftASB design evidence when the storage version is recognized and private text stays redacted by default. The destination capability belongs in SwiftASB.
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.
- 3d ago First seen · 199 lines · 0 tokens per session scan A 24c8d460bfb2
agentsb-roadmap is an agent published in the GitHub repository gaelic-ghost/SwiftASB (4 stars, last pushed 1mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 1,840 tokens. 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.
Other agents, from other repositories
claude-code
Connect Claude Code to Remarc with the remarc plugin, and optionally let comments wake live sessions with remarc-hooks.
omp
Install Remarc's public OMP plugins, verify the MCP connection, and pair a session for instant comment delivery.
webhooks
Send Remarc comment events as HTTP POST JSON to Zapier, Make, n8n, IFTTT, Slack, or any other endpoint that accepts JSON.
claude-desktop-and-mcp-clients
Connect Remarc to Claude Desktop or any JSON-config MCP client with the copyable snippets in Settings > MCP Integrations.
mcp-tools-reference
Reference for the seven MCP tools Remarc exposes to agents, with status strings, filters, and deliberate limits.
overview
Which AI coding agents work with Remarc, how each one connects over MCP, and where to find each setup guide.