Tags: Automattic/jetpack
Tags
Agents Manager: add standalone plugin that loads the agents-manager p… …ackage (#49468) * Add design spec for standalone agents-manager dev/test plugin Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * Spec: add admin notice when Jetpack inactive/disconnected Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * Agents Manager: add standalone dev/test plugin Adds a minimal plugin in projects/plugins/agents-manager that loads the automattic/jetpack-agents-manager package (extracted in #49202) and calls Agents_Manager::init(). Shows an admin notice when Jetpack is not active and connected. Includes README and PHPCS text-domain config. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * Agents Manager: drop build script placeholders from composer.json The central 'jetpack build' command generates the autoloader via composer install; the build-development/build-production scripts are optional and only needed for JS/asset builds, which this plugin has none of. Also drops unused test-only require-dev deps. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * Agents Manager: set up GitHub mirror with releases (no wp.org) Adds mirror-repo (Automattic/agents-manager) with autotagger + autorelease so the plugin is mirrored to a standalone GitHub repo and gets tagged/released on release branches. Includes beta-plugin-slug for Jetpack Beta Tester installs. No wp-plugin-slug / wp-svn-autopublish, so nothing is published to WordPress.org. Adds the supporting files a mirror needs: .gitattributes (production-include rules so vendor/jetpack_vendor reach the mirror) and CHANGELOG.md. Verified with 'jetpack build --for-mirrors': the generated mirror bundles the package, vendor autoloader, and the release workflows. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * Agents Manager: fix CI - autoloader-suffix version, phan config, changelog .gitkeep - autoloader-suffix now encodes the 0.1.0-alpha plugin version (changelogger validity check requires it to match). - Add .phan/config.php (project-structure check requires it for projects with PHP files). Phan runs clean, 0 issues. - Add changelog/.gitkeep so the changelog dir survives releases. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * Agents Manager: track composer.lock, remove from Beta Tester - Track composer.lock (generated via composer-update-monorepo.sh) to match the convention used by all other monorepo plugins; remove it from .gitignore. - Remove beta-plugin-slug so the plugin is not offered by the Jetpack Beta Tester plugin. Set autorelease.slug to 'agents-manager' so GitHub release artifacts keep that name without the beta slug fallback. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * Agents Manager: keep beta-plugin-slug, refresh lock for connection 8.6 - Restore beta-plugin-slug (required: a plugin's phpcs textdomain must match its wp/beta slug). The plugin still won't appear in Beta Tester without the separate server-side registration, which we are not adding. - Regenerate composer.lock against trunk's jetpack-connection 8.6.x-dev. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Updated package versions for automattic/jetpack-search-plugin
Agents Manager: 0.1.0 Release version 0.1.0: - Bump plugin version + autoloader-suffix to 0.1.0. - Consolidate changelog into the 0.1.0 entry. - Pin monorepo dependency versions for release. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
PreviousNext