@papi-ai/server 0.7.16 → 0.7.17

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 +1 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -16361,8 +16361,7 @@ ${recLines.join("\n")}
16361
16361
  1. Review the AD changes above \u2014 are any resolved/modified ADs still referenced by active tasks?
16362
16362
  2. Act on strategic recommendations \u2014 cancel, defer, or reprioritise tasks as suggested.
16363
16363
  3. Run \`strategy_change\` if any recommendation requires an AD update not already captured.
16364
- 4. Run \`/patch-notes\` to post curated patch notes to Discord.
16365
- 5. Then run \`plan\` for the next cycle.`;
16364
+ 4. Then run \`plan\` for the next cycle.`;
16366
16365
  const response = textResponse(header + result.displayText + slackNote + recsCloseOut + actionReminder);
16367
16366
  return {
16368
16367
  ...response,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@papi-ai/server",
3
- "version": "0.7.16",
3
+ "version": "0.7.17",
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
  "type": "module",