No description
Find a file
Snider ff376830c0 fix: address Virgil review — 5 fixes for classify pipeline
- Remove go-mlx from go.mod (breaks non-darwin builds)
- Fix go-inference pseudo-version for CI compatibility
- Fix mapTokenToDomain prefix collision (castle, credential)
- Add testing.Short() skip to slow classification benchmarks
- Add 80% accuracy threshold to integration test

Integration test moved to integration/ sub-module with its own go.mod
to cleanly isolate go-mlx dependency from the main module.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-20 00:44:35 +00:00
docs docs: add 1B pre-sort pipeline implementation plan 2026-02-19 23:59:41 +00:00
integration fix: address Virgil review — 5 fixes for classify pipeline 2026-02-20 00:44:35 +00:00
locales feat: add grammar table spec and French locale 2026-02-19 17:57:22 +00:00
reversal fix: address Virgil review — 5 fixes for classify pipeline 2026-02-20 00:44:35 +00:00
classify.go fix: address Virgil review — 5 fixes for classify pipeline 2026-02-20 00:44:35 +00:00
classify_test.go fix: address Virgil review — 5 fixes for classify pipeline 2026-02-20 00:44:35 +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: mark 1B pre-sort pipeline complete 2026-02-20 00:09:49 +00:00
go.mod fix: address Virgil review — 5 fixes for classify pipeline 2026-02-20 00:44:35 +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: add grammar table spec and French locale 2026-02-19 17:57:22 +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 feat: add grammar table spec and French locale 2026-02-19 17:57:22 +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 review: post-implementation findings for dual-class disambiguation 2026-02-19 16:50:18 +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 fix: address Virgil review — 5 fixes for classify pipeline 2026-02-20 00:44:35 +00:00
transform.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
types.go feat: extend irregular verb coverage and add benchmarks 2026-02-19 17:41:29 +00:00
types_test.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00