Virgil
cbf650918a
feat(devkit): add coverage trending helpers
...
Implement coverage profile and output parsing, snapshot comparison, and a JSON-backed coverage store.
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 07:10:00 +00:00
Virgil
fa20cb8aa5
feat(devkit): add gitleaks-backed secret scanning
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 06:00:25 +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
3a995db1db
refactor: remove extracted packages
...
- container/ → core/go-container v0.1.0
- devops/ → core/go-container/devenv v0.1.0
- infra/ → core/go-infra v0.1.0
- devkit/ → core/lint v0.2.0
All cmd/ consumers already import from standalone repos.
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-09 11:52:34 +00:00
Claude
e3c2315c6a
chore: use %w for error wrapping
2026-02-24 15:41:11 +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
Snider
e20083d51b
feat(devkit): Phase 4 — vulnerability scanning, complexity analysis, coverage trending
...
- govulncheck JSON output parsing with structured VulnFinding types (13 tests)
- Cyclomatic complexity analysis via go/ast with configurable threshold (21 tests)
- Coverage snapshot persistence and regression detection with CoverageStore (19 tests)
53 new tests, 68 total devkit tests. All pass with -race.
Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-20 06:28:37 +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