Commit f91571e
* fix(manifest): translate marketplace.json plugin description to English (#112)
The `plugins[0].description` field in `.claude-plugin/marketplace.json` was
still Korean and is the string Claude Code surfaces in `/plugins` and the
marketplace browse UI. PR #114 already fixed `plugin.json`, but this manifest
was missed. Replace the Korean string with a single-sentence English
description that mirrors the canonical phrasing in
`plugins/preview-forge/.claude-plugin/plugin.json`.
While translating, fix the stale counts that were embedded in the old copy:
143 → 144 personas (current agent count) and 14 → 15 `/pf:*` slash commands
(15 since `/pf:preview` shipped in v1.13). The rewrite stays within the
~240-character marketplace UI truncation budget, names the PreviewDD →
SpecDD → TestDD methodology, and references the two human gates (design,
ship) plus the Opus 4.7 hackathon framing.
No other fields are touched; `plugins[0].version` stays 1.14.1, key order
and indentation are preserved, and `bash scripts/verify-plugin.sh` still
reports 59/59 passing.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* fix(manifest): also update marketplace metadata.description count 143→144 (#112 follow-up)
Caught by Gemini code review on PR #115. The plugin description was
updated but the marketplace-level metadata.description (line 9) still
referenced a "143-agent engineering swarm". Corrected to 144 to match
the rest of the file and the actual repo agent inventory.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 44edb7a commit f91571e
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments