Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"plugins": [
{
"name": "ask-questions-if-underspecified",
"version": "1.0.0",
"version": "1.0.1",
"description": "Clarify requirements before implementing. When doubting, ask questions.",
"author": {
"name": "Kevin Valerio",
Expand All @@ -31,7 +31,7 @@
},
{
"name": "building-secure-contracts",
"version": "1.0.0",
"version": "1.0.1",
"description": "Comprehensive smart contract security toolkit based on Trail of Bits' Building Secure Contracts framework. Includes vulnerability scanners for 6 blockchains and 5 development guideline assistants.",
"author": {
"name": "Omar Inuwa"
Expand Down Expand Up @@ -193,7 +193,7 @@
},
{
"name": "modern-python",
"version": "1.2.0",
"version": "1.3.0",
"description": "Modern Python best practices. Use when creating new Python projects, and writing Python scripts, or migrating existing projects from legacy tools.",
"author": {
"name": "William Tan",
Expand Down
4 changes: 4 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,3 +196,7 @@ Before submitting:
- [ ] Plugin has README.md
- [ ] Added to root README.md table
- [ ] Registered in marketplace.json

**Version updates (for existing plugins):**
- [ ] Increment version in both `plugin.json` and `.claude-plugin/marketplace.json` when making substantive changes (clients only update plugins when the version number increases)
- [ ] Ensure version numbers match between `plugin.json` and `.claude-plugin/marketplace.json`
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ask-questions-if-underspecified",
"version": "1.0.0",
"version": "1.0.1",
"description": "Clarify requirements before implementing. Do not use automatically, only when invoked explicitly.",
"author": {
"name": "Kevin Valerio",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "building-secure-contracts",
"version": "1.0.0",
"version": "1.0.1",
"description": "Comprehensive smart contract security toolkit based on Trail of Bits' Building Secure Contracts framework. Includes vulnerability scanners for 6 blockchains and 5 development guideline assistants.",
"author": {
"name": "Omar Inuwa",
Expand Down
2 changes: 1 addition & 1 deletion plugins/modern-python/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modern-python",
"version": "1.2.0",
"version": "1.3.0",
"description": "Modern Python best practices. Use when creating new Python projects, and writing Python scripts, or migrating existing projects from legacy tools.",
"author": {
"name": "William Tan",
Expand Down
Loading