Rebuild Progress Agentic RAG plugin with E2E coverage and WordPress.org release pipeline#4
Draft
ignatoffprogress wants to merge 18 commits into
Draft
Rebuild Progress Agentic RAG plugin with E2E coverage and WordPress.org release pipeline#4ignatoffprogress wants to merge 18 commits into
ignatoffprogress wants to merge 18 commits into
Conversation
feat(deployment): base pipeline for github actions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This branch replaces the legacy procedural plugin with the new WordPress.org-ready
progress-agentic-ragimplementation. It adds a namespaced PHP architecture, admin settings/indexation UI, server-side Progress API integration, manual sync/delete/label reprocessing flows, and a front-page search widget that proxies requests through WordPress without exposing the service token.It also adds full test/release tooling: Docker-based PHP lint/PHPUnit, Playwright E2E coverage for the external search widget CDN integration, release artifact checks, and GitHub Actions workflows for PR/main testing plus tag-only WordPress.org SVN deployment.
Major Changes
progress-agentic-rag.php,src/*,templates/*, scoped assets.origin/main.Tests: runs ondevelop-v2andmainpushes/PRs.Deploy to WordPress.org SVN: dry-runs on PR/manual, deploys only on numeric tag pushes.readme.txtstable tag, and changelog heading.Review Focus
BUILD_DIRcontents,.distignore, metadata checker, and tag-only deploy guard.nuclia_*options and sync-table compatibility are intentionally preserved.