Files
hakorune/docs/archive/roadmap/phases/phase-10.7/workbench/TODO.md
nyash-codex 811dfebf98 fix(joinir): Phase 241-EX - Remove hardcoded 'sum' check from Pattern3
Remove legacy hardcoded 'sum' carrier validation that was blocking
array_filter patterns with different accumulator names (e.g., 'out').

Before: Pattern3 required carrier named 'sum' to exist
After: Pattern3 uses carrier_info generically (any carrier name works)

Test results:
- phase49_joinir_array_filter_smoke: PASS 
- phase49_joinir_array_filter_fallback: PASS 
- phase49_joinir_array_filter_ab_comparison: PASS 
- Full suite: 909/909 PASS, 0 FAIL

Also: Archive old roadmap documentation (67k lines moved to docs/archive/)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-11 00:48:42 +09:00

707 B
Raw Blame History

TODO (Phase 10.7 Workbench)

短期C1〜C3に向けた小粒タスク

  • C1: Parser plugin 雛形スケルトンを作るpyo3, parse(code)->AstBox/to_json
  • C1: Telemetry最小node種別カウント, 未対応ノード列挙)
  • C2: CorePy IR最小スキーマJSONを commitwith/async系は予約
  • C2: IR→Nyash ASTの最小変換def/if/for/while/return/算術/比較/呼出し)
  • C3: CLI隠しフラグ prototyping--pyc/--pyc-native
  • Docs: PLANとimplementationの差分同期週次

メモ

  • All-or-Nothing原則未対応は即Err自動フォールバックなし
  • 生成Nyashは現行AOT導線で配布可能Strict