Experiment: add area playbooks to fix-bug agent - #862
Draft
alexei-dobriansky wants to merge 5 commits into
Draft
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 3dd7665c-7836-4fd9-964b-5fe37e99b462
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 3dd7665c-7836-4fd9-964b-5fe37e99b462
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 3dd7665c-7836-4fd9-964b-5fe37e99b462
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 3dd7665c-7836-4fd9-964b-5fe37e99b462
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 3dd7665c-7836-4fd9-964b-5fe37e99b462
Collaborator
Author
|
Follow-up from workflow run 34165334991: commit 0b3d8aa prevents the fix-bug agent from delegating/backgrounding unattended work and persists empty AL diffs as failed benchmark results instead of failing the matrix job. Validation: 921 passed, 1 skipped, 1 deselected; all pre-commit hooks passed. |
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.
Stacked dependency
Depends on #845. This PR is based on
private/ventselartur/BugFixingSkillToBCBench; review only the commits above that branch.Experiment
Measures whether area-specific playbooks improve the existing
fix-bugcustom agent on the same 52-task dataset.discovermode, where the agent loads at most one playbook after locating a matching source pathselectedmode, where BC-Bench selects a playbook from an unambiguousmetadata.areavalue before investigationinventorymetadata unmapped in selected mode because those tasks span several domainsdiscoverarmDirect discovery coverage is 15 of 52 tasks: Warehouse/Tracking 8, Manufacturing 5, Costing 1, and Subscription Billing 1. The dataset, model, tools, bug-fix evaluation pipeline, and scoring remain unchanged from #845.
Hypothesis
Area guidance should improve resolution on directly covered tasks without affecting uncovered tasks. Selected mode is retained as an upper-bound diagnostic if discovery routing underperforms.
Validation
1cc59c631e58dca7997f93a136826733821d8c00uv run pytest -q— 918 passed, 1 skipped, 1 deselecteduv run pre-commit run --all-files