From 09892c6a22ebaf25358f4c54b1a38cd647474ca8 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Mon, 10 Aug 2026 20:10:13 +0300 Subject: [PATCH] docs: improve README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3c08df1..595a0a9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # Octopus **Octopus is a personal agent platform.** It turns **Claude Code** and **Codex** @@ -179,6 +181,8 @@ aiosqlite · APScheduler · cryptography (Fernet) · MCP stdio servers cd web && bun run test # 84 frontend unit tests (vitest) cd web && npx tsc --noEmit # TypeScript check cd web && bun run test:e2e # 67 Playwright e2e tests (app · handoff/pull · telegram · agents · connectors · agent-collaboration · real-CLI). Split into `:fast` (35 UI-only, ~16s) and `:llm` (32 real Claude/Codex, ~3min) for dev iteration. +cd web && bun run test:e2e:fast # 35 UI-only tests (~16s) +cd web && bun run test:e2e:llm # 32 real LLM tests (~3min) ``` ### Pre-commit hooks (optional)