agent-first-data 0.18.0

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
8
9
10
# comments and CRLF are covered by the inline fixture tests
export EMPTY=
UNQUOTED=abc#def
INLINE=abc # comment
SINGLE='literal # value'
DOUBLE="line\nquoted\t\"value\"\\"
MULTI="first
second"
UNICODE=你好
REFERENCE=${VAR}