@papi-ai/server 0.7.37 → 0.7.38

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.
Files changed (2) hide show
  1. package/dist/index.js +4 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -17004,6 +17004,10 @@ async function applySetup(adapter2, config2, input, briefText, adSeedText, conve
17004
17004
  priority: task.priority || "P2 Medium",
17005
17005
  complexity: task.complexity || "Small",
17006
17006
  module: task.module || "Core",
17007
+ // epic is NOT NULL in cycle_tasks; default starter tasks to the
17008
+ // 'Platform' epic (matches the idea tool) rather than leaving it
17009
+ // unset (SUP-2026-020 — omitting it tripped a 23502 on every seed).
17010
+ epic: task.epic || "Platform",
17007
17011
  phase: task.phase || "Phase 1",
17008
17012
  owner: "TBD",
17009
17013
  reviewed: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@papi-ai/server",
3
- "version": "0.7.37",
3
+ "version": "0.7.38",
4
4
  "description": "PAPI MCP server — AI-powered sprint planning, build execution, and strategy review for software projects",
5
5
  "license": "Elastic-2.0",
6
6
  "mcpName": "io.github.cathalos92/papi",