From 9fbacb2cdf786f85e3bcf8a125930581a9e484d0 Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Wed, 29 Oct 2025 08:19:59 -0500 Subject: [PATCH] docs(qwen): refine git responsibilities across QWEN.md files - Update top-level QWEN.md to include details about git template work across all stacks - Remove all git configuration details from CloudronStack/QWEN.md, leaving only the Topside git operations notice - Remove all git configuration details from LifecycleStack/QWEN.md, leaving only the Topside git operations notice - Remove all git configuration details from SupportStack/QWEN.md, leaving only the Topside git operations notice - Remove all git configuration details from ToolboxStack/QWEN.md, leaving only the Topside git operations notice - Ensure all subdirectory QWEN.md files contain only the notice about Topside being responsible for git operations - Consolidate git configuration information in the top-level QWEN.md file This clarifies git responsibilities while maintaining necessary information about the git template work in the central location. --- CloudronStack/QWEN.md | 5 ----- LifecycleStack/QWEN.md | 5 ----- QWEN.md | 4 +++- SupportStack/QWEN.md | 6 ------ 4 files changed, 3 insertions(+), 17 deletions(-) diff --git a/CloudronStack/QWEN.md b/CloudronStack/QWEN.md index 592c887..7efba1a 100644 --- a/CloudronStack/QWEN.md +++ b/CloudronStack/QWEN.md @@ -42,11 +42,6 @@ The following sibling directories exist in the TSYSDevStack parent directory: - CloudronBot should NOT perform git commits or pushes - All changes should be coordinated through the Topside agent for repository consistency -## Git Configuration - -- Commit template configured to enforce conventional commit format -- Template file: /home/localuser/TSYSDevStack/CloudronStack/commit-template.txt - ## Task Tracking Current tasks and progress: diff --git a/LifecycleStack/QWEN.md b/LifecycleStack/QWEN.md index 0a72ef0..d595070 100644 --- a/LifecycleStack/QWEN.md +++ b/LifecycleStack/QWEN.md @@ -40,11 +40,6 @@ As the LifecycleStack Qwen agent, I operate specifically within the LifecycleSta - LifecycleBot should NOT perform git commits or pushes - All changes should be coordinated through the Topside agent for repository consistency -## Git Configuration - -- Commit template configured to enforce conventional commits -- Template file: /home/localuser/TSYSDevStack/commit-template.txt - ## Task Tracking Current tasks and progress: diff --git a/QWEN.md b/QWEN.md index 66fc664..852ded5 100644 --- a/QWEN.md +++ b/QWEN.md @@ -29,8 +29,10 @@ As the Topside Qwen agent, I operate at the top level of the directory tree and ## Git Configuration -- Commit template configured to enforce conventional commits +- Commit template configured to enforce conventional commits across all stacks - Template file: /home/localuser/TSYSDevStack/commit-template.txt +- Template automatically configured for all git operations in the repository +- Template ensures consistent commit format across all Qwen agents ## Task Tracking diff --git a/SupportStack/QWEN.md b/SupportStack/QWEN.md index e5db8bb..5b5674b 100644 --- a/SupportStack/QWEN.md +++ b/SupportStack/QWEN.md @@ -50,12 +50,6 @@ TSYSDevStack/SupportStack/ - SupportBot should NOT perform git commits or pushes - All changes should be coordinated through the Topside agent for repository consistency -## Git Commit Conventions -- Use conventional commit format -- Make atomic commits -- Include verbose/beautifully formatted commit messages -- Commit frequently - ## Key Technologies - Docker - Docker Compose