-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
Enhancement Type
New category or subcategory
Description
How projects which are no longer maintained can be handled?
This follows the discussion in #372 (comment)
One needs to be careful with removing projects, some inactive projects may be feature complete and still working without any new commits. Other projects, like many Markdown-based projects such as skills, may be not functional from the beginning despite new commits being added (possibly by repo management bots alone), since LLMs tend to fail at following instructions #275 (comment).
Expected Benefit
A smaller number of projects on the list, highlighting the actively maintained projects.
Possible Implementation
The current (and the previous) design of the page includes a visual indication of a clock, but maybe this clock could indicate the time since last commit was made into the repo. I'm not sure what the clock icon represents currently, but it's not the repo age (see for example https://github.com/stevemolitor/claude-code.el).
Additionally, projects which exceed some time period without a commit (e.g. 6 months), could be lumped to the "Unmaintained" category. This is a drastic step, but it may be necessary to only highlight useful projects on the list (see #372 (comment)).
Checklist
- I've checked that this enhancement hasn't already been suggested
- This enhancement would improve the repository for the community