Skip to content

chore: migrate to dappco.re import paths#2

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

chore: migrate to dappco.re import paths#2
Snider merged 6 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

  • Documentation

    • Updated all documentation and configuration files with new module registry path and import statements.
  • New Features

    • Added GitHub Actions workflow for continuous integration, including automated testing on pushes and pull requests, automatic code fixes on review feedback, and automated merging for approved changes.
  • Chores

    • Migrated module to new registry location and updated related dependencies.

Snider and others added 6 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 <[email protected]>
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 <[email protected]>
…orge.lthn.ai to dappco.re ...' (#3) 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 the Go module path from forge.lthn.ai/core/go-store to dappco.re/go/core/store across all documentation and source files. A new GitHub Actions CI workflow is added to automate testing, code fixes, and pull request merging based on code review events. The SQLite dependency is also bumped to version 1.47.0.

Changes

Cohort / File(s) Summary
CI Workflow
.github/workflows/ci.yml
New GitHub Actions workflow with three jobs: test runs build validation on pushes and pull requests; auto-fix runs automated fixes when code review requests changes; auto-merge automatically merges approved pull requests.
Module Path Migration
go.mod, scope.go, store.go
Updated Go module path from forge.lthn.ai/core/go-store to dappco.re/go/core/store. Updated logging dependency from forge.lthn.ai/core/go-log to dappco.re/go/core/log v0.1.0. Bumped modernc.org/sqlite from v1.46.2 to v1.47.0.
Documentation Updates
CLAUDE.md, README.md, docs/index.md
Updated module path references in documentation from forge.lthn.ai/core/go-store to dappco.re/go/core/store. Updated package registry badge and import examples in README and docs.
🚥 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 clearly and concisely summarizes the main change: migrating import paths from forge.lthn.ai to dappco.re, which is reflected across all modified files including go.mod, documentation, and source code.
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 e919dd2 into main Mar 22, 2026
4 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