From d5dfac489b7c6441cd5dd4f40f85645060a7ecf4 Mon Sep 17 00:00:00 2001 From: Brad Groux Date: Thu, 29 Jan 2026 03:01:20 -0600 Subject: [PATCH] docs: fix ASCII diagram alignment --- README.md | 34 +++++++++++++++++++--------------- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index a6b9f38f..9945328b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Built for developers who want a visual Kanban board that works with autonomous c -[Quickstart](#-quickstart) · [Features](#-features) · [Docs](docs/) · [API](#-api-versioning) · [Agent Integration](#-agent-integration) · [MCP Server](#-mcp-server) · [Contributing](CONTRIBUTING.md) · [Changelog](CHANGELOG.md) +[Quickstart](#-quickstart) · [Features](#-feature-highlights) · [All Features](docs/FEATURES.md) · [Docs](docs/) · [API](#-api-versioning) · [Agent Integration](#-agent-integration) · [MCP Server](#-mcp-server) · [Contributing](CONTRIBUTING.md) · [Changelog](CHANGELOG.md) Created by **Brad Groux** — CEO of [Digital Meld](https://digitalmeld.io), and host of the [Start Small, Think Big](https://podcasts.apple.com/us/podcast/start-small-think-big-a-podcast-and-newsletter/id1802232903) podcast · [LinkedIn](https://www.linkedin.com/in/bradgroux/) · [Twitter](https://twitter.com/BradGroux) · [YouTube](https://www.youtube.com/bradgroux) @@ -40,7 +40,9 @@ Open [http://localhost:3000](http://localhost:3000) — that's it. --- -## ✨ Features +## ✨ Feature Highlights + +> 📋 **Full feature reference:** [docs/FEATURES.md](docs/FEATURES.md) ### 📋 Core Board @@ -110,19 +112,19 @@ Open [http://localhost:3000](http://localhost:3000) — that's it. Any AI Agent / CLI / MCP Client │ ▼ -┌─────────────────────────────┐ -│ REST API + WebSocket │ -│ http://localhost:3001 │ -│ │ -│ ┌───────┐ ┌───────────┐ │ -│ │ Tasks │ │ Agents │ │ -│ │ API │ │ Service │ │ -│ └───┬───┘ └─────┬─────┘ │ -│ │ │ │ -│ ▼ ▼ │ -│ Markdown Agent Request │ -│ Files Files (.json)│ -└─────────────────────────────┘ +┌──────────────────────────────┐ +│ REST API + WebSocket │ +│ http://localhost:3001 │ +│ │ +│ ┌───────┐ ┌───────────┐ │ +│ │ Tasks │ │ Agents │ │ +│ │ API │ │ Service │ │ +│ └───┬───┘ └─────┬─────┘ │ +│ │ │ │ +│ ▼ ▼ │ +│ Markdown Agent Request │ +│ Files Files (.json) │ +└──────────────────────────────┘ │ ▼ React 19 + Vite Frontend @@ -345,6 +347,8 @@ pnpm test:e2e # E2E tests (Playwright) | Document | Description | | ------------------------------------- | -------------------------------- | +| [Features](docs/FEATURES.md) | Complete feature reference | +| [Deployment](docs/DEPLOYMENT.md) | Docker, bare metal, env config | | [Contributing](CONTRIBUTING.md) | How to contribute, PR guidelines | | [Security Policy](SECURITY.md) | Vulnerability reporting | | [Code of Conduct](CODE_OF_CONDUCT.md) | Community guidelines |