A naming convention that lets AI agents understand your data without being told what it means, plus a CLI and library for reading and safely editing structured JSON, TOML, YAML, dotenv, and INI documents.
//go:build!unixpackagemain// installSigpipeHandler is a no-op on platforms without SIGPIPE; a broken-pipe
// write already surfaces as an error there, which CliEmitter.Finish handles.
funcinstallSigpipeHandler(){}