From ac8043129239ba45050df79ccf97df3eb300d4fe Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Fri, 31 Oct 2025 13:30:52 -0500 Subject: [PATCH] docs(QWEN): explicitly state filesystem as source of truth principle - Add clear statement that filesystem is ALWAYS the source of truth - Clarify that git should reflect filesystem state - Document the principle that unless recovering from accidental changes, git should follow filesystem Co-authored-by: Qwen-Coder --- ToolboxStack/QWEN.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ToolboxStack/QWEN.md b/ToolboxStack/QWEN.md index 590919c..c6442f1 100644 --- a/ToolboxStack/QWEN.md +++ b/ToolboxStack/QWEN.md @@ -189,6 +189,9 @@ I am ready to proceed with any directed tasks. Please provide specific instructi - The NewToolbox.sh script has been removed - Various PROMPT files have been updated across toolboxes +## Source of Truth Principle +**CRITICAL**: The filesystem is ALWAYS the source of truth. Git should reflect the state of the filesystem. Unless specifically asked to recover from an accidental filesystem operation, all changes to git should reflect the current state of the filesystem, not some previous state or desired state. + ## Audit and Assessment Responsibilities As part of my role in maintaining the ToolboxStack, I may conduct ongoing audits of the directory tree with the following focus areas: