docs: onboarding (#25)

This commit is contained in:
banteg
2026-01-02 17:53:55 +04:00
committed by GitHub
parent 7722ae8905
commit 8a5a5f88ed
6 changed files with 31 additions and 7 deletions
+1 -2
View File
@@ -1,7 +1,7 @@
[project]
name = "takopi"
authors = [{name = "banteg"}]
version = "0.5.0"
version = "0.5.1"
description = "Telegram bridge for Codex, Claude Code, and other agent CLIs."
readme = "readme.md"
license = { file = "LICENSE" }
@@ -29,7 +29,6 @@ Issues = "https://github.com/banteg/takopi/issues"
[project.scripts]
takopi = "takopi.cli:main"
takopi-debug-onboarding = "takopi.debug_onboarding:main"
[build-system]
requires = ["uv_build>=0.9.18,<0.10.0"]