apex-workflow AGENTS.md

apex-workflow AGENTS.md is an instructions file for Codex, OpenCode from 0xCozart/apex-workflow. It costs 535 tokens per session, scanned A, original, MIT.

Repository instructions for Apex Workflow, an installable harness that coordinates coding-agent work in an app repository. They describe setup, codebase orientation, checks, and safeguards for multiple agents.

In plain words
What is it for?
Installing Apex Workflow in an app repository, choosing its trackers and verification tools, and keeping its generated configuration and instructions valid.
Why use it?
They reduce guesswork when installing the workflow and help prevent changes that ignore repository rules or collide with other agents.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md. Also seen: mentions AGENTS.md; mentions Codex.

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/0xcozart/apex-workflow/agents-md
Clone the repo
git clone --depth 1 https://github.com/0xCozart/apex-workflow

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 apex-workflow AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/0xcozart/apex-workflow/agents-md.svg)](https://agentmods.dev/instructions/0xcozart/apex-workflow/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/0xcozart/apex-workflow/agents-md"><img src="https://agentmods.dev/badge/instructions/0xcozart/apex-workflow/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 535 This file is loaded in full into every session.
When invoked 535 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.1 $0.00535 $0.00535
Opus 5 $0.00267 $0.00267
Sonnet 5 $0.00107 $0.00107
Haiku 4.5 $0.00053 $0.00053

Measured 5d ago against content hash 247f8ab58883, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

apex-workflow 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 · 53 lines

How it starts

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

Apex Workflow Agent Instructions

This repo is an installable workflow harness.

Read docs/CODEBASE_MAP.md for codebase orientation before searching broadly. Read CONTRIBUTING.md before modifying Apex Workflow itself; it defines shared surfaces, verification expectations, and parallel-agent collision rules for this repo.

When a user asks you to install or configure Apex Workflow for an app repo, do not stop at copying the skill. Configure the target repo with the harness installer.

Install Flow

  1. Identify the target app repo path.
  2. Inspect the target repo enough to choose tracker, GitNexus/code-intelligence, browser, verification, and profile review needs from repo evidence.
  3. Run the installer with explicit choices:
npm run init -- \
  --target=/path/to/app \
  --config-mode=custom \
  --tracker=linear \
  --tracker-team="Team Name" \
  --tracker-project="Project Name" \
  --code-intelligence=gitnexus-mcp \
  --browser=agent-browser \
  --origin=http://127.0.0.1:3000 \
  --yes

The installer writes apex.workflow.json, creates or updates a managed Apex block in AGENTS.md, validates the generated profile, and symlinks the local skill into the Codex skills directory unless --skip-skill-link is passed.

After the install report prints, review inferred path confidence, adapter choices, dirty repo state, and baseline checkpoint guidance. Confirm or correct any setup.inferredPaths entries marked guessed before starting the first implementation slice.

Discovery is advisory only. Use --discover or apex-profile discover to collect candidate profile fields after explicit adapter choices are set, not as a replacement for repo-specific configuration judgment.

Guardrails

  • Do not overwrite an existing apex.workflow.json unless the user asked for a refresh or you pass --force intentionally.
  • Do not add Linear, GitNexus, browser automation, or design gates unless the target repo has them or the user chooses them.
  • Do not put human cautions in authority.doNotUseAsAuthority; use operatorCautions for security, public/private boundary, or secret-handling warnings.
  • Prefer GitNexus through MCP when the user chooses GitNexus. If MCP fails in the target environment, configure or document a repo-local wrapper fallback.
  • App-specific product truth belongs in the target repo profile, not in the generic Apex skill.

Read the full file on GitHub · 53 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 · 53 lines · 535 tokens per session scan A 247f8ab58883

Subscribe to this mod's changes

apex-workflow AGENTS.md is an instructions file published in the GitHub repository 0xCozart/apex-workflow (1 stars, last pushed 1mo ago), licensed MIT. It adds 535 tokens to every session, about $0.0027 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.