Merged
Conversation
feat: regenerate asset data 01/04/2026 Co-authored-by: asset-generation-bot <[email protected]>
* docs: improve test agent autonomy and task completion guidance Adds comprehensive guidance for autonomous testing without requiring "babysitting": **New Sections Added**: - Autonomy and Task Completion Principles - Complete all sub-tasks before reporting - Understanding scope and planning - Making autonomous decisions - Execution discipline with TodoWrite tracking - Anti-Patterns to Avoid - Don't ask permission for obvious next steps - Don't provide mid-stream progress reports - Don't stop when encountering issues - Don't ask what to test or require clarification on standard procedures - Example: Autonomous Testing Session - Real-world example based on HyperEVM testing - Shows correct vs incorrect autonomous execution - Demonstrates TodoWrite usage for task tracking **Updated Workflow**: - Emphasizes parsing full scope before starting - TodoWrite for tracking progress (not reporting) - Execute ALL tests before reporting - Report only once when entire scope is complete **Context**: Based on release v1.993.0 testing session where guidance was needed to complete all requested sub-tasks. This update ensures future test sessions run autonomously without requiring intermediate direction. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]> * docs: add subagent orchestration guidance for PR testing Adds comprehensive guidance on using subagents for orchestration during complex multi-feature testing, especially for release PRs. **New Section: Orchestration with Subagents** - When to use subagents vs direct execution - Orchestration pattern (parse, break down, launch, monitor, aggregate, report) - Benefits of subagent approach (parallel execution, specialized expertise, better context) - Example orchestration for multi-PR release testing - Guidance on crafting subagent task prompts **Updated Examples** - Example 1: Direct execution for single-feature testing (swap slippage UI) - Example 2: Orchestration approach for release PR testing (v1.993.0) - Shows domain breakdown (Tron, assets, HyperEVM, Thor/Maya, Ledger) - Demonstrates parallel subagent launches - Shows aggregation and comprehensive reporting **Updated Anti-Patterns** - Direct execution anti-patterns (asking permission, mid-stream reports) - Orchestration anti-patterns (sequential launches, partial reporting) **Key Principle**: - Direct execution: Simple, focused tests on single features - Orchestration: Complex, multi-domain release testing with parallel subagents 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]> --------- Co-authored-by: Claude <[email protected]>
Contributor
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
feat: broccoli compression (#11564)
docs: improve test agent autonomy and orchestration guidance (#11561)
fix: prevent trade status indicator text from overflowing container (#11567)
feat: revert thor/maya endpoints/second-class chains (#11562)
feat: regenerate asset data 12/31/2025 (#11559)
fix: trade routing (#11560)
chore(deps): bump qs from 6.11.0 to 6.14.1 (#11551)
chore(deps): bump axios-cache-interceptor from 1.5.3 to 1.11.1 (#11547)
fix: chain selection dropdown overflow (#11546)