Skip to content

Conversation

@pkosiec
Copy link
Member

@pkosiec pkosiec commented Jan 26, 2026

This PR:

  • consolidates all CLI tooling under a single npx @databricks/appkit command
  • embeds AI-targeted documentation directly into the published packages.
  • fixes double docs building on packing appkit and appkit-ui packages, which caused some race conditions

Resolves https://databricks.atlassian.net/browse/LKB-8734
Resolves https://databricks.atlassian.net/browse/LKB-8323

Testing

# From repo root
pnpm i
pnpm clean
pnpm pack:sdk

# Then install the local tarball in your test location
cd apps/dev-playground
npm install ../../packages/appkit/tmp/*.tgz --force

# Now, test the commands
npx @databricks/appkit docs
npx @databricks/appkit lint
npx @databricks/appkit generate-types
npx @databricks/appkit setup --write

@pkosiec pkosiec changed the base branch from main to pkosiec/llms2 January 26, 2026 11:50
@pkosiec pkosiec changed the title docs: ensure docs metadata for llms.txt generation feat: embed appkit CLI and AI-targeted docs into the appkit and appkit-ui packages Jan 26, 2026
@pkosiec pkosiec changed the title feat: embed appkit CLI and AI-targeted docs into the appkit and appkit-ui packages feat: embed appkit CLI and AI-targeted docs into the appkit and appkit-ui packages Jan 26, 2026
@pkosiec pkosiec marked this pull request as ready for review January 26, 2026 13:38
@pkosiec pkosiec requested a review from MarioCadenas January 26, 2026 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants