# Validation Report — Core 0.78.24.2

| Kontrola | Wynik |
|---|---:|
| PHP lint | PASS |
| Liczba plików PHP | 15 |
| Static validator | PASS |
| ZIP unzip test | PASS |
| Brak `app/config.php` | PASS |
| Brak `public_html/config.php` | PASS |
| Brak `.env` | PASS |

## Static validator output

```json
{
    "status": "PASS",
    "checks": [
        {
            "key": "file_app/bootstrap.php",
            "ok": true,
            "message": "app/bootstrap.php exists"
        },
        {
            "key": "file_app/enterprise_safety_guard_repair.php",
            "ok": true,
            "message": "app/enterprise_safety_guard_repair.php exists"
        },
        {
            "key": "file_app/enterprise_or_event_stream.php",
            "ok": true,
            "message": "app/enterprise_or_event_stream.php exists"
        },
        {
            "key": "file_app/system_runtime_preflight.php",
            "ok": true,
            "message": "app/system_runtime_preflight.php exists"
        },
        {
            "key": "file_public_html/upgrade_0_78_24_2.php",
            "ok": true,
            "message": "public_html/upgrade_0_78_24_2.php exists"
        },
        {
            "key": "file_public_html/system_or_event_stream.php",
            "ok": true,
            "message": "public_html/system_or_event_stream.php exists"
        },
        {
            "key": "file_database/migrations/112_core_0_78_24_2_or_event_stream_preflight_repair.sql",
            "ok": true,
            "message": "database/migrations/112_core_0_78_24_2_or_event_stream_preflight_repair.sql exists"
        },
        {
            "key": "bootstrap_version_078242",
            "ok": true,
            "message": "BALT_VERSION is 0.78.24.2"
        },
        {
            "key": "bootstrap_loads_safety_repair",
            "ok": true,
            "message": "bootstrap loads safety repair helper"
        },
        {
            "key": "helper_apply_exists",
            "ok": true,
            "message": "0.78.24.2 apply helper exists"
        },
        {
            "key": "helper_disables_or_auto",
            "ok": true,
            "message": "OR auto settings are disabled by helper"
        },
        {
            "key": "helper_quarantines_outbox",
            "ok": true,
            "message": "helper keeps Communication Outbox safety repair"
        },
        {
            "key": "or_preflight_sources_alias",
            "ok": true,
            "message": "OR Event Stream preflight exposes source map keys expected by Runtime Preflight"
        },
        {
            "key": "or_preflight_legacy_optional",
            "ok": true,
            "message": "OR Event Stream preflight treats legacy source absence as optional on empty DB"
        },
        {
            "key": "preflight_or_sources_078242_remediation",
            "ok": true,
            "message": "Runtime Preflight source-map remediation points to 0.78.24.2"
        },
        {
            "key": "preflight_legacy_sources_pass_info",
            "ok": true,
            "message": "legacy source absence is informational/pass on empty DB"
        },
        {
            "key": "preflight_safety_guard_078242",
            "ok": true,
            "message": "Runtime Preflight includes 0.78.24.2 checks"
        },
        {
            "key": "upgrade_calls_repair",
            "ok": true,
            "message": "Upgrade calls repair helper"
        },
        {
            "key": "no_secrets",
            "ok": true,
            "message": "No secrets included: "
        }
    ],
    "failed": []
}
```
