docs(experimental/databricks-apps-python): drop stale databricks-app-apx Related Skills entry#106
Open
jamesbroadhead wants to merge 1 commit into
Open
docs(experimental/databricks-apps-python): drop stale databricks-app-apx Related Skills entry#106jamesbroadhead wants to merge 1 commit into
jamesbroadhead wants to merge 1 commit into
Conversation
…apx Related Skills entry `databricks-app-apx` was the FastAPI+React stack referenced from ai-dev-kit's `databricks-apps-python` skill. It has been removed upstream (a-d-k is deprecated; the apx-on-CLI flow merged into the stable `databricks-apps` skill via #84/#73). The "Related Skills" bullet is the last dangling reference inside this repo. This PR was prepared by Claude.
90839e3 to
cec48c6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Removes the last dangling
databricks-app-apxreference in this repo — one line inexperimental/databricks-apps-python/SKILL.md("Related Skills" bullet).Why
databricks-app-apxwas the FastAPI+React stack referenced from ai-dev-kit'sdatabricks-apps-python. It has been removed upstream (a-d-k is deprecated; the apx-on-CLI flow merged into the stabledatabricks-appsskill via #84/#73). I grepped the entire repo and this bullet is the only remaining mention — README, install scripts, and stable skills no longer reference it.Test plan
python3 scripts/skills.py validatepasses (Everything is up to date.)grep -rn databricks-app-apx .returns no remaining hits.This pull request and its description were written by Claude.