Virgil
ba08cac5ef
feat(dev): expose vm status command
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 06:19:31 +00:00
Virgil
a4d8aba714
feat(devkit): add secret scanning
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 05:37:28 +00:00
Snider
ecb50796b7
refactor: migrate core import to dappco.re/go/core
...
Replace forge.lthn.ai/core/go/pkg/core with dappco.re/go/core v0.4.7.
Adapt to new API: core.New() returns *Core directly, services registered
via c.Service(), Result replaces (any, bool, error) IPC pattern.
Simplify git/agentic integration by calling package-level functions
directly instead of routing through IPC service handlers.
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-21 12:24:45 +00:00
Snider
e4216a12b0
chore: sync dependencies for v0.1.13
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-17 17:53:32 +00:00
Snider
339ad743be
chore: sync dependencies for v0.1.12
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-17 17:50:49 +00:00
Snider
2ef3e48b11
chore: sync dependencies for v0.1.11
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-16 22:20:21 +00:00
Snider
c364b3083c
chore: sync workspace dependencies
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-15 15:44:45 +00:00
Snider
7aa8c7f944
chore: update dependencies
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-15 15:43:36 +00:00
Snider
34b0c4b5dd
chore: sync go.mod dependencies
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-15 15:38:03 +00:00
Snider
e0fceb0e2e
fix: update stale import paths and dependency versions from extraction
...
Resolve stale forge.lthn.ai/core/cli v0.1.0 references (tag never existed,
earliest is v0.0.1) and regenerate go.sum via workspace-aware go mod tidy.
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-14 13:38:59 +00:00
Snider
ea051b07cb
refactor: update import path from go-config to core/config
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-14 10:24:50 +00:00
Snider
f5064a72be
chore: sync go.mod dependencies
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-06 15:22:48 +00:00
Snider
278e89e292
refactor: swap pkg/{io,log} imports to go-io/go-log
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-06 12:35:24 +00:00
Snider
4c7e5c7b42
chore: bump forge.lthn.ai dep versions to latest tags
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-26 05:34:23 +00:00
Claude
cdcbd5a7bd
fix: update go.sum checksums for forge.lthn.ai modules
2026-02-24 15:37:23 +00:00
Snider
4ef438dc40
chore: refresh go.sum after upstream tag updates
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-23 06:35:19 +00:00
Snider
f9eb54b856
refactor: modernise to Go 1.26 — iterators, slices, maps, strings
...
- Add ParsePlaybookIter, ParseTasksIter, GetHostsIter, AllHostsIter (ansible)
- Add ListTemplatesIter (container), TargetsIter (build), LanguagesIter (sdk)
- Replace sort.Slice with slices.SortFunc across cmd/dev, cmd/qa, cmd/monitor, cmd/setup
- Replace manual map-key-sort with slices.Sorted(maps.Keys(...))
- Replace strings.Split with strings.SplitSeq where result is iterated (devkit)
- Replace range-over-int in complexity_test, ansible/modules, devops
- Remove redundant manual min() in favour of built-in
- 22 files, all tests pass
Co-Authored-By: Gemini <noreply@google.com>
Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-23 06:24:37 +00:00
Claude
171becfdd6
chore: refresh go.sum after upstream tag updates
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 23:36:25 +00:00
Snider
ac6cff9b18
refactor: migrate CLI imports from core/go to core/cli
...
Update 58 files from forge.lthn.ai/core/go/pkg/cli to
forge.lthn.ai/core/cli/pkg/cli. Also fix pre-existing broken
imports: cmd/workspace → go-agentic, cmd/dev → self-reference.
Resolves circular dependency that caused qa docblock stub in core/go.
Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-22 23:28:58 +00:00
Claude
42613e2625
chore: migrate Snider deps from github.com to forge.lthn.ai
...
Update Borg dependency path from github.com/Snider/Borg to
forge.lthn.ai/Snider/Borg across go.mod and imports.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 21:40:28 +00:00
Snider
4b5739fbd7
chore: resolve forge deps from registry, remove local replaces
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-21 19:21:00 +00:00
Claude
392ad68047
feat: extract devops packages from core/go
...
Build system, release automation, SDK generation, Ansible executor,
LinuxKit dev environments, container runtime, deployment, infra
metrics, and developer toolkit.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 15:21:39 +00:00