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:
@@ -189,6 +189,9 @@ I am ready to proceed with any directed tasks. Please provide specific instructi
|
|||||||
- The NewToolbox.sh script has been removed
|
- The NewToolbox.sh script has been removed
|
||||||
- Various PROMPT files have been updated across toolboxes
|
- 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
|
## 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:
|
As part of my role in maintaining the ToolboxStack, I may conduct ongoing audits of the directory tree with the following focus areas:
|
||||||
|
|||||||
Reference in New Issue
Block a user