-
Notifications
You must be signed in to change notification settings - Fork 43
Remove campaign command and related code #12638
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
|
@copilot find and remove special cases for '.campaign.g.md' and special case for compiling campaign files '.campaign.md' |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Done. Removed all special case handling for
Commit: 8d6747d |
* Initial plan * Remove campaign command test case from integration tests Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> Co-authored-by: Peli de Halleux <pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
🔍 PR Triage ResultsCategory: bug | Risk: medium | Priority: 63/100 Scores Breakdown
📋 Recommended Action: BATCH REVIEWThis PR is part of batch-bug-medium-001 containing 12 similar PRs. Consider reviewing together for efficiency:
Batch Group: View all PRs in this batch Triaged by PR Triage Agent on 2026-01-30
|
|
@pelikhan LGTM! 🎉 Let's merge! |
Remove Campaign Command and Related Code
This PR removes the "campaign" CLI command and all associated implementation code from the codebase.
Changes completed:
.campaign.mdand.campaign.g.mdspecial cases fromgetLockFilePath()inrun_workflow_validation.goIsAgenticWorkflow()instringutil/identifiers.goIsLockFile()documentation to remove campaign referencesinit.go.campaign.g.mdcleanup code fromgit.goSummary:
Successfully removed ~10,000 lines of campaign-related code including:
.campaign.mdand.campaign.g.mdfilesThe build and tests now pass cleanly without the campaign feature.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.