Stabilize review v2 workflow and English contracts#190
Closed
atomchung wants to merge 1 commit into
Closed
Conversation
This was referenced Jul 15, 2026
[P0-next·v2] 週記憶迴圈在 review v2 未接線:revisit/賣出理由 capture/ledger 記帳/市場背景/horizon 鏡子全斷,賣出理由每週不可回補流失
#191
Open
Owner
Author
Review 結論(4 路深查 + E2E 實測,base c6850f0 / head fcd802d)架構方向正確(薄入口+flows/references 漸進披露、prepare/preview/finalize 確定性編排、原子 session bundle、schema gate 實測有牙齒、#166 冪等保留、#89 data-agnostic 保留),但以現狀不可直接 merge: CONFIRMED merge-blockers(將以 fix PR 疊在本 PR 上處理)
靜默推翻既有拍板 / 產品線斷裂(一期恢復)
拆二期(需 owner 判斷或獨立接線)
為什麼 14 套測試全綠仍有這些測試與實作同 PR 換血:新測試只驗 v2 新行為(公卡只測 candidate 路徑、隔離只測 finalize 當下),舊行為斷言(EVALS B 系列)被同 PR 刪除/泛化——測試綠證明新實作自洽,不證明行為保真。 認領:fix PR 將從 fcd802d 開 branch 疊修復(上列 blockers+拍板恢復),測試全綠後開 PR 供 view,merge 後本 PR 由該 PR supersede。 🤖 Generated with Claude Code |
atomchung
added a commit
that referenced
this pull request
Jul 15, 2026
…ersedes #190) (#195) v2 rewrite (prepare/preview/finalize orchestration, thin SKILL entry, atomic session bundles, bilingual renderer, ETF policy) plus review fixes: public-card leak sealed, demo projection isolation, test-drive --root handoff, #82 agent-authored honesty weaving, acct_perf pillar + unlock invitation (#179/#181), reconciliation opener (#151), ETF avgdown/problem/thesis exemption, #112 north star restored, honest lens licensing wording. Phase-2: #191-#194.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Why
The previous workflow depended on agents following one long skill prompt and mixed deterministic calculations with agent judgment. That made interruption recovery, cross-agent parity, ETF handling, thesis learning, and card output less predictable.
This change moves lifecycle, validation, persistence, localization, and rendering into shared code. Agents retain the narrow judgments that matter: interpreting motive, connecting evidence to thesis evolution, and writing the narrative.
User and developer impact
python3 engine/review.py prepare <CSV...> --language enValidation
python3 tests/run_all.pygit diff --check