You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/next-steps.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,3 @@ Focused follow-up work for `@knighted/develop`.
22
22
5.**In-browser component testing**
23
23
- Explore authoring and running component-focused tests in-browser (for example, a Vitest-compatible flow) using CDN-delivered tooling.
24
24
- Define a lightweight test UX that supports writing tests, running them on demand, and displaying results in-app.
25
-
26
-
6.**App runtime modularization**
27
-
- Plan a refactor that splits `src/app.js` into scoped modules organized by functionality (for example: diagnostics, render pipeline, editor integration, UI controls, and persistence).
28
-
- Preserve `src/app.js` as the main runtime orchestration entrypoint while moving implementation details into focused modules.
29
-
- Split stylesheet concerns into focused files (for example: layout/shell, panel controls, diagnostics, editor overrides, dialogs/overlays) while keeping `src/styles.css` as the single entrypoint via ordered `@import` directives.
30
-
- Define clear module boundaries and shared interfaces so behavior stays stable while maintainability and readability improve.
0 commit comments