yike5460 / intelli-ops

http://fp8.co
Apache License 2.0
1 stars 0 forks source link

feat: merge from main to dev branch #10

Closed yike5460 closed 3 months ago

yike5460 commented 3 months ago

Description

This pull request includes several changes to the project codebase and configuration files. The primary changes are:

  1. Addition of type declaration files: New .d.ts files have been added to the dist/src directory, providing type declarations for the TypeScript source files. This improves the development experience by enabling better type checking and code completion in IDEs.

  2. Reorganization of test files: The unit_tests.ts file has been moved from the dist/test directory to the test directory, and its corresponding type declaration file has been renamed accordingly.

  3. Updates to build scripts and configuration: The tsconfig.json file has been modified, likely to accommodate the changes in the project structure and the addition of type declaration files. The src/code_layout.sh script has also been updated, potentially to reflect the changes in the project layout.

  4. File additions and removals: A new combined_code_dump.txt file has been added to the src directory, while the combined_code_dump.txt file in the root directory has been removed. Additionally, the action.yml, README.md, and .github/workflows/code-review.yml files have been modified, suggesting updates to the project's GitHub Actions workflow, documentation, and metadata.

  5. Source code modifications: The src/index.ts and src/ut_ts.ts files have been modified, indicating changes to the project's core functionality and unit tests.

Type of change

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Test Configuration:

Checklist: