Nucleo KFC Stage 0

Fuente JSON editable, bundle cacheado, API unica y renderer admin obediente.

Contratos activos

{
    "backend_capabilities": {
        "source_kind": "json-file",
        "bundle_kind": "json-cache",
        "api_protocol": "query-rest-hybrid",
        "operations": [
            "runtime",
            "schema",
            "list",
            "detail",
            "create",
            "update",
            "action"
        ],
        "views": [
            "list",
            "detail",
            "create",
            "update"
        ],
        "supports_i18n": true,
        "supports_permissions": true,
        "supports_cache": true,
        "supports_delete": false,
        "supports_search": false
    },
    "cache": {
        "strategy": "source-hash",
        "invalidate_on": [
            "source-write",
            "manual-reload"
        ],
        "bundle_path": "private/var/cache/kfc-stage0.bundle.json"
    },
    "i18n": {
        "default_locale": "es",
        "fallback_locale": "en",
        "available_locales": [
            "es",
            "en"
        ]
    }
}