vibe-ticket
A high-performance ticket management system for developers, built with Rust. Features Git worktree integration for parallel development workflows.
Quick Start
# Install
# Initialize project
# Create and start a ticket
# Work in the worktree
# Track progress
# Complete ticket
Key Features
- Git Worktree Support: Work on multiple tickets simultaneously
- Task Management: Break tickets into trackable tasks
- Flexible Search: Find tickets with powerful filters
- Export/Import: JSON, YAML, CSV, and Markdown formats
- AI Integration: Claude Code support with CLAUDE.md generation
Essential Commands
Configuration
# .vibe-ticket/config.yaml
git:
worktree_default: true # Create worktrees by default
worktree_prefix: "./{project}-vibeticket-"
project:
default_priority: medium
Documentation
AI Assistant Setup
# Generate CLAUDE.md for AI assistance
# Add strict AI rules
Installation
From Source
Prerequisites
- Rust 1.70+
- Git (for branch/worktree features)
Contributing
See CONTRIBUTING.md for guidelines.