From 108f97c23c82ecf058e0067a8ae741e4cb8b2124 Mon Sep 17 00:00:00 2001 From: Ali <268342250+aliengineering-byte@users.noreply.github.com> Date: Thu, 3 Sep 2026 20:46:55 -0400 Subject: [PATCH] docs: align PhaseProbe proof story --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 880c499..fa36328 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # PhaseProbe -> Find a simulation behavior boundary. Preserve it as a replay. Turn it into a test. +> Find where simulation behavior changes. +> +> Turn it into a regression test. Maintaining a simulation is risky when a tiny parameter or initial-condition change can cross a qualitative boundary while ordinary numeric assertions still look plausible. PhaseProbe runs a bounded, deterministic search, records exactly what it tested, and emits an offline report plus an executable pytest regression.