Phase 12: 統一TypeBox ABI実装開始 - ChatGPT5による極小コアABI基盤構築

- TypeBox ABI雛形: メソッドスロット管理システム追加
- Type Registry: Array/Map/StringBoxの基本メソッド定義
- Host API: C ABI逆呼び出しシステム実装
- Phase 12ドキュメント整理: 設計文書統合・アーカイブ化
- MIR Builder: クリーンアップと分離実装完了

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Moe Charm
2025-09-03 05:04:56 +09:00
parent e2e25f6615
commit 53d88157aa
84 changed files with 4739 additions and 2750 deletions

View File

@ -35,8 +35,8 @@ AI相談記録の保管場所
- コード解析レポート
## ⚠️ 注意事項
このディレクトリの内容は歴史的参照用です。
最新情報は以下を参照してください:
-在の仕様: `/reference/`
- 利用ガイド: `/guides/`
- 開発状況: `/development/`
このディレクトリの内容は歴史的参照用です。重複・旧版の資料が含まれます。
最新の計画・仕様は以下を参照してください:
-行の計画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/`(開発状況)

View File

@ -0,0 +1,14 @@
# MIR Builder (modularized) — Archived
Status: Archived. The optional feature `mir_modular_builder` and the module `src/mir/builder_modularized/*` have been removed.
Reason:
- The active MIR builder lives under `src/mir/builder/` and `src/mir/builder.rs`.
- CI and default builds never enabled the modular builder feature; it diverged from the main path.
Where to look now:
- Current builder: `src/mir/builder/` and `src/mir/builder.rs`
- MIR cleanup plan/spec: `docs/development/roadmap/phases/phase-11.8_mir_cleanup/{PLAN.md,TECHNICAL_SPEC.md}`
Notes:
- Any historical design details can be recovered from git history. This page exists as a breadcrumb for past references.