gstack/autoplan
Garry Tan 4f891303f2
fix(autoplan): task aggregator returned zero tasks on every run — jq scope bug
Inside ($commits | split("|") | ...) the "." context is the split ARRAY, so
the filter's bare .commit raised "Cannot index array with string" on every
record — and the 2>/dev/null swallowed it, so aggregation silently produced
zero tasks no matter how many the reviews emitted. Bind .commit to $c before
the pipe. Reproduced live before the fix; regenerated autoplan/SKILL.md.

Fixes #2018.

Contributed by @kkroo (PR #2416; regenerated against the current template).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-14 20:20:52 -07:00
..
SKILL.md fix(autoplan): task aggregator returned zero tasks on every run — jq scope bug 2026-08-14 20:20:52 -07:00
SKILL.md.tmpl fix(review,autoplan): require explicit run_in_background: false on specialist agents 2026-08-14 20:20:48 -07:00