bug: align NLP recurrence provider storage with parser #314
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
status:blocked
track:api
track:auto
track:core
track:deploy
track:infra
track:ui
type:cleanup
type:docs
type:epic
type:release
type:research
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/delta#314
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent: #305
Problem
NLP recurrence parsing remains part of the calendar settings surface, but the current provider storage and parser route appear inconsistent: settings write provider metadata/tokens one way while the parse route reads a different key shape. Optional provider complexity is acceptable only if it is reliable and isolated.
Solution
Tighten the NLP recurrence boundary:
src/app/api/settings/nlp/route.ts,src/app/api/nlp/parse-recurrence/route.ts, andsrc/components/settings/calendar-settings-section.tsxAcceptance criteria