feat: add Strandly harness and reviewer learning#1
Merged
Conversation
… / AgentCore) Imports the Strandly harness from mkmeral/strandly-harness into its new home. Included: the harness package (src/), full test suite (581 tests, AWS/network-free), CDK infra app, maintainer dashboard, AGENTS.md design doc. Excluded for now (follow-ups): docs/, presentation/, CI/CD workflows (deploy/invoke), and internal research notes under the code-review skill. Adjustments for the new home: - README.md rewritten to match devtools package style - OIDC default trust repo updated to strands-agents/devtools - removed tests/test_workflows.py (guards the excluded workflows) - root README: added Tools section entry
…flows Sync the vendored strandly-harness with the latest upstream (mkmeral/strandly-harness): - 2 new skills (implement, release-notes), first-response references, mention audit log, sandbox git-credential bootstrap, config secret-ARN region fallback, prompt compose updates, dashboard + infra updates. Suite grows 581 -> 678 tests. Re-applied open-sourcing adaptations (same policy as the initial import): - OIDC trust defaults point at strands-agents/devtools - internal research-notes dossiers excluded; pointers patched - private prior-art docstring generalized - scrubbed a real AWS account id + secret suffix from a new test fixture (replaced with the 111122223333 documentation id) New repo workflows (.github/workflows/): - strandly-ci.yml: path-filtered lint+test for strandly-harness/** (uv locked install, ruff, pytest, actionlint, advisory mypy; py3.10 + py3.12) - strandly-deploy.yml: provision + deploy the AgentCore runtime on push to main touching strandly-harness/** (and manual dispatch), keyless via the OIDC deploy role - strandly-invoke.yml: invoke the deployed runtime via workflow_dispatch / reusable workflow_call / maintainer-gated @strandly mentions (prompt via env, never inlined; session id derived from the GitHub context like every other ingress) tests/test_workflows.py ported and extended: guards the role split, script-injection rules (now covering mention bodies), session derivation, and the mention gate.
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.
Fork-only integration branch containing the current PR strands-agents#75 head followed by the reviewer-learning workflow and pipeline. This PR exists to enable an end-to-end Strandly Learn smoke test before raising the upstream learning change.