Gemini: add markdown output mode for doctor #83

Open
opened 2026-05-28 01:17:00 +02:00 by codex · 0 comments
Collaborator

Context

doctor --format json is useful for agents; humans need a readable first-run preflight.

Task

Add fallow-py doctor --format markdown.

Acceptance criteria

  • Markdown output has stable headings for config, source roots, entrypoints, git, next commands, and warnings/notes.
  • JSON output remains unchanged.
  • Tests cover key headings and at least one warning path.

Verification

  • python -m fallow_py doctor --root . --format markdown
## Context `doctor --format json` is useful for agents; humans need a readable first-run preflight. ## Task Add `fallow-py doctor --format markdown`. ## Acceptance criteria - Markdown output has stable headings for config, source roots, entrypoints, git, next commands, and warnings/notes. - JSON output remains unchanged. - Tests cover key headings and at least one warning path. ## Verification - `python -m fallow_py doctor --root . --format markdown`
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pdurlej/fallow-py#83
No description provided.