feat(starcraft): add update-starbase skill#43
Open
lengau wants to merge 2 commits into
Open
Conversation
This adds a skill that updates the repository's starbase base. This was used to create: canonical/craft-parts#1578 Signed-off-by: Alex M. Lowe <alex.lowe@canonical.com>
66a4acf to
342e256
Compare
mr-cal
reviewed
May 11, 2026
mr-cal
reviewed
May 11, 2026
bc0d17a to
074c0d5
Compare
medubelko
reviewed
May 12, 2026
| - **`pyproject.toml`**: Keep the project's version for project-specific settings (package name, package discovery, entry points, etc.). For shared tool configs (ruff, mypy, codespell, etc.), prefer the starbase version. | ||
| - **`.pre-commit-config.yaml`**, **`.github/workflows/`**: Prefer the starbase version, but preserve project-specific workflows or hooks. | ||
| - **`uv.lock`**: After resolving all other conflicts, regenerate by running `uv lock`. | ||
| - **`docs/`**: Prefer the starbase version for templates and static assets. Preserve project-specific content pages. |
Contributor
There was a problem hiding this comment.
Newer versions of the Sphinx Stack will rename some other dirs inside docs/. Have you tested this with things other than _templates and _static?
mr-cal
approved these changes
May 12, 2026
srbouffard
approved these changes
May 20, 2026
6 tasks
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.
This adds a skill that updates the repository's starbase base.
This was used to create: canonical/craft-parts#1578