chore: include pre-built dist for github install

This commit is contained in:
Robin Mordasiewicz
2026-03-14 04:56:50 +00:00
parent a7f0a4cf46
commit bce8ff3a75
1011 changed files with 150081 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
export * from "./schema/agent-names";
export * from "./schema/agent-overrides";
export * from "./schema/babysitting";
export * from "./schema/background-task";
export * from "./schema/browser-automation";
export * from "./schema/categories";
export * from "./schema/claude-code";
export * from "./schema/comment-checker";
export * from "./schema/commands";
export * from "./schema/dynamic-context-pruning";
export * from "./schema/experimental";
export * from "./schema/fallback-models";
export * from "./schema/git-env-prefix";
export * from "./schema/git-master";
export * from "./schema/hooks";
export * from "./schema/notification";
export * from "./schema/oh-my-opencode-config";
export * from "./schema/ralph-loop";
export * from "./schema/runtime-fallback";
export * from "./schema/skills";
export * from "./schema/sisyphus";
export * from "./schema/sisyphus-agent";
export * from "./schema/tmux";
export * from "./schema/websearch";
export { AnyMcpNameSchema, type AnyMcpName, McpNameSchema, type McpName } from "../mcp/types";