Skip to content
Open
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
4 changes: 2 additions & 2 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"name": "maid-runner",
"source": "./plugins/maid-runner",
"description": "Tool-agnostic validation framework for Manifest-driven AI Development (MAID) methodology",
"version": "1.0.2",
"version": "1.0.3",
"author": {
"name": "Mamerto Fabian",
"email": "mamerto@codefrost.dev"
Expand Down Expand Up @@ -58,7 +58,7 @@
"name": "maid-lsp",
"source": "./plugins/maid-lsp",
"description": "Language Server Protocol for MAID manifest validation - real-time diagnostics, code actions, and hover information",
"version": "1.0.3",
"version": "1.0.4",
"author": {
"name": "Mamerto Fabian",
"email": "mamerto@codefrost.dev"
Expand Down
2 changes: 1 addition & 1 deletion plugins/maid-lsp/dependencies.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"maid-lsp": "0.1.10"
"maid-lsp": "0.2.0"
}
2 changes: 1 addition & 1 deletion plugins/maid-lsp/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maid-lsp",
"version": "1.0.3",
"version": "1.0.4",
"description": "MAID methodology validation for Claude Code - provides real-time manifest validation, diagnostics, and code actions",
"author": {
"name": "Mamerto Fabian",
Expand Down
2 changes: 1 addition & 1 deletion plugins/maid-runner/dependencies.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"maid-runner": "0.11.4"
"maid-runner": "2.2.4"
}
2 changes: 1 addition & 1 deletion plugins/maid-runner/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maid-runner",
"version": "1.0.2",
"version": "1.0.3",
"description": "Tool-agnostic validation framework for Manifest-driven AI Development (MAID) methodology",
"author": {
"name": "Mamerto Fabian",
Expand Down