Skip to content

laurendavissmith/ork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ork

Disclaimer: This project is an experiment in allowing Claude Opus 4.5 to write the entirety of the codebase.

AI task and agent orchestrator. A TUI for managing Claude agents and tasks using the Beads workflow.

Requirements

  • Node.js >= 18.0.0
  • A project with a .claude directory

Installation

npm install -g ork

Usage

Run from within any project that has a .claude directory:

ork

Features

  • Task Management - Create, update, and track tasks using the Beads system
  • Agent Interface - View agent output, tool calls, and todo lists
  • Command Runner - Execute commands from .claude/commands
  • Session Logging - Track agent sessions and outputs

Keyboard Navigation

Key Action
Tab Switch between screens
↑/↓ Navigate lists
Enter Select/confirm
Esc Back/cancel
q Quit

Development

# Install dependencies
npm install

# Run in development mode
npm run dev

# Build
npm run build

# Run production build
npm start

Beads Integration

Ork uses Beads for task management. See the Beads documentation for workflow details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published