Expand description
Integration modules for markdown configuration with ricecoder subsystems
This module provides integration with ricecoder-agents, ricecoder-modes, and ricecoder-commands, enabling markdown-based configuration to be registered with these subsystems.
The integration uses trait-based design to avoid circular dependencies:
AgentRegistrartrait for agent registrationModeRegistrartrait for mode registrationCommandRegistrartrait for command registration
This allows ricecoder-storage to remain independent while providing integration points for other crates to implement.
Re-exports§
pub use agents::AgentConfigIntegration;pub use agents::AgentRegistrar;pub use commands::CommandConfigIntegration;pub use commands::CommandRegistrar;pub use modes::ModeConfigIntegration;pub use modes::ModeRegistrar;