Skip to content

Add JSON output format#112

Open
nguyenduchuyhd wants to merge 1 commit into
ApexOpsStudio:mainfrom
nguyenduchuyhd:codex/json-output-format
Open

Add JSON output format#112
nguyenduchuyhd wants to merge 1 commit into
ApexOpsStudio:mainfrom
nguyenduchuyhd:codex/json-output-format

Conversation

@nguyenduchuyhd

Copy link
Copy Markdown

Closes #1

Summary

  • Adds a --json flag to add, list, and done commands.
  • Emits parseable JSON for task creation, listing, completion, and empty/error states.
  • Updates README examples for automation usage.

Verification

  • python -m pytest test_task.py
  • Manual smoke: python task.py add "Alpha task" --json; python task.py list --json; python task.py done 1 --json

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