Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude/references/plugin-best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading