Codex
47dd562697
fix: support v03 control-plane retry visibility
2026-06-08 15:48:41 +00:00
Codex
8f51bbca91
refactor: add node-scoped HWLAB lane CLI
2026-06-08 14:18:58 +00:00
Codex
b3476b49f1
feat: add HWLAB G14 lane profile config
2026-06-08 10:32:10 +00:00
Codex
6d890c317f
docs: update HWLAB gitbundle assembly references
2026-06-08 03:58:57 +00:00
Codex
dfaa6a46c3
docs: 收敛 HWLAB provider profile 试机规则
2026-06-08 03:19:45 +00:00
Codex
33ab2a79a5
fix: bound trans stdout and sanitize win ps json
2026-06-07 07:27:44 +00:00
Codex
fe1b91dcbd
feat: add provider ssh tcp data pool
2026-06-07 02:02:38 +00:00
Codex
d4b7fc95f9
fix: bulk windows apply-patch updates
2026-06-07 00:28:38 +00:00
Codex
b81585bcab
fix: speed up multi-file apply-patch
2026-06-06 23:12:51 +00:00
Codex
27acd2a98f
fix: expose apply-patch timing summary
2026-06-06 18:12:58 +00:00
Codex
3f26f4f359
fix: add windows powershell passthrough
2026-06-06 12:17:32 +00:00
Codex
9960b2609a
feat: add controlled AgentRun CI cleanup
2026-06-06 09:08:12 +00:00
Codex
0bae3af934
feat: add heredoc body input to gh cli
2026-06-06 01:27:52 +00:00
Codex
74dc0b8c62
fix: make pr merge idempotent for merged prs
2026-06-05 15:10:24 +00:00
Codex
cb0f508dc7
fix: bootstrap hwlab v02 admin api key secret
2026-06-05 13:55:38 +00:00
Codex
58a9c8dfb3
fix: remove hwlab v02 device pod key bootstrap
2026-06-05 06:17:59 +00:00
Codex
73a4fb57ee
feat: surface g14 observability resource snapshot
2026-06-05 02:38:00 +00:00
Codex
64c936bf0c
feat: improve g14 observability closeout cli
2026-06-05 02:34:13 +00:00
Codex
384fd613ff
fix: relax gh number target compatibility
2026-06-05 00:18:29 +00:00
Codex
08da0805bb
fix: make hwlab v02 cd latest-only
2026-06-04 14:44:02 +00:00
Codex
7a5312e645
feat: automate HWLAB v02 PR CD monitor
2026-06-04 12:43:08 +00:00
Codex
3d44acfb15
fix: guide mxcx apply-patch stale context recovery
2026-06-04 03:24:03 +00:00
Codex
b86bcb3d4d
fix: strengthen apply-patch v2 mxcx hints
2026-06-03 14:36:53 +00:00
Codex
3c9bcebef8
docs(cli): document owner/repo#number shorthand for issue write commands
...
Documents that gh issue comment create/delete, close, reopen, update,
edit, and board-row all now accept the owner/repo#number positional
shorthand that gh issue read/view and gh pr * already accept, completing
the shorthand parity across the gh subcommand.
The companion code change (scripts/src/gh.ts) was committed in the
previous commit; this doc update adds the long-term reference for the
new behavior and links it to the HWLAB #621 CLI acceptance friction
that motivated it.
2026-06-03 05:40:54 +00:00
Codex
faee528ed4
docs: standardize trans passthrough alias
2026-06-03 01:44:46 +00:00
Codex
0386faa3f0
docs: require web-equivalent hwlab agent validation
2026-06-02 10:52:34 +00:00
Codex
db3092ad29
feat: add HWLAB v02 secret bootstrap command
2026-06-02 10:22:52 +00:00
Codex
0c28961f9a
feat: add scoped ssh client passthrough
2026-06-02 07:39:21 +00:00
Codex
2a4f6d7791
fix: improve agentrun status visibility
2026-06-02 06:40:27 +00:00
Codex
e3f1e726b9
docs: record CLI closeout friction
2026-06-02 06:33:34 +00:00
Codex
106348fe79
fix: align v02 target validation with rollout services
2026-06-02 05:19:10 +00:00
Codex
84f33ea606
docs: record async job CLI status friction
2026-06-02 05:00:10 +00:00
Codex
9f8a10ac26
docs: record hwlab agentrun failure attribution
2026-06-02 04:44:01 +00:00
Codex
db8b1b64af
feat: improve github issue lifecycle cli
2026-06-02 02:17:10 +00:00
Codex
8be605aac3
feat: report remote gc target shortfall
2026-06-02 00:26:28 +00:00
Codex
9027a310d3
feat: add agentrun git mirror controls
2026-06-01 17:36:55 +00:00
Codex
f00b946472
fix: improve hwlab v02 status targeting
2026-06-01 15:00:08 +00:00
Codex
9a9cdb7fdc
fix: add agentrun argo refresh command
2026-06-01 14:47:58 +00:00
Codex
2845db3365
fix: support k3s log selector
2026-06-01 14:42:42 +00:00
Codex
0cecdd9ed3
fix: warn on slow HWLAB v02 build taskruns
2026-06-01 14:27:52 +00:00
Codex
2346c620b7
feat: support gh issue search
2026-06-01 13:40:56 +00:00
Codex
8ed0e57156
docs(reference): CLI 摩擦改进(交互验证优先 + body-file 范式 + 时区取时细节 + #191 规避)
...
四处文档改动(2026-06-01 摩擦改进沉淀,不写测试脚本,改完用真实命令交互验证):
- cli.md: Todo Note 段补「复杂 JSON body 优先 --body-file 替代 --body-json」段(避免 shell escape 痛点,支持 stdin)
- secretary-reference.md: 扩「自取北京时间」段(主 server 本地 TZ='Asia/Shanghai' date 即可,跨节点用 ssh route)+ 加「CLI 改进用直接交互调用验证,不写测试脚本」原则段(关联 cli-friction-no-over-testing)+ 加「#191 P0 决策日记 --summary 被吞临时规避」段(摘要写进 body 第一段,等 backend-core 修复)
交互验证清单(2026-06-01 15:39):
- TZ='Asia/Shanghai' date = 2026-06-01 15:39:02 CST ✅
- microservice proxy todo-note /api/instances/<id> = 200 OK ✅
- addTodo via --body-file = 200 OK, probe id=todo_9arljoqk ✅
- deleteTodo via --body-file = 200 OK, probe removed ✅
2026-06-01 07:42:25 +00:00
Codex
0b1c012ba5
Merge branch 'master' of github.com:pikasTech/unidesk
2026-06-01 06:34:55 +00:00
Codex
49cf814e74
docs(reference): 固化 Todo Note 写端点 + 秘书 CLI 摩擦调查方法论
...
三处文档改动:
- microservices.md「Todo Note On Main Server」补 actions 端点形态段、backend-only 真实语义、404 catch-all 误判陷阱
- cli.md「microservice proxy」段补 Todo Note 写操作 CLI 范式(toggleTodoCompleted / addTodo / undo / redo)
- secretary-reference.md 加「CLI 报错四步调查方法论」(读源码+容器实测+git history+复盘 issue)
沉淀 pikasTech/unidesk#188 复盘教训,关闭 #190 文档缺口。剩下 diary --summary 吞并的 P0 由 #9 跟踪。
2026-06-01 06:34:24 +00:00
Codex
aa39b7582e
feat: add AgentRun v0.1 control CLI
2026-06-01 06:12:35 +00:00
Codex
51cf794ae6
docs: sync v02 cicd source isolation
2026-05-31 23:37:22 +00:00
Codex
1761f319e4
docs: clarify hwlab v02 cli rollout closeout
2026-05-31 14:08:42 +00:00
Codex
1af11b1f0c
fix: use clean v02 render worktree
2026-05-31 12:21:28 +00:00
Codex
a37d2b1374
fix: improve hwlab v02 cli observability
2026-05-31 09:36:50 +00:00
Codex
32b3bd7ce4
fix: smooth hwlab pr and rollout visibility
2026-05-31 08:35:12 +00:00