- Updated class names and import statements to align with the new naming convention.

- Adjusted test commands and report references to use FlakeStorm terminology.
- Ensured consistency in configuration and runner references throughout the documentation.
This commit is contained in:
Entropix 2025-12-30 16:13:29 +08:00
parent 0c986e268a
commit 1d45fb2981
10 changed files with 37 additions and 37 deletions

View file

@ -674,7 +674,7 @@ invariants:
flakestorm run --output html
# Review report
open reports/entropix_report_*.html
open reports/flakestorm-*.html
# Fix issues in your agent
# ...