Skip to content

Commit f91571e

Browse files
ComBbaclaude
andauthored
fix(manifest): translate marketplace.json plugin description to English (#112) (#115)
* 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

File tree

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"url": "https://github.com/Two-Weeks-Team"
77
},
88
"metadata": {
9-
"description": "Two-Weeks-Team marketplace hosting the Preview Forge plugin — a 143-agent engineering swarm implementing the 3-DD Methodology (PreviewDD → SpecDD → TestDD) for Claude Code.",
9+
"description": "Two-Weeks-Team marketplace hosting the Preview Forge plugin — a 144-agent engineering swarm implementing the 3-DD Methodology (PreviewDD → SpecDD → TestDD) for Claude Code.",
1010
"version": "1.14.1",
1111
"homepage": "https://github.com/Two-Weeks-Team/PreviewForgeForClaudeCode"
1212
},
1313
"plugins": [
1414
{
1515
"name": "pf",
16-
"description": "Preview Forge — 한 줄 아이디어143명의 Opus 4.7 가상 엔지니어링 조직이 PreviewDD · SpecDD · TestDD 3 사이클로 풀스택 앱을 freeze까지. /pf:* 14 slash commands. 인간은 디자인·배포 2 클릭만.",
16+
"description": "Preview Forge — PreviewDD → SpecDDTestDD pipeline: 144 Opus 4.7 personas turn one-line ideas into frozen full-stack apps via 15 /pf:* slash commands; humans only touch the design and ship gates. Built with Opus 4.7 hackathon.",
1717
"version": "1.14.1",
1818
"author": {
1919
"name": "Two-Weeks-Team"

0 commit comments

Comments
 (0)