You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
486 B
486 B
| title | status | type | priority | created_at | updated_at | parent |
|---|---|---|---|---|---|---|
| Sub-agent file discovery | in-progress | task | normal | 2026-03-27T19:39:15Z | 2026-03-28T05:45:22Z | claudbg-mztt |
Given a session ID, locate its subagents/ directory under ~/.claude/projects/{project-dir}/{session-id}/subagents/. Enumerate agent-{id}.jsonl files and their corresponding .meta.json files. Return AgentRef { agent_id: String, agent_type: Option, session_id: Uuid, file_path: PathBuf }.