The analysis / evolution packages already compute diagnostics (reachability, validation, semver impact). Surface them live to authors:
lint --watch for fast feedback on file change, and/or
- a minimal LSP providing diagnostics-as-you-type in editors.
Turns the existing analysis capability into an interactive authoring experience.
The
analysis/evolutionpackages already compute diagnostics (reachability, validation, semver impact). Surface them live to authors:lint --watchfor fast feedback on file change, and/orTurns the existing analysis capability into an interactive authoring experience.