fix(joinir): stabilize phase1883 latch/entry preds
This commit is contained in:
@ -1,6 +1,10 @@
|
||||
# Self Current Task — Now (main)
|
||||
|
||||
## Current Focus: Phase 29ad COMPLETE(Naming 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 名を明示して迷いを消す
|
||||
|
||||
@ -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`
|
||||
|
||||
|
||||
21
docs/development/current/main/phases/phase-29ae/README.md
Normal file
21
docs/development/current/main/phases/phase-29ae/README.md
Normal 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: PASS(RC=9 を成功扱い)
|
||||
Reference in New Issue
Block a user