Open Issues Need Help
View All on GitHubAI Summary: Debug and improve a filtering script used to evaluate KaiCode projects. The script currently fails to correctly identify projects meeting specific criteria, as evidenced by two instances where a qualifying project was incorrectly rejected. The goal is to identify and fix the bug in the script to ensure accurate project evaluation.
AI Summary: Debug and fix the project creation date check in the KaiCode project judge. The current check incorrectly identifies projects older than 5 years, even though many projects from 2025 (more than 5 years old from the time of the issue) are being flagged.
AI Summary: Improve the logic for detecting large files within KaiCode 2025 projects. The current system is incorrectly flagging files as too large, leading to user frustration. The task involves reviewing the existing large file detection mechanism and refining it to accurately identify files exceeding the defined size limit.
AI Summary: Improve the README length checking mechanism in the KaiCode 2025 project judging system to accommodate longer READMEs, addressing participant feedback regarding insufficient length allowance.