OPEN_SOURCE

Autonomous Development withClaude+Linear+Notion

Hand off Linear issues or Notion tasks to Claude Code. Claudear implements, tests, creates PRs, and manages the full lifecycle. Multi-provider, multi-team support. Let Claude Code do the coding while you focus on what matters.

Claudear
# 1. Clone the repository$ git clone https://github.com/ianborders/claudear.git$ cd claudear# 2. Install the claudear command$ pip install claudear
// HOW_IT_WORKS

From Linear Issue to Merged PR

Claudear automates the entire development workflow, from picking up tasks to creating pull requests.

01
Trigger

Move task to Todo

Move a Linear issue or Notion page to Todo. Claudear picks it up via webhook or polling.

02
Isolation

Create worktree

A dedicated git worktree and branch are created, isolating work from your main codebase.

03
Implementation

Claude implements

Claude Code analyzes the issue, explores the codebase, and implements the solution.

04
Blocked

Human in the loop

If Claude gets stuck, it posts a comment asking for guidance. Reply to unblock.

05
Review

PR created

When complete, code is pushed and a PR is created. Issue moves to In Review.

06
Complete

Auto-merge

Move the issue to Done and the PR auto-merges. Worktree cleaned up automatically.

// FEATURES

Built for Real Workflows

Multi-Provider

Linear webhooks + Notion polling. Run multiple teams and databases simultaneously.

Git Worktrees

Each task gets an isolated worktree. Run multiple tasks in parallel without conflicts.

Claude Code CLI

Uses your Claude Code subscription, not API credits. Same Claude, just automated.

PR Automation

PRs created via GitHub CLI with proper titles, descriptions, and Linear issue links.

Human in Loop

When blocked, Claude asks for help via Linear comments. Reply to continue.

Crash Recovery

SQLite persistence means tasks survive restarts. Pick up where you left off.

// WHY_CLAUDEAR

Open Source. Self-Hosted. Yours.

Open Source

MIT licensed. Fork it, modify it, contribute back. Built in public for the community.

Uses Your Subscription

Runs Claude Code CLI in headless mode. No separate API costs - uses your existing Claude Code subscription.

Self-Hosted

Runs on your machine with ngrok for webhooks. Your code never leaves your environment.

Full Control

You own the workflow. Configure states, concurrency limits, timeouts - everything is customizable.

// GET_STARTED

Ready to automate your development?

Get started in minutes. Install Claudear, configure your Linear webhook, and let Claude Code handle the implementation.

1. Install
2. Configure
3. Move to Todo
4. Watch it work
MIT Licensed • Uses your Claude Code subscription