Skip to content

Commit 6402677

Browse files
authored
docs: document CLI version resolution in CONTRIBUTING.md (#64)
## Summary Adds a "Version resolution in Databricks CLI" section to CONTRIBUTING.md explaining that the CLI uses `cli-compat.json` to determine which Agent Skills version to install. Companion PRs: - [databricks/cli#5139](databricks/cli#5139) - [databricks/appkit#333](databricks/appkit#333) Signed-off-by: Pawel Kosiec <pawel.kosiec@databricks.com>
1 parent d21d74e commit 6402677

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ Examples in skills and references must follow secure defaults:
1111
- Prefer scoped tokens over broad credentials
1212
- Obfuscate sensitive values: use placeholder workspace IDs (`1111111111111111`), URLs (`company-workspace.cloud.databricks.com`), and never include real tokens or passwords
1313

14+
## Version resolution in Databricks CLI
15+
16+
The Databricks CLI uses [`cli-compat.json`](https://github.com/databricks/cli/blob/main/internal/build/cli-compat.json)
17+
to determine which Agent Skills version to install for `aitools install`. The manifest maps
18+
CLI versions to compatible Agent Skills versions. It lives in the
19+
[CLI repository](https://github.com/databricks/cli) — see the
20+
[README](https://github.com/databricks/cli/blob/main/internal/build/README.md) for details.
21+
1422
## Developer Certificate of Origin
1523

1624
To contribute to this repository, you must sign off your commits to certify

0 commit comments

Comments
 (0)