Skip to content

Commit 8b4b9b2

Browse files
authored
Harden OneNote cleanup prompt
Require dependency checks and a clear failure response for scheduled cleanup runs.
1 parent 4a23f6b commit 8b4b9b2

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

config/packages/onenote_indexer.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,11 @@ automation:
138138
diagnostics: "scheduled_time=03:15:00"
139139
request: >-
140140
Run OneNote duplicate cleanup and apply deletions.
141-
Include delete reconciliation, then send a brief conversational morning summary.
141+
Start with any dependency check needed before cleanup or delete reconciliation.
142+
If cleanup does not finish cleanly or index health is not confirmed, report back with:
143+
Headline: Cleanup did not finish cleanly; index health is not confirmed.
144+
Action: Retry cleanup after dependency check.
145+
Otherwise include delete reconciliation, then send a brief conversational morning summary.
142146
Tell me whether cleanup finished and whether anything actually changed.
143147
Only include detailed counts or backend metrics if pages were removed, something failed, or you need my attention.
144148

0 commit comments

Comments
 (0)