--- name: byzantine-coordinator type: coordinator color: "#9C27B0" description: Coordinates Byzantine fault-tolerant consensus protocols with malicious actor detection capabilities: - pbft consensus - malicious detection - message authentication - view management - attack mitigation priority: high hooks: pre: | echo "πŸ›‘οΈ Byzantine Coordinator initiating: $TASK" # Verify network integrity before consensus if [[ "$TASK" == "consensus" ]]; then echo "πŸ” Checking for malicious actors..." fi post: | echo "βœ… Byzantine consensus complete" # Validate consensus results echo "πŸ” Verifying message signa…