[agent/claude] Update all Go files that import forge.lthn.ai/core/go or for... #5

Closed
Virgil wants to merge 3 commits from agent/update-all-go-files-that-import-forge-lt into main
Member

Task

Update all Go files that import forge.lthn.ai/core/go or forge.lthn.ai/core/go/pkg/core to use dappco.re/go/core instead. Also update go.mod to replace the forge.lthn.ai/core/go dependency with dappco.re/go/core v0.4.7.

Rules:

  • Only change forge.lthn.ai/core/go imports, NOT forge.lthn.ai/core/go-log or other go-* packages
  • Old import: forge.lthn.ai/core/go/pkg/core — new import: dappco.re/go/core (no pkg/core suffix)
  • After changes, run: GONOSUMDB='dappco.re/' GONOSUMCHECK='dappco.re/' go build ./... to verify
  • Commit with message: refactor: migrate core import to dappco.re/go/core

Co-Authored-By: Virgil virgil@lethean.io

Agent: claude
Commits: 1
Branch: agent/update-all-go-files-that-import-forge-lt


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

## Task Update all Go files that import forge.lthn.ai/core/go or forge.lthn.ai/core/go/pkg/core to use dappco.re/go/core instead. Also update go.mod to replace the forge.lthn.ai/core/go dependency with dappco.re/go/core v0.4.7. Rules: - Only change forge.lthn.ai/core/go imports, NOT forge.lthn.ai/core/go-log or other go-* packages - Old import: forge.lthn.ai/core/go/pkg/core — new import: dappco.re/go/core (no pkg/core suffix) - After changes, run: GONOSUMDB='dappco.re/*' GONOSUMCHECK='dappco.re/*' go build ./... to verify - Commit with message: refactor: migrate core import to dappco.re/go/core Co-Authored-By: Virgil <virgil@lethean.io> **Agent:** claude **Commits:** 1 **Branch:** `agent/update-all-go-files-that-import-forge-lt` --- Auto-created by core-agent dispatch system. Co-Authored-By: Virgil <virgil@lethean.io>
Virgil added 3 commits 2026-03-21 12:09:20 +00:00
Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Virgil <virgil@lethean.io>
refactor: migrate core import to dappco.re/go/core
Some checks failed
Security Scan / security (pull_request) Failing after 12s
Test / test (pull_request) Failing after 2m10s
5816e382bb
Co-Authored-By: Virgil <virgil@lethean.io>
Author
Member

Verification Failed

Command: go test ./...

ok  	forge.lthn.ai/core/go-crypt/auth	36.979s
?   	forge.lthn.ai/core/go-crypt/cmd/crypt	[no test files]
--- FAIL: TestShortenPackageName (0.00s)
    output_test.go:10: 
        	Error Trace:	/Users/snider/Code/.core/workspace/go-crypt-1774094235/src/cmd/testcmd/output_test.go:10
        	Error:      	Not equal: 
        	            	expected: "pkg/foo"
        	            	actual  : "foo"
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -1 +1 @@
        	            	-pkg/foo
        	            	+foo
        	Test:       	TestShortenPackageName

  cmd.test.coverage_by_package
    a-very-very-very-very-very-long-package-name-that-might-cause-issues  80.0%
    short                                                                 100.0%

    cmd.test.label.average                                                90.0%
FAIL
FAIL	forge.lthn.ai/core/go-crypt/cmd/testcmd	0.621s
ok  	forge.lthn.ai/core/go-crypt/crypt	2.071s
ok  	forge.lthn.ai/core/go-crypt/crypt/chachapoly	1.133s
ok  	forge.lthn.ai/core/go-crypt/crypt/lthn	1.390s
ok  	forge.lthn.ai/core/go-crypt/crypt/openpgp	4.078s
ok  	forge.lthn.ai/core/go-crypt/crypt/pgp	2.886s
ok  	forge.lthn.ai/core/go-crypt/crypt/rsa	2.296s
ok  	forge.lthn.ai/core/go-crypt/trust	2.339s
FAIL

Exit code: 1

## Verification Failed **Command:** `go test ./...` ``` ok forge.lthn.ai/core/go-crypt/auth 36.979s ? forge.lthn.ai/core/go-crypt/cmd/crypt [no test files] --- FAIL: TestShortenPackageName (0.00s) output_test.go:10: Error Trace: /Users/snider/Code/.core/workspace/go-crypt-1774094235/src/cmd/testcmd/output_test.go:10 Error: Not equal: expected: "pkg/foo" actual : "foo" Diff: --- Expected +++ Actual @@ -1 +1 @@ -pkg/foo +foo Test: TestShortenPackageName cmd.test.coverage_by_package a-very-very-very-very-very-long-package-name-that-might-cause-issues 80.0% short 100.0% cmd.test.label.average 90.0% FAIL FAIL forge.lthn.ai/core/go-crypt/cmd/testcmd 0.621s ok forge.lthn.ai/core/go-crypt/crypt 2.071s ok forge.lthn.ai/core/go-crypt/crypt/chachapoly 1.133s ok forge.lthn.ai/core/go-crypt/crypt/lthn 1.390s ok forge.lthn.ai/core/go-crypt/crypt/openpgp 4.078s ok forge.lthn.ai/core/go-crypt/crypt/pgp 2.886s ok forge.lthn.ai/core/go-crypt/crypt/rsa 2.296s ok forge.lthn.ai/core/go-crypt/trust 2.339s FAIL ``` **Exit code:** 1
Virgil added the
needs-review
label 2026-03-21 12:09:59 +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 closed this pull request 2026-03-24 11:12:05 +00:00
Some checks failed
Security Scan / security (pull_request) Failing after 12s
Test / test (pull_request) Failing after 2m10s

Pull request closed

Sign in to join this conversation.
No description provided.