Commit Graph

21 Commits

Author SHA1 Message Date
0337f401a7 feat(cloudron): update master control script
- Update CloudronStack/output/master-control-script.sh with latest automation logic
- Refine script functionality and ensure proper integration
- Align with project standards and conventions

This enhances the CloudronStack automation capabilities.
2025-10-30 13:08:38 -05:00
a51a1f987e feat(cloudron): update package functions
- Update CloudronStack/output/package-functions.sh with latest functionality
- Refine package handling and ensure proper operations
- Align with project standards and conventions

This continues to enhance the CloudronStack package management capabilities.
2025-10-30 11:55:25 -05:00
2d26ed3ac7 feat(cloudron): update package functions
- Update CloudronStack/output/package-functions.sh with latest functionality
- Refine package handling and ensure proper operations
- Align with project standards and conventions

This continues to enhance the CloudronStack package management capabilities.
2025-10-30 11:44:20 -05:00
91d52d2de5 feat(cloudron): add tirreno package artifacts
- Add CloudronStack/output/CloudronPackages-Artifacts/tirreno/ directory and its contents
- Includes package manifest, Dockerfile, source code, documentation, and build artifacts
- Add tirreno-1761840148.tar.gz as a build artifact
- Add tirreno-cloudron-package-1761841304.tar.gz as the Cloudron package
- Include all necessary files for the tirreno Cloudron package

This adds the complete tirreno Cloudron package artifacts to the repository.
2025-10-30 11:43:06 -05:00
f4551aef0f feat(cloudron): update automation and packaging scripts
- Update CloudronStack/output/master-control-script.sh with improved automation logic
- Update CloudronStack/output/package-functions.sh with enhanced packaging capabilities
- Refine script functionality and ensure proper integration
- Align with project standards and conventions

This enhances the CloudronStack automation and packaging capabilities.
2025-10-30 11:42:19 -05:00
2d330a5e37 feat(cloudron): update master control script with additional improvements
- Update CloudronStack/output/master-control-script.sh with latest automation logic
- Refine functionality and ensure proper operation
- Align with project standards and conventions

This continues to enhance the CloudronStack automation capabilities.
2025-10-30 10:51:41 -05:00
06c0b14add chore: update .gitignore and add CloudronPackage artifacts
- Update .gitignore to properly exclude CloudronPackages-Workspaces/ directory while allowing CloudronPackages-Artifacts/
- Add CloudronStack/output/CloudronPackages-Artifacts/tirreno/tirreno-1761838026.tar.gz to tracking
- This ensures artifacts are tracked while temporary workspaces are ignored

This improves repository hygiene by tracking important artifacts while ignoring temporary workspaces.
2025-10-30 10:51:26 -05:00
eb3cbb803d feat(cloudron): update automation and packaging scripts
- Update CloudronStack/output/master-control-script.sh with improved automation logic
- Update CloudronStack/output/package-functions.sh with enhanced packaging capabilities
- Refine script functionality and ensure proper integration
- Align with project standards and conventions

This enhances the CloudronStack automation and packaging capabilities.
2025-10-30 10:48:22 -05:00
421797aac1 test(cloudron): add Git URL test file
- Add CloudronStack/test-git-urls.txt for testing Git URL functionality
- Include various test cases for Git URL validation and processing
- Enable better testing of CloudronStack Git operations

This adds important test infrastructure for CloudronStack operations.
2025-10-30 10:16:07 -05:00
9cb53e29e5 feat(cloudron): update master control script with latest logic
- Update CloudronStack/output/master-control-script.sh with additional automation improvements
- Refine script functionality and ensure proper integration
- Align with project standards and conventions

This completes the updates to the CloudronStack automation capabilities.
2025-10-30 10:01:58 -05:00
bd862daf1a feat(cloudron): update master control script
- Update CloudronStack/output/master-control-script.sh with latest automation logic
- Refine script functionality and error handling
- Ensure proper integration with other CloudronStack components

This enhances the CloudronStack automation capabilities.
2025-10-30 09:53:54 -05:00
f6971c20ec feat(cloudron): update automation and packaging scripts
- Update CloudronStack/output/master-control-script.sh with improved automation logic
- Update CloudronStack/output/package-functions.sh with enhanced packaging capabilities
- Add CloudronStack/test_add_url.sh for testing URL addition functionality

