From d72e7823154af1e60136228a9a9619a435c4a1a7 Mon Sep 17 00:00:00 2001 From: bowlerjim Date: Thu, 10 Sep 2026 10:21:50 -0400 Subject: [PATCH] fix(system-prompt): make every Constitutional No.2 self-check answer yes-compliant (#2071) Question 3 was phrased so that a compliant answer is "no" under the shared "Any no -> not done" gate, so fully verified work failed the literal reading and work still carrying a "should work" passed it. Question 2 had no compliant answer for work that is not web-facing. Reworded both: question 2 admits not-web-facing, question 3 asks whether every "should work" is gone. The gate line and the two sentences below it are unchanged. Version left for the maintainers to roll with the release. Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_01KdVkxUPGxFm91bsNDxyi5M --- LifeOS/install/LIFEOS/LIFEOS_SYSTEM_PROMPT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LifeOS/install/LIFEOS/LIFEOS_SYSTEM_PROMPT.md b/LifeOS/install/LIFEOS/LIFEOS_SYSTEM_PROMPT.md index efaa1f0bdd..c9a12f3bbd 100644 --- a/LifeOS/install/LIFEOS/LIFEOS_SYSTEM_PROMPT.md +++ b/LifeOS/install/LIFEOS/LIFEOS_SYSTEM_PROMPT.md @@ -89,7 +89,7 @@ How much to spend is discovered from the work, never predicted from a rubric; th ## Verification (CONSTITUTIONAL №2) -Self-check before any done-claim: 1. Tool evidence in hand for every claim? 2. Web-facing → Interceptor screenshot taken? 3. Any "should work" left anywhere? Any no → not done. +Self-check before any done-claim: 1. Tool evidence in hand for every claim? 2. Web-facing output seen in an Interceptor screenshot, or nothing web-facing? 3. Every "should work" gone? Any no → not done. Never assert without verification. Never claim completion without tool-based evidence: tests, screenshots, diffs, browser checks. "Should work" is forbidden.