fix: /idd-plan 到不了、in:body 非精確比對、residue 預設、MANIFESTO 設計盲點 - #307
Merged
Conversation
…293, #305, #304, #144) #292 報的是「兩份文件互相矛盾」,但矛盾只是徵狀:EnterPlanMode 住在 /idd-plan, idd-implement 收到 Plan tier 只會印一句警告,而 grep "idd-plan" idd-all/SKILL.md 在修正前沒有任何命中 —— /idd-plan 從 /idd-all 根本到不了。結果是 Plan tier 的 approval checkpoint 在 orchestrated 路徑上整個消失,而三處文件都宣稱它在。 #293/#305 同根因:GitHub 對 #N 做 tokenize,引號不會讓它變精確。實測 in:body "#7" 命中 body 內只有 codex-pro#7 的 PR、in:body "#10" 命中 body 內根本沒有 #10 的 PR。 兩張 issue 點名兩處,實際有七處。新增 references/pr-issue-matching.md 契約: search 只當粗篩、判定在 client 端做(排除跨 repo 形式),並加上 #305 的時序檢查。 #304 Step 3.6 預設改為 file-as-follow-up。原本的理由是為 Step 3.5 寫的(那一步撈的 是散文裡可能只是順口提到的 mention),但 residue 是 diagnose 時明確宣告的實體,且 依定義是「接不進任何機制」的那部分 —— 除了 follow-up issue 沒有東西會再碰它。 實測三個 residue 使用者三次都偏離預設。 #144 把「設計階段的抽象度,作者自己看不出來」寫進 MANIFESTO,附兩次量到的證據 (#135 連四輪、PR #297 連七輪),以及第七輪示範的遞迴形式:為防分岔而加的機器檢查 本身帶著同一個盲點,且新加的三個機制全部沒有測試重量。 43/43 suites 綠。
This was referenced Aug 13, 2026
Closed
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.
Refs #292
Refs #293
Refs #305
Refs #304
Refs #144
四張已診斷完的 issue,共同點是被報出來的都只是徵狀。
/idd-plan從/idd-all根本到不了(grep零命中),Plan tier 的 approval gate 在 orchestrated 路徑上整個消失,而三處文件宣稱它在in:body \"#N\"模式在七處,且 GitHub 對#N做 tokenize —— 引號不會讓它變精確新增
references/pr-issue-matching.md作為 PR↔issue 比對的單一契約,七個呼叫點全部指向它。43/43 suites 綠。