telegram-codex-bridge AGENTS.md

Repository instructions for Telegram Codex Bridge, a Telegram-first system that routes requests to the right documentation and code areas.

In plain words
What is it for?
They guide source selection, domain routing, and the usual three-layer process of reading the main instructions, one domain guide, and one focused document or code file.
Why use it?
They prevent agents from reading unrelated files by defining a short retrieval path and priorities for resolving conflicting information.

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/indreamer/telegram-codex-bridge/agents-md
Clone the repo
git clone --depth 1 https://github.com/InDreamer/telegram-codex-bridge

Made for: Codex, OpenCode.

Per session 2,218 This file is loaded in full into every session.
When invoked 2,218 The same file — it is already loaded in full.
Security scan B 1 finding. 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.02218 $0.02218
Opus 5 $0.01109 $0.01109
Sonnet 5 $0.00444 $0.00444
Haiku 4.5 $0.00222 $0.00222

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

Security

Grade B, and why

telegram-codex-bridge AGENTS.md scanned grade B with 1 finding 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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

- `feishu-docs-mcp status` - report whether the `feishuDeveloperDocs` MCP block is present in `~/.codex/config.toml`
AGENTS.md · 188 lines

How it starts

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

AGENTS.md

Agent router for telegram-codex-bridge.

Current shipped truth in this repo is still Telegram-first. Future repository direction may describe a broader Codex Bridge Core with additional platform packs. Keep those two truths separated.

Goal: let a coding agent build a useful mental index of the repo without preloading the repo. The default path is:

  1. read this file
  2. read one domain agent
  3. read one leaf doc or one narrow code file

That is the whole default retrieval path.

Retrieval Contract

Maximum default depth: 3 layers.

  • Layer 1: AGENTS.md (choose the domain)
  • Layer 2: one domain agent such as docs/AGENTS.md or src/AGENTS.md
  • Layer 3: one leaf doc or one narrow source file

Do not read sibling docs or sibling code files "just in case". Expand only when the active task is cross-cutting, conflicting, or explicitly architectural.

Source Priority

Use sources in this order:

  1. active user instruction
  2. current docs in docs/product/, docs/architecture/, docs/operations/, and docs/generated/current-snapshot.md
  3. current implementation in src/
  4. protocol evidence in docs/research/
  5. planning and history in docs/roadmap/, docs/future/, docs/plans/, and docs/archive/

Do not treat planning/history as shipped behavior. Do not treat protocol capability as proof that Telegram UX already exposes it.

Domain Router

If the task is mainly about Read next
current docs, intended behavior, product/runtime/ops questions docs/AGENTS.md
current implementation, code ownership, refactors, bug fixes src/AGENTS.md
GitHub install entry scripts scripts/AGENTS.md
bundled Codex skills skills/AGENTS.md

Read the full file on GitHub · 188 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 · 188 lines · 2,218 tokens per session scan B a5103bc7c30d

Subscribe to this mod's changes

telegram-codex-bridge AGENTS.md is an instructions file published in the GitHub repository InDreamer/telegram-codex-bridge (26 stars, last pushed 3mo ago), licensed MIT. It adds 2,218 tokens to every session, about $0.0111 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.