feat: bootstrap cli-agent runtime and wire executor, transport, chat, and recovery seams
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -637,6 +637,12 @@ export {
|
||||
type CliSessionManagerOptions,
|
||||
type SpawnCliSessionOptions,
|
||||
} from "./cli-agent/session-manager.js";
|
||||
// CLI Agent Executor — per-project runtime bootstrap (integration).
|
||||
export {
|
||||
createCliAgentRuntime,
|
||||
type CreateCliAgentRuntimeOptions,
|
||||
type BootstrappedCliAgentRuntime,
|
||||
} from "./cli-agent/runtime.js";
|
||||
// CLI Agent Executor — resume coordinator + self-healing/stuck integration (U8).
|
||||
export {
|
||||
CliResumeCoordinator,
|
||||
|
||||
Reference in New Issue
Block a user