termio CLAUDE.md

termio CLAUDE.md is an instructions file for coding agents from termio-sh/termio. It costs 697 tokens per session, scanned A, original, MIT.

Project-specific instructions for developing termio, a terminal-based environment where coding agents run on machines you control and can be supervised from a Mac or iPhone.

In plain words
What is it for?
Use them when changing termio’s code, especially its remote sessions, agent behavior, and rules about where code and computation should run.
Why use it?
They keep work aligned with termio’s architecture, privacy boundaries, and working style instead of leaving those decisions to guesswork.

Instructions file

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/termio-sh/termio/claude-md
Clone the repo
git clone --depth 1 https://github.com/termio-sh/termio

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 termio CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/termio-sh/termio/claude-md.svg)](https://agentmods.dev/instructions/termio-sh/termio/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/termio-sh/termio/claude-md"><img src="https://agentmods.dev/badge/instructions/termio-sh/termio/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 697 This file is loaded in full into every session.
When invoked 697 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.00697 $0.00697
Opus 5 $0.00349 $0.00349
Sonnet 5 $0.00139 $0.00139
Haiku 4.5 $0.00070 $0.00070

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

Security

Grade A, and why

termio CLAUDE.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.

CLAUDE.md · 57 lines

How it starts

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

@AGENTS.md

termio

What termio is

A terminal-first agentic development environment, including its own remote server.

Coding agents live in terminals. termio is the place those agents run, on machines the user already owns — a laptop, a VPS, a devbox — supervised from a native Mac app and an iPhone. termiod is the durable session host that makes "on any box" one code path instead of four.

The category is crowded (Zed remote, VS Code Remote, Codespaces, Warp). That is a known and accepted cost of this position, not an oversight. Do not re-argue the positioning. Build it.

What makes it different (aim here, not at editors)

  • The session lives on the box, not in the connection. Detach ≠ kill. An agent keeps working while the laptop is shut; reattach restores the exact screen. Zed and VS Code tie remote work to a live connection; termio does not.
  • The user's machines, not our cloud. termio never provisions compute and never runs a hosted control plane. The code never leaves hardware the user controls — the only trust story that survives giving an agent shell access to a private repo.
  • Agent-native at the protocol level. Workstream status (working / idle / needs-you / done) is a first-class protocol object, not a heuristic scraped off the screen.
  • Terminal-first is a commitment, not a stage. The terminal is the interface. Chat UIs have been built and fully reverted twice. Don't rebuild them.

Architectural non-negotiables

These come from docs/design/20260730-termiod-session-protocol.md §A and §H. Violating one is a design regression, not a tradeoff:

  1. Anti-100× invariant — byte delivery never blocks on host-side VT parse. The authoritative VT is a sidecar for snapshots; any per-frame grid encoder between the PTY and the pipe rebuilds the tmux tax and is rejected.
  2. State sync only at boundaries — snapshots on attach / resize / resync, never per frame. grid_diff is an opt-in bad-network degrade, never the default.
  3. Never embed SSH or crypto. System OpenSSH, tailnets, and OS keychains are the security team we didn't hire. The user's ~/.ssh/config is authoritative — read it, never override it.
  4. One protocol, versioned and transport-agnostic. Unix socket, SSH stdio, and later QUIC carry the same framed messages. No second protocol for the phone.
  5. No nested window manager in the host. One PTY per session; panes and layout are client concerns.
  6. Single writer, many readers. Observers never claim the write token.

Read the full file on GitHub · 57 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. 4d ago First seen · 57 lines · 697 tokens per session scan A 00f1c592fd63

Subscribe to this mod's changes

termio CLAUDE.md is an instructions file published in the GitHub repository termio-sh/termio (359 stars, last pushed 4d ago), licensed MIT. It adds 697 tokens to every session, about $0.0035 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.