Open Issues Need Help
View All on GitHub Clean up empty template files about 2 months ago
AI Summary: Delete or populate approximately 20 empty Markdown template files (0 bytes) located within the `/templates` directory and its subdirectories. A provided bash command offers a quick solution for deletion.
Complexity:
1/5
good first issue
Archive completed TODOs from TODO.md about 2 months ago
AI Summary: Archive completed TODO items from a TODO.md file into a new file within a dedicated archive directory. This involves using command-line tools to filter and remove completed items (marked with ~~strikethrough~~) from the main TODO list.
Complexity:
1/5
good first issue
Remove duplicate meta files across directories about 2 months ago
AI Summary: Remove all '_meta.md' files from nine specified directories within the 'claude' project, standardizing on '.meta.md' files. This involves using a find command to delete the files and updating any references to the removed files.
Complexity:
1/5
bug good first issue