Skip to content

Latest commit

 

History

History
138 lines (103 loc) · 4.69 KB

File metadata and controls

138 lines (103 loc) · 4.69 KB

Linear Buddy Documentation

Welcome to the Linear Buddy documentation! This guide will help you find the right documentation for your needs.


📚 Quick Links

For... Go to...
Users User Guides →
Features Feature Documentation →
Developers Developer Docs →
Planning Roadmap & Plans →

🎯 I want to...

Get Started

Learn About Features

Develop or Contribute

Understand the Roadmap


📁 Documentation Structure

docs/
├── user-guides/          # For users
│   ├── QUICKSTART.md
│   ├── LINEAR_BUDDY_GUIDE.md
│   ├── USAGE.md
│   └── ...
│
├── features/             # Feature documentation
│   ├── ai/              # AI features (standups, PR summaries)
│   ├── branches/        # Branch management
│   ├── tickets/         # Ticket creation & management
│   ├── todo-converter/  # TODO → Ticket conversion ⭐
│   └── pr-standup/      # PR & Standup features
│
├── developer/           # For developers
│   ├── TESTING.md
│   ├── DEBUG_QUICK_START.md
│   ├── WEBVIEW_GUIDE.md
│   └── ...
│
├── planning/            # Roadmap & planning
│   ├── SPRINT_PLAN_MULTI_PLATFORM.md
│   └── IDEAS.md
│
└── archive/             # Historical docs
    └── old implementations

⭐ What's New

TODO Converter Features (November 2025)


🚀 Popular Guides

Guide Description Link
Quick Start Get up and running in 5 minutes View →
TODO Converter Turn TODOs into tickets with permalinks View →
Multi-Ticket Work across multiple tickets View →
AI Features Configure AI models & features View →
Sprint Plan Multi-platform roadmap View →

🎓 Learning Path

For New Users

  1. Quick Start - 5 minutes
  2. User Guide - 15 minutes
  3. TODO Converter - 10 minutes
  4. Usage Examples - As needed

For Developers

  1. Developer Setup - 30 minutes
  2. Architecture Overview - 20 minutes
  3. Testing Guide - 15 minutes
  4. Sprint Plan - Understanding roadmap

🤔 Need Help?


📋 Reorganization Info

Documentation was reorganized in November 2025 to improve clarity and navigation.

  • Old location: 57 .md files in root directory
  • New location: Organized in docs/ by audience and purpose
  • Archive: Historical docs moved to docs/archive/

See Organization Guide for details.


Version: 1.0
Last Updated: November 2025
Status: ✅ Production Ready