.core
chore: add .core/ build and release configs
2026-03-06 18:52:36 +00:00
.forgejo /workflows
ci: add Forgejo Actions test and security scan workflows
2026-02-23 03:28:02 +00:00
docs
chore: migrate to dappco.re vanity import path
2026-03-21 23:49:15 +00:00
integration
chore: migrate to dappco.re vanity import path
2026-03-21 23:49:15 +00:00
locales
feat: add grammar table spec and French locale
2026-02-19 17:57:22 +00:00
reversal
chore: migrate to dappco.re vanity import path
2026-03-21 23:49:15 +00:00
.editorconfig
chore: add Go repo norms (badges, contributing, lint, taskfile, editorconfig)
2026-02-23 06:45:39 +00:00
.gitignore
chore: add .core/ and .idea/ to .gitignore
2026-03-15 10:17:49 +00:00
.golangci.yml
chore: add Go repo norms (badges, contributing, lint, taskfile, editorconfig)
2026-02-23 06:45:39 +00:00
calibrate.go
chore: migrate to dappco.re vanity import path
2026-03-21 23:49:15 +00:00
calibrate_test.go
feat(calibrate): 1B vs 27B domain calibration tool
2026-02-20 13:51:11 +00:00
classify.go
chore: migrate to dappco.re vanity import path
2026-03-21 23:49:15 +00:00
classify_test.go
fix: address Virgil review — 5 fixes for classify pipeline
2026-02-20 00:44:35 +00:00
CLAUDE.md
chore: migrate to dappco.re vanity import path
2026-03-21 23:49:15 +00:00
compose.go
feat: grammar-aware i18n module extracted from core
2026-02-16 19:51:27 +00:00
compose_test.go
test(i18n): add tests for 8 uncovered files, coverage 69.9% -> 86.6%
2026-02-20 02:09:08 +00:00
context.go
feat: grammar-aware i18n module extracted from core
2026-02-16 19:51:27 +00:00
context_test.go
test(i18n): add tests for 8 uncovered files, coverage 69.9% -> 86.6%
2026-02-20 02:09:08 +00:00
CONTRIBUTING.md
chore: add Go repo norms (badges, contributing, lint, taskfile, editorconfig)
2026-02-23 06:45:39 +00:00
core_service.go
refactor: migrate core import to dappco.re/go/core
2026-03-21 19:59:39 +00:00
debug.go
feat: grammar-aware i18n module extracted from core
2026-02-16 19:51:27 +00:00
debug_test.go
test(i18n): add tests for 8 uncovered files, coverage 69.9% -> 86.6%
2026-02-20 02:09:08 +00:00
go.mod
Merge remote-tracking branch 'origin/main'
2026-03-22 00:29:04 +00:00
go.sum
chore: migrate to dappco.re vanity import path
2026-03-21 23:49:15 +00:00
grammar.go
refactor: apply go fix modernizers for Go 1.26
2026-02-22 21:00:16 +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
fix: remove panic patterns and surface swallowed errors
2026-03-09 08:22:42 +00:00
hooks_test.go
test(i18n): add tests for 8 uncovered files, coverage 69.9% -> 86.6%
2026-02-20 02:09:08 +00:00
i18n.go
fix(i18n): use UK English spelling for ErrServiceNotInitialised
2026-03-15 17:28:03 +00:00
i18n_test.go
fix(i18n): use UK English spelling for ErrServiceNotInitialised
2026-03-15 17:28:03 +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
chore: migrate to dappco.re vanity import path
2026-03-21 23:49:15 +00:00
loader_test.go
fix(dx): migrate error handling to log.E(), fix build, add tests
2026-03-17 07:51:29 +00:00
localise.go
feat: grammar-aware i18n module extracted from core
2026-02-16 19:51:27 +00:00
localise_test.go
test(i18n): add tests for 8 uncovered files, coverage 69.9% -> 86.6%
2026-02-20 02:09:08 +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
README.md
chore: migrate to dappco.re vanity import path
2026-03-21 23:49:15 +00:00
REVIEW.md
review: post-implementation findings for dual-class disambiguation
2026-02-19 16:50:18 +00:00
service.go
chore: migrate to dappco.re vanity import path
2026-03-21 23:49:15 +00:00
service_test.go
fix(dx): migrate error handling to log.E(), fix build, add tests
2026-03-17 07:51:29 +00:00
time.go
feat: grammar-aware i18n module extracted from core
2026-02-16 19:51:27 +00:00
time_test.go
test(i18n): add tests for 8 uncovered files, coverage 69.9% -> 86.6%
2026-02-20 02:09:08 +00:00
transform.go
feat: grammar-aware i18n module extracted from core
2026-02-16 19:51:27 +00:00
transform_test.go
test(i18n): add tests for 8 uncovered files, coverage 69.9% -> 86.6%
2026-02-20 02:09:08 +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
validate.go
chore: migrate to dappco.re vanity import path
2026-03-21 23:49:15 +00:00
validate_test.go
feat(validate): article and irregular verb validators using 1B model
2026-02-20 09:09:23 +00:00