From 310016ca5af2ce0c8c65a118162e49a5fe0c5242 Mon Sep 17 00:00:00 2001 From: Jorge Calvar Date: Tue, 12 May 2026 12:03:24 +0200 Subject: [PATCH] chore: point docs at 'databricks apps init' Co-authored-by: Isaac Signed-off-by: Jorge Calvar --- .claude/references/plugin-best-practices.md | 2 +- CLAUDE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude/references/plugin-best-practices.md b/.claude/references/plugin-best-practices.md index 6b6c494ab..7ca9a53fa 100644 --- a/.claude/references/plugin-best-practices.md +++ b/.claude/references/plugin-best-practices.md @@ -22,7 +22,7 @@ Reference guide for building AppKit plugins. Every guideline is prefixed with a **MUST** use the correct permission enum per resource type (e.g. `CAN_USE` for `sql_warehouse`, `WRITE_VOLUME` for `volume`). The schema validates this with `allOf`/`if-then` rules. -**SHOULD** add `fields` with `env` entries so that `appkit plugin sync` and `appkit init` can auto-generate `.env` templates and `app.yaml` resource blocks. +**SHOULD** add `fields` with `env` entries so that `appkit plugin sync` and `databricks apps init` can auto-generate `.env` templates and `app.yaml` resource blocks. **SHOULD** set `hidden: true` on infrastructure plugins (like `server`) that should not appear in the template manifest. diff --git a/CLAUDE.md b/CLAUDE.md index eaf504796..8e400e492 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -39,7 +39,7 @@ Examples: /docs/ - Docusaurus documentation site -/template/ - App template used by `npx @databricks/appkit init` +/template/ - App template used by `databricks apps init` /tools/ - setup.sh - Initial repository setup