ci: add pr-and-push workflow#4
Merged
Merged
Conversation
Adds reusable workflow trigger that calls test-lint.yml on PRs and pushes to main/dev branches, with concurrency control to cancel in-progress runs.
Package was renamed context_alchemy -> harness_optimizer but this test still referenced the old module name, causing ModuleNotFoundError during collection. Aligns with all other test modules.
MultiAgentOptimizer referenced multi_agent/{system_prompt,
task_message_system_prompt,rollout_analyzer}.jinja via load_builtin_template
but the files were never committed, causing FileNotFoundError in tests.
Adds the three templates, modeled on the contrastive_reflection variants and
adapted for the swarm-based orchestration workflow (sub-agent rollout analysis,
contrastive insight aggregation, original-prompt preservation).
awsarron
approved these changes
Jun 7, 2026
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.
Adds the
pr-and-push.ymlworkflow (ported from strands-labs/robots).What
test-lint.ymlworkflow on:main/dev(opened, synchronize, reopened, ready_for_review, review events)main/devWhy
Provides consistent CI gating on PRs and pushes, matching the convention used in the
robotsrepo.Notes
test-lint.ymlwhich already declaresworkflow_callwith a requiredrefinput.github.event.pull_request.head.sha || github.shaas the checkout ref.