Skip to content

chore: migrate to dappco.re import paths#2

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

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

Conversation

@Snider
Copy link
Copy Markdown
Contributor

@Snider Snider commented Mar 22, 2026

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

Summary by CodeRabbit

Release Notes

  • Chores

    • Migrated module path to a new dependency registry; updated import paths and Go module dependencies accordingly.
    • Updated minimum Go version to 1.26.
    • Updated logging library dependency to latest version.
    • Enhanced .gitignore to exclude additional directories and log files.
  • Documentation

    • Refreshed documentation across architecture, development, and knowledge base resources with updated module paths and coding standards.
    • Expanded context documentation with detailed tool mapping, commands, and rendering workflows.
  • Tests

    • Removed session management test suite.

Snider and others added 2 commits March 22, 2026 01:37
Update module path to dappco.re/go/core/session, dependency to
dappco.re/go/core/log v0.1.0, all Go import paths, and documentation
references. Remove duplicate test functions found during migration.

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

coderabbitai bot commented Mar 22, 2026

Caution

Review failed

Pull request was closed or merged during review

📝 Walkthrough

Walkthrough

This pull request performs a comprehensive module path migration from forge.lthn.ai to dappco.re, updates the logging dependency version, upgrades the Go toolchain to 1.26, revises documentation and coding standards, and removes session management unit tests.

Changes

Cohort / File(s) Summary
Module Migration & Dependencies
go.mod, html.go, parser.go, video.go
Module path changed from forge.lthn.ai/core/go-session to dappco.re/go/core/session; logging dependency updated from forge.lthn.ai/core/go-log to dappco.re/go/core/log v0.1.0; all coreerr package imports updated accordingly across source files.
Documentation Module Path Updates
CLAUDE.md, docs/architecture.md, docs/development.md, docs/history.md, docs/index.md, kb/Home.md, README.md
Updated Go module import paths and references from forge.lthn.ai/core/go-session to dappco.re/go/core/session in module declarations, installation commands, and code examples; updated pkg.go.dev badge URL; bumped documented Go version from 1.25 to 1.26.
Standards & Requirements Documentation
CONTEXT.md, PROMPT.md
Enhanced coding standards documentation with explicit requirements for UK English, SPDX headers, strict typing, and tooling checks; introduced sandbox boundary constraints for filesystem operations; added mandatory multi-pass "Closeout Sequence" with code review, build/test, and code simplification steps before commit.
Project Status & Task Documentation
RECENT.md, TODO.md
Updated recent changes log with latest commits including DX fixes and module migration; replaced TODO content to reflect completion of error-handling migration and introduction of new module path migration task.
Configuration & Format Updates
.gitignore, kb/Rendering.md
Added .vscode/ directory and *.log files to gitignore; corrected code fence formatting for rendered tape defaults documentation.
Test Removals
parser_test.go
Deleted 110 lines of session management tests, including pruning logic validation, expiration threshold checks, and FetchSession ID validation/error scenarios.
🚥 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 summarizes the main change: migrating import paths from forge.lthn.ai to dappco.re across the entire codebase.
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 7f23ee6 into main Mar 22, 2026
1 check was pending
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