tact AGENTS.md

A set of project instructions for developing clabby or tact, including coding conventions, common commands, secrets, and documentation practices.

In plain words
What is it for?
Use it as the working agreement when changing this Rust project, especially before formatting, linting, testing, or documenting code.
Why use it?
It gives contributors shared rules for keeping the code understandable and for checking that changes compile, are formatted, and pass tests.

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

Made for: Codex, OpenCode.

Per session 568 This file is loaded in full into every session.
When invoked 568 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.00568 $0.00568
Opus 5 $0.00284 $0.00284
Sonnet 5 $0.00114 $0.00114
Haiku 4.5 $0.00057 $0.00057

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

Security

Grade A, and why

tact 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 · 51 lines

How it starts

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

Working Agreements

Common Dev Commands

  • cargo check --all-features: Check compilation.
  • just check-fmt: Check formatting.
  • just fmt: Fix formatting.
  • just clippy: Run clippy.
  • just test: Run tests

Code

  • Optimize for the reader. Code should be obvious on the first pass and easy to scan later.
  • Prefer explicit data flow, small cohesive modules, descriptive names, and early returns.
  • Prefer associated functions when behavior naturally belongs to a type. Use free functions for module-level operations that have no clear owner.
  • Import types into scope instead of qualifying their full paths at use sites. Alias imports when names conflict.
  • Keep parsing and presentation at the boundary. Core types should not depend on CLI or terminal concerns unless that removes meaningful duplication.
  • Keep visibility as narrow as possible. Prefer private items, then pub(crate); add public APIs only when another crate needs them.
  • Avoid clever abstractions, hidden control flow, premature generalization, and tiny pass-through helpers.
  • Remove meaningful repetition with shared functions or test harnesses, but do not abstract one-line operations merely to be DRY.
  • Model distinct states with enums and typed structures instead of loosely related booleans or strings.
  • Use typed errors with useful context. Preserve error sources and identify relevant paths or operations.
  • Add dependencies only when they make the implementation materially smaller, safer, or clearer.

Secrets

  • Secret-owning application types must implement Zeroize and zeroize on drop.
  • Secret wrappers must not implement Clone, Display, or serialization. Their Debug output must be redacted.
  • Secret access must be explicit and narrowly scoped. Never include credentials in logs, errors, status output, configuration rendering, or tests.
  • Document ownership boundaries when a dependency retains a non-zeroizing copy; do not claim guarantees beyond memory owned by this crate.

Documentation

Read the full file on GitHub · 51 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 · 51 lines · 568 tokens per session scan A e6a7d57817d6

Subscribe to this mod's changes

tact AGENTS.md is an instructions file published in the GitHub repository clabby/tact (89 stars, last pushed 4d ago), licensed Apache-2.0. It adds 568 tokens to every session, about $0.0028 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.