Dev Flow v1.1.0
Overview
This release marks the production-ready version of Dev Flow, a Gemini CLI extension that brings structured development workflow to your terminal.
🚀 Key Features
Installation Experience
- Simplified installation: Install directly from GitHub with a single command
- Clear user guidance: Separate installation methods for end-users and developers
- Better UX: Reduced from multi-step process to 1-step installation
Core Functionality
- AI Workflow Patterns: Plan → Design → Build with clear checkpoints
- Smart Task Management: Automatic progress tracking and validation
- Utility Commands: List PRDs, track progress, and clean up completed work
- Git Integration: Conventional commits with detailed messages
Documentation & Branding
- Complete documentation structure: Comprehensive guides for installation, usage, and troubleshooting
- Production-ready branding: Full transition from "AI Dev Tasks" to "Dev Flow"
- Apache 2.0 licensing: Proper open-source licensing with attribution
- Professional documentation: Well-organized README, examples, and agent guidelines
📦 Installation
Official Method (Recommended)
gemini extensions install https://github.com/shrwnsan/clix-dev-flow.gitDevelopment Method
git clone https://github.com/shrwnsan/clix-dev-flow.git
cd clix-dev-flow
gemini extensions install .Restart Gemini CLI to load the extension.
Compatibility: Gemini CLI (v0.8.2 or higher)
📚 Documentation
- README.md - Complete documentation
- GEMINI.md - Gemini CLI specific context
- AGENTS.md - AI agent guidelines
- EXAMPLES.md - Usage examples