[chat] No README.md in src/ or routes/ — violates AGENTS.md feature directory requirement #728
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#728
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
AGENTS.md requires:
The chat system spans
src/(chat_handler.py, chat_processor.py, chat_helpers.py, ai_interaction.py, context_compactor.py, action_intents.py, builtin_actions.py, session_actions.py, teacher_escalation.py, request_models.py) androutes/(chat_routes.py, chat_helpers.py) — but neither directory contains a README.md.Impact
Suggested fix
Create:
src/README.mddocumenting the chat domain: session management, message processing, context building, streaming, escalationroutes/README.mddocumenting the chat API surface and route-level helpers