# Canonical clippy config for every Rust spore in this kit. Every binary spore
# is an Agent-First Data emitter — structured events on stdout, never stderr.
#
# Source of truth — `sync-clippy.sh` mirrors this file into each spore's
# clippy.toml. Edit this file, then `bash scripts/sync-clippy.sh`.
= [
{ = "std::eprintln", = "AFDATA protocol/log events must use stdout only; stderr is not a protocol channel." },
]
= [
{ = "std::io::stderr", = "AFDATA protocol/log events must use stdout only; stderr is not a protocol channel." },
]