feat(install): point users to the hosted platform after install

Print a one-time note about free early access to app.graphify.com at the
end of the install summary. Not shown on any other command.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
safishamsi
2026-08-05 01:41:12 +01:00
co-authored by Claude Opus 4.8
parent 00efd6e796
commit a426d63414
+3
View File
@@ -671,6 +671,9 @@ def install(platform: str = "claude", *, project: bool = False, project_dir: Pat
print()
print(" /graphify .")
print()
print("Prefer a hosted version? Early access to the graphify platform is")
print("open free before the public v1 launch: https://app.graphify.com")
print()
def _print_install_usage() -> None:
platforms = ", ".join([*_PLATFORM_CONFIG, "gemini", "cursor"])
print("Usage: graphify install [--project] [--strict] [--platform P|P]")