diff --git a/retro/SKILL.md b/retro/SKILL.md index 5e4d58a1c..f6fd85d12 100644 --- a/retro/SKILL.md +++ b/retro/SKILL.md @@ -18,7 +18,10 @@ gbrain: context_queries: - id: prior-retros kind: filesystem - glob: "~/.gstack/projects/{repo_slug}/retros/*.md" + # #2552: /retro writes .context/retros/*.json (repo-local; see the save + # step below) — the old ~/.gstack/.../retros/*.md glob matched a + # directory and extension nothing ever writes, so this query was dead. + glob: ".context/retros/*.json" sort: mtime_desc limit: 5 render_as: "## Prior retros for this project" diff --git a/retro/SKILL.md.tmpl b/retro/SKILL.md.tmpl index b60e0c3f3..338feb531 100644 --- a/retro/SKILL.md.tmpl +++ b/retro/SKILL.md.tmpl @@ -23,7 +23,10 @@ gbrain: context_queries: - id: prior-retros kind: filesystem - glob: "~/.gstack/projects/{repo_slug}/retros/*.md" + # #2552: /retro writes .context/retros/*.json (repo-local; see the save + # step below) — the old ~/.gstack/.../retros/*.md glob matched a + # directory and extension nothing ever writes, so this query was dead. + glob: ".context/retros/*.json" sort: mtime_desc limit: 5 render_as: "## Prior retros for this project"