Skip to content

Releases: dean0x/devflow

v0.1.1 - Documentation Improvements

03 Oct 21:05

Choose a tag to compare

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 init command
  • 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

03 Oct 21:03

Choose a tag to compare

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 detection
  • audit-performance - Performance optimization
  • audit-architecture - Architecture and design pattern analysis
  • audit-tests - Test quality and coverage analysis
  • audit-dependencies - Dependency management
  • audit-complexity - Code complexity assessment
  • audit-database - Database design review
  • catch-up - Context restoration
  • commit - 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 as devflow and @devflow/cli)
  • MIT License
  • Node.js >= 18.0.0 required