multi-agents-cli 1.1.84 → 1.1.85

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -107,6 +107,7 @@ const buildStepDefs = (IDE_CANDIDATES, blockOrder = ['client', 'backend']) => {
107
107
  stepHeader(6, 12);
108
108
  const fw = answers.clientFw;
109
109
  if (!fw || !fw.integratedBackend) return false; // skip — not applicable
110
+ if (answers.backendFw) return false; // skip — separate backend already selected
110
111
 
111
112
  separator();
112
113
  console.log(`\n${bold('BACKEND CONFIGURATION')}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "multi-agents-cli",
3
- "version": "1.1.84",
3
+ "version": "1.1.85",
4
4
  "description": "Multi-agent workflow orchestration for Claude Code — isolated git worktrees, structured state tracking, autonomous task chaining",
5
5
  "keywords": [
6
6
  "claude-code",