Summary
I would like the Debugger to output in YAML format when passing -o yaml (this should be default behavior).
It should support also JSON output. When for example I want to call the tasks list, I would expect to see something like:
tasks:
- id: some-id
...
- id:
...
Acceptance Criteria