Skip to content

feat: add versioned NDJSON streaming output - #201

Merged
codeforester merged 1 commit into
mainfrom
enhancement/192-20260809-streaming-results
Aug 9, 2026
Merged

feat: add versioned NDJSON streaming output#201
codeforester merged 1 commit into
mainfrom
enhancement/192-20260809-streaming-results

Conversation

@codeforester

Copy link
Copy Markdown
Contributor

Summary

  • add bounded, flush-per-record ndjson output
  • define stable schema/version fields and typed writer protocols
  • preserve existing JSON, CSV, TSV, YAML, and human output behavior
  • document stream/error boundaries and add regression coverage

Validation

  • python -m pytest (all tests passed)
  • ruff check and ruff format --check
  • python -m mypy --strict lib/python/base_cli
  • scripts/validate_docs.py
  • ./tests/validate.sh
  • git diff --check

Closes #192

@codeforester
codeforester merged commit 211e841 into main Aug 9, 2026
91 checks passed
@codeforester
codeforester deleted the enhancement/192-20260809-streaming-results branch August 9, 2026 16:43
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.

[v1.0] Add typed structured results and streaming machine output

1 participant