Documentation
README
Execute Feedback Command
Run executable feedback loop on generated code: execute tests, analyze failures, fix, and retry.
Instructions
When invoked, perform the executable feedback loop per REF-013 MetaGPT:
-
Identify Target
- Load the specified file or recently modified code files
- Determine test framework (jest, pytest, cargo test, go test, etc.)
- Find existing tests or generate test stubs if none exist
-
Execute Tests
- Run the specified test command (or auto-detect)
- Capture full output (stdout, stderr, exit code)
- Parse test results: passed, failed, errors, skipped
This is the opening of the README. Read the full README on GitHub.