Commit graph

7 commits

Author SHA1 Message Date
ff28ffffe7 docs(CONTRIBUTING): simplify contribution steps and remove redundant test process
- 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.
2025-06-24 10:48:24 -07:00
23e84e43ce docs(README): update badges and improve formatting for clarity
- 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.
2025-06-24 10:42:16 -07:00
32c1ca891f chore(release): bump version to 0.9.6
- Updated version constant in `version.ts` to reflect the new release version.
- Prepares the codebase for the 0.9.6 release.
2025-06-24 10:39:15 -07:00
8a3418ea06 0.9.6 2025-06-24 10:38:13 -07:00
d18a5a6c22 refactor(worker-threads): pass functions as strings to resolve Promise cloning issues
- 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.
2025-06-24 10:38:05 -07:00
887a08b689 fix(demo): use relative paths for GitHub Pages and code.soulcraft hosting environments
- 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.
2025-06-24 10:28:12 -07:00
23e50b09bf Initial commit 2025-06-24 10:16:12 -07:00