Scolta 1.0.0-rc2
Scolta 1.0.0-rc2
Second release candidate for Scolta 1.0 — AI-powered search for Drupal, WordPress, and Laravel.
Highlights
scolta:buildnow auto-publishes vendor assets. After a successful build (PHP indexer, queue dispatch, or binary), the command runsvendor:publish --tag=scolta-assets --forceto ensure published JS/CSS/WASM matches the installed package version. Previously,composer updateleft stale published assets in place.- Health endpoint and status command verify asset freshness.
assets_publishedwas a boolean existence check that reportedtrueeven when published JS was outdated. Now compares sha256 of published JS against the canonical checksum. Returnsassets_current: falseand a warning when stale.
Full changes since rc1
scolta:buildnow auto-publishes vendor assets. After a successful build (PHP indexer, queue dispatch, or binary), the command runsvendor:publish --tag=scolta-assets --forceto ensure the published JS/CSS/WASM inpublic/vendor/scolta/matches the installed package version. Previously, package updates via Composer left stale published assets in place, which could serve outdated JavaScript missing critical fixes.- Health endpoint and status command now verify asset freshness.
assets_publishedwas a boolean existence check that reportedtrueeven when published JS was outdated and missing critical fixes. The health endpoint now compares the sha256 of published JS against the canonical checksum from scolta-php. A newassets_currentfield (true/false) andassets_warningmessage appear when assets are stale. The status command shows "published (current)" vs "published (STALE)" with a remediation hint. scolta:statusnow shows "php (recommended)" when indexer isauto, matchingscolta:buildbehavior. Previously showed "binary (auto-detected)" when Pagefind was installed, contradicting the build command which correctly resolves auto→php. Binary status details are now only shown when indexer is explicitly set tobinary.- CRITICAL: Amazee auto-provisioning no longer silently overrides users who configured their API key.
Full Changelog: https://github.com/tag1consulting/scolta-laravel/blob/v1.0.0-rc2/CHANGELOG.md
⚠️ This is a release candidate. Please report any issues at https://github.com/tag1consulting/scolta-laravel/issues