# Conventional Commit Template
# 
# Format: <type>[optional scope]: <description>
#
# Examples:
#   feat: add new template sync feature
#   fix: resolve DevOps deployment issue  
#   docs: update README with new architecture
#   chore: update dependencies
#   refactor: restructure template system
#   test: add integration tests for sync
#
# Types that trigger version bumps:
#   feat: new feature (minor version bump)
#   fix: bug fix (patch version bump)  
#   BREAKING CHANGE: in body (major version bump)
#
# Other types (no version bump):
#   docs, style, refactor, test, chore, ci, build, perf
#
# <type>[optional scope]: <description>
#
# [optional body]
#
# [optional footer(s)]
#
# Multi-Agent Signatures (when working with AI agents):
#
# 🤖 Generated with [Claude Code](https://claude.ai/code)
#
# Co-Authored-By: Claude <noreply@anthropic.com>
#
# For specific AI agents, you can also use:
# Co-Authored-By: @qwen <noreply@anthropic.com>
# Co-Authored-By: @gemini <noreply@anthropic.com>  
# Co-Authored-By: @codex <noreply@anthropic.com>
# Co-Authored-By: @copilot <noreply@anthropic.com>