This project uses ICM for persistent memory across sessions.
icm recall "topic keywords" # search memories
icm recall-context "query" --limit 5 # formatted for prompt injectionicm store -t "topic" -c "summary" -i medium # importance: critical|high|medium|low
icm store -t "decisions" -c "chose X over Y because..." -i high
icm store -t "errors-resolved" -c "fix: ..." -k "error,fix"icm update <id> -c "updated content" # edit memory in-place
icm health # topic hygiene audit
icm topics # list all topics
icm feedback record -t "topic" -c "context" -p "predicted" --corrected "actual"