• v0.1.0 c568d21d51

    iw-cli v0.1.0 Stable

    mph released this 2026-01-24 21:03:06 +00:00 | 600 commits to main since this release

    iw-cli v0.1.0 - Initial Release

    A project-local CLI tool for managing git worktrees and issue tracker integration.

    Features

    • Worktree Management: Create, open, and remove git worktrees linked to issues
    • Issue Tracker Integration: Support for GitHub, GitLab, Linear, and YouTrack
    • Dashboard: Web-based dashboard for viewing active worktrees
    • Doctor: Health checks for project configuration
    • Claude Code Integration: Skill generation for AI agent awareness

    Supported Issue Trackers

    • GitHub Issues
    • GitLab Issues
    • Linear
    • YouTrack

    Installation

    Download and extract the tarball, then copy iw-run to your project as iw:

    tar -xzf iw-cli-0.1.0.tar.gz
    cp iw-cli-0.1.0/iw-run your-project/iw
    

    See the README for full setup instructions.

    Downloads