From 10f520b71277a95c86dcbb63d6519528bcaa593c Mon Sep 17 00:00:00 2001 From: Andre van Zuydam Date: Sat, 25 Jul 2026 11:20:02 +0200 Subject: [PATCH] cli: point new projects to the dev-admin AI coder after init The post-init output now tells the user the next step after 'serve'/'ai': open /__dev, paste the Tina4 MCP key, and describe what to build. Links to https://tina4.com/build-with-ai for the full walkthrough. Co-Authored-By: Claude Opus 4.8 --- tina4_python/cli/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tina4_python/cli/__init__.py b/tina4_python/cli/__init__.py index 1a17634..92f5d6d 100644 --- a/tina4_python/cli/__init__.py +++ b/tina4_python/cli/__init__.py @@ -787,6 +787,8 @@ def _init(args): print(f"\nProject scaffolded at {target.resolve()}") print(" Run: tina4python serve") print(" Run: tina4python ai (detect & install AI tool context)") + print(" Then: open the dev admin at /__dev, paste your Tina4 MCP key,") + print(" and describe what to build. See https://tina4.com/build-with-ai") # ── Serve ─────────────────────────────────────────────────────────────