Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .agents/session-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,3 +409,5 @@
- 2026-04-10: Completed the desktop shared contracts foundation slice. Added `desktop/shared` contracts for IPC channels, envelopes, workspace state, runtime state, snapshot status, and smoke results, and connected them back into `desktop/main.js`, `desktop/preload.js`, `desktop/renderer/app.js`, and `desktop/scripts/smoke.js` via narrow JSDoc typing only, without changing desktop behavior.
- 2026-04-10: Started issue #354 on branch `codex/desktop-typescript-base`. This slice is limited to the real TypeScript base for `desktop/`: `tsconfig.json`, `types/global.d.ts`, package wiring, and only the minimum edits required in `main.js`, `preload.js`, and `renderer/app.js` so typecheck passes without changing desktop behavior.
- 2026-04-10: Completed issue #354 TypeScript base real across Desktop. Added `desktop/tsconfig.json`, `desktop/types/global.d.ts`, and package wiring for `typecheck`, then applied only the minimum `@ts-check` and DOM/type narrowing changes in `desktop/main.js`, `desktop/preload.js`, and `desktop/renderer/app.js` so `npm run typecheck`, `node --check`, `npm run smoke:fallback`, and `npm run smoke:real-path` all pass without changing visible desktop behavior.
- 2026-04-10: Started issue #353 on branch `codex/issue-353-modularize-main-process`. This slice is limited to splitting `desktop/main.js` by responsibility after the TypeScript base landed, without touching renderer behavior, `research_ui`, or preload contracts.
- 2026-04-10: Completed issue #353 desktop main process modularization. Extracted `desktop/main/` modules for config, local stores, workspace state, research_ui lifecycle, Stepbit chat, smoke support, window creation, and IPC registration, and reduced `desktop/main.js` to lifecycle wiring and service composition. Validation passed with `npm run typecheck`, `node --check` for `desktop/main.js`, `desktop/main/*.js`, `desktop/preload.js`, and `desktop/renderer/app.js`, plus `npm run smoke:fallback` and `npm run smoke:real-path`.
Loading
Loading