From 81806e5dcc5ac0ec7f824ac69cdcd707f278d384 Mon Sep 17 00:00:00 2001 From: Snider Date: Sat, 21 Mar 2026 20:01:51 +0000 Subject: [PATCH] chore: plugin v0.13.0, research v0.2.0, marketplace naming + MONITOR_INTERVAL Co-Authored-By: Virgil --- .claude-plugin/marketplace.json | 18 +++++++++--------- claude/core/.claude-plugin/plugin.json | 4 ++-- claude/core/mcp.json | 5 ++++- claude/research/.claude-plugin/plugin.json | 2 +- 4 files changed, 16 insertions(+), 13 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 3e66f93..69a5842 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1,5 +1,5 @@ { - "name": "dAppCore Agentic", + "name": "dappcore-agent", "description": "Agentic systems to work on the Lethean Network's dAppCore project", "owner": { "name": "Lethean Community", @@ -7,19 +7,19 @@ }, "plugins": [ { - "name": "CoreAgent", + "name": "core", "source": "./claude/core", - "description": "Core agent platform — dispatch, review, messaging, OpenBrain", - "version": "0.12.0" + "description": "CoreAgent platform — dispatch, review, messaging, OpenBrain", + "version": "0.13.0" }, { - "name": "CoreResearch", + "name": "core-research", "source": "./claude/research", "description": "Blockchain archaeology, whitepaper archival, community history, market data collection", - "version": "0.1.0" + "version": "0.2.0" }, { - "name": "CorePHP", + "name": "core-php", "source": { "source": "url", "url": "https://forge.lthn.ai/core/php.git" @@ -28,7 +28,7 @@ "version": "0.1.0" }, { - "name": "CoreBuild", + "name": "core-build", "source": { "source": "url", "url": "https://forge.lthn.ai/core/go-build.git" @@ -37,7 +37,7 @@ "version": "0.1.0" }, { - "name": "CoreDevOps", + "name": "core-devops", "source": { "source": "url", "url": "https://forge.lthn.ai/core/go-devops.git" diff --git a/claude/core/.claude-plugin/plugin.json b/claude/core/.claude-plugin/plugin.json index 66dead5..84380d8 100644 --- a/claude/core/.claude-plugin/plugin.json +++ b/claude/core/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { - "name": "CoreAgent", + "name": "core", "description": "Core agent platform — dispatch (local + remote), verify+merge, CodeRabbit/Codex review queue, GitHub mirror, cross-agent messaging, OpenBrain integration, inbox notifications", - "version": "0.12.0", + "version": "0.13.0", "author": { "name": "Lethean Community", "email": "hello@lethean.io" diff --git a/claude/core/mcp.json b/claude/core/mcp.json index fe40be8..a0d4bcd 100644 --- a/claude/core/mcp.json +++ b/claude/core/mcp.json @@ -3,7 +3,10 @@ "core": { "type": "stdio", "command": "core-agent", - "args": ["mcp"] + "args": ["mcp"], + "env": { + "MONITOR_INTERVAL": "15s" + } } } } diff --git a/claude/research/.claude-plugin/plugin.json b/claude/research/.claude-plugin/plugin.json index e8ece52..5f97eef 100644 --- a/claude/research/.claude-plugin/plugin.json +++ b/claude/research/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "core-research", "description": "Data collection and research skills for the Lethean Network — blockchain archaeology, whitepaper archival, community history, and market data collection", - "version": "0.1.0", + "version": "0.2.0", "author": { "name": "Lethean Community", "email": "hello@lethean.io"