mirror of
https://github.com/BradGroux/veritas-kanban.git
synced 2026-08-28 02:44:59 +00:00
docs: fix ASCII diagram alignment
This commit is contained in:
parent
9cc08e9f4b
commit
d5dfac489b
1 changed files with 19 additions and 15 deletions
34
README.md
34
README.md
|
|
@ -14,7 +14,7 @@ Built for developers who want a visual Kanban board that works with autonomous c
|
|||
|
||||
<!-- TODO: Add hero screenshot / GIF of board in action -->
|
||||
|
||||
[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 |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue