chore: update workspace paths after directory reorganization

Update workspace members and dependency paths to reflect new directory structure:
- crates/cli → crates/app/cli
- crates/config → crates/platform/config

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-01 18:50:05 +01:00
parent d21945dbc0
commit baf833427a
2 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ serde_json = "1"
color-eyre = "0.6"
llm-ollama = { path = "../../llm/ollama" }
tools-fs = {path = "../../tools/fs" }
config-agent = { package = "config-agent", path = "../../config" }
config-agent = { package = "config-agent", path = "../../platform/config" }
futures-util = "0.3.31"
[dev-dependencies]