pub fn bootstrap(
config: &RobitConfig,
working_dir: &PathBuf,
base_tool_names: &[&str],
) -> BootstrapResultExpand description
Bootstrap both skills and tools in one call.
This is the main entry point for frontends. It:
- Loads skills from global and project directories
- Filters skills by config.enabled_skills
- Creates SkillRegistry
- Creates ToolRegistry with all standard tools
Returns a BootstrapResult with both registries and metadata.