chore(tooling): remove audit campaign orchestration - #1872
Merged
Conversation
7 tasks
Contributor
✅ Approve — automated reviewThe campaign/claim orchestration surface is fully removed, repository references are cleaned up, and the native audit/challenge/Jira workflow and stable marker remain intact. No findings. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release/v3.0 #1872 +/- ##
================================================
- Coverage 77.06% 76.97% -0.09%
================================================
Files 477 477
Lines 51141 51141
================================================
- Hits 39413 39368 -45
- Misses 8295 8343 +48
+ Partials 3433 3430 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
What changed
Removes the negative-ROI audit campaign orchestration layer: the ai-campaign launcher and package, campaign/claim schemas, local campaign artifacts, remote claim/cache ref support, leases, renew/release/takeover, cached campaign state, and campaign-specific coordination tests and docs.
Preserves the native scripts/ai-audit -> scripts/ai-audit-challenge -> optional scripts/ai-audit-jira workflow, stable finding IDs, and the exact AI-AUDIT: marker. Confirmed findings now flow through Jira assignment and ordinary Git branch/worktree/PR work.
No replacement orchestration framework, schema, or distributed state is introduced.
Why
The completed AI-tooling ROI audit found about 5,068 nonblank lines of campaign/claim machinery, no observed remote claim refs or local campaign artifacts, no demonstrated duplicate-claim incident, and existing durable ownership/work state in Jira and Git/GitHub.
Phase 0 evidence
Validation
Deletion proof
Risk
LOW — contributor tooling and documentation only. No Ledger runtime, product storage, API, protobuf, FSM, or checker behavior changes.
Review focus
Verify the campaign/claim surface is fully absent and the native audit/challenge/Jira traceability path remains intact without parallel coordination state.