Skip to content

chore(release): prepare LoopX 1.0.3 - #4214

Merged
huangruiteng merged 5 commits into
mainfrom
codex/release-v1.0.3
Sep 11, 2026
Merged

huangruiteng merged 5 commits into
mainfrom
codex/release-v1.0.3

Conversation

@huangruiteng

@huangruiteng huangruiteng commented Sep 11, 2026 •

Copy link
Copy Markdown
Collaborator

Release candidate

Prepare the immutable LoopX 1.0.3 release candidate from the latest main.
The user approved the public first-screen narrative before this commit.

Product groups

  • Manager and Goal Channels: synchronous built-in Manager conversations,
    source-bound worker delegation, scoped Core inspection, verified Lark
    acknowledgements and terminal-failure notices, authorized cross-Goal
    reporting, and concrete findings with explicit verification limits.
  • State kernel and control plane: more promoted Todo planning, authoring,
    lifecycle, resume, wait, successor, monitor-observation, and nonterminal
    rules are single-owned in typed TypeScript transactions instead of being
    re-derived in Python.
  • Hosts and workflows: Kiro CLI support, Node.js 24 as the primary runtime
    with Node.js 22.6 minimum compatibility, safer Desktop/extension upgrades,
    current thin heartbeat rules on every managed wake, and restored DSH 0.1.5
    GoalBar support through the separately versioned plugin.
  • Review and reliability: exact-head structured PR review evidence,
    same-read reliability projection plus receipt, bounded state hot paths, and
    typed upstream terminal error preservation with stricter failure contracts.
    This release makes no benchmark uplift claim.

发布分组

  • **Manager 与 Goal Channel:**同步内置 Manager 会话、source-bound worker delegation、
    scoped Core inspection、飞书 verified ACK 与终态失败通知、精确授权的跨 Goal 汇报,
    以及带验证边界的具体 finding。
  • **状态内核与控制平面:**更多 promoted Todo planning、authoring、lifecycle、resume、
    wait、successor、monitor observation 与 nonterminal 规则由 TypeScript typed
    transaction 单一负责,不再由 Python 重复推导。
  • **宿主与工作流:**Kiro CLI、Node.js 24 主 runtime(保留 Node.js 22.6 最低兼容)、
    更安全的 Desktop/extension 升级、每次 managed wake 加载当前 thin heartbeat rule,
    以及通过独立版本 plugin 恢复 DSH 0.1.5 GoalBar。
  • **Review 与可靠性:**exact-head structured PR review evidence、同一次 read 的 reliability
    projection + receipt、有界 state hot path、typed upstream terminal error 保真与更严格的
    失败合约。本版本不宣称 benchmark uplift。

Community Contributors

