Skip to main content

aim-pause-updates

Toggle auto_update_enabled kill switch for automatic memory updates

Jump to install

Source facts

Repository
Hidden-History/ai-memory
Last source activity
June 2, 2026 at 23:17
Detected SKILL.md language
English
Stars
41
Forks
5

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
aim-pause-updates
description
Toggle auto_update_enabled kill switch for automatic memory updates
trigger
/aim-pause-updates
allowed-tools
Bash
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 ```bash # 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 ```
View on GitHub