Files
TSYSDevStack/QWEN.md
ReachableCEO 9fbacb2cdf 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.
2025-10-29 08:19:59 -05:00

59 lines
2.4 KiB
Markdown

# Qwen Agent Development Log
Date: Wednesday, October 29, 2025
## Project Context
TSYSDevStack is a constellation of curated stacks that power rapid prototyping, support simulations, developer workspaces, and (soon) lifecycle orchestration for TSYS Group. The project consists of four main stacks:
- **CloudronStack**: Cloudron application packaging and upstream research
- **LifecycleStack**: Promotion workflows, governance, and feedback loops
- **SupportStack**: Demo environment for support tooling
- **ToolboxStack**: Reproducible developer workspaces and containerized tooling
## Topside Role
As the Topside Qwen agent, I operate at the top level of the directory tree and am responsible for:
- Keeping the top-level README.md and each of the four subdirectory README.md files up to date
- Performing general housekeeping tasks
- Maintaining this top-level QWEN.md file for tracking work
- Handling ALL git operations (commits and pushes) for the entire repository
- Other agents should NOT commit or push - only Topside agent performs git operations
## Development Guidelines
- All commits should be verbose/beautifully formatted
- Use atomic commits
- Use conventional commit format
## Git Configuration
- 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
Current tasks and progress:
- [x] Explore the current directory structure in depth
- [x] Create a QWEN.md file to track our work
- [x] Review all subdirectory README.md files
- [x] Update README.md files as needed throughout the project
- [ ] Perform general housekeeping tasks as requested
## Work Log
### Session 1 (2025-10-29)
- Oriented to the directory tree structure
- Analyzed all README.md files in the project
- Created QWEN.md file for tracking work
- Set up commit configuration requirements
- Updated all README.md files for consistency across the project:
- Added Working Agreement section with consistent items
- Added AI Agent section identifying the responsible bot
- Added License section with reference to main LICENSE
- Fixed CloudronStack README title and content
- Created missing collab directory in LifecycleStack
- Created top-level commit template and configured git