- Updated `VERSION` constant in `version.ts` to `0.9.8` for the latest release.
- Improved `generate-version.js` to dynamically update badges in `README.md` for npm, Node.js, and TypeScript.
- Enhanced badge update logic to use flexible regex matching and added warnings for missing badges.
- Strengthened maintainability of the versioning process and ensured accurate documentation updates.
- Added a new `version` script in `package.json` to execute `generate-version.js` for automated version management.
- Enhanced `generate-version.js` to dynamically update badges in `README.md` for npm version, Node.js version, and TypeScript version.
- Modified badge update logic to retrieve Node.js and TypeScript versions from `package.json` for accuracy.
- Updated `VERSION` constant in `version.ts` to `0.9.7` to reflect the latest release.
- Streamlined the versioning process for better maintainability and consistency in documentation.
- Updated `README.md` and `CONTRIBUTING.md` to streamline contribution instructions.
- Removed references to running tests (`npm test`) as part of the contribution process to reduce complexity for contributors.
- Adjusted steps to focus on creating feature branches, using conventional commit messages, and submitting pull requests.
- Simplified `package.json` by removing unused devDependencies (`jest`, `@types/jest`, `ts-jest`) to reflect the updated process.
- Replaced the Cartographer badge with the npm package version badge to align with the current project focus.
- Added commented-out placeholder for the removed Cartographer badge for future reference.
- Enhanced text formatting in `README.md` to improve readability and alignment consistency.
- Updated scaling strategy section to separate lines for readability.
- Clarified deployment details for GitHub Pages and linked workflows.
- Updated worker execution logic to pass functions as stringified versions instead of reference types to avoid cloning issues in worker threads.
- Refactored utility functions in `workerUtils` to accept serialized function strings.
- Adjusted embedding and augmentation pipeline workflows to align with the updated worker handling mechanism.
- Enhanced parallel distance calculator to support structured arguments with stringified distance functions for better compatibility.
- Updated script to use consistent relative paths for compatibility across hosting setups.
- Removed absolute path for code.soulcraft.com to ensure seamless local and hosted deployments.