cargo coil doctor
cargo coil doctor checks whether the current workspace still matches the descriptor and whether
the generated config files remain valid Coil inputs.
Use it when you want inspection without rewriting files.
Basic Usage
cargo coil doctor
or:
cargo coil doctor --root ./my-store
What It Checks
doctor currently verifies:
.coil/project.tomlcan be loaded and validated- managed files still match the descriptor output
app.tomlcan be loaded as a valid customer app manifestplatform.dev.tomlcan be loaded as a valid platform config
Suggested CI Use
cargo coil doctor --root ./my-store
If this fails, the normal follow-up is:
cargo coil apply --root ./my-store