Skip to content

Commit e5d9504

Browse files
jdevalkclaude
andcommitted
Remove arbitrary 5-keyword limit from core spec
The limit of 5 keywords is a WordPress.org convention, not a universal requirement. Other ecosystems (TYPO3, Shopify, VS Code) have no such constraint. Individual extensions to the spec can impose their own limits if needed. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b13c3e2 commit e5d9504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ The description SHOULD be written in plain text, and clients MUST escape any spe
344344

345345
The `keywords` property specifies keywords to assist users in searching for packages.
346346

347-
Keywords MUST be a list, represented as a JSON Array. The list SHOULD NOT contain more than 5 items. Clients MAY truncate the list to 5 items.
347+
Keywords MUST be a list, represented as a JSON Array.
348348

349349
Each item of the array MUST be a string.
350350

0 commit comments

Comments
 (0)