Skip to content

chore: migrate to dappco.re import paths#2

Merged
Snider merged 7 commits intomainfrom
dev
Mar 22, 2026
Merged

chore: migrate to dappco.re import paths#2
Snider merged 7 commits intomainfrom
dev

Conversation

@Snider
Copy link
Contributor

@Snider Snider commented Mar 22, 2026

Migrate module path and dependencies to dappco.re/go/core/*.

Summary by CodeRabbit

  • Chores
    • Implemented automated CI/CD workflow with testing, code review automation, and merge capabilities.
    • Updated core module dependencies to latest versions.

Snider and others added 7 commits March 17, 2026 14:05
Uses dAppCore/build actions for test, auto-fix on CodeRabbit changes,
and auto-merge on CodeRabbit approval.

Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Virgil <virgil@lethean.io>
Update go.mod require lines and .go import paths:
- forge.lthn.ai/core/go-io v0.1.7 → dappco.re/go/core/io v0.2.0
- forge.lthn.ai/core/go-log v0.0.4 → dappco.re/go/core/log v0.1.0

Co-Authored-By: Virgil <virgil@lethean.io>
…orge.lthn.ai to dappco.re ...' (#2) from agent/update-go-mod-require-lines-from-forge-l into main
@coderabbitai
Copy link

coderabbitai bot commented Mar 22, 2026

Caution

Review failed

Pull request was closed or merged during review

📝 Walkthrough

Walkthrough

The pull request migrates external dependencies from forge.lthn.ai to dappco.re namespace, updates the SQLite dependency version, introduces a new GitHub Actions CI workflow with conditional jobs for testing and automated code fixes or merging, and updates corresponding import paths across Go source files.

Changes

Cohort / File(s) Summary
GitHub Actions CI Workflow
.github/workflows/ci.yml
New CI workflow added with three jobs: test runs on push and pull requests (executes build action with Go 1.26); auto-fix triggers on changes_requested reviews from coderabbitai (executes fix action); auto-merge triggers on approved reviews from coderabbitai (merges PR and deletes branch).
Go Module Dependencies
go.mod
Migrated forge.lthn.ai/core/go-log to dappco.re/go/core/log (v0.0.4 → v0.1.0) and forge.lthn.ai/core/go-io to dappco.re/go/core/io (v0.1.5 → v0.2.0). Bumped modernc.org/sqlite from v1.46.2 to v1.47.0. Added explicit indirect requirement for legacy forge.lthn.ai/core/go-log.
Import Path Updates
ratelimit.go, sqlite.go
Updated import statements to reference migrated dependencies: dappco.re/go/core/log and dappco.re/go/core/io instead of forge.lthn.ai modules. Local import aliases unchanged.
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main objective of the pull request - migrating dependencies and import paths from forge.lthn.ai to dappco.re across multiple files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

🔧 golangci-lint (2.11.3)

Error: can't load config: unsupported version of the configuration: "" See https://golangci-lint.run/docs/product/migration-guide for migration instructions
The command is terminated due to an error: can't load config: unsupported version of the configuration: "" See https://golangci-lint.run/docs/product/migration-guide for migration instructions


Comment @coderabbitai help to get the list of available commands and usage tips.

@Snider Snider merged commit 5fef78d into main Mar 22, 2026
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant