Skip to content

Commit c34d861

Browse files
jamesbroadheadpkosiec
authored andcommitted
docs: track aitools rename — 'experimental aitools install' → 'aitools install'
Mirrors the CLI change in databricks/cli#4917 which promotes the aitools skills-management surface (install/update/uninstall/list/ version/skills) from `databricks experimental aitools` to top-level `databricks aitools`. Updates 3 install-command references: - README.md - skills/databricks-jobs/SKILL.md - skills/databricks-pipelines/SKILL.md The 37 `databricks experimental aitools tools …` references in skills/databricks-core/, skills/databricks-apps/, and elsewhere are intentionally left as-is — that subtree (query, discover-schema, get-default-warehouse, statement) still has "no stability guarantees" per its own help text and is NOT being promoted to the top level in #4917. It stays under `experimental aitools tools`. Co-authored-by: Isaac
1 parent 482f9ff commit c34d861

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Skills for AI coding assistants (Claude Code, Cursor, etc.) that provide Databri
55
## Installation
66

77
```bash
8-
databricks experimental aitools install
8+
databricks aitools install
99
```
1010

1111
This auto-detects your coding agent(s) and installs the stable skills to the

skills/databricks-jobs/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Verify: `databricks -v`
5353
Read the `databricks-core` skill for CLI basics, authentication, and deployment workflow.
5454
Read the `databricks-jobs` skill for job-specific guidance.
5555
56-
If skills are not available, install them: `databricks experimental aitools install`
56+
If skills are not available, install them: `databricks aitools install`
5757
```
5858

5959
## Project Structure

skills/databricks-pipelines/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Verify: `databricks -v`
202202
Read the `databricks-core` skill for CLI basics, authentication, and deployment workflow.
203203
Read the `databricks-pipelines` skill for pipeline-specific guidance.
204204
205-
If skills are not available, install them: `databricks experimental aitools install`
205+
If skills are not available, install them: `databricks aitools install`
206206
```
207207

208208
## Pipeline Structure

0 commit comments

Comments
 (0)