You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add remind batch dismiss, normalize, and range support
ctx remind dismiss now accepts multiple IDs and ranges
(e.g., dismiss 3 5-7). Reuses parse.IDs from the pad package.
New: ctx remind normalize reassigns IDs as 1..N.
Removes dead One() dismiss function and InvalidID error
constructor (parsing now handled by shared parse.IDs).
Spec: specs/pad-stable-ids.md
Signed-off-by: Jose Alekhinne <jose@ctx.ist>
0 commit comments