@pingvinen/donna-assistant 0.8.0 → 0.9.0
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/package.json
CHANGED
|
@@ -117,7 +117,7 @@ CRITICAL: The `grep -v "$TODAY"` exclusion prevents a self-referencing loop. If
|
|
|
117
117
|
<step name="carry-forward">
|
|
118
118
|
If the previous file result is "NONE", set `<carried_tasks>` to an empty list and continue to the next step.
|
|
119
119
|
|
|
120
|
-
If a previous file was found, read it with the Read tool. Extract
|
|
120
|
+
If a previous file was found, read it with the Read tool. Extract open tasks only from the `## Tasks` section — every line matching the pattern `- [ ] <description>` that appears between `## Tasks` and the next `## ` heading (or end of file). Tasks under `## From Tools`, `## Resolved`, or `## Warnings` must NOT be carried forward — tool-sourced tasks are re-pulled fresh each day. For each open task:
|
|
121
121
|
- If the description ends with ` (N times)` (where N is any integer): extract N, increment to N+1, replace the suffix with ` (N+1 times)`. For example: `- [ ] Follow up with Sarah (2 times)` becomes `- [ ] Follow up with Sarah (3 times)`.
|
|
122
122
|
- If the description has no such suffix: append ` (1 times)`. For example: `- [ ] Follow up with Sarah` becomes `- [ ] Follow up with Sarah (1 times)`.
|
|
123
123
|
|