From bc0abff246b618c37b45a26eadcbbad0144b933e Mon Sep 17 00:00:00 2001 From: Entropix Date: Tue, 30 Dec 2025 16:36:24 +0800 Subject: [PATCH] Update README.md to correct spelling of "FlakeStorm" to "Flakestorm" for consistency throughout the documentation. --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 92aa790..c1f46f5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# FlakeStorm +# Flakestorm

The Agent Reliability Engine
@@ -29,11 +29,11 @@ ## The Solution -**FlakeStorm** is a local-first testing engine that applies **Chaos Engineering** principles to AI Agents. +**Flakestorm** is a local-first testing engine that applies **Chaos Engineering** principles to AI Agents. -Instead of running one test case, FlakeStorm takes a single "Golden Prompt", generates adversarial mutations (semantic variations, noise injection, hostile tone, prompt injections), runs them against your agent, and calculates a **Robustness Score**. +Instead of running one test case, Flakestorm takes a single "Golden Prompt", generates adversarial mutations (semantic variations, noise injection, hostile tone, prompt injections), runs them against your agent, and calculates a **Robustness Score**. -> **"If it passes FlakeStorm, it won't break in Production."** +> **"If it passes Flakestorm, it won't break in Production."** ## Features @@ -54,7 +54,7 @@ pip install flakestorm ### Prerequisites -FlakeStorm uses [Ollama](https://ollama.ai) for local model inference: +Flakestorm uses [Ollama](https://ollama.ai) for local model inference: ```bash # Install Ollama (macOS/Linux) @@ -239,6 +239,6 @@ AGPLv3 - See [LICENSE](LICENSE) for details. ---

- Tested with FlakeStorm
- Tested with FlakeStorm + Tested with Flakestorm
+ Tested with Flakestorm