Clean up unused re-exports from config barrel file Remove 14 unused schema exports identified by knip analysis Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
24 lines
416 B
TypeScript
24 lines
416 B
TypeScript
export {
|
|
OhMyOpenCodeConfigSchema,
|
|
} from "./schema"
|
|
|
|
export type {
|
|
OhMyOpenCodeConfig,
|
|
AgentOverrideConfig,
|
|
AgentOverrides,
|
|
McpName,
|
|
AgentName,
|
|
HookName,
|
|
BuiltinCommandName,
|
|
SisyphusAgentConfig,
|
|
ExperimentalConfig,
|
|
DynamicContextPruningConfig,
|
|
RalphLoopConfig,
|
|
TmuxConfig,
|
|
TmuxLayout,
|
|
SisyphusConfig,
|
|
SisyphusTasksConfig,
|
|
RuntimeFallbackConfig,
|
|
FallbackModels,
|
|
} from "./schema"
|