fix comment: remove tracker tag from schedules.js module doc

This commit is contained in:
iris 2026-07-23 00:18:23 +02:00
commit 5e1abe4836

View file

@ -10,9 +10,9 @@
// tracking); reads the shared agent roster from state.js for the
// target-chip pickers. Render + format helpers come from util.js.
//
// Note: per-agent reminders moved to the in-container store in PR #2644
// and are no longer listed here — they surface via get_loose_ends /
// the todos pill on the agent page instead.
// Note: per-agent reminders moved to the in-container store (reminders
// migration) and are no longer listed here — they surface via
// get_loose_ends / the todos pill on the agent page instead.
import { $, el } from './common.js';
import { themedConfirm, themedToast } from './modal.js';