Skip to content

refactor: graduate dappco.re/go/html → dappco.re/go/render#38

Merged
Snider merged 1 commit into
mainfrom
lane/graduate
Jul 23, 2026
Merged

refactor: graduate dappco.re/go/html → dappco.re/go/render#38
Snider merged 1 commit into
mainfrom
lane/graduate

Conversation

@Snider

@Snider Snider commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

Library + cli graduate to dappco.re/go/render / dappco.re/go/render/cli, matching the already-render display/webkit + engine/php modules — one consistent namespace. 82 files (module paths + all internal imports); pure rename, library builds standalone + workspace composes.

🤖 Generated with Claude Code
Co-Authored-By: Virgil virgil@lethean.io

Library + cli graduate to the render namespace (module dappco.re/go/render,
dappco.re/go/render/cli), matching the already-render display/webkit +
engine/php modules. 82 files: module paths + every internal import. Library
builds standalone; cli + workspace compose. Pure rename, no code change.

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

coderabbitai Bot commented Jul 23, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@Snider, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 12 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 5ed54a9c-9d88-4ecc-b88c-2f9b38ba3465

📥 Commits

Reviewing files that changed from the base of the PR and between ad8dc63 and 524d9c6.

📒 Files selected for processing (82)
  • cli/codegen/main.go
  • cli/go.mod
  • cli/termdemo/main.go
  • cli/wasm/main.go
  • cli/wasm/register.go
  • cli/wasm/render_layout.go
  • go/display/ctmltest/click.go
  • go/display/ctmltest/click_test.go
  • go/display/ctmltest/config.go
  • go/display/ctmltest/coverage_test.go
  • go/display/ctmltest/ctmltest_test.go
  • go/display/ctmltest/doc.go
  • go/display/ctmltest/drive.go
  • go/display/ctmltest/drive_test.go
  • go/display/ctmltest/expect.go
  • go/display/ctmltest/expect_test.go
  • go/display/ctmltest/run.go
  • go/display/http/http.go
  • go/display/pipe/pipe.go
  • go/display/socket/socket.go
  • go/display/socket/socket_test.go
  • go/display/tui/anim/anim.go
  • go/display/tui/app.go
  • go/display/tui/app_example_test.go
  • go/display/tui/app_test.go
  • go/display/tui/colorprofile/colorprofile_test.go
  • go/display/tui/colorprofile/example_test.go
  • go/display/tui/cursor/cursor_test.go
  • go/display/tui/cursor/example_test.go
  • go/display/tui/doc.go
  • go/display/tui/example_test.go
  • go/display/tui/filepicker/example_test.go
  • go/display/tui/filepicker/filepicker_test.go
  • go/display/tui/form/example_test.go
  • go/display/tui/form/form_test.go
  • go/display/tui/image/example_test.go
  • go/display/tui/image/image_test.go
  • go/display/tui/layout/example_test.go
  • go/display/tui/layout/layout_test.go
  • go/display/tui/loop_options_test.go
  • go/display/tui/markdown/example_test.go
  • go/display/tui/markdown/options_test.go
  • go/display/tui/motion/example_test.go
  • go/display/tui/motion/motion_test.go
  • go/display/tui/paginator/example_test.go
  • go/display/tui/paginator/paginator_test.go
  • go/display/tui/progress/example_test.go
  • go/display/tui/progress/progress_test.go
  • go/display/tui/seam_test.go
  • go/display/tui/stopwatch/example_test.go
  • go/display/tui/stopwatch/stopwatch_test.go
  • go/display/tui/style/blend_test.go
  • go/display/tui/style/color_test.go
  • go/display/tui/style/example_test.go
  • go/display/tui/style/layers_test.go
  • go/display/tui/style/list/example_test.go
  • go/display/tui/style/list/list_test.go
  • go/display/tui/style/style_test.go
  • go/display/tui/style/table/example_test.go
  • go/display/tui/style/table/table_test.go
  • go/display/tui/style/tree/example_test.go
  • go/display/tui/style/tree/tree_test.go
  • go/display/tui/table/example_test.go
  • go/display/tui/table/table_test.go
  • go/display/tui/timer/example_test.go
  • go/display/tui/timer/timer_test.go
  • go/engine/ctml/ast.go
  • go/engine/ctml/corecommand.go
  • go/engine/ctml/corecommand_example_test.go
  • go/engine/ctml/corecommand_test.go
  • go/engine/ctml/doc.go
  • go/engine/ctml/parse.go
  • go/engine/ctml/parse_example_test.go
  • go/engine/ctml/parse_test.go
  • go/engine/ctml/pipe_example_test.go
  • go/engine/ctml/pipe_test.go
  • go/engine/teabox/resolve.go
  • go/engine/teabox/resolve_example_test.go
  • go/engine/teabox/resolve_test.go
  • go/engine/ts/engine.go
  • go/go.mod
  • go/pkg/api/handlers.go

Warning

Billing warning: we have not been able to collect payment for this subscription for more than 72 hours. Please update the payment method or pay any pending invoices in Billing to avoid service interruption.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@Snider
Snider merged commit 5ee8e78 into main Jul 23, 2026
2 checks passed
@sonarqubecloud

Copy link
Copy Markdown

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