mirror of
https://github.com/alirezarezvani/ClaudeForge.git
synced 2026-07-03 18:33:16 -04:00
docs: add comprehensive CI/CD and branching documentation
Phase 3: Documentation & Branch Setup Created Documentation (1200+ lines): - GITHUB_WORKFLOWS.md: Complete reference for all 5 workflows and 4 composite actions - Detailed explanations of bootstrap, pr-into-dev, dev-to-main, release workflows - Quality gates documentation (Python, Markdown, Bash, secrets) - Troubleshooting guide for common workflow issues - Configuration examples and customization options - BRANCHING_STRATEGY.md: Standard branching model documentation - feature/* → dev → main flow explained - Branch protection configuration guide - Conventional Commits format with examples - Git commands cheat sheet - Common scenarios and best practices - Merge strategy (squash merges) Updated README.md: - Added CI/CD and Quality Gates badges - Added links to new workflow and branching docs - Better documentation table organization Branch Setup: - Created and pushed dev branch - Ready for branch protection configuration Next: Phase 4 (Claude Code slash commands for GitHub workflows)
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://github.com/alirezarezvani/ClaudeForge/releases)
|
||||
[](https://claude.com/claude-code)
|
||||
[](https://github.com/alirezarezvani/ClaudeForge/actions)
|
||||
[](docs/GITHUB_WORKFLOWS.md)
|
||||
|
||||
ClaudeForge is a comprehensive toolkit that eliminates the tedious process of manually creating and maintaining CLAUDE.md files. With intelligent analysis, automated generation, and background maintenance, your CLAUDE.md files stay perfectly synchronized with your codebase.
|
||||
|
||||
@@ -148,6 +150,8 @@ That's it! The command will:
|
||||
| [Quick Start Guide](docs/QUICK_START.md) | 5-minute tutorial to get started |
|
||||
| [Installation Guide](docs/INSTALLATION.md) | Detailed installation instructions and troubleshooting |
|
||||
| [Architecture Overview](docs/ARCHITECTURE.md) | How components work together |
|
||||
| [GitHub Workflows](docs/GITHUB_WORKFLOWS.md) | CI/CD automation and quality gates |
|
||||
| [Branching Strategy](docs/BRANCHING_STRATEGY.md) | Branch flow and protection rules |
|
||||
| [Troubleshooting](docs/TROUBLESHOOTING.md) | Common issues and solutions |
|
||||
| [Contributing Guide](docs/CONTRIBUTING.md) | How to contribute to ClaudeForge |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user