From 058a271045e0aff7fac8f10ad75465deeabec0da Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:09 +0000 Subject: [PATCH] =?UTF-8?q?=E2=8F=B8=EF=B8=8F=20advisor.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/advisor.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/advisor.ts b/src/utils/advisor.ts index 54a2dfb..9ca57bb 100644 --- a/src/utils/advisor.ts +++ b/src/utils/advisor.ts @@ -143,3 +143,4 @@ On tasks longer than a few steps, call advisor at least once before committing t Give the advice serious weight. If you follow a step and it fails empirically, or you have primary-source evidence that contradicts a specific claim (the file says X, the code does Y), adapt. A passing self-test is not evidence the advice is wrong -- it's evidence your test doesn't check what the advice is checking. If you've already retrieved data pointing one way and the advisor points another: don't silently switch. Surface the conflict in one more advisor call -- "I found X, you suggest Y, which constraint breaks the tie?" The advisor saw your evidence but may have underweighted it; a reconcile call is cheaper than committing to the wrong branch.` +