[WIP] Optimize daily ambient context processing workflows - #50091
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
|
Hey ✅ This PR aligns with the project's agentic-first contribution model — the CONTRIBUTING.md explicitly states that core team members use Copilot coding agent to implement PRs. Your use of the bot account and agentic workflow (with structured task checklists) follows the stated process perfectly. Status: This is a draft PR with no changes yet (0 additions/deletions), which is appropriate for an in-progress agent task. The PR title, checklist, and reference to issue #50085 show clear intent and connection to the repository's planning. This looks ready to proceed. When you're ready to move from [WIP] to full implementation, the diff will be reviewed following the project's code guidelines. 🚀
|
There was a problem hiding this comment.
Pull request overview
Removes unnecessary pagination guidance from the failure investigator’s ambient context to reduce token usage.
Changes:
- Removes the
mcp-paginationimport. - Regenerates the compiled workflow and metadata.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/aw-failure-investigator.md |
Removes the pagination guidance import. |
.github/workflows/aw-failure-investigator.lock.yml |
Updates generated prompt content and metadata. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 0
- Review effort level: Balanced
|
🎉 This pull request is included in a new release. Release: |
Smoke test:
make recompilecompiled 269/269 workflows successfully; the generated target prompt no longer includesshared/mcp-pagination.md.Generated lock-file change:
.github/workflows/aw-failure-investigator.lock.ymlremoves the pagination runtime import and refreshes generated prompt metadata.