Add subsystem discovery to product and levelup init commands#75
Merged
Conversation
- Rename Feature Area to Subsystem in product extension for consistency - Add detect_subsystems function to product bash/powershell scripts - Add Phase 0 Sub-System Detection to levelup init command - Add --no-decompose flag support to all scripts - Mirror architect extension subsystem detection logic
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
This PR adds subsystem detection capabilities to the
productandlevelupextensions, mirroring the functionality already present in thearchitectextension.Changes
Product Extension:
detect_subsystemsfunction to bash/powershell scripts--jsonand--no-decomposeflag supportLevelUp Extension:
detect_subsystemsfunction to bash/powershell scripts--no-decomposeflag supportTechnical Details
The subsystem detection logic:
Files Modified
extensions/product/commands/init.md- Terminology updateextensions/product/scripts/bash/setup-product.sh- Add detection functionextensions/product/scripts/powershell/setup-product.ps1- Add detection functionextensions/levelup/commands/init.md- Add Phase 0extensions/levelup/scripts/bash/setup-levelup.sh- Add detection functionextensions/levelup/scripts/powershell/setup-levelup.ps1- Add detection function