Aim Pause Updates

Toggle auto_update_enabled kill switch for automatic memory updates

Hidden-History Updated

File contents

Toggle the AUTO_UPDATE_ENABLED kill switch in the active .env file. When paused: GitHub sync and freshness scans still run, but auto-corrections and auto-re-captures are disabled.

Usage

# Toggle current state
"${AI_MEMORY_INSTALL_DIR:-$HOME/.ai-memory}/scripts/memory/run-with-env.sh" pause_updates.py

# Enable updates
"${AI_MEMORY_INSTALL_DIR:-$HOME/.ai-memory}/scripts/memory/run-with-env.sh" pause_updates.py on

# Disable updates
"${AI_MEMORY_INSTALL_DIR:-$HOME/.ai-memory}/scripts/memory/run-with-env.sh" pause_updates.py off

Hidden-History/ai-memory/tree/main/_ai-memory/skills/aim-pause-updates commit 1f37b69030

Frequently asked questions

npx skillmds@latest add hidden-history/aim-pause-updates