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
Wraps up the 0.2.0 work (locale packs + ranked completions, plan 031) and the
pre-release review pass.
- Locale packs own natural-language date vocabulary: deictics/day parts,
relative frames, month-date fillers, calendar periods, compact CJK offsets.
- Pin bare midday phrases (midi/mediodía/meio-dia/中午/正午) to today like
English `noon`; midnight keeps English's forward-roll. Adds regression tests
and records the policy in plan 031 (pre-release review must-fix).
- Drop the redundant future-prefix `parts` fallback in offset parsing — fully
superseded by the prefix-shifted parse; removes a latent mis-parse surface.
- Ranked completions surface plus site locale/completions demos.
- Docs: CONTEXT entry list, architecture module table, README (root + package),
plans 005/031, wiki decisions/inspiration, backlog follow-ups.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
// Sourced from the package so the badge wall can't drift from IssueCode.
187
+
constissueCodes=Object.keys(ISSUE_CODES)
218
188
219
189
constDOCS_DESCRIPTION=
220
190
'Make forms easier, LLM tools safer. One parser for forgiving human forms and stricter tool schemas: parse, strictness, forms, AI tool fields, MCP, convert, currency, dates, and API reference.'
0 commit comments