diff --git a/.claude-plugin/README.md b/.claude-plugin/README.md index 2ed5ea4..aee6c78 100644 --- a/.claude-plugin/README.md +++ b/.claude-plugin/README.md @@ -14,7 +14,7 @@ repository, use a path starting with `./`... paths resolve relative to the marke - `.claude/.claude-plugin/marketplace.json` — for the local-clone install method (`/plugin marketplace add /.claude`), where the plugin root IS the marketplace root (`"source": "./"`). - `.claude-plugin/marketplace.json` (this file) — for the GitHub-source install method - (`extraKnownMarketplaces` with `"source": "github", "repo": "robercano/ai-project-orchestrator"`), where the + (`extraKnownMarketplaces` with `"source": "github", "repo": "robercano/reCode"`), where the marketplace root is the repo root and the plugin lives one level down (`"source": "./.claude"`). Deliberately omits `version`/`author` (present on the other manifest) — a `version` here would *pin* the diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 3f2eb2a..b217f41 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1,5 +1,5 @@ { - "name": "ai-project-orchestrator", + "name": "recode", "owner": { "name": "Roberto Cano" }, @@ -7,7 +7,7 @@ { "name": "orchestrator", "source": "./.claude", - "description": "Multi-agent orchestration harness: fan out sub-tasks to isolated worktree implementers, gate them, and route results through reviewers." + "description": "reCode: multi-agent orchestration harness — fan out sub-tasks to isolated worktree implementers, gate them, and route results through reviewers." } ] } diff --git a/.claude/.claude-plugin/README.md b/.claude/.claude-plugin/README.md index ba4210a..02a9d16 100644 --- a/.claude/.claude-plugin/README.md +++ b/.claude/.claude-plugin/README.md @@ -52,21 +52,21 @@ its own `.claude/settings.json`: ```json { "extraKnownMarketplaces": { - "ai-project-orchestrator": { + "recode": { "source": { "source": "github", - "repo": "robercano/ai-project-orchestrator" + "repo": "robercano/reCode" } } }, "enabledPlugins": { - "orchestrator@ai-project-orchestrator": true + "orchestrator@recode": true } } ``` -`extraKnownMarketplaces` registers `robercano/ai-project-orchestrator` (a GitHub repo) as a -marketplace named `ai-project-orchestrator`; `enabledPlugins` then enables the `orchestrator` +`extraKnownMarketplaces` registers `robercano/reCode` (a GitHub repo) as a +marketplace named `recode`; `enabledPlugins` then enables the `orchestrator` plugin from it, addressed as `@`. **Resolved via a repo-root alias:** Claude Code's `"source": "github"` marketplace source resolves diff --git a/.claude/.claude-plugin/marketplace.json b/.claude/.claude-plugin/marketplace.json index 35090b4..93f607d 100644 --- a/.claude/.claude-plugin/marketplace.json +++ b/.claude/.claude-plugin/marketplace.json @@ -1,15 +1,15 @@ { - "name": "ai-project-orchestrator", + "name": "recode", "owner": { "name": "Roberto Cano" }, - "description": "Multi-agent orchestration harness: fan out sub-tasks to isolated worktree implementers, gate them, and route results through reviewers.", + "description": "reCode: multi-agent orchestration harness — fan out sub-tasks to isolated worktree implementers, gate them, and route results through reviewers.", "version": "0.1.4", "plugins": [ { "name": "orchestrator", "source": "./", - "description": "Multi-agent orchestration harness: fan out sub-tasks to isolated worktree implementers, gate them, and route results through reviewers.", + "description": "reCode: multi-agent orchestration harness — fan out sub-tasks to isolated worktree implementers, gate them, and route results through reviewers.", "version": "0.1.4", "author": { "name": "Roberto Cano" diff --git a/.claude/.claude-plugin/plugin.json b/.claude/.claude-plugin/plugin.json index 5b7e3d1..deb912b 100644 --- a/.claude/.claude-plugin/plugin.json +++ b/.claude/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "orchestrator", "version": "0.1.4", - "description": "Multi-agent orchestration harness: fan out sub-tasks to isolated worktree implementers, gate them, and route results through reviewers.", + "description": "reCode: multi-agent orchestration harness — fan out sub-tasks to isolated worktree implementers, gate them, and route results through reviewers.", "author": { "name": "Roberto Cano" }, "commands": [ "./commands/harden.md", diff --git a/.claude/scripts/cockpit.sh b/.claude/scripts/cockpit.sh index 0719316..219c8d6 100755 --- a/.claude/scripts/cockpit.sh +++ b/.claude/scripts/cockpit.sh @@ -490,7 +490,7 @@ const html = ` -Cockpit — ai-project-orchestrator +Cockpit — reCode