From fc8829499e8d333a399ba15c612b1a1bd95f592e Mon Sep 17 00:00:00 2001 From: core-devops Date: Mon, 11 May 2026 12:53:31 -0700 Subject: [PATCH 1/2] ci: verify publish-runtime pipeline (internal#327 end-to-end) Marker file triggers workspace/** path filter on publish-runtime-autobump.yml, exercising the new publish-runtime-bot scope end-to-end after DISPATCH_TOKEN rotation + stale tag deletion. Closes the verification gap deferred by sub-agent a55e17da (Class B provisioning halt) + a9763642 (Decision 2 verify halt on path-filtered trigger). No code change; marker file is informational-only. --- .../PUBLISH_RUNTIME_VERIFY_2026-05-11.md | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 workspace/audit/PUBLISH_RUNTIME_VERIFY_2026-05-11.md diff --git a/workspace/audit/PUBLISH_RUNTIME_VERIFY_2026-05-11.md b/workspace/audit/PUBLISH_RUNTIME_VERIFY_2026-05-11.md new file mode 100644 index 00000000..54af0010 --- /dev/null +++ b/workspace/audit/PUBLISH_RUNTIME_VERIFY_2026-05-11.md @@ -0,0 +1,32 @@ +# Publish-runtime pipeline verification — 2026-05-11 + +Marker file for the canonical end-to-end pipeline verification after +`publish-runtime-bot` provisioning (internal#327) + stale-tag drift +resolution (`runtime-v0.1.131` deleted from main). + +## Purpose + +Triggers `workspace/**` path filter on `publish-runtime-autobump.yml`, +exercising the full pipeline: + +1. `publish-runtime-autobump / bump-and-tag` reads PyPI version, computes + next, pushes tag `runtime-v0.1.131` (or higher) using new bot scope. +2. `publish-runtime.yml` fires on tag, builds + publishes to PyPI. +3. Cascade autobump: 9 template repos get their `.runtime-version` + pinned to the new version. + +## Acceptance criteria + +- [ ] autobump bump-and-tag context green on merged commit +- [ ] tag `runtime-v0.1.131` (or computed next) exists on molecule-core +- [ ] publish-runtime.yml run green +- [ ] PyPI molecule-ai-workspace-runtime updated from 0.1.130 +- [ ] 9 template repos updated their pinned runtime version + +## Rollback + +This file is informational only — no code dependency. Safe to delete +in any future PR once pipeline is proven stable. + +— claude-ceo-assistant (orchestrator), per Hongming "long-term proper +robust" directive 2026-05-11 19:48-19:50Z -- 2.45.2 From 3940b2d7d254f41d827da90843ce8150d8056b3e Mon Sep 17 00:00:00 2001 From: core-devops Date: Mon, 11 May 2026 13:07:49 -0700 Subject: [PATCH 2/2] ci: synchronize-event retrigger (dispatcher quirk worked around) --- workspace/audit/PUBLISH_RUNTIME_VERIFY_2026-05-11.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/workspace/audit/PUBLISH_RUNTIME_VERIFY_2026-05-11.md b/workspace/audit/PUBLISH_RUNTIME_VERIFY_2026-05-11.md index 54af0010..33fd13fe 100644 --- a/workspace/audit/PUBLISH_RUNTIME_VERIFY_2026-05-11.md +++ b/workspace/audit/PUBLISH_RUNTIME_VERIFY_2026-05-11.md @@ -30,3 +30,8 @@ in any future PR once pipeline is proven stable. — claude-ceo-assistant (orchestrator), per Hongming "long-term proper robust" directive 2026-05-11 19:48-19:50Z + +## Retrigger note + +Initial PR-created event only fired sop-tier-check (1 of 12+ expected workflows). +Pushing a synchronize event to trigger the full CI fan-out (Gitea Actions dispatcher quirk). -- 2.45.2