Commit Graph

553 Commits

Author SHA1 Message Date
Codex 799f35de06 docs: document targeted cleanup-runs reasons 2026-06-08 17:10:22 +00:00
Codex d9e6f70e72 fix: bootstrap v03 provider secret 2026-06-08 16:56:41 +00:00
Codex aadbf176ba fix: clean legacy runtime lane argo apps 2026-06-08 16:09:06 +00:00
Codex 1c5f88464d docs: refresh hwlab provider profile validation 2026-06-08 16:05:20 +00:00
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 25bee7b3cd docs: record agentrun gitbundle ref authority 2026-06-08 07:20:28 +00:00
Codex 79de02d6a2 docs: align hwlab v02 deploy config guidance 2026-06-08 05:20:48 +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 16b0c5659c fix: drop stale ssh data channels 2026-06-07 10:52:08 +00:00
Codex 33ab2a79a5 fix: bound trans stdout and sanitize win ps json 2026-06-07 07:27:44 +00:00
Codex f940053966 docs: record trans tcp pool and backend cache guidance 2026-06-07 04:41:38 +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 4d39d727f0 docs: document G14 disk retention state 2026-06-06 09:35:31 +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 b767c1f331 docs: record G14 observability closeout rules 2026-06-05 01:25:30 +00:00
Codex 9b85ee7345 feat: add G14 observability control CLI 2026-06-05 00:20:06 +00:00
Codex 384fd613ff fix: relax gh number target compatibility 2026-06-05 00:18:29 +00:00
Codex 316fdedc3f docs: specify G14 observability infrastructure 2026-06-04 23:41:08 +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 2c67aa5a36 fix: expose issue lifecycle json fields 2026-06-04 10:54:49 +00:00
Codex 17e0be8580 docs: clarify HWLAB Cloud Web validation 2026-06-04 10:33:23 +00:00
Codex 7ef98fbe08 docs: clarify v02 final response closeout 2026-06-04 10:31:06 +00:00
Codex c5d85d5409 docs: preserve parallel UniDesk updates 2026-06-04 10:21:52 +00:00
Codex 85b93d2cba docs: clarify HWLAB v0.2 closure validation 2026-06-04 10:18:38 +00:00
Codex 80be60ac56 docs: document v02 web trace closeout contract 2026-06-04 10:15:02 +00:00
Codex 58705e4fea docs: record mxcx recovery operation rules 2026-06-04 04:46:09 +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 8dae177795 docs: add progress log distillation guidance 2026-06-03 14:15:53 +00:00
Codex e806218184 docs(g14): v0.2 cloud web button/JS sync rule from HWLAB #748
Capture the regression class behind #748 (orphan el.<removed-field>.addEventListener after a button is removed from index.html): Bun.build is transpile-only so web:check does not catch it, and the runtime crash only surfaces on init.

Adds the minimal closeout checks (grep dist + curl 19666 + control-plane status) and a one-liner orphan listener scan that authors can run while the PR is open.

Refs: pikasTech/HWLAB#748
2026-06-03 06:59:15 +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 b7a74413b0 docs(g14): v0.2 worktree + PR workflow + recovery + verification gap
The HWLAB v0.2 #744 fix was originally committed directly to v0.2 instead
of going through the canonical feature branch + PR flow. This documents:

- the canonical v0.2 worktree + PR sequence (trans G14:/root/hwlab-v02
  worktree add, fix/issue<N>-* branch, UniDesk CLI gh pr create/merge,
  fixed repo git pull --ff-only)
- a bounded recovery procedure when a direct commit has already landed
  on v0.2 (single-commit case, --force-with-lease, autostash preservation,
  cherry-pick onto the existing worktree branch, re-merge through PR)
- the v0.2 CLI verification gap: no layout-browser smoke exists for
  19666/19667 (dev-cloud-workbench-layout-smoke.mjs is hard-coded to
  16666/16667), so closeout must combine web:check + web:build,
  control-plane status --lane v02, and direct curl/grep probes against
  19666/19667

Closes CLI friction observed during the #744 v0.2 fix process.
2026-06-03 05:40:00 +00:00
Codex faee528ed4 docs: standardize trans passthrough alias 2026-06-03 01:44:46 +00:00
Codex f445f2abd8 docs: document mxcx host codex operations 2026-06-03 01:39:28 +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