From 95a0d06fde0202da14a3add41e1b1a08acbedcf0 Mon Sep 17 00:00:00 2001 From: inman Date: Thu, 3 Sep 2026 16:47:46 +0800 Subject: [PATCH] docs: record extension update rollback --- .project-docs/30-worklog/current-state.md | 2 +- .../20260903-backup-revert-extension-update-c71a4e92.md | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.project-docs/30-worklog/current-state.md b/.project-docs/30-worklog/current-state.md index 384c347..b13f536 100644 --- a/.project-docs/30-worklog/current-state.md +++ b/.project-docs/30-worklog/current-state.md @@ -4,7 +4,7 @@ This file is the integrated default-branch snapshot. Feature tasks record progre ## Integrated Through -- Integration task `20260903-backup-revert-extension-update-c71a4e92` for preserving the complete former `0.5.167`/migration-019 iteration at remote branch `codex/backup-extension-update-20260903-b2e33e2`, reverting merge `3224758` without rewriting history, and restoring the active product/release baseline to `f52d9d7` (`0.5.165`, migration 018). +- Rollback commit `81a0cda` from integration task `20260903-backup-revert-extension-update-c71a4e92` for preserving the complete former `0.5.167`/migration-019 iteration at remote branch `codex/backup-extension-update-20260903-b2e33e2`, reverting merge `3224758` without rewriting history, and restoring the active product/release baseline to `f52d9d7` (`0.5.165`, migration 018). - Merge commit `3224758` and integration task `20260903-finalize-extension-update-a6c4e192` remain historical records of the briefly integrated extension-update design; that design is no longer active and is preserved on the backup branch only. - Commit `c4c469f4441d744627af2d34abe693b6783e833c` for the independently advanced remote deployment/extension line. - Commit `cd45ce17d0fcd25f7fa89ab9f8a391d3e904ecdf` for WeChat attachment correlation and privacy-safe server diagnostics. diff --git a/.project-docs/30-worklog/tasks/20260903-backup-revert-extension-update-c71a4e92.md b/.project-docs/30-worklog/tasks/20260903-backup-revert-extension-update-c71a4e92.md index 56c67ac..3d86d13 100644 --- a/.project-docs/30-worklog/tasks/20260903-backup-revert-extension-update-c71a4e92.md +++ b/.project-docs/30-worklog/tasks/20260903-backup-revert-extension-update-c71a4e92.md @@ -8,7 +8,7 @@ - Worktree: /Users/inmanx/Documents/lwltAPI-finalize-extension-update-a6c4e192 - Base commit: b2e33e2e5d29138891eabc93969cf24907492dfe - Owner: codex -- Status: Planning +- Status: Integrated and pushed ## Scope @@ -31,7 +31,9 @@ - Remote backup branch `codex/backup-extension-update-20260903-b2e33e2` was created first and independently verified at exact commit `b2e33e2e5d29138891eabc93969cf24907492dfe`. - Reverted merge `3224758` in the isolated Integration worktree while retaining both source task records and the former integration record. Product source, dependencies, migration readiness, extension source, release package, mappings, tests, and operational documentation now match the pre-iteration `f52d9d7` tree exactly. - Restored extension `0.5.165`, release ZIP SHA-256 `14f3150ab26d99131e32321ddc805a85550438bc2810a1e20921f7922b25aaac`, and required schema migration `018_agentbus_account_workers`; removed active migration 019 and the central OSS/ECS update implementation from the main-line result. -- Marked `EXT-001` as Reverted and reconciled the decision index, system overview, data flow, current state, task history, evidence index, and rollout commitment. Final rollback commit and remote `main` synchronization remain pending. +- Marked `EXT-001` as Reverted and reconciled the decision index, system overview, data flow, current state, task history, evidence index, and rollout commitment. +- Created rollback commit `81a0cdac8ea4be867ab43d0a84ffa547d159223d`. After a fresh fetch proved `origin/main` was still exactly `b2e33e2` and an ancestor of the rollback commit, a normal non-force push advanced remote `main` to `81a0cda`. +- No production deployment, service restart, database migration, OSS publication, ECS command, Chrome reload, ERP access, live task mutation, history rewrite, or secret access occurred. ## Verification @@ -47,6 +49,7 @@ - Explicit version check returned source/release/artifact `0.5.165` and required migration `018_agentbus_account_workers`. - `git diff --exit-code f52d9d7 -- . ':(exclude).project-docs'`: passed, proving the active product tree exactly matches the pre-iteration baseline. - `check_project_docs.py`, `check_doc_drift.py --task-id 20260903-backup-revert-extension-update-c71a4e92`, and `git diff --check`: passed before commit. +- Post-push fetch and `git ls-remote` returned remote `main` at `81a0cdac8ea4be867ab43d0a84ffa547d159223d` and the backup branch at `b2e33e2e5d29138891eabc93969cf24907492dfe`. ## Follow-ups