Loading...
Loading...
Store a learning, pattern, or decision in the memory system for future recall
npx skill4agent add parcadei/continuous-claude-v3 remember/remember <what you learned>/remember --type WORKING_SOLUTION <what you learned>/remember TypeScript hooks require npm install before they work
/remember --type ARCHITECTURAL_DECISION Session affinity uses terminal PID
/remember --type FAILED_APPROACH Don't use subshell for store_learning command| Type | Use For |
|---|---|
| Fixes, solutions that worked (default) |
| Design choices, system structure |
| Patterns discovered in code |
| What didn't work |
| Specific error resolutions |
cd $CLAUDE_OPC_DIR && PYTHONPATH=. uv run python scripts/core/store_learning.py \
--session-id "manual-$(date +%Y%m%d-%H%M)" \
--type <TYPE or WORKING_SOLUTION> \
--content "<ARGS>" \
--context "manual entry via /remember" \
--confidence medium--type