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

Release Notes

  • Chores

    • Established a new automated CI/CD pipeline with continuous testing, automated code fixing for identified issues, and intelligent merge capabilities to streamline development
    • Migrated project dependencies to updated module paths for improved maintainability and clarity
    • Enhanced project configuration and environment guidance documentation
  • Bug Fixes

    • Refined path validation logic to reduce false rejections at directory boundaries and improve overall reliability

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 <[email protected]>
Update module path from forge.lthn.ai/core/go-cache to
dappco.re/go/core/cache. Update dependencies to dappco.re/go/core/io
v0.2.0 and dappco.re/go/core/log v0.1.0. Fix path traversal prefix
collision in Cache.Path() and update package doc comment.

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 cache module from forge.lthn.ai/core/go-cache to dappco.re/go/core/cache with updated dependencies, introduces a new GitHub Actions CI workflow for automated testing and merging, and updates development tooling configuration.

Changes

Cohort / File(s) Summary
Dependency migration
go.mod, CLAUDE.md, cache.go, cache_test.go
Updated module path and all import references from forge.lthn.ai/core/* to dappco.re/go/core/*; direct dependencies bumped to newer versions ([email protected], [email protected]); path-traversal validation logic in cache refined to permit resolved paths equal to base directory.
CI/CD workflow
.github/workflows/ci.yml
New GitHub Actions workflow enabling automated testing on pushes and PRs, with conditional jobs for auto-fixing on change requests and auto-merging on approvals from coderabbitai.
Development tooling
.gitignore
Added exclusions for Visual Studio Code workspace settings (.vscode/) and log files (*.log).
🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (2 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 changeset: migrating module and dependency paths to the dappco.re namespace.

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


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

@Snider Snider merged commit 5427870 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