agent/.claude-plugin/marketplace.json
Snider 6e37bd22f0 feat: devops plugin, CLI commands, Codex dispatch fixes, AX sweep
DevOps plugin (5 skills):
- install-core-agent, repair-core-agent, merge-workspace,
  update-deps, clean-workspaces

CLI commands: version, check, extract for diagnostics.

Codex dispatch: --skip-git-repo-check, removed broken
--model-reasoning-effort, --sandbox workspace-write via
--full-auto. Workspace template extracts to wsDir not srcDir.

AX sweep (Codex-generated): sanitise.go extracted from prep/plan,
mirror.go JSON parsing via encoding/json, setup/config.go URL
parsing via net/url, strings/fmt imports eliminated from setup.

CODEX.md template updated with Env/Path patterns.
Review workspace template with audit-only PROMPT.md.
Marketplace updated with devops plugin.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-22 15:45:16 +00:00

55 lines
1.6 KiB
JSON

{
"name": "dappcore-agent",
"description": "Agentic systems to work on the Lethean Network's dAppCore project",
"owner": {
"name": "Lethean Community",
"email": "hello@lethean.io"
},
"plugins": [
{
"name": "core",
"source": "./claude/core",
"description": "CoreAgent platform — dispatch, review, messaging, OpenBrain",
"version": "0.14.0"
},
{
"name": "core-research",
"source": "./claude/research",
"description": "Blockchain archaeology, whitepaper archival, community history, market data collection",
"version": "0.3.0"
},
{
"name": "core-php",
"source": {
"source": "url",
"url": "https://forge.lthn.ai/core/php.git"
},
"description": "PHP/Laravel development skills, API generation, and formatting",
"version": "0.1.0"
},
{
"name": "core-build",
"source": {
"source": "url",
"url": "https://forge.lthn.ai/core/go-build.git"
},
"description": "Go QA pipeline, build tooling, and development skills",
"version": "0.1.0"
},
{
"name": "core-devops",
"source": {
"source": "url",
"url": "https://forge.lthn.ai/core/go-devops.git"
},
"description": "CI/CD, deployment, issue tracking, and Coolify integration",
"version": "0.1.0"
},
{
"name": "devops",
"source": "./claude/devops",
"description": "Agent workflow utilities — install binaries, merge workspaces, update deps, clean queues",
"version": "0.1.0"
}
]
}