edgecrab-tools
Tool registry (ToolHandler trait), toolset composition, and all tool
implementations. Uses inventory crate for compile-time registration.
edgecrab-tools
├── registry.rs — ToolHandler trait, ToolRegistry, ToolContext
├── config_ref.rs — AppConfigRef (lightweight config for tool context)
├── toolsets.rs — CORE_TOOLS, ACP_TOOLS, alias resolution
└── tools/ — individual tool implementations (Phase 2.2+)