chore: include pre-built dist for github install
This commit is contained in:
Vendored
+25
@@ -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";
|
||||
Reference in New Issue
Block a user