Snider
bae46c8393
refactor: migrate core import to dappco.re/go/core
...
Security Scan / security (pull_request) Failing after 9s
Test / test (pull_request) Successful in 4m45s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-21 12:04:48 +00:00
Snider
1fce30e3b2
chore: sync dependencies for v0.3.6
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-17 17:53:23 +00:00
Snider
9b3308a38f
chore: sync dependencies for v0.3.5
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-17 17:48:31 +00:00
Snider
8a65670268
chore: sync dependencies for v0.3.4
...
Security Scan / security (push) Failing after 8s
Test / test (push) Successful in 4m4s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-16 22:18:01 +00:00
Snider
caaece78e6
chore: sync go.mod dependencies
...
Security Scan / security (push) Failing after 7s
Test / test (push) Successful in 4m50s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-15 15:37:30 +00:00
Snider
d752da473b
chore: bump forge deps (core/go v0.3.1, go-io v0.1.2, config v0.1.2)
...
Security Scan / security (push) Failing after 9s
Test / test (push) Failing after 3m58s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-15 15:17:28 +00:00
Snider
7c8cd0fe70
fix: update stale import paths and dependency versions from extraction
...
Security Scan / security (push) Failing after 10s
Test / test (push) Failing after 2m56s
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
e7db4b163f
refactor: update import path from go-config to core/config
...
Security Scan / security (push) Failing after 8s
Test / test (push) Failing after 1m19s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-14 10:26:01 +00:00
Snider
58b20e7aec
chore: sync go.mod dependencies
...
Security Scan / security (push) Failing after 9s
Test / test (push) Failing after 1m24s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-06 15:22:36 +00:00
Snider
89cedeac62
refactor: swap pkg/{io,log,i18n} imports to go-io/go-log/go-i18n
...
Security Scan / security (push) Failing after 6s
Test / test (push) Successful in 2m4s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-06 12:35:42 +00:00
Snider
3b70a32a92
chore: bump forge.lthn.ai dep versions to latest tags
...
Security Scan / security (push) Failing after 8s
Test / test (push) Successful in 3m37s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-26 05:34:23 +00:00
Snider
cacc1ab3c8
chore: bump forge.lthn.ai dep versions to latest tags
...
Security Scan / security (push) Failing after 9s
Test / test (push) Successful in 4m1s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-23 06:49:45 +00:00
Snider
9a9ae0d4c4
chore: refresh go.sum after upstream tag updates
...
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-23 06:35:19 +00:00
Snider
a315c3894e
refactor: modernise to Go 1.26 — iterators, slices, maps
...
Security Scan / security (push) Failing after 8s
Test / test (push) Failing after 23s
- Add StatusIter, DirtyReposIter, AheadReposIter on git.Service
- Add StatusIter, PushMultipleIter on git package functions
- Add ListOrgReposIter, ListUserReposIter on forge/gitea clients
- Add ListPullRequestsIter on forge/gitea clients
- Add extractIACRPapersIter, extractPostsIter iterators
- Replace manual map-key-sort with slices.Sorted(maps.Keys(...))
- Modernise range-over-int in excavate_test.go
Co-Authored-By: Gemini <noreply@google.com>
Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-23 06:23:45 +00:00
Claude
3009c7354f
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
d025f9c49b
refactor: migrate CLI imports from core/go to core/cli
...
Update imports from forge.lthn.ai/core/go/pkg/cli to
forge.lthn.ai/core/cli/pkg/cli following CLI package split.
Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-22 23:29:41 +00:00
Claude
4bbff49c40
chore: sync workspace dependency versions
...
Run go work sync to align dependency versions across workspace.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 21:42:01 +00:00
Snider
39efacbe24
chore: go mod tidy for 1.26.0
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-22 20:35:59 +00:00
Snider
7eb28df79d
feat: migrate collect, forge, gitea commands from CLI
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-21 19:38:36 +00:00
Snider
8527302df1
chore: resolve forge deps from registry, remove local replaces
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-21 19:20:07 +00:00
Snider
c95aefed94
refactor: extract agentci + jobrunner to core/go-agent
...
Both packages now live in forge.lthn.ai/core/go-agent as a unified
agent orchestration repo. go-scm retains collect/, forge/, git/, gitea/.
Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-21 17:13:26 +00:00
Claude
3e883f6976
feat: extract SCM/forge integration packages from core/go
...
Forgejo and Gitea SDK wrappers, multi-repo git utilities, AgentCI
dispatch, distributed job orchestrator, and data collection pipelines.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 15:25:58 +00:00