- 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.
15 lines
459 B
Plaintext
15 lines
459 B
Plaintext
# Please use conventional commit format: type(scope): description
|
|
# Example: feat(auth): add jwt token expiration
|
|
#
|
|
# Types: feat, fix, docs, style, refactor, test, chore, perf, ci, build, revert
|
|
#
|
|
# Explain what and why in imperative mood:
|
|
#
|
|
#
|
|
#
|
|
# Signed-off-by: Your Name <your.email@example.com>
|
|
#
|
|
# ------------------------ >8 ------------------------
|
|
# Do not modify or remove the line above.
|
|
# Everything below it will be ignored.
|
|
diff --git a/... |