🔗 Crafting — Adapters¶
This folder contains concrete adapter implementations that bridge the Crafting system to other RevFramework modules (Inventory, Currency, Economy).
Adapters live on the integration edge: - they translate Crafting abstractions into calls to external systems - they do not own data or definitions - they fail safely when dependencies are missing
All adapters here are: - optional - conditionally compiled behind feature defines - safe to include even when the target system is absent