{TOPIC_TITLE}
{TOPIC_SUMMARY}
files changed
12
+8 −4
added
+412
lines
removed
−86
lines
tests touched
3
files
Files
| Path | Status | Lines | Notes |
|---|---|---|---|
src/example/path.ts |
added | +98 | New module entry point |
src/example/old.ts |
deleted | −42 | Replaced by new module |
src/example/util.ts |
modified | +24 −12 | Refactored helpers |
Decisions
2026-05-10
Switch from polling to event-driven updates
Polling was costing ~30% of CPU at peak; event-driven removes the constant load.
2026-05-09
Drop legacy adapter
No callers in the repo; supported in v0.x only.