ReactOS is a preview VS Code extension for deterministic React + TypeScript project understanding.
It is not another chat assistant. It analyzes source code with static analysis, dependency graphs, rule findings, project health scoring, and VS Code diagnostics so frontend teams can understand code quality before production.
Highlights
Daily Brief with RED/YELLOW/GREEN observations.
Current Changes review for changed files, blast radius, affected routes, and likely tests.
Fix Queue that groups observations into fix-now, scheduled, and cleanup work.
Current File Insight for components, imports, exports, hooks, JSX size, and suggestions.
Code Hotspots for the components and files where refactoring should pay off fastest.
Dead Code Cleanup for potential unused exports and orphaned files.
New Developer Tour for entry files, routes, state, services, shared surfaces, and onboarding paths.
Commands
ReactOS: Analyze Project
ReactOS: Open Daily Brief
ReactOS: Review My Current Changes
ReactOS: Open Fix Queue
ReactOS: Current File Insight
ReactOS: Show Blast Radius
ReactOS: Generate Workflow Diagram
ReactOS: Open Code Hotspots
ReactOS: Open Dead Code Cleanup
ReactOS: Open New Developer Tour
ReactOS: Open Project Observations
Observation Criticality
RED: very critical. Fix these first because they are likely to hurt architecture, correctness, or production stability.
YELLOW: moderate. Important to address, but usually safe to schedule after RED observations.
GREEN: lower-risk cleanup or optimization work that can be handled later.
Privacy
ReactOS runs analysis locally inside VS Code. Telemetry is disabled by default.
Preview Status
This is an early preview release. The current implementation focuses on deterministic project analysis, dashboard UX, diagnostics, and workflow visualization. Rule coverage and framework-specific analysis will continue to expand.