Merged
Conversation
Add max_turns budgets, resume protocol, and task decomposition guidelines to prevent subagents from exhausting their context windows. Addresses two observed failure modes: abrupt stops and summary-mode fallback under token pressure. 🤖 Generated with [Amplifier](https://github.com/microsoft/amplifier) Co-Authored-By: Amplifier <240397093+microsoft-amplifier@users.noreply.github.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Clarify Task tool resume parameter syntax and add context that referenced skills are from the superpowers plugin. 🤖 Generated with [Amplifier](https://github.com/microsoft/amplifier) Co-Authored-By: Amplifier <240397093+microsoft-amplifier@users.noreply.github.com>
psklarkins
added a commit
that referenced
this pull request
Feb 16, 2026
Rewrites the /fix-bugs command addressing all failure modes from Bug #4: - Windows platform hardening: C:/ paths (not /c/), single-line curl, PowerShell Base64 decode, tmp/ directory for temp files - Status-only API endpoint: uses PUT /api/bugs/{id}/status instead of full PUT that destroyed screenshot data - Agent resilience: Explore agent (built-in, always available) replaces agentic-search (custom, may not be loaded). Increased max_turns to 15 for investigation, 20 for bug-hunter - Graceful fallback: if agents fail, explicit fallback instructions to investigate/fix directly in main context instead of retrying Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
psklarkins
pushed a commit
that referenced
this pull request
Feb 24, 2026
…m feature/llms-txt into main
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
AGENTS.md— New section after "Sub-Agent Optimization Strategy" with turn budget table, 5-step resume protocol, and task sizing rulesDISCOVERIES.md— New entry documenting context exhaustion issue, root cause, and preventionTest plan
🤖 Generated with Amplifier