社区贡献者

  • @songoow — harness 对比与同一次 read 的 reliability
    projection + receipt (#3975)。
  • @vlean — Kiro CLI 宿主
    (#4081)。
  • @Duang777 — 严格 JSON 校验、有界 state/Chat hot path 与
    安全 scheduler transport
    (#4088、
    #4095、
    #4100、
    #4127、
    #4139)。
  • @steven-kid — archive receipt 与 scheduler transport
    正确性 (#4101)。
  • @NIU-123370 — lease TTL 与 oversized request 校验
    (#4110、
    #4112)。
  • @cocolord — nested monitor settlement、fresh iteration /
    explicit stop 语义与完整 1.0 DevBook
    (#4116、
    #4126、
    #4131)。
  • @LIHUA919 — lease-fenced canonical text/note update
    (#4152)。
  • @xielixing — GitHub subprocess UTF-8 read
    (#4160)。
  • @ShussMiao — 隔离 KunlunCode subprocess、抽取 Goal
    Channel runtime CLI ownership,并明确以 UTF-8 读取 PR-review GitHub JSON
    (#4153;
    #4154;
    #4161)。
  • @Green-hats — 明确以 UTF-8 读取 issue-fix
    metadata 与 evidence
    (#4158)。
  • @wchwawa — 增加可执行的 Stage 2C parity-half
    authority ladder 覆盖
    (#4167)。
  • @BigDataDZ — 覆盖 task-lease transfer invariant,
    并保留值为 0 的 monitor-generation metadata
    (#4173;
    #4199)。

Version mirrors

  • pyproject.toml and loopx.__version__: 1.0.3
  • DevBook release anchors: v1.0.3
  • manpage banner: LoopX 1.0.3

Validation

  • Release-note operation/readback/rollback/authority documentation smoke
  • Release version contract smoke on Python 3.11
  • Public/private scan for the candidate and release body
  • Exact-head full public suite, Ruff, mypy, risk canary
  • Exact-head install/upgrade/host and actual-default model qualification
  • Exact-head change-quality and release-qualification receipts

The release candidate must be merged without squash after all exact-head gates
pass so the qualified signed commit remains the tag target.

@huangruiteng huangruiteng left a comment

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Request changes conclusion (author-owned PR; GitHub blocks formal self-review)

结论:REQUEST_CHANGES。已审阅完整 exact head 418bdc1862b6486c17c7fc25ec8dad333c60a1cb。七处 1.0.3 版本锚点本身一致,四个 focused release smoke 也通过;但当前 main 集成仍有三项 required test job 与 merge-gate 失败,而且 PR 自己声明的三组 exact-head release qualification 仍未完成,因此这个 commit 还不能作为不可变发布候选。

动机

这个 PR 的目标是从当前产品状态切出 LoopX 1.0.3:包元数据、运行时 __version__、DevBook 与 manpage 必须指向同一版本,最终签名 commit、tag、双语 release body 和安装回读也必须闭合。版本号 diff 很小,但发布 commit 一旦打 tag,修复成本远高于普通 PR,所以“镜像一致”与“当前 main 可发布”必须同时成立。

改动思路

当前 patch 沿用已有 release owner,没有新建版本状态或发布机制:pyproject.toml 决定构建元数据,loopx.__version__ 提供运行时回读,四个 DevBook anchor 与 manpage 提供公开版本标识,现有 release/version smokes 检查它们的一致性。这个边界和体量是合适的;运行时修复不应塞进这个 immutable release commit,而应先独立进入 main,再刷新并完整资格化发布候选。

具体改动

全量 diff 仅 7 个文件、+8/-8:把 pyproject.toml、loopx/__init__.py、man/loopx.1 和四处 DevBook anchor 从 1.0.2 同步到 1.0.3。PR body 的双语产品分组、社区贡献者和 version mirrors 结构清楚,focused version/artifact/exact-commit/import-isolation smokes 与 git diff --check 均通过。

关键代码讲解

  • pyproject.toml:7 是 wheel/sdist 的包版本;loopx/__init__.py:5 是安装后运行时版本回读。两者已一致为 1.0.3。
  • man/loopx.1:1 与 DevBook anchors 是公开文档镜像;现有 artifact/version contract smoke 能抓住这类一行漂移。
  • 当前失败不在这八行版本替换本身,而在 release commit 与当前 main 的集成:scheduler 已发出 canonical standard Base64 host facts,但现有 qualification scanner 仍只接受 URL-safe 形式。

P1:先修 current-main transport qualification,再切 1.0.3。 GitHub Actions run 34552340701 中 test-shard (1)、test-shard (2)、pytest 和 merge-gate 失败;failed log 反复出现 scheduler host facts must be bounded canonical compressed JSON,并导致 actual-default model behavior assertions 失败。PR 当前也处于 BEHIND,而 Exact-head full public suite...、install/upgrade/host...、change-quality and release-qualification receipts 三行仍未勾选。这不是可以对 release 候选忽略的“无关红灯”。

最小修复:把 #4187 最后一个 commit 中 standard/URL-safe canonical Base64 兼容修复拆成独立、窄范围 PR(不要让 1.0.3 被迫同时引入仍在复审的 Monitor transaction),保持 mixed alphabet、padding/pad bits、压缩边界、trailing stream 与 private-material negatives 全部 fail closed;该修复进入 main 后刷新本候选,再跑完并勾选全部 exact-head release gates。

对主干的风险

  • 正向证据:四个 focused release smoke 与 diff check 通过,说明七处版本镜像没有漂移。
  • 反向证据:真实 current-base hosted integration 明确失败;focused mirror smoke 不能替代 runtime/release qualification。
  • 未验证面:full public suite、Ruff/mypy/canary、install/upgrade/host/default-model、change-quality、final release qualification/readback。
  • 回滚很简单:在 gates 完成前维持 1.0.2,不发布 1.0.3 tag。
  • Future-facing pass:继续保持 release commit 只含版本与公开 release anchors;scanner/runtime 修复独立合入,不需要新的发布 abstraction。

我的整体评价

版本 patch 的 scope、社区贡献者呈现和镜像一致性都做对了;阻断项是“这个 exact candidate 是否代表可发布的当前 main”,而答案目前仍是否。required checks 红且 checklist 未闭合时不能批准或合并。先独立修复 scheduler qualification、刷新本 commit、完成全部 exact-head 资格化,我再按新 head 复审。

English verdict: REQUEST_CHANGES at 418bdc1862b6486c17c7fc25ec8dad333c60a1cb. The seven 1.0.3 version anchors are consistent and four focused release smokes pass, but the current-main integration still fails both test shards, pytest, and merge-gate on canonical scheduler host-facts transport, while three declared exact-head release qualification groups remain incomplete. Land the bounded Base64 scanner compatibility fix independently, refresh the release candidate from current main, and complete every release gate before merge or tag. No merge performed.

@huangruiteng

Copy link
Copy Markdown
Collaborator Author

State update after the exact-head review was published: #4187 merged at 2397e99ef3d8015093224d27f4f1f74e0f0f5cf8 while this review was in progress, so its scheduler Base64 scanner compatibility fix is now on main (merge commit 3b12a1a7524f47d8e9d02f1044bd33741c9238a5). For #4214, the minimum next step is therefore to refresh/rebase from current main, rerun the previously failing required checks, and complete every unchecked exact-head release qualification row. No additional split is a prerequisite for this release candidate. The scope-separation note remains architectural feedback on #4187 rather than an outstanding dependency for #4214.

@huangruiteng
huangruiteng force-pushed the codex/release-v1.0.3 branch 2 times, most recently from 46b8048 to 131bdae Compare September 11, 2026 03:11
Signed-off-by: huangruiteng <huangrt01@163.com>
Signed-off-by: huangruiteng <huangrt01@163.com>
Signed-off-by: huangruiteng <huangrt01@163.com>
Signed-off-by: huangruiteng <huangrt01@163.com>
Signed-off-by: huangruiteng <huangrt01@163.com>
@huangruiteng
huangruiteng merged commit f601d17 into main Sep 11, 2026
16 checks passed
@huangruiteng
huangruiteng deleted the codex/release-v1.0.3 branch September 11, 2026 03:57

This branch was successfully deployed

1 active deployment
pypi — 0496975e Deployed Sep 11, 2026 by huangruiteng via publish-pypi #2151
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant