Skip to content

User/pruddiman/convert-ts#17

Open
PatrickRuddiman wants to merge 6 commits intomainfrom
user/pruddiman/convert-ts
Open

User/pruddiman/convert-ts#17
PatrickRuddiman wants to merge 6 commits intomainfrom
user/pruddiman/convert-ts

Conversation

@PatrickRuddiman
Copy link
Owner

  • Delete Copilot instructions and related guidance
  • Remove WriteCommit CI/CD workflow and GitVersion configuration
  • Eliminate Program.cs and its corresponding application logic
  • Delete multiple obsolete class files related to commit message generation
  • Remove ConfigurationService and OpenAIService classes along with API logic
  • Eliminate SemanticCoherenceAnalyzer and its dependency
  • Delete all project files, including solution and installation scripts
  • Remove installation scripts for universal and platform-specific setups

- Introduce commitlint configuration to enforce commit message
  formatting rules.
- Create GitHub Actions workflows for commitlint, testing, and
  publishing to npm.
- Update .gitignore to exclude TypeScript build outputs and Node.js
  files.
- Add initial changelog file following semantic versioning.

feat(readme): update features, installation, and usage guidance

- Update features and installation instructions in README.md to
  reflect new capabilities.
- Enhance configuration options and usage instructions for
  CLI and VSCode extension.
- Revise project structure and development guidelines for better
  clarity.
- Document TypeScript version updates and relevant improvements.
- Create package.json to configure scripts, dependencies, and AI options
- Add TypeScript configurations for CLI, extension, and main project
- Implement CLI for AI-powered commit message generation using OpenAI
- Add services for Git interactions, configuration management, and semantic analysis
- Create CommitGenerator for managing commit generation processes
- Introduce WriteCommit VSCode extension with command registration and error handling
- Aggregate constants and models for improved application structure
- Delete Copilot instructions and related guidance
- Remove WriteCommit CI/CD workflow and GitVersion configuration
- Eliminate Program.cs and its corresponding application logic
- Delete multiple obsolete class files related to commit message generation
- Remove ConfigurationService and OpenAIService classes along with API logic
- Eliminate SemanticCoherenceAnalyzer and its dependency
- Delete all project files, including solution and installation scripts
- Remove installation scripts for universal and platform-specific setups
- Update various package dependencies in package.json to latest versions.
- Add new development dependencies, including @commitlint and semantic-release tools.
- Update Node.js engine requirements across several modules.
- Remove deprecated or unused dependencies, including various @secretlint packages.
- Introduce new npm packages and utilities for enhanced functionality and compatibility.
- Consolidate integrity checks and funding information for multiple packages.
- Remove outdated `@azure/openai` package and add `jest`.
- Update various Babel dependencies, including adding new plugins and
  adjusting compatibility.
- Restructure `package.json` to clarify node engine requirements.
- Introduce new utility packages for development, such as
  `is-inside-container` and `is-number`.
- Enhance funding information for several packages to support ongoing
  development.
- Streamline dependency list by removing unused or deprecated packages.
- Update the `package-lock.json` to reflect changes in `package.json`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments