refactor(config): remove unused barrel exports
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>
This commit is contained in:
parent
7a01035736
commit
a37a6044dc
@ -1,18 +1,5 @@
|
|||||||
export {
|
export {
|
||||||
OhMyOpenCodeConfigSchema,
|
OhMyOpenCodeConfigSchema,
|
||||||
AgentOverrideConfigSchema,
|
|
||||||
AgentOverridesSchema,
|
|
||||||
McpNameSchema,
|
|
||||||
AgentNameSchema,
|
|
||||||
HookNameSchema,
|
|
||||||
BuiltinCommandNameSchema,
|
|
||||||
SisyphusAgentConfigSchema,
|
|
||||||
ExperimentalConfigSchema,
|
|
||||||
RalphLoopConfigSchema,
|
|
||||||
TmuxConfigSchema,
|
|
||||||
TmuxLayoutSchema,
|
|
||||||
RuntimeFallbackConfigSchema,
|
|
||||||
FallbackModelsSchema,
|
|
||||||
} from "./schema"
|
} from "./schema"
|
||||||
|
|
||||||
export type {
|
export type {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user