Skip to content

Commit 7b29666

Browse files
feat(taxonomy): add Adyen
1 parent 0b819c8 commit 7b29666

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ always bump at least minor; breaking schema changes bump major.
1111
- Add `payments/razorpay` to the closed skill taxonomy (#14).
1212
- Detect Razorpay via `razorpay` and `react-native-razorpay` imports, mapped to `payments/razorpay` (#14).
1313
- Add `auth/okta` to the closed skill taxonomy (#2).
14+
- Add `payments/adyen` to the closed skill taxonomy (#14).
1415

1516
### Fixed
1617
- Improve manifest dependency detection by comparing parent and child

taxonomy.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$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.",
3-
"version": "1.14.0",
3+
"version": "1.15.0",
44
"skills": [
55
{ "slug": "auth/supabase-auth", "label": "Supabase Auth" },
66
{ "slug": "auth/nextauth", "label": "NextAuth / Auth.js" },
@@ -25,6 +25,7 @@
2525
{ "slug": "payments/paddle", "label": "Paddle" },
2626
{ "slug": "payments/braintree", "label": "Braintree" },
2727
{ "slug": "payments/razorpay", "label": "Razorpay" },
28+
{ "slug": "payments/adyen", "label": "Adyen" },
2829
{ "slug": "ai/openai-api", "label": "OpenAI API" },
2930
{ "slug": "ai/anthropic-api", "label": "Anthropic API" },
3031
{ "slug": "ai/mcp", "label": "Model Context Protocol (MCP)" },

0 commit comments

Comments
 (0)