mirror of
https://github.com/flakestorm/flakestorm.git
synced 2026-04-25 00:36:54 +02:00
Refactor documentation and remove CI/CD integration references
- Updated README.md to clarify local testing instructions and added error handling for low scores. - Removed CI/CD configuration details from CONFIGURATION_GUIDE.md and other documentation files. - Cleaned up MODULES.md by deleting references to the now-removed github_actions.py. - Streamlined TEST_SCENARIOS.md and USAGE_GUIDE.md by eliminating CI/CD related sections. - Adjusted CLI command help text in main.py for clarity on minimum score checks.
This commit is contained in:
parent
8d752e9746
commit
0c986e268a
7 changed files with 13 additions and 282 deletions
|
|
@ -192,12 +192,15 @@ agent:
|
|||
module: "my_agent:chain"
|
||||
```
|
||||
|
||||
## CI/CD Integration
|
||||
## Local Testing
|
||||
|
||||
For local testing:
|
||||
For local testing and validation:
|
||||
```bash
|
||||
# Run before committing (manual)
|
||||
# Run with minimum score check
|
||||
flakestorm run --min-score 0.9
|
||||
|
||||
# Exit with error code if score is too low
|
||||
flakestorm run --min-score 0.9 --ci
|
||||
```
|
||||
|
||||
## Robustness Score
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue