tether-ai AGENTS.md

tether-ai AGENTS.md is an instructions file for Codex, OpenCode from tt-11-dd/tether-ai. It costs 695 tokens per session, scanned A, original, MIT.

Project-specific instructions for tether-ai, covering its Tether system, maps, agent skills, conventions, and checks.

In plain words
What is it for?
Use them when working on tether-ai to follow its project conventions and validation steps.
Why use it?
Without project context, an agent may make changes that conflict with the repository’s expected structure or checks.

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/tt-11-dd/tether-ai/agents-md
Clone the repo
git clone --depth 1 https://github.com/tt-11-dd/tether-ai

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 tether-ai AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/tt-11-dd/tether-ai/agents-md.svg)](https://agentmods.dev/instructions/tt-11-dd/tether-ai/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/tt-11-dd/tether-ai/agents-md"><img src="https://agentmods.dev/badge/instructions/tt-11-dd/tether-ai/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 695 This file is loaded in full into every session.
When invoked 695 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.00695 $0.00695
Opus 5 $0.00347 $0.00347
Sonnet 5 $0.00139 $0.00139
Haiku 4.5 $0.00069 $0.00069

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

Security

Grade A, and why

tether-ai 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 5d 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 · 56 lines

What it actually says

Tether

面向仓库的 AI 编程桌面工作台。Agent 循环、沙箱、会话在 npm 包 tether-agent-core;本仓库只做 Electron 壳和中文工作流界面。

地图

Agent Skills

Skills 由 Pi 运行时加载(Tether 不另写 loader)。标准路径:

范围 路径
项目(需信任) .agents/skills/<name>/SKILL.md.pi/skills/<name>/SKILL.md
用户全局 ~/.tether/skills/<name>/SKILL.md~/.agents/skills/<name>/SKILL.md

每个 skill 目录一个 SKILL.md,frontmatter 需含 namedescription(Pi 校验,缺项不会加载)。

  • 调用:输入 /skill:名称;输入 / 时也会列出当前会话已加载的 skill
  • 查看:设置 → Agent Skills(展示路径与已加载列表)
  • 项目 skill 需先信任项目;@ 文件引用仅扫描项目内 .agents/skills.pi/skills

约定

  • 新对话必须先选项目;绑定 cwd,发第一条消息才 startAgent
  • 生成中回车进入排队(最多 5 条,不入会话文件);停止保留排队,换对话/项目清空。/ 命令不进队。
  • 权限:plan / ask / auto / full。有项目时 sandbox: workspace-write
  • 跨会话进度写在 .agents/features.json.agents/progress.md,不要只写在聊天里。
  • features.json 只改 passes,不要删条目或改 description
  • 面向用户的文案用简体中文;代码、路径、命令保持原文。

检查

macOS / Linux:

pnpm test
pnpm typecheck

Windows PowerShell:

pnpm test
pnpm typecheck
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. 5d ago First seen · 56 lines · 695 tokens per session scan A ae2cc070980e

Subscribe to this mod's changes

tether-ai AGENTS.md is an instructions file published in the GitHub repository tt-11-dd/tether-ai (76 stars, last pushed 2d ago), licensed MIT. It adds 695 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.