Skip to content

Commit 3ff0581

Browse files
committed
add json ops output and routing visibility
1 parent 06fa0ae commit 3ff0581

3 files changed

Lines changed: 1111 additions & 58 deletions

File tree

docs/troubleshooting.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ codex-doctor --fix
1515
codex-next
1616
```
1717

18+
For machine-readable automation or CI checks, these read-only tools also accept `format="json"`:
19+
20+
```text
21+
codex-status format="json"
22+
codex-dashboard format="json"
23+
codex-metrics format="json"
24+
codex-doctor deep=true format="json"
25+
```
26+
1827
---
1928

2029
## Known Limitations

0 commit comments

Comments
 (0)