Skip to content

fix: migrate module paths to dappco.re#3

Merged
Snider merged 46 commits intomainfrom
dev
Apr 4, 2026
Merged

fix: migrate module paths to dappco.re#3
Snider merged 46 commits intomainfrom
dev

Conversation

@Snider
Copy link
Copy Markdown
Contributor

@Snider Snider commented Apr 4, 2026

Module path migration from forge.lthn.ai to dappco.re

Virgil and others added 30 commits March 26, 2026 11:15
Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Virgil <virgil@lethean.io>
…o/core v0.8.0-alpha.1. Re...' (#8) from agent/ax-review--banned-imports--test-naming into dev
Co-Authored-By: Virgil <virgil@lethean.io>
…ations — banned imports...' (#9) from agent/ax-review--banned-imports--test-naming into dev
Co-Authored-By: Virgil <virgil@lethean.io>
… only. grep ALL .go fil...' (#10) from agent/ax-review--banned-imports--test-naming into dev
Co-Authored-By: Virgil <virgil@lethean.io>
…ead CODEX.md and .core/re...' (#11) from agent/ax-review--banned-imports--test-naming into dev
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Virgil <virgil@lethean.io>
…nto this workspace with R...' (#12) from agent/ax-review--banned-imports--test-naming into dev
Co-Authored-By: Virgil <virgil@lethean.io>
…degen/*.go. Document ever...' (#13) from agent/ax-review--banned-imports--test-naming into dev
- guard nil receivers and nodes in core render flows
- make Render() safe for nil input
- add compile-time Node contract for Responsive

Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Virgil <virgil@lethean.io>
Expose VariantError() on Layout and ErrInvalidLayoutVariant for invalid variant strings while preserving current render behaviour.

Co-Authored-By: Virgil <virgil@lethean.io>
Virgil and others added 16 commits March 31, 2026 20:04
Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Virgil <virgil@lethean.io>
Add type guards for variant and locale inputs at the WASM boundary and a js+wasm integration test suite for renderToString behavior.

Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Virgil <virgil@lethean.io>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 4, 2026

Warning

Rate limit exceeded

@Snider has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 9 minutes and 38 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 9 minutes and 38 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: fefb89aa-54ca-43cd-b4f6-110e25c151e9

📥 Commits

Reviewing files that changed from the base of the PR and between 0799d98 and 4a924b0.

⛔ Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
📒 Files selected for processing (47)
  • README.md
  • bench_test.go
  • cmd/codegen/main.go
  • cmd/codegen/main_test.go
  • cmd/wasm/main.go
  • cmd/wasm/main_test.go
  • cmd/wasm/register.go
  • cmd/wasm/register_test.go
  • cmd/wasm/size_test.go
  • codegen/bench_test.go
  • codegen/codegen.go
  • codegen/codegen_test.go
  • codegen/doc.go
  • codegen/typescript.go
  • context.go
  • context_test.go
  • doc.go
  • docs/architecture.md
  • docs/development.md
  • docs/history.md
  • docs/index.md
  • edge_test.go
  • go.mod
  • integration_test.go
  • layout.go
  • layout_test.go
  • node.go
  • node_test.go
  • path.go
  • path_test.go
  • pipeline.go
  • pipeline_test.go
  • render.go
  • render_test.go
  • responsive.go
  • responsive_test.go
  • specs/cmd/codegen.md
  • specs/cmd/wasm.md
  • specs/codegen.md
  • specs/codegen/RFC.md
  • specs/root.md
  • test_helpers_test.go
  • text_builder_default.go
  • text_builder_js.go
  • text_translate.go
  • text_translate_default.go
  • text_translate_js.go

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

@Snider Snider merged commit 5a6b0aa into main Apr 4, 2026
5 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