pub fn generate_context(
graph: &WorkspaceGraph,
project_name: &str,
budget: usize,
) -> Result<ContextBundle, KdoError>Expand description
Generate a context bundle for a project within a token budget.
Tiers:
- Summary + dependency list (always included)
- Public API signatures (functions, structs, traits)
- Implementation details (truncated first)