Description
werma st currently outputs a human-readable status table. Adding a --json flag would make it easy to integrate Werma with other tools, scripts, and dashboards.
What needs to happen
- Add
--json flag to werma st command
- Output task list as JSON array when flag is present
- Include key fields: id, status, task_type, linear_issue_id, created_at, completed_at
Example
werma st --json | jq '.[] | select(.status == "running")'
Acceptance Criteria
Description
werma stcurrently outputs a human-readable status table. Adding a--jsonflag would make it easy to integrate Werma with other tools, scripts, and dashboards.What needs to happen
--jsonflag towerma stcommandExample
Acceptance Criteria
werma st --jsonoutputs valid JSON