WP1: Create bash-executor.ts with unified bash execution
This commit is contained in:
5
packages/coding-agent/src/core/index.ts
Normal file
5
packages/coding-agent/src/core/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* Core modules shared between all run modes.
|
||||
*/
|
||||
|
||||
export { type BashExecutorOptions, type BashResult, executeBash } from "./bash-executor.js";
|
||||
Reference in New Issue
Block a user