⏸️ advisor.ts

This commit is contained in:
nirholas
2026-03-31 10:24:09 +00:00
parent d30ef5bf88
commit 058a271045

View File

@@ -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.`