Skip to content
Development
Command

/memory-consent

Grant or revoke consent for session-end auto-memorize. Usage: /memory-consent yes|no|ask

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-consent

Context preview

What this command does when you run it.

Grant or revoke consent for session-end auto-memorize. Usage: /memory-consent yes|no|ask

Command definition

memory-consent.md
description: "Grant or revoke consent for session-end auto-memorize. Usage: /memory-consent yes|no|ask"
allowed-tools: ["Write", "Read", "Bash"]

Writes `.ijfw/.automem-consent` with `{"consented": true|false, "at": "<iso>"}`.

  • `yes` -- auto-memorize runs at session end, promotes feedback/signals to memory.
  • `no` -- fully disabled. Session-end synthesizer exits silently.
  • `ask` -- clears consent; auto-memorize will ask again next time it would fire.

Acknowledge with one line confirming the new state. Print the contents of `.ijfw/.automem-consent` so the user sees what was written.

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