(directory, client, sessionID, args)
| 1487 | if (text.trim()) |
| 1488 | sections.push(`Context from ${file}: |
| 1489 | ${text.trim().slice(0, 20000)}`); |
| 1490 | } |
| 1491 | return `${GOAL_PROMPT_PREFIX}. |
| 1492 | |
| 1493 | You are pursuing an experimental persistent goal for this OpenCode session. This is not a timer loop and not a one-shot prompt. Keep working toward the goal until it is completed, blocked, paused, cleared, or stopped by safety limits. |
| 1494 | |
| 1495 | Rules: |
no test coverage detected