fix(ci): restore refactor workflow parity - #2003
Closed
aidandaly24 wants to merge 3 commits into
Closed
Conversation
# Conflicts: # bun.lock
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## refactor #2003 +/- ##
=========================================
Coverage 97.01% 97.01%
=========================================
Files 368 368
Lines 21630 21630
=========================================
Hits 20984 20984
Misses 646 646 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
jariy17
approved these changes
Aug 14, 2026
Contributor
Author
|
Closing as superseded. Shared Security and Harness mechanics belong in aws/agentcore-devx-devtools; a replacement refactor PR will retain only repository-specific CodeQL, Quality/Safety, prompts, and thin callers. |
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.
Description
Restore workflow parity on the
refactorbranch while keeping its Bun-based CI architecture.Quality and Safety Checksorchestrator rather than duplicating them underCI.refactorremains self-contained when it becomes the default branch.refactorbase that the restored formatting check would otherwise reject.The current default branch must also recognize
refactorforpull_request_targetworkflows. That change is in #2002.Related Issue
N/A - workflow parity for the unreleased
refactorbranch.Documentation PR
N/A
Type of Change
Testing
How have you tested the change?
bun testcompleted with 1,411 passing tests; sevensrc/io/execsubprocess failures and two OpenTelemetry local-server bind failures reproduce unchanged on untouched currentorigin/refactorin this host environmentbun run typecheckbun run lint:checksrc/assets/, I ran the snapshot update command and committed the updated snapshotsAdditional verification:
bun install --frozen-lockfilebun run format:checkbun run secrets:checkbun auditbun run buildpython -m unittest test_harness_review.pypython -m py_compile harness_review.py test_harness_review.pyChecklist
pull_request_targetfiltersBy submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the
terms of your choice.