161a3d5d61
Drop 'from __future__ import annotations' from store.py and use quoted forward refs instead. Add matching quotes in config.py for KnowledgebaseConfig.from_dict and WorkspaceConfig.from_dict — these were raising NameError at class-definition time after an earlier lint pass stripped the future import that had been masking them.