When to use system commands
Use system commands when you need reproducible, operator-facing actions such as health checks, cache resets, diagnostics, migration helpers, or environment validation.
- Health and status inspection
- Runtime repair or cache cleanup
- Environment validation and migration steps
Command design principles
Good commands are narrow, documented, and safe to run. They make the workstation easier to support rather than introducing mystery side effects.