achilles/knowledge_store/
knowledge_store/ module = its own package ├── *.py constants · models · schemas ├── services/ business logic — folder from the start ├── repositories/ data access — folder from the start └── retrieval/ four search primitives + fusion
retrieval/ is its own folder