Conversation
…ed organization This commit adds default formatters for TypeScript and JSONC in the VSCode settings, enhancing code formatting consistency. Additionally, it refactors the import statements in resource.ts to consolidate model imports from individual lines into a single block, improving readability and maintainability.
…ment This commit enhances the VSCode settings by adding a default formatter for Rust files, ensuring consistent code formatting. Additionally, it refactors several Rust benchmark and filter functions for improved readability by consolidating lines and removing unnecessary whitespace. These changes aim to streamline the development process and enhance code maintainability.
…lines Created comprehensive CLAUDE.md file to help future Claude Code instances understand the codebase architecture, including: - Complete command reference for development, testing, and deployment - Multi-tenant architecture with DynamoDB sharding strategy - Workspace structure and package organization - Critical development patterns and workflows - Code style guidelines from Cursor rules Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit reformats the `tsconfig.json` and `test/tsconfig.json` files to enhance readability by organizing the "include" and "types" arrays into a more structured format. Additionally, a minor adjustment was made to the `jest.config.ts` file to ensure consistent formatting. These changes aim to improve maintainability and clarity in the configuration files.
…or enhanced functionality This commit modifies the import path in next-env.d.ts to reference the development types directory, ensuring accurate type resolution during development. Additionally, it introduces new model exports for coupon and coupon usage in index.ts, expanding the data model capabilities.
…proved compatibility This commit modifies the dependency overrides for 'tar' and 'lodash' in both package.json and pnpm-lock.yaml, upgrading 'tar' to version 7.5.6 and 'lodash' to version 4.17.23. These changes aim to enhance compatibility and ensure the use of more secure and stable package versions.
… improved formatting This commit integrates the Pino logging library into the SecureLogger class, enhancing logging performance and sanitization of user input. The logger is configured for both development and production environments, with pretty-printing enabled in development. Additionally, VSCode settings are updated to use Prettier as the default formatter for TypeScript, JavaScript, and JSONC files, ensuring consistent code formatting across the project.
…ed development experience This commit refines the logging configuration in SecureLogger by optimizing the Pino logger setup for better performance and user input sanitization. Additionally, it updates VSCode settings to ensure consistent formatting across TypeScript, JavaScript, and JSONC files, further enhancing the development workflow.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.