// Package adapters provides plugin compatibility layers. // This package contains legacy adapter code that was part of a transition architecture. // The adapter functions were not being used in the current codebase. package adapters // Legacy plugin adapter functionality has been removed as it was unused. // This file is preserved for future compatibility needs if required.