Add pay-x402 community extension with correct catalog-addition timestamps - #4175
Merged
Conversation
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 pay-x402 community extension with correct catalog-addition timestamps
Aug 17, 2026
mnriem
marked this pull request as ready for review
August 17, 2026 18:00
mnriem
approved these changes
Aug 17, 2026
This was referenced Aug 17, 2026
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.
The review on #3741 flagged that the new
pay-x402catalog entry declaredcreated_at/updated_atof2026-07-25, while.github/workflows/add-community-extension.mdrequires a new entry's timestamps to be the actual catalog-addition date.This branch is based on
main, which does not yet contain the entry, so the #3741 addition is carried over here with the corrected timestamps.Changes
extensions/catalog.community.json— adds thepay-x402entry withcreated_at/updated_atset to2026-08-17T00:00:00Z, matching the suggested change. The top-levelupdated_atis already2026-08-17T00:00:00Zonmain, so it is unchanged.docs/community/extensions.md— adds the corresponding catalog table row in alphabetical position.No CLI or extension code is touched; the change is catalog metadata plus the docs row it mirrors.
Opened on behalf of @mnriem by GitHub Copilot (autonomous).