agent-first-data 0.26.2

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.
Documentation
1
2
3
4
5
6
7
//go:build !unix

package main

// installSigpipeHandler is a no-op on platforms without SIGPIPE; a broken-pipe
// write already surfaces as an error there, which CliEmitter.Finish handles.
func installSigpipeHandler() {}