@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.
- package/dist/index.js +1 -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.
|
|
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