Skip to content

v0.94.0

Choose a tag to compare

@github-actions github-actions released this 24 Aug 10:53
· 1 commit to master since this release

Changed

  • The host scripts find Artisan by themselves (task 645). GRIGLIA_TRANSPORT now defaults to auto:
    sync-context.py, sync-skills.py, claude-tokens.py, agent-status.py and the persistent worker
    (--transport auto|docker|local, printed at startup) probe $GRIGLIA_CONTAINER once and, when no daemon or
    no container answers, run php artisan from the project root. A machine that serves Laravel with
    composer dev, Apache or nginx needs no configuration at all, instead of failing with «Cannot connect to the
    Docker daemon»; GRIGLIA_TRANSPORT=docker|local still pins the choice. Every failure now prints the
    transport in use and the variable that changes it.

Added

  • Documentation: Run Griglia without Docker
    — the transports, cron and systemd environments, file ownership between the web user and the agent, the
    scheduler entry griglia:auto-archive needs, caches, assets and live updates outside a container.

Full changelog: v0.93.0...v0.94.0