termio AGENTS.md

A set of instructions for AI coding agents working on termio, a native macOS terminal app for AI coding agents. It explains the repository, setup, commands, coding rules, and limits on changes.

In plain words
What is it for?
Use it when an agent needs to modify, build, or understand the termio codebase.
Why use it?
It gives an agent the project context and working rules needed to make focused changes without unnecessary refactoring or risky dependencies.

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

Made for: Codex, OpenCode.

Per session 3,293 This file is loaded in full into every session.
When invoked 3,293 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.03293 $0.03293
Opus 5 $0.01647 $0.01647
Sonnet 5 $0.00659 $0.00659
Haiku 4.5 $0.00329 $0.00329

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

Security

Grade A, and why

termio AGENTS.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 2d 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.

AGENTS.md · 265 lines

How it starts

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

AGENTS.md

This file provides guidance to AI coding agents working in this repository.

Core rules

  • termio is a deliberately small, focused tool. Keep the surface area minimal; prefer clarity over cleverness. Do not add features that were not requested.
  • Keep changes scoped to the request. Do not refactor unrelated code.
  • Respect existing worktree changes. Do not revert the user's edits unless asked.
  • Prefer editing existing files over creating new ones. Do not add new documentation files unless requested.
  • Commit or push only when the user asks.
  • Never add an SPM dependency that ships resources — see "Dependencies" below. This has shipped as a release-only crash twice.
  • Read CONTRIBUTING.md for the long-form version of the build, branching, and release flow. This file is the short, agent-facing subset.

Repo overview

termio is a native macOS terminal app for AI coding agents: Swift + AppKit/SwiftUI on top of libghostty (Ghostty's terminal core). It is free software with no backend, no account, and no license server.

  • Sources/termio — the macOS app (SwiftPM executable target). Organized by feature: Terminal, Sidebar, TermioStore, Agents, Companion, Git, FileBrowser, Editor, Issues, Settings, Welcome, Info, CommandPalette, Keybindings, Browser, Theme, App.
  • Shared/ — SwiftPM package (TermioShared) shared by the Mac app and the iOS companion. The companion wire protocol lives here so both ends stay in sync.
  • ios/ — the iOS companion app (TermioMobile.xcodeproj, scheme TermioMobile).
  • web/landing — the marketing site (Next.js + Tailwind + shadcn/ui), deployed to Vercel.
  • scripts/build-app.sh (packages the .app), termio (the CLI that drives a running app over its control socket), plus icon and stats helpers.
  • packaging/Info.plist, entitlements, icon assets for the bundle.
  • docs/ — design docs, RFCs, runbooks, bug handoffs, essays. See "Docs" below.
  • skills/ — agent skills. See "Skills" below.

Read the full file on GitHub · 265 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. 2d ago First seen · 265 lines · 3,293 tokens per session scan A f2e0ec37a73d

Subscribe to this mod's changes

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