agent-first-data 0.4.0

Agent-First Data (AFDATA) — suffix-driven output formatting and protocol templates for AI agents
Documentation
1
2
3
4
5
6
7
disallowed-macros = [
  { path = "std::eprintln", reason = "AFDATA protocol/log events must use stdout only; stderr is not a protocol channel." },
]

disallowed-methods = [
  { path = "std::io::stderr", reason = "AFDATA protocol/log events must use stdout only; stderr is reserved for unrecoverable pre-protocol startup failures." },
]