Skip to content

refactor(runtime): move remote response assembly to integrations#875

Merged
limityan merged 1 commit into
GCWing:mainfrom
limityan:yanzhn/hr-c-remote-runtime-owner
May 25, 2026
Merged

refactor(runtime): move remote response assembly to integrations#875
limityan merged 1 commit into
GCWing:mainfrom
limityan:yanzhn/hr-c-remote-runtime-owner

Conversation

@limityan
Copy link
Copy Markdown
Collaborator

@limityan limityan commented May 25, 2026

Summary

  • Move remote-connect workspace/session response assembly helpers into bitfun-services-integrations alongside the existing file/dialog/cancel response helpers.
  • Keep concrete workspace lookup, persistence reads, session restore, scheduler submission, terminal pre-warm, and product execution in bitfun-core.
  • Extend owner-crate contracts, core delegation guardrails, boundary self-tests, and HR-C docs/AGENTS ownership notes.

Verification

  • node scripts/check-core-boundaries.mjs
  • $env:BITFUN_BOUNDARY_CHECK_SELF_TEST='1'; node scripts/check-core-boundaries.mjs
  • cargo test -p bitfun-services-integrations --features remote-connect --test remote_connect_contracts -- --nocapture
  • cargo test -p bitfun-core remote_connect::remote_server::tests -- --nocapture
  • cargo test -p bitfun-services-integrations
  • cargo check -p bitfun-core --features product-full
  • git diff --check

Move remote-connect file command handling and workspace/session response assembly helpers into bitfun-services-integrations while keeping core as the concrete workspace, persistence, scheduler, and terminal adapter.

Add focused owner-crate contracts, core delegation coverage, boundary self-tests, and HR-C documentation updates for the new ownership state.
@limityan limityan force-pushed the yanzhn/hr-c-remote-runtime-owner branch from 4152243 to b831a92 Compare May 25, 2026 08:01
@limityan limityan merged commit 695fd9f into GCWing:main May 25, 2026
4 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