Packages
usecase_forge_devtools
Stable diagnostics protocol models and the packaged UseCase Forge DevTools extension.
v1.1.0Intermediateusecase_forge_devtools
usecase_forge_devtools
The package contains protocol models and a built DevTools extension. The application opts into diagnostics through the core package; the tool reads bounded operational events without gaining authority to mutate the UseCase.
Install
shell
dart pub add usecase_forge_devtools
The screen shows
- registered UseCases;
- current executions and phases;
- command and execution identity;
- bounded history;
- cancellation and error-handling paths;
- state details only when the application explicitly exposes them.
Privacy is conservative by default. Application state and error details are not assumed safe merely because a developer tool is connected.