Commit Graph

17 Commits

Author SHA1 Message Date
Lyon 10906ec726 fix(issue751): add web-types.d.ts + tsconfig + tsc-check baseline (#754)
为 issue #751 的 TypeScript 收紧建基线:
- 新增 web/hwlab-cloud-web/tsconfig.json(strict family 全部开启、noImplicitAny
  默认关、allowImportingTsExtensions 打开、types=[bun-types, node])
- 新增 web/hwlab-cloud-web/web-types.d.ts(ElMap + WorkbenchState + 跨文件
  function/lifecycle/constant 的 ambient declarations;用 WorkbenchUnknown
  接口避开 any 字面量,同时保留索引签名允许任意属性访问)
- 新增 web/hwlab-cloud-web/scripts/tsc-check.ts:web:check 的并行 type gate,
  显式 untyped 注解(项目源码 + web-types.d.ts)直接 exit 2;residual type
  错误按 issue #751 follow-up 处理
- web/hwlab-cloud-web/package.json:加 typescript@5.6.3 / @types/node@22.7.5
  / bun-types@1.1.33;check / check:tsc / check:tsc-strict 入口
- byId/query 加显式 : HTMLElement 返回类型(不再返回 HTMLElement | null)
- app-conversation.ts 中 captureConversationScrollPosition 加 : void 注解

web:check(54 tests / 0 fail)+ web:build(12 dist files)通过;tsc-check
报告 0 explicit untyped,residual type 错误(property access / strict null
等)作为 issue #751 后续轮次跟踪,不阻塞 build。

Refs: pikasTech/HWLAB#751

Co-authored-by: Codex <codex@noreply.local>
2026-06-03 15:21:03 +08:00
Codex d269dd52bf fix: enforce v02 cloud web validation 2026-05-31 11:39:18 +08:00
Codex b7f7299056 feat: migrate v0.2 cloud web to TypeScript 2026-05-28 21:33:33 +08:00
Codex 1c44ce671b fix: stabilize cloud web restored status 2026-05-28 08:06:24 +08:00
Codex 297206b695 feat: add fake device pod sidebar service 2026-05-28 01:39:03 +08:00
Codex b936753088 fix: restore cloud web server auth from local session 2026-05-27 00:17:47 +08:00
lyon 9e584be848 fix: remove obsolete code agent gates 2026-05-25 22:10:07 +08:00
lyon 2759e823e8 fix: preserve trace scroll user control 2026-05-25 15:47:43 +08:00
Code Queue Review 4e302faee9 Remove repo reports and add recurrence guard 2026-05-24 02:31:36 +00:00
Lyon 606156f604 feat: add workbench sidebar resize
Adds a controlled desktop left activity rail resize handle with persisted width, collapse-aware disabled state, narrow/mobile disablement, and focused Playwright coverage. No DEV rollout requested.
2026-05-24 06:07:27 +08:00
Code Queue Review 24f818adae feat: show code agent M3 evidence metadata 2026-05-23 15:21:00 +00:00
unidesk-code-queue-runner e295def55f feat: add code agent status summary 2026-05-23 15:08:23 +00:00
unidesk-code-queue-runner b5984d3a40 feat: expose code agent capability facts 2026-05-23 14:44:59 +00:00
Code Queue Review a0fbd8cdfa fix: trust green M3 status wiring 2026-05-23 10:38:50 +00:00
Code Queue Review 13bc519b8d test: gate Cloud Workbench layout smoke 2026-05-23 09:17:25 +00:00
HWLAB Code Queue f525c52258 test: add Cloud Web M3 read-only diagnostics contract 2026-05-22 07:17:33 +00:00
HWLAB Code Queue 6509a35804 feat: add hwlab cli and web skeleton 2026-05-21 14:45:20 +00:00