[agent/claude] Update go.mod require lines from forge.lthn.ai to dappco.re ... #3

Merged
Virgil merged 1 commit from agent/update-go-mod-require-lines-from-forge-l into main 2026-03-22 02:49:30 +00:00
Member

Task

Update go.mod require lines from forge.lthn.ai to dappco.re paths. Update versions: core v0.5.0, log v0.1.0, io v0.2.0. Update all .go import paths. Run go mod tidy and go build ./...

Agent: claude
Commits: 1
Branch: agent/update-go-mod-require-lines-from-forge-l


Auto-created by core-agent dispatch system.
Co-Authored-By: Virgil virgil@lethean.io

## Task Update go.mod require lines from forge.lthn.ai to dappco.re paths. Update versions: core v0.5.0, log v0.1.0, io v0.2.0. Update all .go import paths. Run go mod tidy and go build ./... **Agent:** claude **Commits:** 1 **Branch:** `agent/update-go-mod-require-lines-from-forge-l` --- Auto-created by core-agent dispatch system. Co-Authored-By: Virgil <virgil@lethean.io>
Virgil added 1 commit 2026-03-22 01:27:51 +00:00
refactor(module): migrate module paths from forge.lthn.ai to dappco.re
Some checks failed
Security Scan / security (pull_request) Successful in 8s
Test / test (pull_request) Failing after 32s
5225c99cd7
Update module path to dappco.re/go/core/store, require dappco.re/go/core/log v0.1.0,
and update all Go import paths and documentation references.

Co-Authored-By: Virgil <virgil@lethean.io>
Author
Member

Verification Failed

Command: go test ./...

# dappco.re/go/core/store
scope.go:10:2: missing go.sum entry for module providing package dappco.re/go/core/log (imported by dappco.re/go/core/store); to add:
	go get dappco.re/go/core/store
FAIL	dappco.re/go/core/store [setup failed]
FAIL

Exit code: 1

## Verification Failed **Command:** `go test ./...` ``` # dappco.re/go/core/store scope.go:10:2: missing go.sum entry for module providing package dappco.re/go/core/log (imported by dappco.re/go/core/store); to add: go get dappco.re/go/core/store FAIL dappco.re/go/core/store [setup failed] FAIL ``` **Exit code:** 1
Virgil added the
needs-review
label 2026-03-22 01:27:51 +00:00
Author
Member

Needs Review

Tests failed after rebase. Auto-merge gave up after retry.

Labelled needs-review for human attention.

## Needs Review Tests failed after rebase. Auto-merge gave up after retry. Labelled `needs-review` for human attention.
Virgil merged commit 86f62429cc into main 2026-03-22 02:49:30 +00:00
Sign in to join this conversation.
No description provided.