[architecture] No feature-based directory structure or README.md files per AGENTS.md #673
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#673
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?
Missing README.md in feature directories
AGENTS.md rule: "Every feature directory MUST contain a
README.mdwith: what it owns, what it does NOT own, key entry points, external dependencies, test locations."The entire
src/directory is flat — all 90+ Python files live insrc/with no feature-based organization and no README.md anywhere. Specifically:src/has no README.mdImpact
Suggested fix
At minimum, add a
src/README.mdthat documents:Then, when the files are refactored into feature directories per the split issues (#664-#669), each directory gets its own README.md.
Fixed via PR #906 — added 5 README.md files to feature directories following AGENTS.md format.