orchestrix-yuri 4.7.8 → 4.7.9

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.
@@ -429,13 +429,16 @@ class Router {
429
429
  */
430
430
  async _tryDirectAgentRoute(msg, projectRoot, description) {
431
431
  // Agent name patterns → { session type, agent slug for /o, window }
432
+ // Planning agents all use window 0 (ensure-session.sh only creates one window).
433
+ // Dev agents use their fixed windows (start-orchestrix.sh creates all 4).
432
434
  const AGENT_MAP = {
433
- // Planning session agents
435
+ // Planning session agents (all window 0)
434
436
  'analyst': { session: 'planning', slug: 'analyst', window: 0 },
435
- 'pm': { session: 'planning', slug: 'pm', window: 1 },
436
- 'ux-expert': { session: 'planning', slug: 'ux-expert', window: 2 },
437
- 'ux': { session: 'planning', slug: 'ux-expert', window: 2 },
438
- // Dev session agents
437
+ 'pm': { session: 'planning', slug: 'pm', window: 0 },
438
+ 'ux-expert': { session: 'planning', slug: 'ux-expert', window: 0 },
439
+ 'ux': { session: 'planning', slug: 'ux-expert', window: 0 },
440
+ 'po': { session: 'planning', slug: 'po', window: 0 },
441
+ // Dev session agents (fixed windows from start-orchestrix.sh)
439
442
  'architect': { session: 'dev', slug: 'architect', window: 0 },
440
443
  'sm': { session: 'dev', slug: 'sm', window: 1 },
441
444
  'dev': { session: 'dev', slug: 'dev', window: 2 },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orchestrix-yuri",
3
- "version": "4.7.8",
3
+ "version": "4.7.9",
4
4
  "description": "Yuri — Meta-Orchestrator for Orchestrix. Drive your entire project lifecycle with natural language.",
5
5
  "main": "lib/installer.js",
6
6
  "bin": {