Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


# Octopus

**Octopus is a personal agent platform.** It turns **Claude Code** and **Codex**
Expand Down Expand Up @@ -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)
Expand Down