-
Notifications
You must be signed in to change notification settings - Fork 3
Roadmap
Layers stack. 0.6 still uses the 0.4 rings and the 0.5 roles.
0.4 — Identify state that repeatedly updates together.
Same frame vs next frame. Duplicate flags vs an effect that forces a second paint.
0.5 — Identify local state synchronized from Context.
0.6 — Analyze update fan-out and likely upstream sources.
Pairs become edges. A click with three targets is one event, not three chains.
0.6.6 — Hits are overlap rarity + a 65% floor, not cosine > 0.88. Cosine is display-only.
0.6.10 — SWC plugin for Next.js. Same hook labeling as the Babel plugin, ported to Rust. Webpack only for now - Turbopack doesn't support SWC wasm plugins yet.
0.7 — Improve detection of derived vs independent state.
0.8 — Explore how much local state components actually use.
Also in the way of adoption, not a version number: SWC / Next instrumentation, and more store adapters in the Zustand style.
These are questions the engine might get better at. Not a schedule, and not a claim that the tool will prove architecture.