feat: monorepo support — independent per-package semver bumping#89
Draft
ricogu wants to merge 4 commits into
Draft
feat: monorepo support — independent per-package semver bumping#89ricogu wants to merge 4 commits into
ricogu wants to merge 4 commits into
Conversation
Captures design decisions from issue #82 brainstorming session: - Early branch architecture with isolated src/monorepo/ modules - Auto-detection via bumper.monorepo.json in target repo - type input becomes optional (default 'auto') - Git diff for changed-file detection - Glob support for package paths (one level) - Single atomic commit for all bumped packages
Adds OpenSpec workflow skills for artifact-driven development and the openspec configuration file.
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
pull-request-semver-bumperenabling independent per-package semver bumpingbumper.monorepo.jsonin the target repo rootResolves #82
Status
This PR tracks the implementation of monorepo support using the OpenSpec artifact-driven workflow. Currently contains the brainstorm artifact with agreed design decisions.
Key Design Decisions
index.ts, isolated new code insrc/monorepo/typeinput defaults to"auto", config file triggers monorepo modegit diff --name-only(no new dependencies)packages/*= one level)new-versionreturns JSON map in monorepo modeArtifacts Progress