From 7b296660434597ffd99b94f00a6596ab02bb57ca Mon Sep 17 00:00:00 2001 From: Suliman Abdulrazzaq Date: Sat, 8 Aug 2026 21:50:23 +0300 Subject: [PATCH] feat(taxonomy): add Adyen --- CHANGELOG.md | 1 + taxonomy.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8019b8..08aaa64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ always bump at least minor; breaking schema changes bump major. - Add `payments/razorpay` to the closed skill taxonomy (#14). - Detect Razorpay via `razorpay` and `react-native-razorpay` imports, mapped to `payments/razorpay` (#14). - Add `auth/okta` to the closed skill taxonomy (#2). +- Add `payments/adyen` to the closed skill taxonomy (#14). ### Fixed - Improve manifest dependency detection by comparing parent and child diff --git a/taxonomy.json b/taxonomy.json index 730cb17..6eb8dc7 100644 --- a/taxonomy.json +++ b/taxonomy.json @@ -1,6 +1,6 @@ { "$comment": "Closed public vocabulary of skill slugs. This file is the ONLY source of valid values for detected_skills[].slug in the bundle: a slug not listed here makes the bundle invalid. Detection maps signatures/*.json matches to these slugs — deterministically, locally, with zero network calls. Adding a slug requires a PR to this file (and a signature definition); slugs are never hardcoded in the CLI. Placeholder set, to be expanded.", - "version": "1.14.0", + "version": "1.15.0", "skills": [ { "slug": "auth/supabase-auth", "label": "Supabase Auth" }, { "slug": "auth/nextauth", "label": "NextAuth / Auth.js" }, @@ -25,6 +25,7 @@ { "slug": "payments/paddle", "label": "Paddle" }, { "slug": "payments/braintree", "label": "Braintree" }, { "slug": "payments/razorpay", "label": "Razorpay" }, + { "slug": "payments/adyen", "label": "Adyen" }, { "slug": "ai/openai-api", "label": "OpenAI API" }, { "slug": "ai/anthropic-api", "label": "Anthropic API" }, { "slug": "ai/mcp", "label": "Model Context Protocol (MCP)" },