refactor: decompose runtime coordination and runner internals (PR6)
This commit is contained in:
9
runners/shared/src/index.ts
Normal file
9
runners/shared/src/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export {
|
||||
prependRoomRoleHeader,
|
||||
type RoomRoleContext,
|
||||
} from './room-role-context.js';
|
||||
export {
|
||||
assertReadonlyWorkspaceRepoConnectivity,
|
||||
buildReviewerGitGuardEnv,
|
||||
isReviewerRuntime,
|
||||
} from './reviewer-git-guard.js';
|
||||
Reference in New Issue
Block a user