multi-agents-cli 1.1.60 → 1.1.61

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.
@@ -572,7 +572,7 @@ const main = async () => {
572
572
  const _tracking = guards.loadTracking(ROOT, config);
573
573
  const beSlot = _tracking?.backend?.INIT;
574
574
  if (
575
- _scope === 'logic' &&
575
+ _agent === 'LOGIC' &&
576
576
  _parts[0] === 'agent' && _parts[1] === 'client' &&
577
577
  beSlot?.backendLaunchTiming === 'after' &&
578
578
  beSlot?.status !== 'ACTIVE' &&
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "multi-agents-cli",
3
- "version": "1.1.60",
3
+ "version": "1.1.61",
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",