tg-cli-bridge GEMINI.md

tg-cli-bridge GEMINI.md is an instructions file for Gemini CLI from jaxhemopo/tg-cli-bridge. It costs 470 tokens per session, scanned A, original, MIT.

A set of instructions for building and maintaining tg-cli-bridge, a Go program that sends Telegram messages to an agent command-line tool and returns its replies.

In plain words
What is it for?
Use it when building, testing, inspecting, configuring, or changing tg-cli-bridge, including its Telegram handling, command execution, output parsing, and macOS service setup.
Why use it?
It gives developers the project’s build, test, configuration, and internal-structure details needed to work on the bridge safely.

Instructions file for Gemini CLI

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/jaxhemopo/tg-cli-bridge/gemini-md
Clone the repo
git clone --depth 1 https://github.com/jaxhemopo/tg-cli-bridge

Made for: Gemini CLI.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for tg-cli-bridge GEMINI.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/jaxhemopo/tg-cli-bridge/gemini-md.svg)](https://agentmods.dev/instructions/jaxhemopo/tg-cli-bridge/gemini-md)
Your own site
<a href="https://agentmods.dev/instructions/jaxhemopo/tg-cli-bridge/gemini-md"><img src="https://agentmods.dev/badge/instructions/jaxhemopo/tg-cli-bridge/gemini-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 470 This file is loaded in full into every session.
When invoked 470 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.00470 $0.00470
Opus 5 $0.00235 $0.00235
Sonnet 5 $0.00094 $0.00094
Haiku 4.5 $0.00047 $0.00047

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

Security

Grade A, and why

tg-cli-bridge GEMINI.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 4d 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.

GEMINI.md · 49 lines

What it actually says

tg-cli-bridge — project context

Go binary. Bridges a Telegram bot to an agentic CLI (Gemini CLI, AGY, Claude Code, etc.).

Build & test

go build -o tg-cli-bridge ./cmd/tg-cli-bridge
go test ./...
go vet ./...

How it works

Each incoming Telegram message spawns the agent CLI once as a subprocess, captures stdout, and sends the response back. No persistent process. Session continuity via the CLI's own --resume / --continue flag.

Telegram message → rpc.Run(CLI --prompt "text") → parse stdout → Telegram reply

Key files

  • cmd/tg-cli-bridge/main.go — CLI subcommands (init, run, install, status, logs…)
  • internal/bridge/bridge.go — main loop, Telegram update handling, status bubble, command dispatch
  • internal/rpc/rpc.go — subprocess execution, stdout streaming, progress callbacks
  • internal/output/output.go — ANSI stripping, prose/code classification, menu parsing, DiffSince
  • internal/config/config.go — TOML config, KnownPresets map, UpdateCLI for live switching
  • internal/launchd/launchd.go — macOS LaunchAgent lifecycle

Config location

Default: ~/.config/tg-cli-bridge/config.toml

Required fields: [telegram].bot_token, [telegram].allowed_user_ids, [session].launch_command

Telegram commands (runtime)

/new, /switch <gemini|agy|claude>, /status, /yes, /help

Adding a new CLI

  1. Add to KnownPresets in internal/config/config.go
  2. Add to cliPresets in cmd/tg-cli-bridge/main.go
  3. The CLI needs a headless flag (--prompt or --print) that prints output to stdout and exits

Working directory context

Agents load GEMINI.md (or CLAUDE.md) from working_dir at startup. Put tool documentation there — see examples/GEMINI.md.example for a Google Workspace example.

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. 4d ago First seen · 49 lines · 470 tokens per session scan A 06c3f8831f5c

Subscribe to this mod's changes

tg-cli-bridge GEMINI.md is an instructions file published in the GitHub repository jaxhemopo/tg-cli-bridge (1 stars, last pushed 3mo ago), licensed MIT. It adds 470 tokens to every session, about $0.0024 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.

Related

Other instructions, from other repositories

kmux AGENTS.md

AGENTS.md instructions for kkd927/kmux, covering agents.md, kmux focus and test discipline.

kkd927/kmux · 324 tokens

agent-exporter AGENTS.md

Instructions for ihatenodejs/agent-exporter, covering development commands, example: bun run dev sync --provider opencode, creates compiled binary at dist/agent-exporter, then use: agent-exporter and architecture.

ihatenodejs/agent-exporter · 1,750 tokens

agent-exporter CLAUDE.md

Instructions for ihatenodejs/agent-exporter, a project described as: Export usage statistics from various harnesses.

ihatenodejs/agent-exporter · 5 tokens

sessionview AGENTS.md

AGENTS.md instructions for tyql688/sessionview, covering sessionview, commands, app / frontend, gates must pass under both feature sets: default (gui) and and --no-default-features --features headless.

tyql688/sessionview · 2,157 tokens

gemini-cli-desktop AGENTS.md

Instructions for Piebald-AI/gemini-cli-desktop, a project described as: Web/desktop UI for Gemini CLI/Qwen Code. Manage projects, switch between tools, search across past conversations, and manage MCP servers, all from one multilingual interface, locally or remotely.

Piebald-AI/gemini-cli-desktop · 6 tokens

cc-use-exp general.instructions.md

Instructions for doccker/cc-use-exp, a project described as: ⛔ No longer maintained → dev-agent-kit/recipes 让 Claude Code、Antigravity、Gemini CLI、Codex、Cursor 开箱即用的分层配置模板,总结十多年的日常开发经验.

doccker/cc-use-exp · 163 tokens