mirror of
https://github.com/flakestorm/flakestorm.git
synced 2026-05-03 04:42:50 +02:00
Enhance mutation capabilities by adding three new types: encoding_attacks, context_manipulation, and length_extremes. Update configuration and documentation to reflect the addition of these types, including their weights and descriptions. Revise README.md, API_SPECIFICATION.md, CONFIGURATION_GUIDE.md, and other relevant documents to provide comprehensive coverage of the new mutation strategies and their applications. Ensure all tests are updated to validate the new mutation types.
This commit is contained in:
parent
859566ee59
commit
844134920a
13 changed files with 595 additions and 58 deletions
|
|
@ -148,6 +148,32 @@ This document tracks the implementation progress of flakestorm - The Agent Relia
|
|||
|
||||
---
|
||||
|
||||
### Phase 6: Essential Mutations (Week 7-8)
|
||||
|
||||
#### Core Mutation Types
|
||||
- [x] Add ENCODING_ATTACKS mutation type
|
||||
- [x] Add CONTEXT_MANIPULATION mutation type
|
||||
- [x] Add LENGTH_EXTREMES mutation type
|
||||
- [x] Update MutationType enum with all 8 types
|
||||
- [x] Create templates for new mutation types
|
||||
- [x] Update mutation validation for edge cases
|
||||
|
||||
#### Configuration Updates
|
||||
- [x] Update MutationConfig defaults
|
||||
- [x] Update example configuration files
|
||||
- [x] Update orchestrator comments
|
||||
|
||||
#### Documentation Updates
|
||||
- [x] Update README.md with comprehensive mutation types table
|
||||
- [x] Add Mutation Strategy section to README
|
||||
- [x] Update API_SPECIFICATION.md with all 8 types
|
||||
- [x] Update MODULES.md with detailed mutation documentation
|
||||
- [x] Add Mutation Types Guide to CONFIGURATION_GUIDE.md
|
||||
- [x] Add Understanding Mutation Types to USAGE_GUIDE.md
|
||||
- [x] Add Mutation Type Deep Dive to TEST_SCENARIOS.md
|
||||
|
||||
---
|
||||
|
||||
## Progress Summary
|
||||
|
||||
| Phase | Status | Completion |
|
||||
|
|
@ -157,6 +183,7 @@ This document tracks the implementation progress of flakestorm - The Agent Relia
|
|||
| CLI Phase 3: Runner & Assertions | ✅ Complete | 100% |
|
||||
| CLI Phase 4: CLI & Reporting | ✅ Complete | 100% |
|
||||
| CLI Phase 5: V2 Features | ✅ Complete | 90% |
|
||||
| CLI Phase 6: Essential Mutations | ✅ Complete | 100% |
|
||||
| Documentation | ✅ Complete | 100% |
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue