- Add `Album` interface for music data structure
- Add `NumericIndices` type helper for array index types
- Add `EnsureExhaustive` type for record validation
- Add `EnvVariableKey` generic type for environment variables
- add `openAIEmbeddingTest` method to test custom dimension embeddings
- add `getCollection` method to `TypesenseProcessManager` for validation
- add node config tracking to `IntegrationTests` class for process management
- update test chain to include openai embedding test step
- add `snapshotTest` method to run snapshot test
- add private `verifySnapshot` method to check if snapshot file exists
- add private `saveSnapshot` method to take a snapshot of the Typesense process
- update `test` command to run `snapshotTest` after `conversationTest`
- add `snapshotPath` option to `integrationTestOptionsSchema` and `test` command
- pass `snapshotPath` to `IntegrationTests` constructor
- add `getSnapshotPath` getter to `TypesenseProcessManager`
- add `snapshot` method to `TypesenseProcessManager` to take a snapshot of a Typesense process
- extract `writeToNodesFile`, `createDataDirectories`, `mapNodesToDirectories` and `startAndVerifyProcesses` into a new `setupProcesses` method
- make extracted methods private
- update `test` command to use `setupProcesses` method
- simplify `test` command by removing unnecessary variable assignments
- add new github action workflow that runs after main tests
- download built binary from previous workflow artifacts
- setup node environment and run benchmark integration tests
- Add `tests` command to run typesense integration tests
- Implement conversation model and collection creation
- Add base collection with text embedding support
- Add health check verification for cluster nodes
- Support multiple node configuration with data directories
- Create typesense client instance with connection configuration
- Add methods for collection operations (create, query, index)
- Add conversation model creation support
- Add health check capability via `callOutToProcess`
- Make processes map public for external access
- Update `buildAndSave` method to return the full destination path
- Modify `save` method to return the build destination for downstream use
- Chain results using `map` to propagate the destination path
- Export `dirName` constant using `fileURLToPath` for ESM compatibility
- Replace hardcoded `__dirname` with `dirName` in `install.ts` command
- Fix imports ordering in `install.ts` for better readability
- Add process controller with cleanup and event handling
- Add process manager with process lifecycle methods
- Add port mapping for multiple nodes
- Add executable validation and process spawning
- Add createDirectory method with option to empty existing dir
- Add yesToAll flag to skip prompts
- Extract directory validation logic into reusable methods
- Add readdir check for empty directories
- Improve error handling and feedback
- Add `install` command to handle typesense installation flow
- Add command-line options parsing with zod schema validation
- Add service orchestration for build process
- Add error handling and progress reporting
- Add verbose logging support and yes-to-all flag
- Add `ServiceContainer` class to manage service dependencies
- Add initialization logic for filesystem, docker, and git services
- Add support for both host and container git operations
- Add typesense manager integration
- Add service retrieval with type safety
- Add `DockerService` class to handle container lifecycle operations
- Add methods for container validation, execution, and file copying
- Add support for building images with platform-specific configuration
- Add container start/stop operations with parallel processing
- Add logging and progress indicators using `ora` spinners
- Add `FilesystemService` class to handle directory operations
- Implement methods for existence checks, path resolution and cleanup
- Add platform detection utility for cross-platform support
- Add interactive prompt for directory creation using `inquirer`
* add endpoint to get status of alter schema ooperation of collections
* only repond status of collections in alter stage
* add collection name in response
- add `parseOptions` function that validates options against zod schema
- return validated data using `neverthrow` result type
- handle validation errors with detailed messages
- add `error.ts` with type-safe error handling functions
- add `handleError` for general and `zod` validation errors
- add tests covering various error scenarios and edge cases
- implement singleton logger with multiple log levels (ERROR, WARN, INFO, DEBUG)
- support colored output using chalk for different log types
- add message formatting for errors and objects
- include tests for logger behavior, levels and color output
- implement break method for line spacing
- add cli entrypoint with version and help commands
- set up command structure using commander.js
- add signal handlers for SIGINT and SIGTERM
- add integration tests for command behavior
- use package version from package.json
- Add `findRoot` function to locate nearest package.json in directory tree
- Add `getPackageInfo` function to parse package.json contents
- Add tests for successful path traversal and error handling