fix(joinir): stabilize phase1883 latch/entry preds

This commit is contained in:
2025-12-28 23:39:51 +09:00
parent d8786ebab9
commit dd8c2709bd
11 changed files with 202 additions and 79 deletions

View File

@ -1,6 +1,10 @@
# Self Current Task — Now (main)
## Current Focus: Phase 29ad COMPLETENaming SSOT
## Current Focus: Phase 29ae (JoinIR Regression Pack)
**2025-12-28: Phase 29ae P0 完了**
- 目的: JoinIR の最小回帰セットを SSOT で固定
- 入口: `docs/development/current/main/phases/phase-29ae/README.md`
**2025-12-28: Phase 29ad 完了**
- 目的: Pattern6/7 fixture/smoke の命名規約を SSOT 化し、variant 名を明示して迷いを消す

View File

@ -8,6 +8,9 @@ Related:
## 直近JoinIR/selfhost
- **Phase 29ae✅ COMPLETE: JoinIR Regression Pack (docs-first)**
- 入口: `docs/development/current/main/phases/phase-29ae/README.md`
- **Phase 29ad✅ COMPLETE: Naming SSOT for Pattern6/7 fixtures**
- 入口: `docs/development/current/main/phases/phase-29ad/README.md`

View File

@ -0,0 +1,21 @@
# Phase 29ae: JoinIR Regression Pack (docs-first)
Goal: JoinIR の最小回帰セットを SSOT として固定する。
## Regression pack (SSOT)
- Pattern2: `phase29ab_pattern2_*`
- Pattern6: `phase29ab_pattern6_*`
- Pattern7: `phase29ab_pattern7_*`
- Merge/Phi代表: `apps/tests/phase1883_nested_minimal.hako`RC=9
## Commands
- `./tools/smokes/v2/run.sh --profile integration --filter "phase29ab_pattern2_"`
- `./tools/smokes/v2/run.sh --profile integration --filter "phase29ab_pattern6_"`
- `./tools/smokes/v2/run.sh --profile integration --filter "phase29ab_pattern7_"`
- `./tools/smokes/v2/run.sh --profile integration --filter "phase1883_"`
## Status
- phase1883: PASSRC=9 を成功扱い)