-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
When a command fails with the --json flag, errors are returned as plain text instead of structured JSON. For example:
specter destroy nonexistent --json --yes
# Returns: agent 'nonexistent' not found in local state
# Should return: {"error": "agent 'nonexistent' not found in local state"}This breaks the agent-native promise. Any AI agent parsing --json output will get unexpected plain text on errors.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers