You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Move driver bridging to AFTER filesystem metadata loading in
MetadataPlugin.start() to prevent system metadata from being
persisted into the database on every cold boot.
2. Gate register()/unregister() persistence on both protocol
('datasource:') AND contract.capabilities.write to respect
the loader's declared write capability.
3. Update README architecture diagram to say "datasource-backed
storage" instead of "planned" for DatabaseLoader consistency.
4. Added 3 new tests: read-only datasource loader filtering for
register/unregister, and driver bridging ordering verification.
Agent-Logs-Url: https://github.com/objectstack-ai/framework/sessions/856d4345-f537-4680-9c7e-e0ddd81cfa30
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
0 commit comments