-
Notifications
You must be signed in to change notification settings - Fork 0
Testing, Manual Commits, Shortcuts and More #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
- Replace simple preview confirmation with interactive edit options - Add ability to edit type, scope, subject, and body individually - Pre-fill previous values when editing fields - Re-validate scope when commit type changes - Add cancel option to exit commit flow - Require explicit config file instead of using fallback defaults
- Update Angular preset example to use perf type - Add hint explaining additional types in Angular convention - Improve type safety for preset options
- Add labcommitr-sandbox.sh script for isolated testing - Update sandbox directory from .test-temp to .sandbox - Add npm scripts for sandbox management - Update gitignore and tsconfig to exclude sandbox directory
- Add Development & Testing section with sandbox commands - Include quick reference for sandbox operations - Link to detailed testing documentation
• Skip file preview when all required fields provided via CLI • Preserve and display original command for manual commits • Fix optional body prompt triggering in direct commit path • Add --body option to commit command with help text • Improve error handling for unquoted CLI arguments • Refactor commit action into two paths: direct (complete) and interactive (incomplete)
• Add --preserve-config option to sandbox reset • Create reset-sandbox.sh helper script for in-sandbox resets • Add sandbox directory detection for running from within sandbox • Automatically update reset script during sandbox reset • Improve reset workflow with preserve/remove config options
• Document new reset options and --preserve-config flag • Add examples for resetting from within sandbox • Update TLDR section with new reset commands • Clarify script options and usage patterns
• Add comment explaining sandbox directory is for testing • Note that only scripts are tracked, not sandbox contents
• Add keyboard shortcuts module with auto-assignment algorithm • Enable shortcuts by default in generated configurations • Generate default shortcut mappings for commit types in init workflow • Implement input interception for single-character shortcut selection • Add shortcuts support to type, preview, and body input prompts • Include shortcuts configuration in advanced section with validation • Support custom shortcut mappings with auto-assignment fallback • Display shortcut hints in prompt labels when enabled
🦋 Changeset detectedLatest commit: 0921107 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
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.
See specific commits for a detailed list of changes. Here is an overview of the most important changes: