WP12: Create rpc-mode.ts

This commit is contained in:
Mario Zechner 2025-12-09 00:16:17 +01:00
parent c0996a1078
commit e7c71e7ee3
2 changed files with 86 additions and 2 deletions

View file

@ -1308,8 +1308,8 @@ export async function runRpcMode(session: AgentSession): Promise<never> {
1. `npm run check` passes
2. Manual test: RPC mode still works (if you have a way to test it)
- [ ] Create `src/modes/rpc-mode.ts`
- [ ] Verify with `npm run check`
- [x] Create `src/modes/rpc-mode.ts`
- [x] Verify with `npm run check`
---