From b00f6851252dc3e827c1d1492fa3e13019044030 Mon Sep 17 00:00:00 2001 From: Jarian Cottingham Date: Tue, 24 Feb 2026 19:20:43 -0600 Subject: [PATCH] first commit --- README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..75e7246 --- /dev/null +++ b/README.md @@ -0,0 +1,33 @@ +# WorkBoard + +AI-powered Kanban board for managing coding tasks with automated execution. + +## Features + +- **Kanban Board**: Three columns - Queued, Active, and Complete +- **AI Execution**: Uses Opencode CLI to execute work items +- **Validation**: AI validates work against custom conditions +- **Retry Logic**: Failed items retry up to 3 times before showing error +- **Collapsible Work Items**: Expand to view/edit details + +## Setup + +```bash +npm install +npm run dev +``` + +## Usage + +1. Click "+ Add Work Item" in the Queued column +2. Fill in title, description, and validation conditions +3. Click the play button on a work item to queue it for AI execution +4. AI will automatically process items in order + +## Development + +The app uses: +- React + Vite +- TypeScript +- Tailwind CSS +- Opencode CLI for AI execution \ No newline at end of file