Pappardelle, a TUI for Multi-Clauding
Tmux + Claude Code + lazygit orchestration—tight workflow, but Claude Code adoption is unproven.
An orchestrator for AI-assisted software development.
Two-agent system where The Architect learns from PR review comments automatically.
Teams using Claude Code who want isolated, auditable AI workflows
n8n · LangChain · Codium
I wrote a small open source project to orchestrate dockerized Claude Code sessions from Jira, GitLab, and Forgejo. It runs Claude in a container, with a branch per issue. Then automatically opens a PR, responds to CI status, and incorporates your PR feedback.
Before this, I was using Claude in Git worktrees, but I didn't like the fact that it was running on my machine unchecked. So I set strict permissions, which nerfed Claude’s autonomy.
For reviewing, I prefer the GitLab interface with a full PR, rather than the default accept/decline change-by-change flow while Claude is writing (maybe a personal preference).
Optionally, there is a knowledge base to keep context in. This is a workflow I've been using for a while: Create a repo with markdown files describing project best practices and preferences, then feed it to Claude as a simple search MCP. The orchestrator will automatically open PRs on that repo based on review comments on PRs once they're closed.
It's a work in progress, but seeing that OpenAI did something similar for Codex internally, I thought it might be useful for other Claude Code users as well. Happy to take PRs with improvements or ideas.
Tmux + Claude Code + lazygit orchestration—tight workflow, but Claude Code adoption is unproven.
Plan approval and session persistence for AI agents via Telegram or Discord chat.
Claude agents solving GitHub/Linear issues autonomously—production-grade, 4K LOC tested, real demo.
Single Go binary: Telegram → Claude agents in isolated Docker with swarms, memory, Nix.
Claude Code multiplexer, but Cursor and Continue already handle multi-session workflows.
Claude Code agents auto-iterating on Linear issues—but agentic code orchestration is a crowded space.