Yaojia Wang
c5a70a2f36
docs: log O2 done + tech-debt cleared; only O1 + F4/F7(device) remain
2026-06-18 08:10:33 +02:00
Yaojia Wang
99bae333f3
chore: clear tech-debt — *.css module decl removes the @ts-ignore; tick F-table
...
- public/css.d.ts: declare module '*.css' so tsc resolves CSS side-effect
imports; removed the @ts-ignore in main.ts
- PROGRESS_LOG F1-F9 table ticked to match what's actually verified (F4/F7 still
need a physical device)
2026-06-18 08:06:03 +02:00
Yaojia Wang
5b357e67df
docs: mark v0.3 cockpit complete; only optional O1/O2 remain
2026-06-18 07:28:55 +02:00
Yaojia Wang
915a51e4bb
docs: log v0.3 medium batch M3/M6/M7
2026-06-18 07:15:35 +02:00
Yaojia Wang
dcb1bf4845
docs: log v0.3 H1 tmux keepalive
2026-06-17 19:49:30 +02:00
Yaojia Wang
af2a0879e3
docs: log v0.3 H3 remote approve/reject
2026-06-17 19:13:38 +02:00
Yaojia Wang
04355f05e9
docs: log v0.3 H2/H4 Claude status feature
2026-06-17 19:01:10 +02:00
Yaojia Wang
8c2a6825cc
docs: log v0.3 step 1 (FE quick wins)
2026-06-17 18:33:31 +02:00
Yaojia Wang
110c1752d4
docs: log tab-switching fix
2026-06-17 15:46:17 +02:00
Yaojia Wang
bf21ac0ab7
docs: log folder-name tab titles
2026-06-17 15:38:09 +02:00
Yaojia Wang
459a27eda8
docs: log status dot + activity + drag-reorder
2026-06-17 14:55:48 +02:00
Yaojia Wang
064330f8d9
docs: log v0.2 multi-tab + titles + keybar feature
2026-06-17 12:13:17 +02:00
Yaojia Wang
f3b6ad5a68
docs: W5 acceptance — browser smoke (F1/F2/F3/F8) + log v0.1 status
...
7/9 acceptance criteria auto-verified: F1/F2/F3/F8 via headless browser
(xterm renders, echo round-trips, exit prompt, resize survives), F5/F6/F9 via
integration tests. F4 (LAN) + F7 (phone keybar) need physical devices -> user.
gitignore .gstack/.
2026-06-17 11:18:13 +02:00
Yaojia Wang
86c7e3de02
docs: log W2-W4 (T12-T15 done, 187 tests, real-PTY E2E verified)
2026-06-17 10:37:01 +02:00
Yaojia Wang
c27aaa1ac2
docs: log W1 frontend batch (T8-T11 done, 141 tests)
2026-06-16 18:49:01 +02:00
Yaojia Wang
de8c366ab2
docs: log W1 backend batch (T3-T7 done, 128 tests)
2026-06-16 08:10:38 +02:00
Yaojia Wang
0e10dc21c3
feat: T2 freeze src/types.ts (shared contracts)
...
- All ARCHITECTURE §3 interfaces as pure types; dependency-free (no ws/node/DOM)
so both backend and frontend can import it
- Refinements vs §3 (documented): EnvLike (not NodeJS.ProcessEnv), WebSocketLike +
WS_OPEN (not ws.WebSocket), added Config.wsPath (invariant 8)
- ARCHITECTURE §3.1/§3.4 reconciled to match (anti-drift)
- tsc --noEmit passes
T2 of docs/PLAN.md
2026-06-16 07:58:52 +02:00
Yaojia Wang
409b208928
build: adopt esbuild for frontend bundling (build:web → public/build/)
...
- esbuild dev dep; build:web/dev:web bundle public/main.ts → public/build/main.js
- gitignore public/build/; tsconfig.web.json now typecheck-only
- frontend build convention documented in PLAN §1, DISPATCH, ARCHITECTURE §5
- resolves the T1 deferred decision
2026-06-16 07:36:01 +02:00
Yaojia Wang
987cab8eb7
docs: log T1 done; flag frontend-bundling decision for T11/T14
2026-06-16 07:22:33 +02:00
Yaojia Wang
dda09ef2c6
docs: web-terminal v0.1 spec, plan, and multi-agent dev config
...
- TECH_DOC + ARCHITECTURE (cross-validated, 12 fixes M1-M7/L1-L5)
- PLAN: waves W0-W5, tasks T1-T21 for multi-agent parallel dev
- PROGRESS_LOG: orchestrator-owned cross-session memory
- CLAUDE.md: required-reading + orchestrator-worker workflow
- .claude/agents: module-builder, module-reviewer
2026-06-16 06:54:57 +02:00