[routes] skills_routes.py at 1530 lines exceeds AGENTS.md ~400 line limit #777
Labels
No labels
area:chat
area:core
area:llm
area:routes
area:tools
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
refactor
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
sleepy/odysseus#777
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
routes/skills_routes.pyis 1530 lines with 51 function definitions mixing:Many of the 51 functions are nested inside
setup_skills_routes()making them hard to test independently.AGENTS.md violation
Suggested split
routes/skills/crud.py— basic skill CRUD routesroutes/skills/audit.py— audit and quality evaluationroutes/skills/testing.py— skill test executionroutes/skills/improvement.py— skill improvement suggestionsservices/skills/and keep routes thin