Commit Graph

2867 Commits

Author SHA1 Message Date
UniDesk Codex db4df3db78 test: touch gateway code identity for env reuse 2026-07-06 11:27:09 +08:00
Lyon 33522b8d73 Merge pull request #2389 from pikasTech/fix/1559-hwlab-pac-pipeline-source
ci: provide jd01 pac pipeline source
2026-07-06 11:23:08 +08:00
UniDesk Codex b636ec08c3 ci: provide jd01 pac pipeline source 2026-07-06 11:22:25 +08:00
Lyon f7ee1b74a9 Merge pull request #2388 from pikasTech/fix/1559-hwlab-pac-definition
ci: add jd01 pac definition
2026-07-06 11:15:40 +08:00
UniDesk Codex 840393c033 ci: add jd01 pac definition 2026-07-06 11:15:01 +08:00
Lyon 2baaf68c21 Merge pull request #2387 from pikasTech/chore/1559-envreuse-codeidentity
test: touch gateway code identity for env reuse
2026-07-06 10:39:47 +08:00
UniDesk Codex 9dba7bf2d6 test: touch gateway code identity for env reuse 2026-07-06 10:38:45 +08:00
Lyon effbb79199 Merge pull request #2386 from pikasTech/chore/1534-timing-sample
docs: add timing attribution sample marker
2026-07-05 00:40:24 +08:00
UniDesk Codex 48a255ce8c docs: add timing attribution sample marker 2026-07-05 00:38:33 +08:00
Lyon a93954864d Merge pull request #2385 from pikasTech/fix/1515-noop-collect-promote
fix: skip no-op artifact collect and promote without deps
2026-07-04 16:25:28 +08:00
UniDesk Codex 827901539a fix: skip no-op artifact collect and promote without deps 2026-07-04 16:23:42 +08:00
Lyon 9eeb9be617 Merge pull request #2384 from pikasTech/fix/1515-ci-plan-no-deps
fix: allow gitops-only ci plan without node modules
2026-07-04 16:15:48 +08:00
UniDesk Codex 76c43e3ec6 fix: allow gitops-only ci plan without node modules 2026-07-04 16:13:47 +08:00
Lyon ca374028a2 Merge pull request #2383 from pikasTech/fix/1515-node-contract-check
fix: remove prepare-source node modules validation dependency
2026-07-04 16:01:07 +08:00
UniDesk Codex 7a9fda4464 fix: remove prepare-source node modules validation dependency 2026-07-04 16:00:12 +08:00
Lyon cf47a5f39b Merge pull request #2382 from pikasTech/fix/1515-prepare-source
fix: skip prepare-source dependency install
2026-07-04 15:48:25 +08:00
UniDesk Codex 952af96020 fix: skip prepare-source dependency install 2026-07-04 15:46:49 +08:00
Lyon 37fdcd2e6f Merge pull request #2381 from pikasTech/fix/1515-hwlab-reuse-plan-ci
fix: consume reuse plan in Tekton build tasks
2026-07-04 15:01:02 +08:00
UniDesk Codex 996c1d44f6 fix: consume reuse plan in tekton build tasks 2026-07-04 14:59:39 +08:00
Lyon a5baf520da Merge pull request #2380 from pikasTech/fix/2206-mdtodo-web
fix: restrict sidebar collapse to session rail only at <=1180px viewport
2026-07-04 14:03:25 +08:00
root a41e26d459 fix: restrict sidebar collapse to session rail only at <=1180px viewport
Remove workbench-grid from the 1fr responsive override so that
collapsing the session rail does not stack all three workbench
panels vertically, which previously hid the main conversation area.
2026-07-04 06:03:06 +00:00
Lyon 8f93559622 Merge pull request #2379 from pikasTech/fix/1499-overlay-runtime-ready
fix: stop rendering pre-flush runtime-ready for runtime lanes
2026-07-04 11:15:24 +08:00
root 7aed237c26 fix(ci): stop rendering pre-flush runtime-ready for runtime lanes 2026-07-04 03:06:53 +00:00
Lyon 034946085d Merge pull request #2378 from pikasTech/chore/1499-validation-source-pr
docs: add safe validation-source PR note
2026-07-04 09:54:15 +08:00
root cf696d82dc docs: add safe validation-source PR note 2026-07-04 01:50:07 +00:00
Lyon c7cc425da4 Merge pull request #2377 from pikasTech/fix/1499-runtime-ready-result-chain
fix(cicd): initialize runtime-ready result by lane
2026-07-04 08:54:34 +08:00
root 203bc16e0b fix: initialize runtime-ready result by lane 2026-07-04 00:47:04 +00:00
Lyon a3f6a7c8e2 Merge pull request #2376 from pikasTech/fix/1499-runtime-ready-preflush
fix(cicd): delegate runtime-ready to post-flush closeout
2026-07-04 08:37:05 +08:00
root 4ceba44c13 fix: delegate runtime-ready to post-flush closeout 2026-07-04 00:21:00 +00:00
root 72663d286a chore: add branch follower reuse config 2026-07-03 20:39:54 +00:00
Lyon 8c49eba79b Merge pull request #2375 from pikasTech/fix/2369-mdtodo-layout-toggle
fix: 折叠按钮移到主header,避免左侧折叠压缩主区域
2026-07-04 02:45:33 +08:00
UniDesk Codex 6d4c9985a8 fix: 折叠按钮移到主header,修复左侧折叠时主区域被压缩
1. SplitWorkspaceLayout: leftCol在rightOpen=true时也用0px,
   不再留44px空列;恢复aside始终渲染(去掉v-if),
   折叠时通过width:0px+overflow:hidden隐藏
