Files
hakorune/docs/archive
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
..

Nyash Docs Archive

This folder stores deprecated or historical documents. Links from active docs should not point here.

When moving files into archive/:

  • Add a brief note at the top explaining why it was archived and the new canonical location if any.
  • Do not update content except light headers; avoid drifting from the canonical reference.

When searching for current information, prefer:

  • docs/reference/ (specifications)
  • docs/guides/ (user guides)
  • docs/how-to/ (taskoriented steps)
  • docs/design/ (stable architecture notes)