Skip to content

fix(core): follow OpenHuman family module paths - #154

Merged
senamakel merged 2 commits into
tinyhumansai:mainfrom
senamakel:fix-openhuman-family-imports
Aug 3, 2026
Merged

fix(core): follow OpenHuman family module paths#154
senamakel merged 2 commits into
tinyhumansai:mainfrom
senamakel:fix-openhuman-family-imports

Conversation

@senamakel

Copy link
Copy Markdown
Member

Summary

  • update the vendored OpenHuman gitlink to the kernel family-reorganization commit
  • migrate Medulla workflow socket imports to openhuman::platform::socket
  • update workflow bridge documentation links and test types to the new family path

Root cause

OpenHuman moved its flat kernel domains into gate-aligned family modules. Medulla imported the workflow socket API through its former flat path, so advancing the submodule would break compilation.

Dependency

Draft until tinyhumansai/openhuman#5335 merges and the OpenHuman gitlink is rebased onto the resulting upstream commit.

Validation

  • cargo fmt --all --check
  • cargo clippy --all-targets -- -D warnings
  • cargo test: 2,033 SDK tests passed; one unrelated control-socket path test encountered concurrent shared-environment contention

Co-authored-by: Medulla <medulla@tinyhumans.ai>
@coderabbitai

coderabbitai Bot commented Aug 3, 2026

Copy link
Copy Markdown

Warning

Review limit reached

You’ve reached a temporary PR review limit under our Fair Usage Limits Policy.

Your recent review volume is higher than typical usage, so adaptive limits are currently applied.

Next review available in: 58 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

Run ID: 08762adf-e3e1-4f5c-8906-8d68f628d711

📥 Commits

Reviewing files that changed from the base of the PR and between 868ee7f and af858df.

📒 Files selected for processing (6)
  • src/sdk/src/hub/socket/mod.rs
  • src/sdk/src/hub/socket/workflow.rs
  • src/sdk/src/hub/tests/workflows.rs
  • src/sdk/src/hub/workflows.rs
  • src/sdk/src/workflows/bridge.rs
  • vendor/openhuman

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

@senamakel
senamakel marked this pull request as ready for review August 3, 2026 11:58

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

senamakel has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.

Co-authored-by: Medulla <medulla@tinyhumans.ai>

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

senamakel has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.

@senamakel
senamakel merged commit 0fae043 into tinyhumansai:main Aug 3, 2026
6 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