backchannel AGENTS.md

backchannel AGENTS.md is an instructions file for Codex, OpenCode from talberthoule/backchannel. It costs 3,831 tokens per session, scanned B, original, MIT.

Repository instructions for Backchannel, a real-time meeting-analysis app that streams microphone audio, creates speaker-labelled transcripts, analyses recent conversation text, and stores findings. They also document its React frontend, FastAPI backend, tests, builds, and Sentrux structural checks.

In plain words
What is it for?
Use them when developing Backchannel’s frontend, backend, desktop code, tests, Docker setup, deployment, or Sentrux checks.
Why use it?
They explain the system’s main pieces and the commands needed to test or run them. This gives coding agents a reliable starting point instead of making assumptions about the audio, analysis, or storage flow.

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

Made for: Codex, OpenCode.

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 backchannel AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/talberthoule/backchannel/agents-md.svg)](https://agentmods.dev/instructions/talberthoule/backchannel/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/talberthoule/backchannel/agents-md"><img src="https://agentmods.dev/badge/instructions/talberthoule/backchannel/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 3,831 This file is loaded in full into every session.
When invoked 3,831 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.03831 $0.03831
Opus 5 $0.01916 $0.01916
Sonnet 5 $0.00766 $0.00766
Haiku 4.5 $0.00383 $0.00383

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

Security

Grade B, and why

backchannel 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.

Sentrux is installed at `C:/Users/thoule/.local/bin/sentrux.exe` and configured as a Codex MCP server in `C:/Users/thoule/.codex/config.toml`.
AGENTS.md · 291 lines

How it starts

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

AGENTS.md

This file provides guidance to Codex (Codex.ai/code) when working with this repository.

Current Codebase Snapshot

Backchannel (formerly Call Helper) is a real-time meeting analysis app. A React frontend captures microphone audio as PCM16 16 kHz mono and streams it over WebSocket. The FastAPI backend writes speaker-attributed transcript entries, runs Gemini-based analysis agents over recent transcript text, and stores insights in PostgreSQL.

Backend tests live in backend/tests/ as stdlib unittest files; run them from backend/ with python -m unittest discover -s tests. Desktop tests use the same runner from desktop/, and frontend behavior checks use npm run build for typechecking and bundling.

Build & Run

Sentrux Structural Analysis

Sentrux is installed at C:/Users/thoule/.local/bin/sentrux.exe and configured as a Codex MCP server in C:/Users/thoule/.codex/config.toml.

sentrux .              # Open the GUI for this repo
sentrux check .        # Enforce .sentrux/rules.toml
sentrux gate .         # Compare current structure against .sentrux/baseline.json
sentrux gate --save .  # Refresh the structural baseline after intentional architecture changes

Current baseline quality is 6469, with coupling 0.06, 0 cycles, 2 god files, and 35 complex functions. The rules are calibrated to the existing codebase; tighten max_cc, max_fn_lines, and max_file_lines after refactoring current hotspots.

The baseline records the structural metrics used by sentrux gate. sentrux check . is expected to report only the two approved generated lockfile exceptions documented next to max_file_lines in .sentrux/rules.toml; any other finding must be fixed before the baseline is refreshed.

Docker Compose (primary)

docker-compose up --build
docker-compose down -v

Read the full file on GitHub · 291 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 · 291 lines · 3,831 tokens per session scan B 4156986cd5e2

Subscribe to this mod's changes

backchannel AGENTS.md is an instructions file published in the GitHub repository talberthoule/backchannel (5 stars, last pushed 17d ago), licensed MIT. It adds 3,831 tokens to every session, about $0.0192 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-31.

Related

Other instructions, from other repositories