-
Notifications
You must be signed in to change notification settings - Fork 0
Release v0.1.0 #22
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
Open
codevalve
wants to merge
19
commits into
main
Choose a base branch
from
release/v0.1.0
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Release v0.1.0 #22
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
Closes #10 - Add installation instructions - Document basic usage - Add example session output - Include troubleshooting tips - Add prerequisites
Complete Getting Started Documentation
Closes #11 - Add GitFlow workflow documentation - Include detailed development process - Add commit message guidelines - Provide code style guidelines - Include PR process and templates
…ines Add CONTRIBUTING.md with comprehensive guidelines
Closes #12 - Add Jest for JavaScript testing - Add BATS for shell script testing - Set up test directory structure - Create initial tests - Add GitHub Actions workflow - Update package.json with test scripts
- Add CI status badge - Add license badge - Add Node.js version badge - Add PRs welcome badge - Specify Node.js version requirement in package.json
- Fix SC2181 warning in common.sh by checking command exit code directly - Make shellcheck only fail on errors, not style warnings
- Switch to js-yaml for YAML parsing - Use CommonJS require statements in tests - Update test assertions to use js-yaml API
- Replace safeLoad with load (removed in js-yaml 4) - Update test assertions to use new API
- Use BASH_SOURCE for reliable path resolution in session-start.sh - Update test helper to use absolute paths - Fix config file path resolution
- Use project root for config file paths - Fix relative path resolution in session-start.sh
Implement test framework
- Add bin scripts for CLI commands - Add CLI dependencies (commander, inquirer, ora) - Add build and release scripts - Update package metadata - Create initial build script
- Add minimal framework-agnostic template - Add Vue.js template with best practices - Include configuration and documentation
- Rename CLI command from dsb to dev-session-buddy - Fix template manager configuration initialization - Implement full CLI commands in build script - Add comprehensive environment checks - Update documentation with new command names - Add test directory structure
- Add general task template - Add MVP final tasks template
- Add session-start.sh for development environment setup - Show branch, commits, and status info - Display quick reference for conventions - Check environment and available scripts
- Add index.js for main exports - Create .npmignore file - Update package.json dependencies - Add package verification script - Fix utils exports and function implementations - Update test infrastructure
NPM Package Release Preparation
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.
Release v0.1.0
Release Overview
This release marks the first production-ready version of Dev Session Buddy, featuring a complete CLI tool for managing development sessions with AI assistance.
Release Contents
Pre-release Checklist
Post-release Steps
Breaking Changes
None (Initial Release)
Known Issues
None
Additional Notes
This release establishes the foundation for future development and sets up the infrastructure for regular npm releases.