Skip to content
Development
Command

/memory-audit

List auto-extracted memory entries for review. Remove any with `/ijfw memory forget <pattern>`.

From plugin
ijfw
20522 skills37 agents22 commands1 MCP
Install
$ npx -y skills add FerroxLabs/ijfw --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/memory-audit

Context preview

What this command does when you run it.

List auto-extracted memory entries for review. Remove any with `/ijfw memory forget <pattern>`.

Command definition

memory-audit.md
description: "List auto-extracted memory entries for review. Remove any with `/ijfw memory forget <pattern>`."
allowed-tools: ["Read", "Bash", "Grep"]

List recent entries tagged `auto-memorize` from `.ijfw/memory/knowledge.md` and `~/.ijfw/memory/global/*.md`. Show newest first, grouped by kind (correction/confirmation/preference/rule/error).

Format per entry:

[YYYY-MM-DD] <kind> -- <summary>
  why:  <why line>
  how:  <how-to-apply>
  tags: <tags>

If the user asks to remove an entry, surface the exact file and line so they can delete or edit manually. Do not silently modify memory files -- let the user do that so they see what's changing.

When no auto-entries exist: *"No auto-memorized entries yet. Enable with `IJFW_AUTO_MEMORIZE=on` or run a session with signals."*

Ships withijfw

IJFW — It Just F*cking Works. Ferrox Labs' local-first infrastructure for AI coding agents: shared memory, smart routing, multi-AI cross-audits, disciplined workflow.

Get the whole plugin