organon AGENTS.md

organon AGENTS.md is an instructions file for Codex, OpenCode from tta-lab/organon. It costs 1,291 tokens per session, scanned A, original, MIT.

Project instructions for Organon, a Go monorepo, meaning one repository containing several related tools, that builds command-line programs for AI agents.

In plain words
What is it for?
Use them when working on Organon's source-editing, skill-discovery, token-counting, project-management, or goal-management tools, including formatting, testing, building, and CI.
Why use it?
They give an agent the project's architecture, important commands, package scopes, and development expectations in one place.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/tta-lab/organon/agents-md.svg)](https://agentmods.dev/instructions/tta-lab/organon/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/tta-lab/organon/agents-md"><img src="https://agentmods.dev/badge/instructions/tta-lab/organon/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,291 This file is loaded in full into every session.
When invoked 1,291 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.01291 $0.01291
Opus 5 $0.00646 $0.00646
Sonnet 5 $0.00258 $0.00258
Haiku 4.5 $0.00129 $0.00129

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

Security

Grade A, and why

organon 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 · 115 lines

How it starts

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

CLAUDE.md

Project Overview

Organon is a Go monorepo producing CLI tools for AI agents: src (tree-sitter source editing), skill (filesystem-based skill discovery), token (LLM token counting), project (project management CLI), and goal (Lenos session goal file management).

Essential Commands

make all          # fmt, vet, tidy, build
make test         # CGO_ENABLED=0 go test -v ./...
make build        # CGO_ENABLED=0 go build ./cmd/...
make install      # CGO_ENABLED=0 go install ./cmd/...
make ci           # fmt, vet, lint, test, build
make ci-scope SCOPE_CMD=project SCOPE_PACKAGES='./cmd/project ./internal/project ./internal/config'
                  # scoped format check, vet, lint, test, and binary build

Architecture

Binaries

  • cmd/src/ — tree-sitter symbol-aware file reading/editing with local path resolution and --json output for Pi extension adapters
  • cmd/skill/ — filesystem-based skill discovery plus read-only MCP
  • cmd/token/ — LLM token counting using tiktoken-go with cl100k_base tokenizer (Claude / GPT-4)
  • cmd/project/ — project management CLI: list, get, resolve, and jump to registered projects
  • cmd/goal/ — Lenos session goal file CLI: add/update/append/get/status via $LENOS_GOAL

Shared Packages

  • internal/id/ — base62 ID generation and collision resolution
  • internal/tree/ — generic box-drawing tree renderer
  • internal/indent/ — file indent-style detection (layered: hardcoded table for opinionated languages, per-file majority scan for open languages) and reindent transform
  • internal/skill/ — filesystem-based skill discovery, frontmatter parsing, and shared CLI/MCP search behavior
  • internal/token/ — LLM token counting with tiktoken-go; sync.OnceValues lazy init, regex fallback
  • internal/srcview/ — trusted source outlines and line-oriented reads shared by the CLI and the Pi src extension
  • internal/truncate/ — Pi-equivalent head truncation (2,000 lines / 50 KB) for CLI JSON output

Read the full file on GitHub · 115 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. 5d ago First seen · 115 lines · 1,291 tokens per session scan A 15ae2ef0f324

Subscribe to this mod's changes

organon AGENTS.md is an instructions file published in the GitHub repository tta-lab/organon (5 stars, last pushed 6d ago), licensed MIT. It adds 1,291 tokens to every session, about $0.0065 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-31.