agent-first-psql 0.3.1

Persistent PostgreSQL client for AI agents — SQL-native JSONL in, JSONL out
1
2
3
4
5
6
disallowed-methods = [
  { path = "str::split_whitespace", reason = "Do not parse SQL text to decide runtime behavior; use prepared-statement metadata from PostgreSQL." },
]
disallowed-macros = [
  { path = "std::eprintln", reason = "Protocol/diagnostic runtime events must stay on stdout as structured outputs (code:error/code:log)." },
]