Discard queued learnings without processing
Discard queued learnings without processing them. Use this when auto-detection captures false positives or learnings aren't worth saving.
/plugin marketplace add BayramAnnakov/claude-reflect/plugin install bayramannakov-claude-reflect@BayramAnnakov/claude-reflectjq 'length' ~/.claude/learnings-queue.json 2>/dev/null || echo 0If queue is empty:
If queue has items:
If user confirms (y/yes):
echo "[]" > ~/.claude/learnings-queue.json
If user declines (n/no):
This is an escape hatch for when auto-detection captures false positives or learnings aren't worth saving. Use sparingly.