Skip to content

Add JSON output mode#74

Open
thunderisme wants to merge 1 commit into
ApexOpsStudio:mainfrom
thunderisme:add-json-output
Open

Add JSON output mode#74
thunderisme wants to merge 1 commit into
ApexOpsStudio:mainfrom
thunderisme:add-json-output

Conversation

@thunderisme
Copy link
Copy Markdown

Closes #1
/claim #1

Summary

  • Adds --json support to add, list, and done.
  • Returns parseable JSON envelopes while preserving existing text output by default.
  • Adds CLI-level regression tests for JSON add/list/done output.
  • Updates README with JSON usage examples.

Validation

  • HOME=$(mktemp -d) uvx --from pytest pytest -q test_task.py
  • Manual JSON checks for add, list, and done with isolated temporary HOME
  • git diff --check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add --json output format

1 participant