Files
hakorune/docs/archive
Moe Charm 6eda81f5db feat: Major documentation reorganization and unified Box design updates
## Documentation & Organization
- Moved copilot_issues.txt → 00_MASTER_ROADMAP.md (phases folder)
- Created Phase 9.79b.1 & 9.79b.2 plans for unified Box implementation
- Updated unified-box-design-deep-analysis.md with ChatGPT5 insights
- Added P2P documentation and examples (ping-pong, self-ping)

## Code Updates
- P2PBox: Reverted to original error state for demonstration
- VM: Enhanced BoxCall dispatch for unified approach
- Updated box factory, interpreter calls, and transport layer

## Cleanup & Privacy
- Removed private/ and private_test/ from git tracking
- Added private folders to .gitignore for security
- Cleaned root directory: moved backups, removed temp files
- Moved consultation files to docs/archive/consultations/

## Other Improvements
- Added object literal syntax improvement idea
- Updated CLAUDE.md with master roadmap reference
- Updated CURRENT_TASK.md with latest progress

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-26 20:30:07 +09:00
..

Nyash Archive 🗄️

過去のドキュメント、設計決定、相談記録のアーカイブです。

📂 ディレクトリ構造

consultations/

AI相談記録の保管場所

  • gemini/ - Gemini AIとの相談記録
  • chatgpt/ - ChatGPTとの相談記録
  • codex/ - Codexの解析結果

decisions/

過去の設計決定とその理由

  • アーキテクチャ決定記録ADR
  • 廃止された機能の説明
  • 設計変更の経緯

build-logs/

ビルドログとベンチマーク結果

  • パフォーマンス測定記録
  • ビルドエラーの履歴
  • 最適化の記録

old-versions/

古いバージョンのドキュメント

  • 廃止された仕様
  • 以前のガイドやチュートリアル
  • 旧バージョンのREADME

generated/

自動生成されたドキュメント

  • MIRダンプ
  • ベンチマーク結果
  • コード解析レポート

⚠️ 注意事項

このディレクトリの内容は歴史的参照用です。 最新情報は以下を参照してください:

  • 現在の仕様: /reference/
  • 利用ガイド: /guides/
  • 開発状況: /development/