You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Counterpart to #23 (English corpus gap). Discovered during 2026-05-06 dogfood corpus audit on 39 v=2 committed/tested sessions.
Finding
After PR fixing extractOutcome to skip save-t process reports (preventing it from capturing process meta instead of real outcomes), audit shows real implementation outcomes now reach the scorer — but stay sub-threshold (0/39 hit) due to coverage gaps in 5 categories (decision-language / impl-facts / constraints / cause-effect / validation).
Common CJK implementation-summary patterns NOT covered
Sample observed in audit (post-fix, real outcomes captured but score < 2):
Pattern
Sample
Current score
Chinese commit confirmation
Commit \6de0666` 落地`
0
Bug fix commit notation
Bug fix commit = \768d95e``
1 (decision-language only)
修復總結 / 完工總結 table
## 修復總結 | 變動 | 檔案 |
1 (偶中)
Phase milestone
## Phase 1 完成 ✅ | Step | Commit |
0
Why this matters
0 hit / 39 ground-truth committed-tested sessions = hook auto-harvest path effectively dead for CJK dogfood users
Context
Counterpart to #23 (English corpus gap). Discovered during 2026-05-06 dogfood corpus audit on 39 v=2 committed/tested sessions.
Finding
After PR fixing extractOutcome to skip save-t process reports (preventing it from capturing process meta instead of real outcomes), audit shows real implementation outcomes now reach the scorer — but stay sub-threshold (0/39 hit) due to coverage gaps in 5 categories (decision-language / impl-facts / constraints / cause-effect / validation).
Common CJK implementation-summary patterns NOT covered
Sample observed in audit (post-fix, real outcomes captured but score < 2):
Commit \6de0666` 落地`Bug fix commit = \768d95e``## 修復總結 | 變動 | 檔案 |## Phase 1 完成 ✅ | Step | Commit |Why this matters
Acceptance criteria
Related