What problem does it solve?
Provides an operational workflow for running, interpreting, and automating the @effect/language-service CLI so teams can find, understand, and remediate Effect-specific TypeScript issues without manual parsing of noisy output.
Core Features & Use Cases
- Runs diagnostics and produces parseable JSON or human-friendly output for CI gating and code review.
- Lists and previews quickfixes with unified diffs and can guide safe automated application of corrective edits.
- Executes code generation from directives, summarizes project exports and layer composition, and provides an ANSI-cleaning pattern for capturing CLI text for LLM context.
- Includes guidance for tsconfig plugin configuration, TypeScript patch handling for tsc integration, and CI-friendly invocation patterns; ideal for onboarding a new project, fixing file-level issues, or generating LLM-ready project snapshots.
Quick Start
Run a diagnostics scan using the project's tsconfig.json, output results in JSON, and list suggested quickfixes for a target file.