docs: link to takopi.dev docs site

This commit is contained in:
banteg
2026-01-15 05:42:27 +04:00
parent c0be8baebd
commit e41b53e8f0
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -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"
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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)