• v0.1.4 dca0349e8c

    Actually commit api-client-php's vendor/ - it was silently gitignored
    Docker-Images bauen und veröffentlichen / build (, omsorgCore/Dockerfile, omsorgcore) (push) Successful in 3s
    Docker-Images bauen und veröffentlichen / build (, omsorgWeb/Dockerfile, omsorgweb) (push) Successful in 6s
    Docker-Images bauen und veröffentlichen / build (, omsorgapp/Dockerfile, omsorgapp) (push) Successful in 4s

    admin released this 2026-08-10 16:51:21 +00:00 | 5 commits to main since this release

    omsorgCore/CLAUDE.md documents vendor/ as committed so the app can run
    without a composer install step, but the generator's own .gitignore
    (api-client-php/.gitignore) excludes /vendor/ - it only ever existed
    untracked on disk locally, which is why the Docker build worked for me
    but mitarbeiter-app crashed at runtime on a real (fresh-checkout) deploy:
    "Failed opening required '.../api-client-php/vendor/autoload.php'".
    Verified by building from a git-archive-simulated fresh checkout with
    this fix applied - mitarbeiter-app's login page now renders without the
    fatal error.

    Co-Authored-By: Claude Sonnet 5 noreply@anthropic.com

    Downloads