pi-codex-goal AGENTS.md

pi-codex-goal AGENTS.md is an instructions file for Codex, OpenCode from fitchmultz/pi-codex-goal. It costs 637 tokens per session, scanned A, original, MIT.

Repository instructions for maintaining a Pi extension that adds a goal command and goal-management tools.

In plain words
What is it for?
Use them when developing, installing, or verifying the pi-codex-goal package and its goal-tracking tools.
Why use it?
They explain the correct local installation setup and verification process, helping avoid duplicate installs and tool conflicts.

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/fitchmultz/pi-codex-goal/agents-md
Clone the repo
git clone --depth 1 https://github.com/fitchmultz/pi-codex-goal

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 pi-codex-goal AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/fitchmultz/pi-codex-goal/agents-md.svg)](https://agentmods.dev/instructions/fitchmultz/pi-codex-goal/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/fitchmultz/pi-codex-goal/agents-md"><img src="https://agentmods.dev/badge/instructions/fitchmultz/pi-codex-goal/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 637 This file is loaded in full into every session.
When invoked 637 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.00637 $0.00637
Opus 5 $0.00318 $0.00318
Sonnet 5 $0.00127 $0.00127
Haiku 4.5 $0.00064 $0.00064

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

Security

Grade A, and why

pi-codex-goal 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 · 54 lines

How it starts

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

pi-codex-goal — agent notes

Pi extension: Codex-style /goal command and get_goal / create_goal / update_goal tools. State lives in pi session custom entries.

Local pi install policy

On this machine, the canonical active install is the global/user package pointing at this local checkout:

../../Projects/AI/pi-codex-goal

Do not leave project-local installs of this package in this repo. In particular, avoid release verification commands such as:

pi install -l npm:pi-codex-goal
pi install -l https://github.com/fitchmultz/[email protected]

Those write duplicate package entries under .pi/ for the current project, causing get_goal, create_goal, and update_goal tool-registration conflicts with the global local-checkout install. For install-path release verification, use an isolated temp project/config directory or remove the project-local entries immediately after the check. On Pi 0.84.0 or later, pass --approve for isolated project-local package install/list/non-interactive smoke commands when those commands must load .pi/settings.json. If conflicts appear, inspect pi list --approve and .pi/settings.json, then remove any project-local pi-codex-goal npm/GitHub installs so only the global local-checkout package remains active.

Verify before finishing

npm run verify

Runs tsc --noEmit, the platform-smoke harness checks, and the full Node test suite (test/*.test.ts).

For release-sensitive changes, also use the local Crabbox platform gate documented in docs/platform-smoke.md:

npm run check:platform-smoke
npm run smoke:platform:all

smoke:platform:all runs smoke:platform:doctor before any target suite starts.

The required gate runs the full suite plus a real model-backed goal-tool smoke on macOS, Ubuntu Linux, and native Windows. The default smoke model is zai/glm-5.2; override with PLATFORM_SMOKE_MODEL when needed.

Layout

Area Modules
Wiring src/index.ts, goal-runtime-controller.ts
User / model API commands.ts, tools.ts, prompts.ts, format.ts, clipboard.ts, prompts/create-goal.md
Runtime events goal-runtime-event-handlers.ts, goal-runtime-*-handlers.ts
Transitions goal-transition.ts, goal-transition-effects.ts, goal-state-controller.ts
Stale continuations stale-queued-work-*.ts
Recovery recovery*.ts
Domain state.ts, types.ts, goal-persistence.ts

Read the full file on GitHub · 54 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 · 54 lines · 637 tokens per session scan A 49f7b47ef5f5

Subscribe to this mod's changes

pi-codex-goal AGENTS.md is an instructions file published in the GitHub repository fitchmultz/pi-codex-goal (181 stars, last pushed 28d ago), licensed MIT. It adds 637 tokens to every session, about $0.0032 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.