🔧 fix: FloatBoxインポートパス修正 + コンテキスト圧縮対策追加

- FloatBoxインポートをcrate::boxes::math_box::FloatBoxに修正
- expressions.rs, objects.rsでインポートパス統一
- CLAUDE.mdにコンテキスト圧縮時の重要ルール追加
- 次回Copilot作業のための準備完了

Note: FloatBox toString()はまだ未修正(Copilotに引き継ぎ)

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Moe Charm
2025-08-12 05:12:32 +09:00
parent 80f0d2dcb3
commit 0abdd9dbcf
3 changed files with 38 additions and 1 deletions

View File

@ -9,6 +9,7 @@
use super::*;
use crate::boxes::null_box::NullBox;
use crate::boxes::console_box::ConsoleBox;
use crate::boxes::math_box::FloatBox;
// use crate::boxes::intent_box_wrapper::IntentBoxWrapper;
use std::sync::Arc;