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:
asepharyana
2026-07-26 11:46:14 +07:00
parent abd60c607d
commit 7827eb7f2d
2 changed files with 34 additions and 0 deletions
+3
View File
@@ -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>"