DevTools
UseCase Forge DevTools
Connect the diagnostics extension and inspect execution without exposing application data by default.
v0.1.0-dev.3Intermediateusecase_forge_devtools
UseCase Forge DevTools
DevTools turns the read-only diagnostics protocol into an execution-oriented view. It helps answer which command entered, which policy applied, what is queued or processing, why work terminated, and whether application data was intentionally hidden.
Responsibility boundary
The extension does not schedule, cancel, retry, or publish application state. Diagnostics stays observational so a connected tool cannot change production behavior.
Guides
- Connect and protect diagnostic data — install, connect, and reveal only safe values.
- Read the execution screen — understand positions, events, and terminal history.
- Diagnose queues and Policies — trace delay, rejection, restart, and cancellation.
- Protocol, compatibility, and build modes — understand the VM and version boundary.
The DevTools recipes provide shorter problem-first procedures for safe data, non-starting Commands, and error routes.