feat(phi): Phase 26-C-1 - LoopSnapshotManager実装完了

- Snapshot一元管理Box実装(402行)
- Preheader/Exit/Continue snapshot統一管理
- 変数変更検出(is_modified)
- 13個の包括的単体テスト全PASS 

Box-First理論: Snapshot管理の責任を明確に分離

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
nyash-codex
2025-11-20 20:41:50 +09:00
parent d2d76694af
commit 857af3bbab
2 changed files with 442 additions and 0 deletions

View File

@ -22,6 +22,9 @@ pub mod loop_var_classifier;
pub mod phi_input_collector;
pub mod body_local_phi_builder;
// Phase 26-C: Loop Snapshot & Header PHI Management
pub mod loop_snapshot_manager;
// Public surface for callers that want a stable path:
// Phase 1: No re-exports to avoid touching private builder internals.
// Callers should continue using existing paths. Future phases may expose