.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
feat(i18n): refine byte formatting precision
2026-04-02 02:42:28 +00:00
integration
feat: upgrade to core v0.8.0-alpha.1, replace banned stdlib imports
2026-03-30 05:35:51 +00:00
locales
feat(i18n): localise French relative time
2026-04-01 23:01:10 +00:00
reversal
fix(reversal): support configured apostrophe articles
2026-04-02 05:20:08 +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
feat: upgrade to core v0.8.0-alpha.1, replace banned stdlib imports
2026-03-30 05:35:51 +00:00
calibrate_test.go
feat(calibrate): 1B vs 27B domain calibration tool
2026-02-20 13:51:11 +00:00
classify.go
feat: upgrade to core v0.8.0-alpha.1, replace banned stdlib imports
2026-03-30 05:35:51 +00:00
classify_test.go
feat: upgrade to core v0.8.0-alpha.1, replace banned stdlib imports
2026-03-30 05:35:51 +00:00
CLAUDE.md
chore: migrate to dappco.re vanity import path
2026-03-21 23:49:15 +00:00
compose.go
feat(i18n): add intent composition API
2026-04-02 01:45:24 +00:00
compose_test.go
feat: upgrade to core v0.8.0-alpha.1, replace banned stdlib imports
2026-03-30 05:35:51 +00:00
context.go
feat(i18n): accept translation contexts in handlers
2026-04-02 01:53:57 +00:00
context_map.go
fix(service): accept string maps in translation lookups
2026-04-02 03:49:25 +00:00
context_test.go
feat(i18n): accept translation contexts in handlers
2026-04-02 01:53:57 +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
fix(i18n): preserve missing-key hooks in core service
2026-04-02 02:07:11 +00:00
debug.go
feat: grammar-aware i18n module extracted from core
2026-02-16 19:51:27 +00:00
debug_test.go
feat(i18n): add current debug getter
2026-04-01 23:59:26 +00:00
go.mod
feat: upgrade to core v0.8.0-alpha.1, replace banned stdlib imports
2026-03-30 05:35:51 +00:00
go.sum
feat(reversal): add negation disambiguation signal
2026-04-02 00:53:16 +00:00
grammar.go
Fix unicode capitalization in plural forms
2026-04-02 05:10:36 +00:00
grammar_test.go
Fix unicode capitalization in plural forms
2026-04-02 05:10:36 +00:00
handler.go
fix(service): accept string maps in translation lookups
2026-04-02 03:49:25 +00:00
handler_test.go
fix(service): accept string maps in translation lookups
2026-04-02 03:49:25 +00:00
hooks.go
fix(i18n): make registered locales idempotent across service swaps
2026-04-02 06:03:18 +00:00
hooks_test.go
fix(i18n): make registered locales idempotent across service swaps
2026-04-02 06:03:18 +00:00
i18n.go
fix(i18n): flag missing translations in Translate
2026-04-02 05:40:52 +00:00
i18n_test.go
fix(i18n): flag missing translations in Translate
2026-04-02 05:40:52 +00:00
language.go
fix(i18n): normalise underscore language tags
2026-04-02 03:11:15 +00:00
language_test.go
fix(i18n): normalise underscore language tags
2026-04-02 03:11:15 +00:00
loader.go
fix(i18n): ignore deprecated grammar entries
2026-04-02 03:03:44 +00:00
loader_test.go
fix(i18n): ignore deprecated grammar entries
2026-04-02 03:03:44 +00:00
localise.go
fix(i18n): prefer locale override precedence
2026-04-02 06:26:29 +00:00
localise_test.go
fix(i18n): prefer locale override precedence
2026-04-02 06:26:29 +00:00
numbers.go
fix(numbers): round decimal carry correctly
2026-04-02 02:54:52 +00:00
numbers_test.go
fix(numbers): round decimal carry correctly
2026-04-02 02:54:52 +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
fix(i18n): normalise fallback language tags
2026-04-02 06:17:36 +00:00
service_test.go
fix(i18n): canonicalise fallback language tags
2026-04-02 06:22:07 +00:00
time.go
fix(time): pluralize nil-service relative time fallback
2026-04-02 05:14:43 +00:00
time_test.go
fix(time): pluralize nil-service relative time fallback
2026-04-02 05:14:43 +00:00
transform.go
feat(i18n): accept structured handler args
2026-04-02 02:58:46 +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(reversal): expand dual-class vocabulary
2026-04-02 04:16:00 +00:00
types_test.go
feat: grammar-aware i18n module extracted from core
2026-02-16 19:51:27 +00:00
validate.go
feat(validate): expand french article prompt
2026-04-02 00:09:59 +00:00
validate_test.go
feat(validate): expand french article prompt
2026-04-02 00:09:59 +00:00