Skip to content

Commit 34b0c54

Browse files
committed
fix: address @wshobson review feedback on #496
1. marketplace.json unicode regression FIXED. Same fix as #495: reset the file to upstream HEAD and did a string-based append of only the new signed-audit-trails entry. No other entries are touched. Verified with grep on \\u escape sequences returning 0. 2. refs.arewm.com/agent-commit/v0.2 link verified. curl -sIL returns HTTP 200; the page is live and correct. Non-blocking thought (standalone plugin vs skill under protect-mcp) acknowledged; keeping as standalone for v0.1 since the user-evaluation path ('read before commit to infrastructure') works better without requiring protect-mcp install first. Happy to restructure if the maintainer prefers the nested-skill shape. Strict-form --fail-on-missing-policy true production example deferred to a follow-up SKILL revision. Not in this fix since it would be new content rather than a bug fix.
1 parent 7d7fb73 commit 34b0c54

1 file changed

Lines changed: 7 additions & 24 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 7 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{
1414
"name": "documentation-standards",
1515
"source": "./plugins/documentation-standards",
16-
"description": "HADS (Human-AI Document Standard) \u2014 semantic tagging convention for writing docs that work efficiently for both humans and AI models. Reduces token consumption by separating machine-critical facts from human context.",
16+
"description": "HADS (Human-AI Document Standard) semantic tagging convention for writing docs that work efficiently for both humans and AI models. Reduces token consumption by separating machine-critical facts from human context.",
1717
"version": "1.0.0",
1818
"author": {
1919
"name": "Niksa Barlovic",
@@ -900,7 +900,7 @@
900900
"description": "Binary reverse engineering, malware analysis, firmware security, and software protection research for authorized security research, CTF competitions, and defensive security",
901901
"version": "1.0.0",
902902
"author": {
903-
"name": "D\u00e1vid Balatoni",
903+
"name": "Dávid Balatoni",
904904
"url": "https://github.com/balcsida"
905905
},
906906
"homepage": "https://github.com/wshobson/agents",
@@ -909,7 +909,7 @@
909909
},
910910
{
911911
"name": "conductor",
912-
"description": "Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context \u2192 Spec & Plan \u2192 Implement",
912+
"description": "Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context Spec & Plan Implement",
913913
"version": "1.2.1",
914914
"author": {
915915
"name": "Seth Hobson",
@@ -1002,7 +1002,7 @@
10021002
"url": "https://github.com/Anasss/qa-orchestra.git",
10031003
"path": "."
10041004
},
1005-
"description": "Multi-agent QA toolkit with 10 specialized agents covering the full QA lifecycle \u2014 orchestrator, environment-manager, functional-reviewer, test-scenario-designer, browser-validator, automation-writer, manual-validator, bug-reporter, release-analyzer, and smart-test-selector. Stack-agnostic, output-chained, designed around live validation via Chrome MCP.",
1005+
"description": "Multi-agent QA toolkit with 10 specialized agents covering the full QA lifecycle orchestrator, environment-manager, functional-reviewer, test-scenario-designer, browser-validator, automation-writer, manual-validator, bug-reporter, release-analyzer, and smart-test-selector. Stack-agnostic, output-chained, designed around live validation via Chrome MCP.",
10061006
"version": "1.0.0",
10071007
"author": {
10081008
"name": "Anass Rach",
@@ -1015,7 +1015,7 @@
10151015
{
10161016
"name": "protect-mcp",
10171017
"source": "./plugins/protect-mcp",
1018-
"description": "Cedar policy enforcement + Ed25519 signed receipts for every Claude Code tool call. First cryptographic governance plugin \u2014 decisions are policy-gated before they run and every decision produces a tamper-evident receipt verifiable offline.",
1018+
"description": "Cedar policy enforcement + Ed25519 signed receipts for every Claude Code tool call. First cryptographic governance plugin decisions are policy-gated before they run and every decision produces a tamper-evident receipt verifiable offline.",
10191019
"version": "0.1.0",
10201020
"author": {
10211021
"name": "Tom Farley",
@@ -1025,15 +1025,7 @@
10251025
"homepage": "https://veritasacta.com",
10261026
"license": "MIT",
10271027
"category": "governance",
1028-
"keywords": [
1029-
"cedar",
1030-
"receipts",
1031-
"ed25519",
1032-
"policy",
1033-
"governance",
1034-
"audit",
1035-
"compliance"
1036-
]
1028+
"keywords": ["cedar", "receipts", "ed25519", "policy", "governance", "audit", "compliance"]
10371029
},
10381030
{
10391031
"name": "signed-audit-trails",
@@ -1048,16 +1040,7 @@
10481040
"homepage": "https://veritasacta.com",
10491041
"license": "MIT",
10501042
"category": "governance",
1051-
"keywords": [
1052-
"tutorial",
1053-
"skill",
1054-
"recipe",
1055-
"audit",
1056-
"governance",
1057-
"cedar",
1058-
"receipts",
1059-
"ed25519"
1060-
]
1043+
"keywords": ["tutorial", "skill", "recipe", "audit", "governance", "cedar", "receipts", "ed25519"]
10611044
}
10621045
]
10631046
}

0 commit comments

Comments
 (0)