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