TheDocumentation Index
Fetch the complete documentation index at: https://docs.solidscipt.zoracle.xyz/llms.txt
Use this file to discover all available pages before exploring further.
doctor command inspects every tool that SolidScript depends on and reports which are present, which are missing, and which are misconfigured. Run it first whenever you set up a new environment or start seeing unexpected build failures. It is also useful as a preflight step in CI pipelines before running build or verification jobs.
Options
| Flag | Description |
|---|---|
--fix | Auto-install or repair managed tools where possible, including Foundry binaries and Docker-backed security analyzers |
Examples
--fix only repairs tools that SolidScript manages automatically. Tools you installed separately — such as a system-level node or bun — must be updated through their own package managers.