{
  "name": "pi-maestro-flow",
  "version": "0.4.10",
  "description": "Pi extension for Maestro knowledge and workflow orchestration with teammate dispatch",
  "type": "module",
  "engines": {
    "node": ">=22.19.0"
  },
  "scripts": {
    "postinstall": "node scripts/configure-keybindings.mjs && node scripts/install-workflows.mjs",
    "prepack": "node scripts/prepare-package-skills.mjs",
    "postpack": "node scripts/prepare-package-skills.mjs --clean",
    "test:install": "node --test test/configure-keybindings.test.mjs test/install-workflows.test.mjs",
    "test:package": "node --experimental-transform-types --test test/prepare-package-skills.test.mjs test/package-resources.test.mjs test/package-resources-runtime.test.ts",
    "test:todo": "node --experimental-transform-types --test test/skill-loader.test.ts test/todo.test.ts test/todo-overlay.test.ts",
    "test:compaction": "node --experimental-transform-types --test test/compaction.test.ts",
    "test:hooks": "node --experimental-transform-types --test test/hooks.test.ts",
    "test:permissions": "node --experimental-transform-types --test test/permissions.test.ts test/ask.test.ts test/approval-mode.test.ts test/teammate-relay-ipc.test.ts test/direct-teammate-runtime.test.ts",
    "test:providers": "node --experimental-transform-types --test test/api-provider-config.test.ts",
    "test:goal": "node --experimental-transform-types --test test/goal.test.ts",
    "test:plan": "node --experimental-transform-types --test test/plan-store.test.ts test/plan-editor.test.ts test/plan-lifecycle.test.ts test/statusline.test.ts",
    "test:session": "node --experimental-transform-types --test test/session-bridge.test.ts test/todo-projection.test.ts test/workflow-coordinator.test.ts test/run-recovery.test.ts test/session-tui.test.ts test/skill-contract-lint.test.ts",
    "test:swarm": "node --experimental-transform-types --test test/swarm-engine.test.ts test/swarm-tui.test.ts",
    "test:packed": "node --test test/packed-consumer-e2e.test.mjs",
    "test:packed-todo": "node --test test/packed-todo-consumer.test.mjs",
    "test:intelligence": "node --experimental-transform-types --test test/search-tool-bm25.test.ts test/smart-search.test.ts test/smart-search-config.test.ts test/lsp-client.test.ts test/lsp-manager.test.ts test/lsp-tool.test.ts test/lsp-auto-diagnostics.test.ts test/lsp-output.test.ts test/workspace-edit.test.ts test/browser-tool.test.ts test/extension-tools.test.ts",
    "check:types": "tsc -p tsconfig.intelligence.json"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "maestro",
    "agents",
    "explore",
    "delegate",
    "moa",
    "workflow",
    "orchestration",
    "swarm",
    "aco",
    "visualization",
    "skills"
  ],
  "files": [
    "src/**/*.ts",
    "scripts/",
    "schemas/",
    "templates/",
    "tsconfig.intelligence.json",
    ".pi/skills/",
    "!.pi/skills/**/__pycache__/**",
    "!.pi/skills/**/*.pyc",
    "AGENTS.md",
    "README.md"
  ],
  "pi": {
    "extensions": [
      "./src/extension/index.ts"
    ],
    "skills": [
      "./.pi/skills"
    ]
  },
  "dependencies": {
    "@earendil-works/pi-tui": "0.74.0",
    "@konbakuyomu/smart-search": "https://codeload.github.com/konbakuyomu/smartsearch/tar.gz/667c465d0f6ea16a423f03c434f94e21505d3595",
    "cross-spawn": "7.0.6",
    "maestro-flow": "0.5.51",
    "pi-maestro-teammate": "0.4.5",
    "puppeteer-core": "24.31.0",
    "typebox": "1.1.24"
  },
  "peerDependencies": {
    "@earendil-works/pi-agent-core": "*",
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-agent-core": {
      "optional": true
    },
    "@earendil-works/pi-ai": {
      "optional": true
    },
    "@earendil-works/pi-coding-agent": {
      "optional": true
    }
  },
  "devDependencies": {
    "@earendil-works/pi-agent-core": "0.74.0",
    "@earendil-works/pi-ai": "0.74.0",
    "@earendil-works/pi-coding-agent": "0.74.0",
    "@types/cross-spawn": "6.0.6",
    "typescript": "5.7.3"
  },
  "maestro": {
    "required": true,
    "minVersion": "1.0.0",
    "features": [
      "search",
      "load"
    ],
    "installUrl": "https://github.com/catlog22/maestro2"
  }
}
