feat!: rename plugin from agent-builder to agent-factory

This commit is contained in:
Kjell Tore Guttormsen 2026-04-12 06:44:17 +02:00
commit dac8b1336d
5 changed files with 36 additions and 26 deletions

View file

@ -1,12 +1,12 @@
{
"name": "agent-builder",
"description": "Build complete autonomous agent systems with Claude Code. Guided workflow that interviews you about your needs, scaffolds agents, skills, hooks, and automation, then configures deployment for your chosen platform. Covers all 22 OpenClaw capabilities.",
"version": "0.1.0",
"name": "agent-factory",
"description": "Build and manage autonomous agent systems with Claude Code. Guided workflow from idea to deployed, self-running agents. Covers all 22 agent capabilities with patterns from OpenClaw and Paperclip.",
"version": "0.2.0",
"author": {
"name": "Kjell Tore Guttormsen",
"url": "https://fromaitochitta.com"
},
"repository": "https://git.fromaitochitta.com/open/agent-builder",
"repository": "https://git.fromaitochitta.com/open/agent-factory",
"license": "MIT",
"keywords": [
"agent",
@ -15,6 +15,9 @@
"automation",
"hooks",
"security",
"deployment"
"deployment",
"memory",
"heartbeat",
"governance"
]
}