pub fn load_workflow_agent_meta(
session_id: &str,
claude_home: &Path,
) -> HashMap<String, (String, String)>Expand description
Load workflow-agent metadata from .meta.json files under
<session_id>/subagents/workflows/wf_*/.
Returns the same (agentType, description) tuple format as
load_agent_meta, keyed by agent id with the agent- prefix stripped.
This complements load_agent_meta, which only reads the first-level
subagents/agent-*.meta.json sidecars and therefore misses workflow agents.