v0.94.0
Changed
- The host scripts find Artisan by themselves (task 645).
GRIGLIA_TRANSPORTnow defaults toauto:
sync-context.py,sync-skills.py,claude-tokens.py,agent-status.pyand the persistent worker
(--transport auto|docker|local, printed at startup) probe$GRIGLIA_CONTAINERonce and, when no daemon or
no container answers, runphp artisanfrom 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|localstill 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 entrygriglia:auto-archiveneeds, caches, assets and live updates outside a container.
Full changelog: v0.93.0...v0.94.0