diff --git a/docs/operations/VPNRUNTIME_CI_FIXES_TRANSFER_2026-05-12.md b/docs/operations/VPNRUNTIME_CI_FIXES_TRANSFER_2026-05-12.md index bc22a52..a0fca9b 100644 --- a/docs/operations/VPNRUNTIME_CI_FIXES_TRANSFER_2026-05-12.md +++ b/docs/operations/VPNRUNTIME_CI_FIXES_TRANSFER_2026-05-12.md @@ -20,8 +20,10 @@ Generated files (local, ignored by git) are in: - `artifacts/git-patches/vpnruntime-ci-fixes.bundle` - `artifacts/git-patches/full-stabilization/` (5 patches) - `artifacts/git-patches/vpnruntime-ci-stabilization-5commits.bundle` -- `artifacts/git-patches/full-stabilization-latest/` (10 patches) -- `artifacts/git-patches/vpnruntime-ci-stabilization-latest-10commits.bundle` +- `artifacts/git-patches/full-stabilization-latest/` (archived 10-patch snapshot) +- `artifacts/git-patches/vpnruntime-ci-stabilization-latest-10commits.bundle` (archived) +- `artifacts/git-patches/full-stabilization-current/` (19 patches, current) +- `artifacts/git-patches/vpnruntime-ci-stabilization-current.bundle` (current) ## Apply as patches @@ -44,13 +46,20 @@ git fetch ./vpnruntime-ci-stabilization-5commits.bundle git cherry-pick a3c0998e fea5174e 4603826b 6fec1d5c edf3836c ``` -Latest chain (10 commits from `8ba0561f` baseline): +Archived chain (10 commits from `8ba0561f` baseline): ```bash git fetch ./vpnruntime-ci-stabilization-latest-10commits.bundle git cherry-pick a3c0998e fea5174e 4603826b 6fec1d5c edf3836c 051d0242 84ba2ad7 f1070e1a d2cd9292 3778904c ``` +Current chain (19 commits from `8ba0561f` baseline): + +```bash +git fetch ./vpnruntime-ci-stabilization-current.bundle +git cherry-pick a3c0998e fea5174e 4603826b 6fec1d5c edf3836c 051d0242 84ba2ad7 f1070e1a d2cd9292 3778904c 874e2f14 c27bf084 e94fc309 155a384b 8229fef3 011c6d03 3835563f 27bb8102 99f5e281 +``` + ## Validate From `agents/rap-node-agent`: diff --git a/docs/operations/VPNRUNTIME_CI_STABILIZATION_COMMITS_2026-05-12.md b/docs/operations/VPNRUNTIME_CI_STABILIZATION_COMMITS_2026-05-12.md index aa7291e..fc65e60 100644 --- a/docs/operations/VPNRUNTIME_CI_STABILIZATION_COMMITS_2026-05-12.md +++ b/docs/operations/VPNRUNTIME_CI_STABILIZATION_COMMITS_2026-05-12.md @@ -3,7 +3,7 @@ Date: 2026-05-12 Baseline commit: `8ba0561f` -Ordered commit chain (`8ba0561f..HEAD` at capture time): +Ordered stabilization chain (`8ba0561f..99f5e281` at latest capture time): 1. `a3c0998e` - Stabilize vpnruntime parallel flow test and add CI anti-flake gate 2. `fea5174e` - Add vpnruntime race check to CI @@ -15,10 +15,18 @@ Ordered commit chain (`8ba0561f..HEAD` at capture time): 8. `f1070e1a` - Wire one-shot vpnruntime guard script into CI 9. `d2cd9292` - Record full one-shot vpnruntime guard validation 10. `3778904c` - Update transfer notes for latest 9-commit stabilization bundle +11. `874e2f14` - Refresh transfer docs and commit index for 10-commit chain +12. `c27bf084` - Start staged execution and record Stage 1 preflight pass +13. `e94fc309` - Record Stage 2 transfer package verification results +14. `155a384b` - Complete Stage 3/4 push and post-push verification log +15. `8229fef3` - Add post-stabilization next-step runbook for vpnruntime +16. `011c6d03` - Add cmd wrapper for vpnruntime guards and UNC usage note +17. `3835563f` - Document vpnruntime CI guard entrypoints in smoke README +18. `27bb8102` - Add bash wrapper for vpnruntime guard script +19. `99f5e281` - Allow guard wrappers to forward custom arguments Command to re-check this list: ```bash git log --oneline --reverse 8ba0561f..HEAD ``` - diff --git a/docs/operations/VPNRUNTIME_STAGE_EXECUTION_2026-05-12.md b/docs/operations/VPNRUNTIME_STAGE_EXECUTION_2026-05-12.md index b1fbc30..4da3fa6 100644 --- a/docs/operations/VPNRUNTIME_STAGE_EXECUTION_2026-05-12.md +++ b/docs/operations/VPNRUNTIME_STAGE_EXECUTION_2026-05-12.md @@ -41,8 +41,8 @@ Scope: Artifacts: -- `artifacts/git-patches/full-stabilization-current/` (12 patches) -- `artifacts/git-patches/vpnruntime-ci-stabilization-current.bundle` +- `artifacts/git-patches/full-stabilization-current/` (12 patches at Stage 2 time) +- `artifacts/git-patches/vpnruntime-ci-stabilization-current.bundle` (Stage 2 snapshot) Verification: @@ -88,3 +88,24 @@ Verification: Execution status: - All planned stages completed. + +## Post-Stage Corrections + +### 2026-05-12 Current Published State + +The original Stage 3/4 verification captured `e94fc309` as the published head. +Follow-up operational commits were added after that point. Current published +state is: + +- Local HEAD: `99f5e28128d8b99d8eec5cff58f55c2fb97efaac` +- `origin/main`: `99f5e28128d8b99d8eec5cff58f55c2fb97efaac` +- Remote `main` matches local HEAD: YES + +Current transfer artifacts were refreshed from baseline `8ba0561f..99f5e281`: + +- `artifacts/git-patches/full-stabilization-current/` (19 patches) +- `artifacts/git-patches/vpnruntime-ci-stabilization-current.bundle` + +Verification: + +- `git bundle verify artifacts/git-patches/vpnruntime-ci-stabilization-current.bundle`: PASS