Virgil
6e278a293a
feat(dev): show workflow templates in list
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 09:48:48 +00:00
Virgil
93c8eef876
feat(dev): support glob targets in apply command
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 09:02:04 +00:00
Virgil
c06fd2edfc
feat(dev): add confirmation to file sync
...
Add a confirmation gate and --yes bypass to core dev sync so batch file distribution follows the same safety model as the other AI-agent commands.
2026-04-01 07:16:56 +00:00
Virgil
0179ddf4f2
feat(setup): add repo subcommand
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 06:49:34 +00:00
Virgil
b7d70883e9
feat(dev): add api test-gen command
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 05:10:56 +00:00
Claude
129199a5e0
chore: migrate to dappco.re vanity import path
...
Update module path from forge.lthn.ai/core/go-devops to
dappco.re/go/core/devops. Migrate all imports for packages
that have already moved to dappco.re:
- go-io -> dappco.re/go/core/io
- go-log -> dappco.re/go/core/log
- go-scm -> dappco.re/go/core/scm
- go-i18n -> dappco.re/go/core/i18n
- agent -> dappco.re/go/agent
Packages not yet migrated (cli, go-container) left as-is.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 00:04:10 +00:00
Snider
c2adc7d9dc
fix(dx): audit and fix build, error handling, and CLAUDE.md
...
- Fix cli.RegisterCommands signature mismatch (cli v0.3.5 takes
single CommandRegistration, not variadic localeFS); register
locales via i18n.RegisterLocales in locales/embed.go init()
- Replace fmt.Errorf inside log.E with plain string concat in
deploy/python and deploy/coolify
- Remove unused fmt import from deploy/coolify/client.go
- Update CLAUDE.md: correct LOC count, clarify cmd/community and
cmd/gitcmd descriptions, add locales package, fix error convention
from core.E/fmt.Errorf to log.E
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-17 08:18:32 +00:00
Snider
b9d9994a36
feat: embed and load locale translations on init
...
Locales auto-load when cmd/dev is imported via init().
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-17 00:45:15 +00:00
Snider
764f290b34
feat: add en-GB locale file for dev/deploy/docs/setup commands
...
281 translation keys covering dev (health, work, commit, push, pull,
tag, impact, issues, reviews, ci, apply, workflow, vm), deploy, docs,
git, and setup commands.
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-17 00:34:55 +00:00