lucy-cli 1.6.1

A small local JSONL agent harness
Documentation
1
2
3
4
5
6
# Debug-only and placeholder macros must not ship in the harness.
disallowed-macros = [
  { path = "std::dbg", reason = "use structured diagnostics or tests instead" },
  { path = "std::todo", reason = "implement behavior or return an explicit error" },
  { path = "std::unimplemented", reason = "implement behavior or return an explicit error" },
]