#!/bin/bash

# Agent Detection Hook
# Triggers when user calls @agent-* to remind about proper usage

echo ""
echo "✅ AGENT CALL DETECTED"
echo "📋 REMINDER: You must immediately use the Task tool with the requested agent"
echo "🎯 STATUS: Review agent-rules.md for complete compliance requirements"
echo ""
echo "⚠️  DO NOT respond directly - use Task tool FIRST!"
echo ""