Rafraîchissement AIM

Réévalue manuellement la fraîcheur des mémoires de motifs de code à l'aide du pipeline de scan.

Spar Skills Guide Bot
Data & IAIntermédiaire
0027/07/2026
Claude Code
#memory#code-patterns#freshness#ai-memory#refresh

Recommandé pour


name: aim-refresh description: "Manually re-evaluate freshness for code-patterns memories" trigger: "/aim-refresh" allowed-tools: Bash

Manually re-evaluates freshness for code-patterns memories. Reuses the freshness scan pipeline from SPEC-013 with optional scope filters.

Canonical Execution

Always run the real script through run-with-env.sh so the skill uses the installed ai-memory virtualenv and the standard local service defaults.

"${AI_MEMORY_INSTALL_DIR:-$HOME/.ai-memory}/scripts/memory/run-with-env.sh" refresh.py

Examples

# Scan all code-patterns memories
"${AI_MEMORY_INSTALL_DIR:-$HOME/.ai-memory}/scripts/memory/run-with-env.sh" refresh.py

# Limit to a specific project group_id
"${AI_MEMORY_INSTALL_DIR:-$HOME/.ai-memory}/scripts/memory/run-with-env.sh" refresh.py my-project

# Topic filter (v2.1 — currently runs full scan with project filter)
"${AI_MEMORY_INSTALL_DIR:-$HOME/.ai-memory}/scripts/memory/run-with-env.sh" refresh.py --topic "authentication"

Implementation

  • Script: scripts/memory/refresh.py
  • Interpreter: run-with-env.sh (imports memory.*, requires venv)
  • Args: [project] (optional positional group_id filter), --topic (v2.1, no-op today)
  • Output: tier table (Fresh / Aging / Stale / Expired / Unknown) + actionable count
Skills similaires