diff --git a/skills/tracelens-analysis-orchestrator/.federated.json b/skills/tracelens-analysis-orchestrator/.federated.json index b113419..7f33fcf 100644 --- a/skills/tracelens-analysis-orchestrator/.federated.json +++ b/skills/tracelens-analysis-orchestrator/.federated.json @@ -2,9 +2,9 @@ "source": "amd-agi-tracelens", "repo": "AMD-AGI/TraceLens", "ref": "main", - "commit": "384c362cb0e174ddf4e533e67ae74df30a849dc6", + "commit": "1494f7f8dcf25e8724345f44d64cd1bd65032c86", "path": "TraceLens/Agent/Analysis/skills/analysis-orchestrator", "license": "MIT", - "content_hash": "4512aa32eaa2dfba01c3e28cd90d4ac83575d350e36a4890c7e70126e35314db", - "imported_at": "2026-09-08T06:43:21Z" + "content_hash": "eb4c33632b69dfd3061887a29cd6e149e25f029104c1e37d0a001d39eb22e4e4", + "imported_at": "2026-09-19T06:40:50Z" } diff --git a/skills/tracelens-analysis-orchestrator/SKILL.md b/skills/tracelens-analysis-orchestrator/SKILL.md index d94cdc6..8b38da4 100644 --- a/skills/tracelens-analysis-orchestrator/SKILL.md +++ b/skills/tracelens-analysis-orchestrator/SKILL.md @@ -42,7 +42,7 @@ Follow **[reference.md](reference.md)** for every step (user prompts, `` ## Rules -- **Subagents:** Use the Task tool **only** where reference.md says “subagent” (Steps **7**, **8**, **10**). The orchestrator runs everything else, including Step 8.5, using the command prefix from `/cache/cmd_prefix.txt` (`{CMD}` substitution). +- **Subagents:** Use your runner's subagent primitive (the Task tool in Claude Code or Cursor, `spawn_agent` under Codex) **only** where reference.md says “subagent” (Steps **7**, **8**, **10**). The orchestrator runs everything else, including Step 8.5, using the command prefix from `/cache/cmd_prefix.txt` (`{CMD}` substitution). - **Language:** Prefer vendor-agnostic terms (GPU kernels, collective communication, vendor GEMM library, DNN primitives, GPU graph). When quoting trace data, real kernel names are fine. - **Subagent prompts:** Point each subagent at the checked-in agent file under `TraceLens/Agent/Analysis/skills/analysis-orchestrator/agents/.md` (see reference.md for exact paths and prompt shells).