FusionAL CLAUDE.md

FusionAL CLAUDE.md is an instructions file for coding agents from JRM-FusionAL/FusionAL. It costs 3,684 tokens per session, scanned A, original, MIT.

A set of Claude Code instructions for working on the FusionAL project and its knowledge base. It defines startup steps, error-recall checks, and rules for recording important work.

In plain words
What is it for?
Use it when starting sessions, investigating errors, checking previously solved issues, or recording recurring problems and configuration mistakes.
Why use it?
It keeps the agent aligned with the project's current status and priorities, and helps avoid repeating fixes or losing useful decisions.

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/jrm-fusional/fusional/claude-md
Clone the repo
git clone --depth 1 https://github.com/JRM-FusionAL/FusionAL

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/jrm-fusional/fusional/claude-md.svg)](https://agentmods.dev/instructions/jrm-fusional/fusional/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/jrm-fusional/fusional/claude-md"><img src="https://agentmods.dev/badge/instructions/jrm-fusional/fusional/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 3,684 This file is loaded in full into every session.
When invoked 3,684 The same file — it is already loaded in full.
Security scan A 2 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.03684 $0.03684
Opus 5 $0.01842 $0.01842
Sonnet 5 $0.00737 $0.00737
Haiku 4.5 $0.00368 $0.00368

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

Security

Grade A, and why

FusionAL CLAUDE.md scanned grade A with 2 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

Verify: `curl http://localhost:8009/health`

Runs shell commandslowCapability

Expected in a hook, worth knowing in a rule or an instructions file.

- Use `# nosec B404` on subprocess imports, `# nosec B603` on list-form subprocess.run.
CLAUDE.md · 411 lines

How it starts

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

CLAUDE.md — FusionAL

SESSION INIT — RUN THIS FIRST

Before responding to anything, in this order:

  1. Read C:\Users\puddi\Projects\fusional-knowledge-base\00-CURRENT-STATUS\STATUS.md
  2. Read C:\Users\puddi\Projects\fusional-knowledge-base\00-CURRENT-STATUS\PRIORITIES.md
  3. Read C:\Users\puddi\Projects\fusional-knowledge-base\05-RECALL\SOLVED-ISSUES.md
  4. State runtime: "Running as: on , tools available: "

RECALL PROTOCOL (mandatory, visible)

Before debugging ANY error or unexpected behavior:

  1. State "Recall check: searching SOLVED-ISSUES for "
  2. State outcome: "Match: SI-XXX — applying documented fix" OR "No match — proceeding with new diagnosis"

The Recall check is VISIBLE OUTPUT. If the line is not in the response, the check did not happen.


AUTO-LOG PROTOCOL (mandatory, ambient)

While working, monitor for AUTO-LOG TRIGGERS: wrong assumption corrected, path/config drift, command failed + root cause identified, protocol violation, cross-system surprise, "why isn't this working" >2 min, repeated pattern.

When a trigger fires:

  1. State: "Auto-log trigger: — drafting SI-XXX"
  2. Read C:\Users\puddi\Projects\fusional-knowledge-base\05-RECALL\SOLVED-ISSUES.md, find highest SI number
  3. Append entry IMMEDIATELY before "## TEMPLATE — copy this for new entries"
  4. Confirm: "Logged SI-XXX: "
  5. Continue the original task

Format: ## SI-XXX: <title> + **Symptoms:** + **Root cause:** + **Fix:** + **Verified:** YYYY-MM | **Source:** <ctx> + **Tags:**

Do NOT ask permission. Do NOT batch logs. Do NOT skip when uncertain.


CRITICAL FAILURE MODES (already logged — do not repeat)

SI-001 through SI-011 in SOLVED-ISSUES.md cover Claude Desktop timeouts, Tailscale config, Docker paths, secrets, hardware diagnosis, PowerShell SSH, runtime assumptions, silent recall skips, handoff conflation, path drift, and force-push divergence.


REPO-SPECIFIC CONTENT BELOW

Read the full file on GitHub · 411 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 · 411 lines · 3,684 tokens per session scan A 280d6f7ae6c6

Subscribe to this mod's changes

FusionAL CLAUDE.md is an instructions file published in the GitHub repository JRM-FusionAL/FusionAL (1 stars, last pushed today), licensed MIT. It adds 3,684 tokens to every session, about $0.0184 per session on Opus 5. A static security scan graded it A with 2 findings (makes network calls, runs shell commands). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.