[memory/RAG] Missing README.md in services/memory/ — violates AGENTS.md feature directory requirement #742
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#742
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?
AGENTS.md violation: Every feature directory MUST contain a
README.mdwith what it owns, what it does NOT own, key entry points, external dependencies, and test locations.services/memory/has 8 Python files but noREADME.md.Files in scope:
services/memory/memory.py— MemoryManager (JSON file storage)services/memory/memory_extractor.py— LLM-based fact extraction + auditservices/memory/memory_vector.py— ChromaDB vector store for memoriesservices/memory/service.py— MemoryService thin wrapperservices/memory/skill_extractor.py— LLM skill extraction from agent runsservices/memory/skill_format.py— SKILL.md parser/writerservices/memory/skills.py— SkillsManager (disk-backed SKILL.md storage)services/memory/__init__.py— Public exportsAction: Create
services/memory/README.mddocumenting ownership, entry points, and dependencies.