Skip to content

feat: add Markdown report output - #6

Merged
gokul-debugger merged 2 commits into
mainfrom
feature/markdown-report-output
Aug 24, 2026
Merged

feat: add Markdown report output#6
gokul-debugger merged 2 commits into
mainfrom
feature/markdown-report-output

Conversation

@gokul-debugger

Copy link
Copy Markdown
Owner

Summary

  • add opt-in GitHub-flavored Markdown rendering for inspection reports
  • support writing JSON or Markdown output to a file
  • reject incompatible output options with clear CLI errors
  • preserve the existing terminal report as the default

Testing

  • python -m pytest (47 passed)
  • ruff check .
  • ruff format --check .
  • mypy src tests
  • git diff --check

Closes #1

@gokul-debugger
gokul-debugger merged commit 4447c38 into main Aug 24, 2026
1 check passed
@gokul-debugger
gokul-debugger deleted the feature/markdown-report-output branch August 24, 2026 21:37
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 Markdown report output

1 participant