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