fix(#61): add summary length guidance and increase schema limit - #62
Conversation
Add conciseness guidance to the retro-analysis skill for evidence notes routed into the summary field: one sentence per existing issue, prioritize most impactful evidence if space constrained. Increase summary maxLength in retro-result.schema.json from 16,384 to 32,768 to provide additional headroom. GitHub supports up to 65,536 chars in issue comments, so this is within platform limits. Both changes address the overflow risk introduced by PR #59, which routed all evidence for existing issues into summary without length guidance or increased schema capacity. Closes #61
|
🤖 Finished Retro · ✅ Success · Started 3:14 PM UTC · Completed 3:19 PM UTC |
Retro: PR #62 — summary length guidance and schema limit increasePipeline performance: excellent. PR #62 is a clean, minimal fix that addressed issue #61 (filed by the retro agent after analyzing PR #59). The full cycle — from retro detecting the overflow risk on PR #59 to PR #62 merging the fix — took 25 minutes, including human review and approval. The coder agent produced a single commit with 2 lines changed across 2 files, implementing both recommended options from the issue (conciseness guidance in the skill + doubling the schema No new proposals. The improvement opportunities identified below are already tracked in existing issues. Evidence for existing issues
|
Add conciseness guidance to the retro-analysis skill for evidence notes routed into the summary field: one sentence per existing issue, prioritize most impactful evidence if space constrained.
Increase summary maxLength in retro-result.schema.json from 16,384 to 32,768 to provide additional headroom. GitHub supports up to 65,536 chars in issue comments, so this is within platform limits.
Both changes address the overflow risk introduced by PR #59, which routed all evidence for existing issues into summary without length guidance or increased schema capacity.
Closes #61
Post-script verification
agent/61-summary-length-guidance)19a59848232667f38610e8c53967cb1b0d2a1d5d..HEAD)