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
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"name": "kensai",
"description": "Multi-agent code review pipeline with adversarial falsification, orchestrated by a stateful MCP server",
"source": "kensai",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"keywords": [
"code-review",
Expand Down
2 changes: 1 addition & 1 deletion claude/kensai/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kensai",
"version": "0.1.0",
"version": "0.1.1",
"description": "Multi-agent code review pipeline with adversarial falsification, orchestrated by a stateful MCP server",
"author": {
"name": "xobotyi",
Expand Down
2 changes: 1 addition & 1 deletion claude/kensai/mcp/review/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gaijin/kensai-review-mcp",
"version": "0.1.0",
"version": "0.1.1",
"description": "Stateful MCP server for the kensai multi-agent code review pipeline",
"license": "MIT",
"author": {
Expand Down
Loading