cleanup: remove NLP legacy token alias #346
No reviewers
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 milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/delta!346
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "cleanup/remove-nlp-legacy-token-alias"
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?
Problem
The merged NLP provider settings path kept a runtime compatibility branch for the old
apiKeytoken field. We do not need to tolerate old settings payload shapes unless a real database migration requires it.Solution
apiKeytoken alias from NLP provider token reads.api_keytoken contract.Verification
nix develop --command pnpm exec vitest run tests/core/nlp-config.test.ts tests/api/settings-nlp.test.ts tests/api/nlp-parse-recurrence.test.ts --reporter=verbosenix develop --command just lintFollow-up to #314.