chore: plugin v0.13.0, research v0.2.0, marketplace naming + MONITOR_INTERVAL
Some checks failed
CI / test (push) Failing after 3s
Some checks failed
CI / test (push) Failing after 3s
Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
parent
0fda800e8b
commit
81806e5dcc
4 changed files with 16 additions and 13 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,10 @@
|
|||
"core": {
|
||||
"type": "stdio",
|
||||
"command": "core-agent",
|
||||
"args": ["mcp"]
|
||||
"args": ["mcp"],
|
||||
"env": {
|
||||
"MONITOR_INTERVAL": "15s"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue