pub fn inject_reference(
config_file: &Path,
soul_path: &Path,
context_path: &Path,
_agent_type: Option<&str>,
) -> Result<()>Expand description
Inject Nexus references into a config file.
ยงParameters
config_file: Path to the configuration filesoul_path: Path to the soul.md referencecontext_path: Path to the context.md referenceagent_type: Reserved for future agent-specific logic (currently unused)