--- 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β¦