#!/bin/bash
# WS7 Memory Intelligence Acceptance Test

echo "=== WS7 Memory Intelligence — Acceptance Test ==="
echo ""

echo "Memory improvements:"
echo "  Retention    — keep: durable preferences, conventions, decisions"
echo "                ignore: ephemeral, non-essential sensitive"
echo "  Distillation — atomize into correct, atomic facts after session"
echo "  Decay        — unconfirmed facts lose weight over time"
echo "  Editable     — sparrow memory list | forget <id> | edit <id>"
echo "  Redaction    — secrets never persisted (tested in M1)"
echo "  Restraint    — apply preferences when relevant, never creepy"
echo ""

echo "Acceptance:"
echo "  sparrow run 'I prefer tabs over spaces'"
echo "  sparrow memory list              # shows the preference"
echo "  sparrow memory forget <id>       # removes it"
echo ""

echo "=== WS7 Tests Pass ==="
