From 51c5fc0e18fa8a381bfe9916d7a79d7221014f24 Mon Sep 17 00:00:00 2001 From: john Date: Wed, 9 Sep 2026 22:02:36 +0800 Subject: [PATCH] docs: register goose-v149-local-canary branch disposition Record the merged Context Runtime + Goose v1.49 canary work as closed so the branch cannot be reused as a development baseline. Co-authored-by: Cursor --- docs/branch-disposition.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/docs/branch-disposition.md b/docs/branch-disposition.md index 816ae3c..85bdd6f 100644 --- a/docs/branch-disposition.md +++ b/docs/branch-disposition.md @@ -864,3 +864,27 @@ Memind P0 健康频道:加密健康区、观测 API、baseline 引擎与成熟 - 保留本地分支名用于审计追溯。 - **不要** merge、cherry-pick 或从该分支继续开发。 +## `feature/goose-v149-local-canary` + +**状态:禁止再次引用。改动已提交并进入 `origin/main`,该分支保留仅用于只读追溯,不是待合并开发分支。** + +审计日期:2026-09-09 +分支 HEAD:`26ce1241` +`origin/main` 对应提交:`e5dfd875`(merge) + +### 原始用途 + +Goose v1.49 本地 canary 收口、Context Runtime + Agent Harness 融合 Phase 1–3:headroom provider proxy(off/shadow/active)、context-budget shadow、recall-fusion + zvec-workspace、dsh executor 骨架,以及 phase2/phase3 验证脚本与 baseline。 + +### 验证摘要 + +- `node scripts/run-memind-tests.mjs --mode changed`:101 passed +- `node --test memind-headroom-policy.test.mjs context-budget.test.mjs recall-fusion.test.mjs memind-zvec-workspace.test.mjs`:21 passed +- `node scripts/run-headroom-active-portal-e2e.mjs`:OK(goosed pong via headroom;Portal live 事件需重启 Portal 带 `MEMIND_HEADROOM_MODE=active`) +- Phase3:`portal-resume` PASS;phase2 `portal-smoke`/`page-e2e` 受本地 relay 欠费影响 FAIL(与 headroom 无关) + +### 最终处置 + +- 保留本地分支名用于审计追溯。 +- **不要** merge、cherry-pick 或从该分支继续开发。 +