WP13: Create modes/index.ts barrel export
This commit is contained in:
@@ -1327,8 +1327,8 @@ export { runRpcMode } from "./rpc-mode.js";
|
|||||||
// InteractiveMode will be added later
|
// InteractiveMode will be added later
|
||||||
```
|
```
|
||||||
|
|
||||||
- [ ] Create `src/modes/index.ts`
|
- [x] Create `src/modes/index.ts`
|
||||||
- [ ] Verify with `npm run check`
|
- [x] Verify with `npm run check`
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
7
packages/coding-agent/src/modes/index.ts
Normal file
7
packages/coding-agent/src/modes/index.ts
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
/**
|
||||||
|
* Run modes for the coding agent.
|
||||||
|
*/
|
||||||
|
|
||||||
|
export { runPrintMode } from "./print-mode.js";
|
||||||
|
export { runRpcMode } from "./rpc-mode.js";
|
||||||
|
// InteractiveMode will be added in WP15
|
||||||
Reference in New Issue
Block a user