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 <qwen-coder@alibabacloud.com>
This commit is contained in:
2025-10-31 13:30:52 -05:00
parent 1ee39e859b
commit ac80431292

View File

@@ -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: