一键导入
aim-pause-updates
Toggle auto_update_enabled kill switch for automatic memory updates
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Toggle auto_update_enabled kill switch for automatic memory updates
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Detect content drift of an operator's scaffolded sanctum files (BOND, CAPABILITIES, CREED, INDEX, LORE, MEMORY, PERSONA, PULSE) against the evolving reference templates, and surface recommended add/remove WITH rationale — never a silent overwrite. Use on a session-start drift check, after the reference templates change, or when the operator asks whether their sanctum is current.
Check ai-memory system status and collection stats
Check ai-memory system status and collection stats
Manually save current session context to ai-memory
Search ai-memory for relevant stored memories
Search ai-memory for relevant stored memories
| 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.
# 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