Taxonomy 1.15.0: payments/adyen (#14) - #80
Merged
jpbelmo merged 3 commits intoAug 10, 2026
Conversation
SulimanAbdulrazzaq
force-pushed
the
agent/add-adyen-taxonomy
branch
from
August 9, 2026 06:30
27c713c to
7b29666
Compare
# Conflicts: # CHANGELOG.md
4 tasks
# Conflicts: # CHANGELOG.md
Collaborator
|
Pushed the 1.16.0 bump and the CHANGELOG merge to your branch (you'd anticipated exactly this in the PR description, and we're cutting a release today so I didn't want to wake you for it). Content untouched. Merging on green CI. |
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.
What does this PR do, and why does it fit the north star?
Adds
payments/adyento the closed skill taxonomy and advances its version from 1.14.0 to 1.15.0.Adyen is an established payment provider whose official
@adyen/api-librarySDK cannot currently be represented by the closed vocabulary. Adding the slug first allows a separate Tier 1 package-map PR to detect that unambiguous SDK import without weakening the taxonomy boundary.This is part one of the two-PR process agreed in #14. No detection map changes are included here.
Checklist
npm test) — focused affected suites pass; the complete suite was previously limited by Windows Git-fixture timingnpm run typecheckpassesIf this touches WHAT data leaves the machine, or WHERE it's sent
Docs and changelog
CHANGELOG.mdentry added under[Unreleased]Additional context
The branch is updated with current upstream
main, preserving the upstream Okta detection entry while retaining the Adyen taxonomy addition. The final PR diff remains limited totaxonomy.jsonandCHANGELOG.md.Validation after updating from upstream:
structural-signal.test.tsandprivate-label.test.tswith 30-second test/hook timeouts: 12 passednpm run typecheck: passednpm run build: passedgit diff --check: passedThe earlier Windows Node 20 failures were timeouts/Windows temporary-directory locking in unrelated privacy fixtures. The exact base SHA passes Windows Node 20. Fresh CI on the conflict-free branch passes all seven jobs, including Windows Node 20.
The follow-up package-map entry for
@adyen/api-libraryremains blocked until this taxonomy slug is merged.