Update version to 2.0.0 and enhance chaos engineering features in Flakestorm. Added support for environment chaos, behavioral contracts, and replay regression. Expanded documentation and improved scoring mechanisms. Updated .gitignore to include new documentation files.

This commit is contained in:
Francisco M Humarang Jr. 2026-03-06 23:33:21 +08:00
parent 59cca61f3c
commit 9c3450a75d
63 changed files with 4147 additions and 134 deletions

View file

@ -0,0 +1,9 @@
# Replay session: production incident to regress
# Run with: flakestorm replay run replays/incident_001.yaml -c flakestorm.yaml
id: incident-001
name: "Research agent incident - missing source"
source: manual
input: "What is the capital of France?"
tool_responses: []
expected_failure: "Agent returned response without citing source"
contract: "Research Agent Contract"