cli/pkg
Snider 0c1b74c637
Some checks failed
Deploy / build (push) Failing after 3s
Security Scan / security (push) Successful in 13s
feat: auto-derive i18n keys from command names (Conclave pattern)
commandService.applyI18n() walks registered commands and sets
Short/Long from cmd.{name}.short/long keys automatically. Downstream
packages no longer need to call i18n.T() for command descriptions —
the CLI Conclave handles it via service name derivation.

This is the Conclave pattern: services inside a sealed core.New()
auto-discover each other's capabilities via the lifecycle hooks.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-17 05:22:28 +00:00
..
cli feat: auto-derive i18n keys from command names (Conclave pattern) 2026-03-17 05:22:28 +00:00