- .idx/dev.nix — contains Node 20 + IDX preview config; keep for IDX users and document in repo setup notes.
- frontend/README.md — roadmap table + owners placeholder added.
- frontend/whisperx/README.md — regression checklist documented.
- frontend/mimi-packet/README.md — milestones broken into actionable tasks.
- frontend/pages/README.md — activation checklist documented.
- frontend/pages/index.jsx — now surfaces backend status & reintegration checklist.
- frontend/pages/moshi.tsx — now documents new packet server checklist.
- frontend/pages/moshi-mlx.jsx — now documents action items for new packet/MLX API.
- frontend/pages/packet-voice.tsx — placeholder now outlines rebuild checklist.
- frontend/pages/whisperx.tsx — placeholder now references regression checklist before reinstating.
- Review PLAN.md & ARCHITECTURE.md after frontend work is restored.
- Archived FUTURE.md, NOVEL_CSM.md, research-journal.md under
archive/docs/.
- models/Modelfile — document Ollama usage in models/README.md.
- models/gemma3-12b-csm-3.gguf — noted storage instructions in models/README.md.
- next-server/package.json — reviewed runtime deps; moved
eslint-plugin-reactto dev. - next-server/tsconfig.json & tsconfig.gguf.json — documented roles in next-server/README.md.
- next-server/next.config.js — remove ignoreBuildErrors/ignoreDuringBuilds once frontend reinstated (next.config.cjs removed).
- next-server/.eslintrc.* — removed legacy configs; flat
eslint.config.jsis now sole source. - next-server/dist/** — documented regeneration command in next-server/README.md.
- Moved neuromorphic experiments to
archive/experiments/outside production tree.
- Remove/relocate unused demo images — moved to
frontend/assets/. - Relocated
audio-test.htmlto frontend assets; removed unusedvite.svg. - Documented decoder worker assets in
next-server/public/README.md.
- Document scripts in
next-server/examples/README.md; run on demand withtsx.
- Documented existing scripts in
next-server/scripts/README.md(functional verification pending as backend matures).
- Review tests & integrate into CI.
- Confirm decoderWorker pipeline relevance.
- Rebuild PacketStreamingVoiceInterface functionality.
- Align WhisperX files with frontend plan; keep regression coverage.
- Audit services (speechService, voiceActivityDetection, whisperWasmService) — moved to
archive/unified/services/. - Review archive/tests/app directories — moved to
archive/unified/. - Update configs, docs, utils for current architecture.
- Ensure README & implementation stay aligned with MLX backend work.
- Confirm all testing endpoints remain necessary & documented.
- Archived under
archive/original_csmwith README noting purpose.
- Removed legacy IDE configs (.vscode/, .idea/). Document editor setup separately if needed.