From 928ed6cfc6f524a141bd0d0e898acf2f2ab8f76f Mon Sep 17 00:00:00 2001 From: 777genius Date: Tue, 14 Apr 2026 16:08:09 +0300 Subject: [PATCH] docs: fix readme architecture docs placement --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b8f55f57..ed65dcb3 100644 --- a/README.md +++ b/README.md @@ -119,15 +119,6 @@ A local orchestration layer for AI agent teams across Claude and Codex. - **Task-specific logs and messages** — clearly see agent/runtime logs and messages in isolation for each individual task, making it easy to trace what happened for any assignment - **Live process section** — see which agents are running processes and open URLs directly in the browser - **Stay in control** — send a direct message to any agent, drop a comment on a task, or pick a quick action right on the kanban card whenever you want to clarify something or add new work - -## Developer architecture docs - -For feature architecture and implementation guidance: - -- Canonical standard - [docs/FEATURE_ARCHITECTURE_STANDARD.md](docs/FEATURE_ARCHITECTURE_STANDARD.md) -- Repo working instructions - [CLAUDE.md](CLAUDE.md) -- Feature root guidance - [src/features/README.md](src/features/README.md) -- Reference implementation - `src/features/recent-projects` - **Flexible autonomy** — let agents run fully autonomous, or review and approve each action one by one (you'll get a notification) — configure the level of control that fits your security needs - **Solo mode** — one-member team: a single agent that creates its own tasks and shows live progress. Saves tokens; can expand to a full team anytime @@ -166,6 +157,15 @@ For feature architecture and implementation guidance: +## Developer architecture docs + +For feature architecture and implementation guidance: + +- Canonical standard - [docs/FEATURE_ARCHITECTURE_STANDARD.md](docs/FEATURE_ARCHITECTURE_STANDARD.md) +- Repo working instructions - [CLAUDE.md](CLAUDE.md) +- Feature root guidance - [src/features/README.md](src/features/README.md) +- Reference implementation - `src/features/recent-projects` + ## Comparison | Feature | Claude Agent Teams UI | Vibe Kanban | Aperant | Cursor | Claude Code CLI |