@@ -35,14 +35,24 @@ behavioral responsibility that software cannot infer reliably.
3535 kind, source.ref or inference basis, producing run, and any supersession state.
3636- [ GUIDANCE] When an active grounded claim directly addresses the current task, use
3737 its supported fact as the starting point for the work.
38- - [ GUIDANCE] Perform only the minimum freshness verification required by the current
39- task, such as checking the current affected file or behavior.
40- - [ GUIDANCE] Do not repeat historical or source investigation already supported by
41- the claim unless there is contradictory evidence, ambiguity, an inference-only
42- claim, stale or superseded state, or the task explicitly requires re-verification.
43- - [ GUIDANCE] Never treat retrieved memory as automatically true. Keep the claim's
44- scope and evidence strength visible, and investigate further when its support does
45- not justify relying on it for the current task.
38+ - [ GUIDANCE] If that claim directly answers the task and its evidence already
39+ establishes the historical reasoning, do not repeat that historical investigation.
40+ - [ GUIDANCE] Normally limit freshness verification to current state that could have
41+ changed since the claim: relevant current files, working-tree or HEAD changes, or
42+ directly contradictory evidence.
43+ - [ GUIDANCE] Do not rerun git log, git blame, historical diffs, broad repository
44+ searches, tests, or other original investigation merely to reconfirm evidence the
45+ claim already cites.
46+ - [ GUIDANCE] Escalate into deeper reinvestigation only when current state contradicts
47+ the claim, provenance is missing or insufficient, the claim is inference-only,
48+ stale, superseded, or ambiguous, or the user explicitly asks for fresh independent
49+ verification.
50+ - [ GUIDANCE] Once current state is consistent with the grounded claim and no
51+ contradiction is found, stop investigating and answer from the claim plus the
52+ minimal freshness check.
53+ - [ GUIDANCE] Never treat retrieved memory as automatically true. Inspect its evidence
54+ and provenance first, keep the claim's scope and evidence strength visible, and
55+ investigate further only when its support does not justify relying on it.
4656
4757## Write
4858
0 commit comments