Kontora is an agent orchestration tool with a kanban board. You create tickets (markdown files), and it runs AI coding agents in tmux through configurable pipelines (e.g. implement -> review -> fix -> commit). Each ticket gets its own git worktree and tmux session.
Tickets are markdown files with YAML frontmatter, inspired by wedow/ticket:
---
id: kon-q88f
kontora: true
status: todo
pipeline: default
path: ~/projects/kontora
---
# Add GoReleaser to kontora
Automate GitHub Releases with zig cc cross-compilation.
Create them with kontora new or write them by hand. Full reference: docs/tickets.md
Shell completions
# Fish - activate in current session
kontora completion fish | source
# Fish - persist across sessions
kontora completion fish > ~/.config/fish/completions/kontora.fish