Wakeflow CLAUDE.md

Wakeflow CLAUDE.md is an instructions file for coding agents from GxFn/Wakeflow. It costs 1,399 tokens per session, scanned A, a copy of Wakeflow AGENTS.md, MIT.

A set of instructions for maintaining the Wakeflow source repository and its coding-agent plugin files.

In plain words
What is it for?
Use it when changing Wakeflow plugin artifacts, checking repository status and diffs, following source ownership rules, and running authorized verification work.
Why use it?
It clarifies which files belong to Wakeflow, limits unrelated changes, and sets rules for safe editing and verification.

Instructions file

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/gxfn/wakeflow/claude-md
Clone the repo
git clone --depth 1 https://github.com/GxFn/Wakeflow

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 Wakeflow CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/gxfn/wakeflow/claude-md.svg)](https://agentmods.dev/instructions/gxfn/wakeflow/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/gxfn/wakeflow/claude-md"><img src="https://agentmods.dev/badge/instructions/gxfn/wakeflow/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,399 This file is loaded in full into every session.
When invoked 1,399 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin 88% copy Near-identical to another mod 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.01399 $0.01399
Opus 5 $0.00700 $0.00700
Sonnet 5 $0.00280 $0.00280
Haiku 4.5 $0.00140 $0.00140

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

Security

Grade A, and why

Wakeflow CLAUDE.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.

Origin

This is a copy

88% identical to Wakeflow AGENTS.md — 26 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

CLAUDE.md · 124 lines

How it starts

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

Wakeflow Source Repository Instructions For Claude Code

This checkout is the development repository for the Wakeflow Codex and Claude Code plugin artifacts. Work here maintains Wakeflow itself; it is not an installed controller workspace and it does not own the product repositories used to test Wakeflow.

Nested CLAUDE.md files inside plugin artifacts describe the behavior shipped to installed controller workspaces. They remain product inputs and test surfaces. Do not mistake their controller-role restrictions for a prohibition on authorized Wakeflow source maintenance in this repository.

Scope And Safety

  • Follow the user's requested scope. Do not expand a Wakeflow change into an Alembic product change or another external repository.
  • Preserve pre-existing and unrelated working-tree changes. Inspect git status --short --branch and the relevant diff before editing.
  • Do not use destructive Git operations such as git reset --hard, discard another contributor's changes, or rewrite history unless the user explicitly authorizes that exact operation.
  • Do not commit, push, tag, publish, or refresh an installed plugin cache unless the user explicitly requests that action. Authorization for one of these actions does not imply authorization for the others.
  • Use only explicitly designated disposable workspaces for destructive runtime tests. Never treat a real product repository as a Wakeflow fixture.
  • Keep secrets, tokens, private session identifiers, local absolute paths, and machine-specific cache paths out of committed source, fixtures, and docs.

Source Ownership

  • core/ is the canonical source for host-neutral runtime files shared by both plugin artifacts.
  • Make shared changes in core/, then run node tools/sync-core.mjs. Do not directly maintain the generated copies under plugins/codex-wakeflow/ or plugins/claude-code-wakeflow/.
  • After synchronization, run node tools/sync-core.mjs --check and inspect the resulting diff in both artifacts.
  • Host-specific files stay in their artifact. This includes host profiles, host artifact checks, host send adapters, manifests, host memory files, READMEs, skills, and template bundles. Claude Code commands and the tmux host helper also remain Claude-specific. Do not add a host branch to core/ when the difference belongs at a host seam.
  • Shared code may consume values supplied by a host profile; it must not infer Codex-versus-Claude behavior through ad hoc host checks.
  • Treat plugin cache directories as installed outputs, never as source. Modify this checkout first and refresh a cache only from a validated plugin artifact when the user asks for it.

Read the full file on GitHub · 124 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 · 124 lines · 1,399 tokens per session scan A f17a067856d4

Subscribe to this mod's changes

Wakeflow CLAUDE.md is an instructions file published in the GitHub repository GxFn/Wakeflow (5 stars, last pushed 10d ago), licensed MIT. It adds 1,399 tokens to every session, about $0.0070 per session on Opus 5. A static security scan graded it A with 0 findings. It is 88% identical to Wakeflow AGENTS.md, differing in 26 lines, and is treated as a copy.