diff --git a/skills/claude-code/SKILL.md b/skills/claude-code/SKILL.md index 088659b..a6f0f87 100644 --- a/skills/claude-code/SKILL.md +++ b/skills/claude-code/SKILL.md @@ -17,6 +17,7 @@ For any "what happened in pipeline X over window W" question, run **exactly** th - `pipeline audit`, `opportunities search`, `conversations search`, per-conversation message fetches. - `python3` / `execute_code` / any subprocess wrapper around `topline`. The CLI returns JSON; parse it directly. - **Bash heredocs around `query sql`**: `SQL=$(cat <<'SQL' ... SQL)` or `topline --agent query sql --sql "$(cat <