Open Issues Need Help
View All on GitHubAI Summary: This is a test issue designed to demonstrate an automated workflow by implementing input validation for user preferences. The goal is to prevent invalid states by adding TypeScript type guards, user-friendly error handling, unit tests for the validation logic, and updating documentation.
AI Summary: This issue addresses inconsistent variable naming conventions across agent prompt files, which hinders maintainability and can lead to confusion for developers and LLM agents. The proposed solution involves auditing existing prompts, establishing a clear naming standard (e.g., UPPER_CASE for directories/constants, snake_case for files), documenting this standard, and updating all prompts accordingly, with a plan to integrate this into the PR review process.