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
Final correctness and quality pass.
- Route diagnostics per-file to the correct language server.
- Functional + a11y bug sweep across all tabs.
- Resolve poe type-check (mypy) errors.
- Enforce Svelte 5 patterns in CLAUDE.md and add a Serena memory.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
-`code_editor.py`, `symbol.py`, `ls_manager.py` — symbolic editing / LS lifecycle
14
-
-`dashboard.py`, `gui_log_viewer.py` — web dashboard / log viewer
14
+
-`dashboard.py`, `gui_log_viewer.py` — web dashboard backend (frozen API) / log viewer; the Svelte frontend lives in `dashboard/` — see `mem:dashboard_frontend`
15
15
-`prompt_factory.py` + `generated/generated_prompt_factory.py` — prompts (regenerate with `scripts/gen_prompt_factory.py`)
16
16
-`src/solidlsp/` — LSP client framework; per-language servers under `language_servers/`
17
17
-`src/interprompt/` — prompt template library (synced from external repo; see `.syncCommitId.*`)
0 commit comments