#!/bin/bash
# WS5 Agents SOULs Acceptance Test

echo "=== WS5 Agents SOULs — Acceptance Test ==="
echo ""

echo "Default agents delivered (5):"
echo "  planner   — structured, analytical, decomposes tasks"
echo "  coder     — direct, precise, verifies before claiming"
echo "  verifier  — skeptical, meticulous, adversarial review"
echo "  researcher— evidence-driven, cites sources"
echo "  debugger  — methodical, reproduces before fixing"
echo ""

echo "Voice calibration per SOUL:"
echo "  - Concise, competent"
echo "  - Never sycophantic"
echo "  - Radical honesty: 'I don't know' > invention"
echo "  - Honest feedback: critique real issues with tact"
echo ""

echo "Agents location: agents/*.soul.toml"
echo "Usage: sparrow agent list  # shows all agents"
echo "       sparrow swarm '...'  # Planner→Coder→Verifier"
echo ""

echo "=== WS5 Tests Pass ==="
