Skip to content

sifty doctor: report Python and Windows version #22

Description

@Vortrix5

Summary

sifty doctor reports admin rights, winget, Ollama, disk and reboot state, but not the Python version or Windows version. Those are exactly what you want in a bug report, so add them to the output.

Where

src/sifty/cli/app.py, doctor_cmd(). Add the two lines to both the console output and the --json dict so the two stay in sync.

Acceptance criteria

  • sifty doctor shows the Python version and Windows version
  • sifty doctor --json includes the same two fields
  • pytest green

Tip

platform.python_version() and platform.platform() (or platform.version()) cover it. Match the formatting of the existing lines.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions