Releases: dean0x/devflow
Releases · dean0x/devflow
v0.1.1 - Documentation Improvements
DevFlow Kit v0.1.1
Documentation and usability improvements for better user experience.
🎯 Highlights
Simplified Installation
- Single command installation:
npx devflow-kit init(no global install needed) - Zero-friction setup - users can try DevFlow immediately
- Always uses the latest version with npx
Improved Documentation
- Table-based layout for commands and sub-agents - easier to scan and understand
- Separated documentation: README.md for users, CLAUDE.md for developers/AI agents
- Reduced duplication: Streamlined from 289 lines to 204 lines while preserving all information
📝 Changes
Changed
- Simplified installation to single
npx devflow-kit initcommand - Commands and sub-agents now displayed in easy-to-scan tables
- Separated user documentation (README.md) from developer guide (CLAUDE.md)
- Eliminated redundant information throughout README
Documentation
- Reorganized README.md with table-based layout for commands and sub-agents
- Moved developer/AI agent instructions to CLAUDE.md
- Updated installation to promote npx usage over global install
📦 Installation
```bash
npx devflow-kit init
```
🔗 Links
v0.1.0 - Initial Release
DevFlow Kit v0.1.0 - Initial Release
First public release of DevFlow Kit, an agentic development toolkit for Claude Code.
🎉 Features
Slash Commands (7)
/catch-up- Smart session summaries with status validation/devlog- Comprehensive session documentation/plan-next-steps- Extract actionable next steps/debug [issue]- Systematic debugging with arguments/pre-commit- Review uncommitted changes/commit- Intelligent atomic commits with safety checks/pre-pr- Comprehensive branch review for PR readiness
Sub-Agents (9)
audit-security- Security vulnerability detectionaudit-performance- Performance optimizationaudit-architecture- Architecture and design pattern analysisaudit-tests- Test quality and coverage analysisaudit-dependencies- Dependency managementaudit-complexity- Code complexity assessmentaudit-database- Database design reviewcatch-up- Context restorationcommit- Git operations with safety checks
Smart Features
- Smart Statusline - Real-time project context, cost tracking, git status
- Automatic .claudeignore - Security and token optimization for all major languages
- Structured Documentation -
.docs/structure for project tracking
📦 Installation
```bash
npm install -g devflow-kit
devflow init
```
🔗 Links
📝 Notes
- Package name:
devflow-kit(previously attempted asdevflowand@devflow/cli) - MIT License
- Node.js >= 18.0.0 required