No description
Find a file
Snider 4ffe614840 fix(reversal): preserve Confidence on multiplier-transformed tokens
Transformed tokens get Confidence 1.0 since the transformation
is deterministic and unambiguous.

Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 16:19:54 +00:00
docs/plans docs(reversal): add dual-class disambiguation implementation plan 2026-02-19 15:38:38 +00:00
locales feat(grammar): add dual-class verb/noun entries and contractions 2026-02-19 16:00:42 +00:00
reversal fix(reversal): preserve Confidence on multiplier-transformed tokens 2026-02-19 16:19:54 +00:00
CLAUDE.md docs: add CLAUDE.md, TODO.md, FINDINGS.md for agent workflow 2026-02-19 15:03:40 +00:00
compose.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
context.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
debug.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
FINDINGS.md docs: add Phase 2 tasks from LEK-1B benchmark findings 2026-02-19 15:30:07 +00:00
go.mod feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
go.sum feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
grammar.go feat(reversal): add Tokeniser with verb matching 2026-02-16 23:15:13 +00:00
grammar_test.go feat(grammar): add dual-class verb/noun entries and contractions 2026-02-19 16:00:42 +00:00
handler.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
handler_test.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
hooks.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
i18n.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
language.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
language_test.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
loader.go fix(grammar): review fixes for SignalData loading 2026-02-19 15:54:59 +00:00
loader_test.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
localise.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
numbers.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
numbers_test.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
REVIEW.md docs: add orchestrator review of dual-class disambiguation plan 2026-02-19 15:50:51 +00:00
service.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
service_test.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
time.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
TODO.md docs: add Phase 2 tasks from LEK-1B benchmark findings 2026-02-19 15:30:07 +00:00
transform.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
types.go fix(grammar): review fixes for SignalData loading 2026-02-19 15:54:59 +00:00
types_test.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00