These changes improve the CloudronStack automation and testing capabilities.
2025-10-30 09:31:20 -05:00
18d5a57868 feat(cloudron): update CloudronStack core components
- Update CloudronStack/QWEN.md with latest development log information
- Update CloudronStack/collab/STATUS.md with current project status
- Update CloudronStack/output/master-control-script.sh with enhanced automation
- Update CloudronStack/output/package-functions.sh with improved packaging logic

These changes enhance the CloudronStack automation and packaging capabilities.
2025-10-30 09:00:38 -05:00
d57db57018 fix(cloudron): update master control script
- Update CloudronStack/output/master-control-script.sh with final adjustments
- Fix any remaining issues with automation logic
- Ensure script follows proper conventions and standards

This completes the updates to the CloudronStack automation tools.
2025-10-30 08:17:35 -05:00
dd474374d4 feat(toolbox): update Docker configuration and documentation
- Update ToolboxStack/output/toolbox-base/Dockerfile with latest container configurations
- Update ToolboxStack/output/toolbox-base/PROMPT with enhanced AI collaboration instructions
- Update ToolboxStack/output/toolbox-base/README.md with current documentation
- Add ToolboxStack/collab/tool-additions/ directory for additional tool configurations
- Update CloudronStack/output/master-control-script.sh with improved automation logic

These changes enhance the developer workspace configuration and
improve automation workflows across the project.
2025-10-30 08:16:06 -05:00
77e10af05c feat(cloudron): update CloudronStack configuration and assets
- Add new PROMPT file in collab directory for AI collaboration guidance
- Add STATUS.md file in collab directory to track current status
- Create output directory for project artifacts
- Remove redundant commit-template.txt that is now centralized at top level
- Update collab directory structure and content for better organization

These changes improve the CloudronStack component's structure and
documentation for better collaboration.
2025-10-30 08:14:41 -05:00
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
801b613ea0 docs(qwen): update QWEN.md files to clarify git operation responsibilities
- Update top-level QWEN.md to indicate Topside agent handles all git operations
- Add Git Operations Notice to CloudronStack/QWEN.md informing CloudronBot not to commit/push
- Add Git Operations Notice to LifecycleStack/QWEN.md informing LifecycleBot not to commit/push
- Add Git Operations Notice to SupportStack/QWEN.md informing SupportBot not to commit/push
- Add Git Operations Notice to ToolboxStack/QWEN.md informing ToolboxBot not to commit/push
- Clarify that Topside agent is solely responsible for all git commits and pushes
- Ensure all agents understand they should coordinate git operations through Topside

This establishes clear git operation governance across all Qwen agents in the project.
2025-10-29 08:18:24 -05:00
b53c0f5a05 feat(docs): standardize README.md files across all stacks
- Update top-level README.md with AI collaboration section and working agreement
- Standardize all stack README.md files (CloudronStack, LifecycleStack, SupportStack, ToolboxStack) with consistent structure:
  - Add Working Agreement section with consistent items across all stacks
  - Add AI Agent section identifying the responsible bot for each stack
  - Add License section with reference to main LICENSE file
  - Add Quick Start section where missing
- Create missing LifecycleStack/collab directory with .gitkeep file
- Add top-level QWEN.md file for tracking Topside agent work
- Add top-level commit-template.txt and configure git to use it
- Ensure consistent formatting and content across all documentation
- Fix CloudronStack README title to match project structure

This commit ensures all README files follow the same structure and
contain necessary information for coordination between different
Qwen agents working on each stack.
2025-10-29 08:16:09 -05:00
141accf5e6 feat(cloudron): initialize QWEN.md and commit template for conventional commits
This commit introduces:

- QWEN.md file to track development work in the CloudronStack directory

- commit-template.txt to enforce conventional commit format

- Configuration for verbose and beautifully formatted commits

- Setup for atomic commit practices
2025-10-29 08:02:26 -05:00
7061fbb2a9 refactor: move stack assets and wire in mailhog 2025-10-29 05:56:27 -05:00