You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(pipeline): resolve AP from the marketplace install, not a self-built symlink
discover_pipeline_command() now resolves the automatised-pipeline binary
from installed_plugins.json first — the same source AP's own .mcp.json
uses (installPath -> target/release/automatised-pipeline). This makes
Cortex spawn the exact AP plugin the user installed via the marketplace,
instead of a self-cloned/built copy behind a ~/.claude/methodology/bin
symlink (the source of stale-version drift: a 0.0.9 self-build shadowing
a 0.2.2 marketplace install).
Also fixes the source-checkout fallback binary name (the build emits
`automatised-pipeline`, not `ai-architect-mcp`). Self-install symlink /
PATH / sibling-checkout remain as fallbacks for users without the plugin.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments