From 5be8329bb9e52263c49f068871af7908c18772c8 Mon Sep 17 00:00:00 2001 From: James Broadhead Date: Wed, 27 May 2026 14:06:44 +0000 Subject: [PATCH] docs(claude.md): use top-level `databricks aitools install` The `databricks experimental aitools skills install` path is a deprecated alias that prints a notice pointing to the new top-level command. Update all template CLAUDE.md files so newly-scaffolded apps point users at the supported command. Co-authored-by: Isaac --- appkit-all-in-one/CLAUDE.md | 2 +- appkit-analytics/CLAUDE.md | 2 +- appkit-files/CLAUDE.md | 2 +- appkit-genie/CLAUDE.md | 2 +- appkit-lakebase/CLAUDE.md | 2 +- appkit-serving/CLAUDE.md | 2 +- vacation-rentals/CLAUDE.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/appkit-all-in-one/CLAUDE.md b/appkit-all-in-one/CLAUDE.md index 868a9ddb..d26d57d9 100644 --- a/appkit-all-in-one/CLAUDE.md +++ b/appkit-all-in-one/CLAUDE.md @@ -13,6 +13,6 @@ This project uses Databricks AppKit packages. For AI assistant guidance on using For enhanced AI assistance with Databricks CLI operations, authentication, data exploration, and app development, install the Databricks skills: ```bash -databricks experimental aitools skills install +databricks aitools install ``` diff --git a/appkit-analytics/CLAUDE.md b/appkit-analytics/CLAUDE.md index 868a9ddb..d26d57d9 100644 --- a/appkit-analytics/CLAUDE.md +++ b/appkit-analytics/CLAUDE.md @@ -13,6 +13,6 @@ This project uses Databricks AppKit packages. For AI assistant guidance on using For enhanced AI assistance with Databricks CLI operations, authentication, data exploration, and app development, install the Databricks skills: ```bash -databricks experimental aitools skills install +databricks aitools install ``` diff --git a/appkit-files/CLAUDE.md b/appkit-files/CLAUDE.md index 868a9ddb..d26d57d9 100644 --- a/appkit-files/CLAUDE.md +++ b/appkit-files/CLAUDE.md @@ -13,6 +13,6 @@ This project uses Databricks AppKit packages. For AI assistant guidance on using For enhanced AI assistance with Databricks CLI operations, authentication, data exploration, and app development, install the Databricks skills: ```bash -databricks experimental aitools skills install +databricks aitools install ``` diff --git a/appkit-genie/CLAUDE.md b/appkit-genie/CLAUDE.md index 868a9ddb..d26d57d9 100644 --- a/appkit-genie/CLAUDE.md +++ b/appkit-genie/CLAUDE.md @@ -13,6 +13,6 @@ This project uses Databricks AppKit packages. For AI assistant guidance on using For enhanced AI assistance with Databricks CLI operations, authentication, data exploration, and app development, install the Databricks skills: ```bash -databricks experimental aitools skills install +databricks aitools install ``` diff --git a/appkit-lakebase/CLAUDE.md b/appkit-lakebase/CLAUDE.md index 868a9ddb..d26d57d9 100644 --- a/appkit-lakebase/CLAUDE.md +++ b/appkit-lakebase/CLAUDE.md @@ -13,6 +13,6 @@ This project uses Databricks AppKit packages. For AI assistant guidance on using For enhanced AI assistance with Databricks CLI operations, authentication, data exploration, and app development, install the Databricks skills: ```bash -databricks experimental aitools skills install +databricks aitools install ``` diff --git a/appkit-serving/CLAUDE.md b/appkit-serving/CLAUDE.md index ddc16a8c..d26d57d9 100644 --- a/appkit-serving/CLAUDE.md +++ b/appkit-serving/CLAUDE.md @@ -13,6 +13,6 @@ This project uses Databricks AppKit packages. For AI assistant guidance on using For enhanced AI assistance with Databricks CLI operations, authentication, data exploration, and app development, install the Databricks skills: ```bash -databricks experimental aitools install +databricks aitools install ``` diff --git a/vacation-rentals/CLAUDE.md b/vacation-rentals/CLAUDE.md index d2f3484a..5037de51 100644 --- a/vacation-rentals/CLAUDE.md +++ b/vacation-rentals/CLAUDE.md @@ -14,7 +14,7 @@ This project uses Databricks AppKit packages. For AI assistant guidance on using For enhanced AI assistance with Databricks CLI operations, authentication, data exploration, and app development, install the Databricks skills: ```bash -databricks experimental aitools install +databricks aitools install ```