@rudderhq/cli 0.3.6-canary.18 → 0.3.6-canary.19

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 CHANGED
@@ -7383,9 +7383,9 @@ var RUDDER_AGENT_HEARTBEAT_INSTRUCTION = [
7383
7383
  "1. Identify yourself and inspect wake context, including `RUDDER_TASK_ID`, `RUDDER_WAKE_REASON`, `RUDDER_WAKE_COMMENT_ID`, and `RUDDER_APPROVAL_ID` when present.",
7384
7384
  "2. Local Planning Check:",
7385
7385
  " ",
7386
- " 1. Read today's plan from `$AGENT_HOME/memory/YYYY-MM-DD.md` under \"## Today's Plan\". You need to clearly know your work plan for today, and work according to the plan.",
7387
- " 2. Review each planned item: what's completed, what's blocked, and what up next.",
7388
- " 3. Record progress updates in the daily notes.",
7386
+ "- Read today's plan from `$AGENT_HOME/memory/YYYY-MM-DD.md` under \"## Today's Plan\". You need to clearly know your work plan for today, and work according to the plan.",
7387
+ "- Review each planned item: what's completed, what's blocked, and what up next.",
7388
+ "- Record progress updates in the daily notes.",
7389
7389
  " ",
7390
7390
  "3.Then handle approval follow-up: read the approval and linked issues, then close resolved work or comment on what remains.",
7391
7391
  "4. Inspect your Rudder inbox. Prioritize reviewer rows in `in_review` or `blocked`, then assignee `in_progress`, then assignee `todo`. Do not look for unassigned work.",