Expand description
Subagent profile composition for bamboo-server.
builtinsupplies the six default profiles (general-purpose/plan/researcher/coder/reviewer/tester).loadercomposes builtin + user-global + project-level + env-pointed override files into a single [SubagentProfileRegistry].
This module is standalone: nothing in the runtime imports it yet (the
registry will be plumbed into AppState in the same PR but no consumer
reads from it). Subsequent PRs add the runtime wiring.
Re-exports§
pub use loader::load_registry;pub use loader::LoaderError;
Modules§
- builtin
- Built-in subagent profiles.
- loader
- Layered loader that composes the final
SubagentProfileRegistry.