feat: add principle #29 — Never Assume, Show Evidence
- Every claim must have evidence from codebase, docs, or verified output - No guessing on file structure, API signatures, errors, config, versions - Must search before answering, ask when uncertain - Updated hook to reinforce 'never assume' rule
This commit is contained in:
@@ -82,4 +82,7 @@ fi
|
||||
|
||||
echo ""
|
||||
echo "For any skill not loaded above, use the Skill tool to load it."
|
||||
echo ""
|
||||
echo "IMPORTANT: Never assume or guess. Always find evidence in the codebase,"
|
||||
echo "documentation, or by asking the user. Show your sources."
|
||||
echo "</EXTREMELY_IMPORTANT>"
|
||||
Reference in New Issue
Block a user