From e41b53e8f0a139d85b15212e9211b2b5f269b165 Mon Sep 17 00:00:00 2001 From: banteg <4562643+banteg@users.noreply.github.com> Date: Thu, 15 Jan 2026 05:42:27 +0400 Subject: [PATCH] docs: link to takopi.dev docs site --- pyproject.toml | 1 + readme.md | 2 +- src/takopi/cli.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 90cfea4..94666ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,6 +32,7 @@ classifiers = [ [project.urls] Homepage = "https://github.com/banteg/takopi" +Documentation = "https://takopi.dev/" Repository = "https://github.com/banteg/takopi" Issues = "https://github.com/banteg/takopi/issues" diff --git a/readme.md b/readme.md index 13c0354..e3af007 100644 --- a/readme.md +++ b/readme.md @@ -57,7 +57,7 @@ register a project with `takopi init happy-gadgets`, then target it from anywher mention a branch to run an agent in a dedicated worktree `/happy-gadgets @feat/memory-box freeze artifacts forever`. -see [`docs/index.md`](docs/index.md) (or [`docs/user-guide.md`](docs/user-guide.md)) for configuration, worktrees, topics, file transfer, and more. +see [takopi.dev](https://takopi.dev/) for configuration, worktrees, topics, file transfer, and more. ## plugins diff --git a/src/takopi/cli.py b/src/takopi/cli.py index 6bec64d..888b21e 100644 --- a/src/takopi/cli.py +++ b/src/takopi/cli.py @@ -772,7 +772,7 @@ def create_app() -> typer.Typer: app = typer.Typer( add_completion=False, invoke_without_command=True, - help="Run takopi with auto-router (subcommands override the default engine).", + help="Telegram bridge for coding agents. Docs: https://takopi.dev/", ) app.command(name="init")(init) app.command(name="chat-id")(chat_id)