docs: add MIR13 mode doc and set PHI-off as default; bridge lowering split (if/loop/try); llvmlite resolver stabilization; curated runner default PHI-off; refresh CURRENT_TASK.md

This commit is contained in:
Selfhosting Dev
2025-09-17 10:58:12 +09:00
parent 31f90012e0
commit d99b941218
131 changed files with 2584 additions and 2657 deletions

View File

@ -1,42 +1,14 @@
# Nyash Archive 🗄️
# 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.
### consultations/
AI相談記録の保管場所
- **gemini/** - Gemini AIとの相談記録
- **chatgpt/** - ChatGPTとの相談記録
- **codex/** - Codexの解析結果
When searching for current information, prefer:
- `docs/reference/` (specifications)
- `docs/guides/` (user guides)
- `docs/how-to/` (taskoriented steps)
- `docs/design/` (stable architecture notes)
### decisions/
過去の設計決定とその理由
- アーキテクチャ決定記録ADR
- 廃止された機能の説明
- 設計変更の経緯
### build-logs/
ビルドログとベンチマーク結果
- パフォーマンス測定記録
- ビルドエラーの履歴
- 最適化の記録
### old-versions/
古いバージョンのドキュメント
- 廃止された仕様
- 以前のガイドやチュートリアル
- 旧バージョンのREADME
### generated/
自動生成されたドキュメント
- MIRダンプ
- ベンチマーク結果
- コード解析レポート
## ⚠️ 注意事項
このディレクトリの内容は歴史的参照用です。重複・旧版の資料が含まれます。
最新の計画・仕様は以下を参照してください:
- 現行の計画PLAN: `docs/development/roadmap/phases/phase-11.8_mir_cleanup/PLAN.md`
- 技術仕様TECHNICAL_SPEC: `docs/development/roadmap/phases/phase-11.8_mir_cleanup/TECHNICAL_SPEC.md`
- そのほか: `/reference/`(リファレンス), `/guides/`(利用ガイド), `/development/`(開発状況)