docs: link to takopi.dev docs site
This commit is contained in:
@@ -32,6 +32,7 @@ classifiers = [
|
|||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Homepage = "https://github.com/banteg/takopi"
|
Homepage = "https://github.com/banteg/takopi"
|
||||||
|
Documentation = "https://takopi.dev/"
|
||||||
Repository = "https://github.com/banteg/takopi"
|
Repository = "https://github.com/banteg/takopi"
|
||||||
Issues = "https://github.com/banteg/takopi/issues"
|
Issues = "https://github.com/banteg/takopi/issues"
|
||||||
|
|
||||||
|
|||||||
@@ -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`.
|
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
|
## plugins
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -772,7 +772,7 @@ def create_app() -> typer.Typer:
|
|||||||
app = typer.Typer(
|
app = typer.Typer(
|
||||||
add_completion=False,
|
add_completion=False,
|
||||||
invoke_without_command=True,
|
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="init")(init)
|
||||||
app.command(name="chat-id")(chat_id)
|
app.command(name="chat-id")(chat_id)
|
||||||
|
|||||||
Reference in New Issue
Block a user