docs: Phase 100 P2.1 - LLVM EXE parity for mutable accumulator

- Update phases/phase-100/README.md with LLVM EXE smoke note
- Update 10-Now.md with P2.1 short report

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

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
nyash-codex
2025-12-17 06:31:21 +09:00
parent cca9ce398e
commit 61c9d7929c
2 changed files with 10 additions and 0 deletions

View File

@ -1,5 +1,13 @@
# Self Current Task — Now (main)
## 2025-12-17Phase 100 P2 完了 ✅
**Phase 100 P2: Mutable Accumulator Captures**
- Mutable accumulator pattern (`out = out + ch`) を Pattern2 carrier で対応
- ScopeManager 委譲により read-only check を回避
- Numeric output validation (count=3) で fixture 固定
- VM/LLVM EXE parity 完了smoke 追加)
## 2025-12-17Phase 100 P1 完了 ✅
**Phase 100 P1: Pinned Local Captures**

View File

@ -109,3 +109,5 @@ print(out.length()) # Output: 2
- **P2-2**: Pattern2 wiring (ScopeManager delegates read-only check)
- **P2-3**: Lowering (carrier update emission)
- **P2-4**: Integration test (fixture + smoke, length-based validation)
**LLVM EXE parity**: P2 accumulator を LLVM EXE smoke でも固定phase100_mutable_accumulator_llvm_exe.sh