tokenjuice AGENTS.md

tokenjuice AGENTS.md is an instructions file for Codex, OpenCode from vincentkoc/tokenjuice. It costs 1,397 tokens per session, scanned A, original, MIT.

Repository instructions for tokenjuice, a TypeScript command-line tool and library. They explain where its code, tests, documentation, packaging files, and generated files belong.

In plain words
What is it for?
Use them when changing tokenjuice, running its Vitest tests, checking TypeScript types, building releases, or working on integrations for tools such as Codex, Claude Code, and Cursor.
Why use it?
They give coding agents the project rules and commands needed to make changes without editing generated files or placing work in the wrong part of the repository.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/vincentkoc/tokenjuice/agents-md.svg)](https://agentmods.dev/instructions/vincentkoc/tokenjuice/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/vincentkoc/tokenjuice/agents-md"><img src="https://agentmods.dev/badge/instructions/vincentkoc/tokenjuice/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,397 This file is loaded in full into every session.
When invoked 1,397 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.01397 $0.01397
Opus 5 $0.00698 $0.00698
Sonnet 5 $0.00279 $0.00279
Haiku 4.5 $0.00140 $0.00140

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

Security

Grade A, and why

tokenjuice 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 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.

AGENTS.md · 83 lines

How it starts

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

Repository Guidelines

Project Structure & Module Organization

tokenjuice is a TypeScript CLI/library. Main source lives in src/:

  • src/cli/ contains the CLI entrypoint.
  • src/core/ contains shared reducers, rule loading, and other host-agnostic logic.
  • src/hosts/ contains host-specific integrations (codex/, claude-code/, cursor/, pi/, opencode/, openclaw/) plus shared hook helpers under shared/.
  • src/rules/ contains built-in JSON rules and fixtures.

Tests live in test/ and mirror the source layout (test/core/, test/hosts/, test/hosts/shared/). Supporting docs live in docs/, packaging files in packaging/, and utility scripts in scripts/. dist/, release/, and src/core/builtin-rules.generated.ts are generated outputs; do not hand-edit them.

Build, Test, and Development Commands

  • pnpm install installs dependencies.
  • pnpm test runs the full Vitest suite and regenerates built-in rules first.
  • pnpm typecheck runs TypeScript without emitting files.
  • pnpm build rebuilds dist/, Pi runtime output, and packaged rules.
  • pnpm verify is the pre-handoff gate: lint, circular-dep check (madge), typecheck, and the full Vitest suite.
  • pnpm release:local runs the local release pipeline: tests, build, tarball, checksums, and Homebrew formula.
  • pnpm exec vitest run test/hosts/codex.test.ts runs a focused test file during iteration.

For a quick smoke check after building, run node dist/cli/main.js --version.

Coding Style & Naming Conventions

Use TypeScript with ESM imports and explicit .js import suffixes in source files. Match the existing style:

  • 2-space indentation
  • named exports over default exports for library modules
  • small, focused helpers in src/core/
  • descriptive test names using describe / it

Keep generated files out of manual edits. If you change built-in rule data, rely on the existing scripts and test/build flows to regenerate derived output.

Host integrations

Every post-tool host adapter (codex, pi, opencode, openclaw) routes through the shared primitive compactBashResult in src/core/integrations/compact-bash-result.ts. New host behavior belongs in src/core/, not in an adapter. Pre-tool rewriters (claude-code, codebuddy, cursor, vscode-copilot) funnel commands through tokenjuice wrap and shared helpers in src/hosts/shared/pre-tool-wrap.ts. When adding or changing a host, see docs/integration-playbook.md for the install/doctor/uninstall checklist and update the hardcoded host list in src/cli/main.ts accordingly.

Read the full file on GitHub · 83 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 · 83 lines · 1,397 tokens per session scan A 357f4884a92f

Subscribe to this mod's changes

tokenjuice AGENTS.md is an instructions file published in the GitHub repository vincentkoc/tokenjuice (514 stars, last pushed 2mo ago), licensed MIT. It adds 1,397 tokens to every session, about $0.0070 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.