## Documentation Updates ### phase_9_75g_bid_integration_architecture.md - Added detailed Phase 9.75g-0 implementation results - Included FileBox plugin implementation details (293KB .so, 6 methods) - Added plugin-tester diagnostic tool output examples - Updated Phase 9.75g-1 implementation plan with concrete steps: - Step 4.1: TLV encode/decode (src/bid/tlv.rs) - Step 4.2: Plugin loader (plugin-tester migration) - Step 4.3: BoxFactoryRegistry (transparent switching) - Step 4.4: PluginBox proxy (NyashBox implementation) ### CLAUDE.md - Added plugin-tester section to testing documentation - Included build/run instructions and output examples - Documented key features: Box name self-declaration, generic design - Updated final timestamp to 2025-08-18 reflecting BID-FFI foundation completion ## Key Achievements Documented - ✅ Box name non-hardcoded design (plugins declare themselves) - ✅ Generic plugin-tester works with any plugin - ✅ birth/fini lifecycle management implementation - ✅ Memory ownership rules clarification 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
📚 Nyash Documentation
最初に確認:
- 現在のタスク: docs/CURRENT_TASK.md
- コア概念の速習: docs/nyash_core_concepts.md
構成(最小3系)
- 説明書: docs/説明書/README.md
- ネイティブビルド: docs/説明書/native-build/README.md
- WASM: docs/説明書/wasm/
- 入門/言語ガイド/P2P/リファレンス: docs/説明書/, docs/説明書/reference/
- 予定: docs/予定/README.md
- CURRENT_TASK, ネイティブ計画、フェーズ課題
- archive: docs/archive/
- 旧資料・議事録・試験メモ
すぐ始める
- Getting Started: docs/説明書/GETTING_STARTED.md
- Language Guide: docs/説明書/LANGUAGE_GUIDE.md
- P2P Guide: docs/説明書/P2P_GUIDE.md
参考資料(Reference)
- 言語リファレンス: docs/説明書/reference/language-reference.md
- デリゲーション構文: docs/説明書/reference/override-delegation-syntax.md
- 設計思想: docs/説明書/reference/design-philosophy.md
- ビルトイン一覧: docs/説明書/reference/builtin-boxes.md
- P2P仕様: docs/説明書/reference/p2p_spec.md
- 詳細仕様フォルダ: docs/説明書/reference/language-specification/
Nyash は「Everything is Box」哲学に基づく言語です。詳細はコア概念とガイドを参照してください。