Summary
The agent-os Python CLI outputs human-readable text. Adding a --json flag would make it easy to integrate with other tools and scripts.
Task
Add a --json / --output json flag to CLI commands that outputs structured JSON instead of formatted text.
Summary
The agent-os Python CLI outputs human-readable text. Adding a
--jsonflag would make it easy to integrate with other tools and scripts.Task
Add a
--json/--output jsonflag to CLI commands that outputs structured JSON instead of formatted text.