Setup command placeholder
src/commands/setup.cpp
The setup/bootstrap path is described in the README but not implemented in native code yet.
Reference
src/commands/setup.cpp exists in the repository, but it is currently an empty placeholder.
Placeholder file
This path reserves architecture and intent in the repo, but it does not contain executable logic yet.
Intended role
This file should eventually prepare mostly-empty machines for CUDA use before higher-level diagnosis and validation happen.
- Treat this file as a roadmap marker rather than current implementation.
- Search results should still surface it so users can understand what parts of the project are planned but not yet filled in.
Search terms
- setup command
- bootstrap path
- prepare machine
- install prerequisites
Related files
Project overview
README.md
Defines the product thesis, the command model, the success criteria, and the repository layout for cuda-doctor.
Automation
scripts/bootstrap.py
Reserved automation entrypoint for repo or machine bootstrap work.
Native entrypoint
src/main.cpp
Owns native argument validation, text and JSON rendering, exit codes, and the interactive handoff from `doctor` to `doctor auto`.