Add AgentPay x402 extension to community catalog - #4174
Merged
Conversation
…d timestamps Assisted-by: GitHub Copilot (model: unknown, autonomous) Co-authored-by: mnriem <15701806+mnriem@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix code based on review comments
Add AgentPay x402 extension to community catalog
Aug 17, 2026
mnriem
marked this pull request as ready for review
August 17, 2026 17:45
The default-setup CodeQL run failed with a transient GitHub server error and could not be retried on its own. Empty commit to force a clean re-run. Assisted-by: GitHub Copilot (model: Claude Opus 4.8, autonomous) Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 20f1fc64-ba5b-4f3d-82af-855c43952ab3
Prior default-setup CodeQL init failed on transient GitHub API 503s. Retrying now that the API has recovered. Assisted-by: GitHub Copilot (model: Claude Opus 4.8, autonomous) Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 20f1fc64-ba5b-4f3d-82af-855c43952ab3
GitHub API Requests outage (feature-enablement endpoint) has recovered; retriggering CodeQL for a clean run. Assisted-by: GitHub Copilot (model: Claude Opus 4.8, autonomous) Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 20f1fc64-ba5b-4f3d-82af-855c43952ab3
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.
Applies the single review comment from PR #3741's review thread: a new catalog entry must carry the actual catalog-addition date in
created_at/updated_at, per.github/workflows/add-community-extension.md:177-178, but thepay-x402entry claimed2026-07-25.Because this branch was cut from
main(which does not contain #3741's commit), the entry itself is included here alongside the correction.Changes
extensions/catalog.community.json— adds thepay-x402entry in alphabetical position (beforeplan-review-gate), with both timestamps set to the catalog-addition date rather than the originally submitted date.docs/community/extensions.md— adds the matching row to the community extensions table.No code paths are touched;
tests/contract/test_catalog_schema.pycovers the schema constraints for this entry.