docs: updated markdown files and skills to know the CLI exists - #264
Merged
Conversation
zastrowm
approved these changes
Jun 12, 2026
opieter-aws
approved these changes
Jun 12, 2026
|
Assessment: Approve Documentation-only change that accurately reflects the current CLI. I verified each claim against the source and found no substantive issues — the new Verification details
Nit (non-blocking): the subcommand ordering differs slightly between README ( Clear, well-structured docs that make the CLI much more discoverable. |
yeomjiwonyeom
added a commit
to yeomjiwonyeom/evals
that referenced
this pull request
Jun 15, 2026
Resolve crescendo conflict: keep the lifecycle refactor (fresh judge/refusal-judge built per call via make_judge factory, attacker per run_attack, no cached agents, reset() not overridden) AND adopt upstream strands-agents#263's serialization (CrescendoStrategy.to_dict reading the static config _max_turns/_max_backtracks/ _success_threshold/_model + _serialize_model). Drop upstream's old cached _attacker_agent (superseded by our _build_attacker). base.py auto-merged: our reset() stateless-hook docstring + upstream's to_dict/from_dict coexist. Brings in strands-agents#251 (multi-agent session), strands-agents#263 (RedTeamExperiment round-trips), strands-agents#264 (docs). Full redteam suite 262 passed; round-trip serialization tests green against the stateless strategy. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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
Update SKILLS.md, AGENTS.md, and README for CLI changes.
Related Issues
N/A
Documentation PR
N/A
Type of Change
Documentation update
Testing
How have you tested the change? Verify that the changes do not break functionality or introduce new warnings.
hatch run prepareChecklist
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.