2. MdtodoPageShell: 在SplitWorkspaceLayout上方加toggle-bar,
   放左右侧栏折叠/展开按钮,始终可见
3. MdtodoTaskTree: 移除面板内的折叠按钮(已移到主header)
2026-07-04 02:45:02 +08:00
Lyon 70e5e7e69c Merge pull request #2374 from pikasTech/fix/2369-mdtodo-layout-followup
fix: task-tree 占满 task-tree-boundary(#2369 补充)
2026-07-04 00:42:16 +08:00
UniDesk Codex dfc4f2a064 fix: task-tree 占满 task-tree-boundary(#2369 补充)
.task-tree-boundary 设 height:100% 继承父格高度;
.task-tree 移除 max-height:min(54dvh,560px) 上限,
改用 height:100% 占满可用空间。
2026-07-04 00:41:36 +08:00
Lyon 71f834c863 Merge pull request #2373 from pikasTech/chore/jd01-follower-sample-timing-2
chore: sample JD01 follower timing
2026-07-03 22:01:47 +08:00
root f749c3d2bf chore: sample jd01 follower timing 2026-07-03 14:01:02 +00:00
Lyon 8568bb47d8 Merge pull request #2372 from pikasTech/chore/jd01-follower-sample-web-change
chore: 添加 JD01 自动跟随 web 样本标记
2026-07-03 21:04:01 +08:00
root 56a442fe47 chore: add web rollout sample marker 2026-07-03 13:03:14 +00:00
Lyon cd2919ae45 Merge pull request #2371 from pikasTech/fix/jd01-cicd-reuse-timing
修复 JD01 CI/CD 复用目录恢复与 runtime-ready 计时
2026-07-03 20:46:15 +08:00
root 7e4ec0a225 fix: restore cicd reuse catalog before planning 2026-07-03 12:45:32 +00:00
Lyon b5bb1a86b4 Merge pull request #2370 from pikasTech/fix/2369-mdtodo-layout
fix: MDTODO 前端布局 — 10 项布局修复
2026-07-03 20:07:22 +08:00
UniDesk Codex ecc4f5ea68 fix: MDTODO 前端布局 — 10 项布局修复(#2369)
1. 左侧任务树占满 aside 高度
2. 右侧报告面板占满 aside 高度
3. Workbench 启动按钮在新标签页打开
4. 侧边栏收起后彻底隐藏,展开按钮显示在内容区
5. 详情工具栏移到标题下方一行
6. 正文为空时显示标题代替留空
7. 任务编号宽度根据内容自适应
8. 折叠/展开按钮居右
9. 任务状态改用标签颜色展示(///)
10. Reindex 提示信息添加关闭按钮
2026-07-03 20:06:36 +08:00
Lyon 209420a49a Merge pull request #2368 from pikasTech/test/branch-follower-hwlab-20260703
docs: 验证 branch follower 自动滚动
2026-07-03 16:54:27 +08:00
root e28e2adb17 docs: validate branch follower rollout 2026-07-03 08:53:40 +00:00
Lyon b2ae0b2839 Merge pull request #2366 from pikasTech/fix/2356-response-json-storm
fix: gate Workbench heavy REST hydration
2026-07-03 06:25:08 +08:00
UniDesk Codex 6388fb37fd fix: gate workbench heavy rest hydration 2026-07-03 06:20:27 +08:00
Lyon f9e99a79cc Merge pull request #2365 from pikasTech/fix/2356-colada-trace-hydrate
fix: bound Workbench trace hydrate merge
2026-07-03 05:55:44 +08:00
UniDesk Codex c0318b8cb2 fix: bound workbench trace hydration merge 2026-07-03 05:49:05 +08:00
Lyon 17cf5fdb51 Merge pull request #2364 from pikasTech/fix/2356-dom-final-projection
fix: bound Workbench terminal projection hydrate
2026-07-03 04:55:11 +08:00
UniDesk Codex a758073881 fix: bound workbench terminal projection hydrate 2026-07-03 04:46:02 +08:00