"""Minimal REFRAG stub - for health checks"""
class EdenREFRAG:
    def __init__(self):
        self.status = "operational"
