From 150e2faba829b8e9008fd9bcd4b4856c840717f8 Mon Sep 17 00:00:00 2001 From: Ramon Corrales Date: Wed, 27 May 2026 14:32:37 -0500 Subject: [PATCH] chore: update repository metadata Co-authored-by: Codex --- .github/workflows/ci.yml | 2 +- .github/workflows/maintain-main.yml | 2 +- .github/workflows/release.yml | 2 +- AGENTS.md | 4 ++-- README.md | 4 ++-- composer.json | 8 ++++---- composer.lock | 2 +- languages/wpvdb-search-es_ES.mo | Bin 3332 -> 3332 bytes languages/wpvdb-search-es_ES.po | 4 ++-- languages/wpvdb-search.pot | 2 +- wpvdb-search.php | 2 +- 11 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4aed582..70f0125 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ permissions: jobs: run: - uses: rbcorrales/wpvdb-scripts/.github/workflows/plugin-ci.yml@main + uses: Automattic/wpvdb-scripts/.github/workflows/plugin-ci.yml@main with: timeout-minutes: 10 composer-install: true diff --git a/.github/workflows/maintain-main.yml b/.github/workflows/maintain-main.yml index 6b8113f..844f3fb 100644 --- a/.github/workflows/maintain-main.yml +++ b/.github/workflows/maintain-main.yml @@ -11,7 +11,7 @@ permissions: jobs: run: - uses: rbcorrales/wpvdb-scripts/.github/workflows/plugin-maintain-main.yml@main + uses: Automattic/wpvdb-scripts/.github/workflows/plugin-maintain-main.yml@main with: timeout-minutes: 15 composer-install: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 206ebd9..8826e11 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ permissions: jobs: run: - uses: rbcorrales/wpvdb-scripts/.github/workflows/plugin-release.yml@main + uses: Automattic/wpvdb-scripts/.github/workflows/plugin-release.yml@main with: tag: ${{ github.event.inputs.tag || github.ref_name }} plugin-slug: wpvdb-search diff --git a/AGENTS.md b/AGENTS.md index f176e47..04d0b3e 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -5,8 +5,8 @@ Agent guidance for this repository. Keep this file focused on non-obvious constr ## Boundaries - Do not add credentials, tokens, application passwords, site-specific hostnames, or private deployment details. -- Keep UI, demo page rendering, public Smart Search REST routing, example prompts, and browser assets in `https://github.com/rbcorrales/wpvdb-smart-search`. -- Do not add ingestion, queueing, provider settings, or embedding storage ownership here. Those belong in `https://github.com/rbcorrales/wpvdb`. +- Keep UI, demo page rendering, public Smart Search REST routing, example prompts, and browser assets in `https://github.com/Automattic/wpvdb-smart-search`. +- Do not add ingestion, queueing, provider settings, or embedding storage ownership here. Those belong in `https://github.com/Automattic/wpvdb`. - Keep Playground fixture behavior in `https://github.com/rbcorrales/wpvdb-playground-demo`. This repo can expose hooks and fallbacks, but it should not hardcode demo models or sample data. ## Search correctness diff --git a/README.md b/README.md index 89c3dd6..db698fe 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # WPVDB Search -[![Checks](https://github.com/rbcorrales/wpvdb-search/actions/workflows/ci.yml/badge.svg)](https://github.com/rbcorrales/wpvdb-search/actions/workflows/ci.yml) +[![Checks](https://github.com/Automattic/wpvdb-search/actions/workflows/ci.yml/badge.svg)](https://github.com/Automattic/wpvdb-search/actions/workflows/ci.yml) [![WordPress](https://img.shields.io/badge/WordPress-6.9%2B-3858e9?logo=wordpress&logoColor=white)](#requirements) [![PHP](https://img.shields.io/badge/PHP-8.3%2B-777bb4?logo=php&logoColor=white)](#requirements) [![License](https://img.shields.io/badge/License-GPLv2%2B-blue.svg)](LICENSE) Shared dense, sparse, and hybrid search primitives for content indexed by [`wpvdb`](https://github.com/Automattic/wpvdb). -This plugin is the canonical PHP search service used by [`wpvdb-smart-search`](https://github.com/rbcorrales/wpvdb-smart-search), [`wpvdb-blocks`](https://github.com/rbcorrales/wpvdb-blocks), WordPress Abilities, MCP clients, and WordPress query integrations. +This plugin is the canonical PHP search service used by [`wpvdb-smart-search`](https://github.com/Automattic/wpvdb-smart-search), [`wpvdb-blocks`](https://github.com/Automattic/wpvdb-blocks), WordPress Abilities, MCP clients, and WordPress query integrations. For WordPress query integrations that need to hydrate results in their own `WP_Query` context, the service also exposes `Search::post_ids()`. It returns a ranked pool of unique post IDs while preserving the existing `Search::run()` response shape and the public 20 result cap. diff --git a/composer.json b/composer.json index c00e541..f1d163d 100644 --- a/composer.json +++ b/composer.json @@ -1,9 +1,9 @@ { - "name": "rbcorrales/wpvdb-search", + "name": "automattic/wpvdb-search", "description": "Shared dense, sparse, and hybrid search primitives for wpvdb.", "type": "wordpress-plugin", "license": "GPL-2.0-or-later", - "homepage": "https://github.com/rbcorrales/wpvdb-search", + "homepage": "https://github.com/Automattic/wpvdb-search", "authors": [ { "name": "Automattic", @@ -51,8 +51,8 @@ } }, "support": { - "issues": "https://github.com/rbcorrales/wpvdb-search/issues", - "source": "https://github.com/rbcorrales/wpvdb-search" + "issues": "https://github.com/Automattic/wpvdb-search/issues", + "source": "https://github.com/Automattic/wpvdb-search" }, "config": { "platform": { diff --git a/composer.lock b/composer.lock index 1a0503a..5662caa 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "b453b08527ade0d294df5f43b1d4dd22", + "content-hash": "31213aed1e5dd9532f372f2e2732fee9", "packages": [], "packages-dev": [ { diff --git a/languages/wpvdb-search-es_ES.mo b/languages/wpvdb-search-es_ES.mo index f9debe5601449d34b320cb65b1922776caf511f9..0cfcf599654dd03201a8880f1f2dac8c72d0c15b 100644 GIT binary patch delta 51 ycmZpXYLVKogOQP8@=iu~M)A#zOo}XAj-@5}xrrqunaP`V*m~KJ_>&LwI068Y_Yji+ delta 51 ycmZpXYLVKogOO2u@=iu~MuyFdOo}XAMM=r|MMa4@sl}Uh*m~KJ_>&LwI068c{SdnV diff --git a/languages/wpvdb-search-es_ES.po b/languages/wpvdb-search-es_ES.po index 72707bf..0a7d6c5 100644 --- a/languages/wpvdb-search-es_ES.po +++ b/languages/wpvdb-search-es_ES.po @@ -22,8 +22,8 @@ msgstr "WPVDB Search" #. Plugin URI of the plugin #: wpvdb-search.php -msgid "https://github.com/rbcorrales/wpvdb-search" -msgstr "https://github.com/rbcorrales/wpvdb-search" +msgid "https://github.com/Automattic/wpvdb-search" +msgstr "https://github.com/Automattic/wpvdb-search" #. Description of the plugin #: wpvdb-search.php diff --git a/languages/wpvdb-search.pot b/languages/wpvdb-search.pot index 14d5c9c..f449c2b 100644 --- a/languages/wpvdb-search.pot +++ b/languages/wpvdb-search.pot @@ -22,7 +22,7 @@ msgstr "" #. Plugin URI of the plugin #: wpvdb-search.php -msgid "https://github.com/rbcorrales/wpvdb-search" +msgid "https://github.com/Automattic/wpvdb-search" msgstr "" #. Description of the plugin diff --git a/wpvdb-search.php b/wpvdb-search.php index 9dfe50a..4ef86ce 100644 --- a/wpvdb-search.php +++ b/wpvdb-search.php @@ -1,7 +1,7 @@