@orchid-labs/pluxx 0.1.0 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +110 -515
- package/bin/pluxx.js +19 -28
- package/dist/agents.d.ts +16 -0
- package/dist/agents.d.ts.map +1 -0
- package/dist/cli/agent.d.ts +69 -0
- package/dist/cli/agent.d.ts.map +1 -1
- package/dist/cli/doctor.d.ts +3 -0
- package/dist/cli/doctor.d.ts.map +1 -1
- package/dist/cli/entry.d.ts +2 -0
- package/dist/cli/entry.d.ts.map +1 -0
- package/dist/cli/eval.d.ts +22 -0
- package/dist/cli/eval.d.ts.map +1 -0
- package/dist/cli/index.d.ts +26 -3
- package/dist/cli/index.d.ts.map +1 -1
- package/dist/cli/index.js +21810 -0
- package/dist/cli/init-from-mcp.d.ts +34 -3
- package/dist/cli/init-from-mcp.d.ts.map +1 -1
- package/dist/cli/install.d.ts +3 -0
- package/dist/cli/install.d.ts.map +1 -1
- package/dist/cli/lint.d.ts +7 -1
- package/dist/cli/lint.d.ts.map +1 -1
- package/dist/cli/mcp-proxy.d.ts +10 -0
- package/dist/cli/mcp-proxy.d.ts.map +1 -0
- package/dist/cli/migrate.d.ts.map +1 -1
- package/dist/cli/primitive-summary.d.ts +14 -0
- package/dist/cli/primitive-summary.d.ts.map +1 -0
- package/dist/cli/prompt.d.ts +1 -1
- package/dist/cli/publish.d.ts +6 -1
- package/dist/cli/publish.d.ts.map +1 -1
- package/dist/cli/sync-from-mcp.d.ts.map +1 -1
- package/dist/cli/test.d.ts +2 -0
- package/dist/cli/test.d.ts.map +1 -1
- package/dist/cli/verify-install.d.ts +25 -0
- package/dist/cli/verify-install.d.ts.map +1 -0
- package/dist/commands.d.ts +10 -0
- package/dist/commands.d.ts.map +1 -0
- package/dist/compiler-intent.d.ts +165 -0
- package/dist/compiler-intent.d.ts.map +1 -0
- package/dist/config/load.d.ts.map +1 -1
- package/dist/delegation.d.ts +11 -0
- package/dist/delegation.d.ts.map +1 -0
- package/dist/generators/amp/index.d.ts.map +1 -1
- package/dist/generators/base.d.ts +5 -0
- package/dist/generators/base.d.ts.map +1 -1
- package/dist/generators/claude-code/index.d.ts +2 -0
- package/dist/generators/claude-code/index.d.ts.map +1 -1
- package/dist/generators/cline/index.d.ts.map +1 -1
- package/dist/generators/codex/index.d.ts +5 -0
- package/dist/generators/codex/index.d.ts.map +1 -1
- package/dist/generators/cursor/index.d.ts +1 -0
- package/dist/generators/cursor/index.d.ts.map +1 -1
- package/dist/generators/gemini-cli/index.d.ts.map +1 -1
- package/dist/generators/github-copilot/index.d.ts.map +1 -1
- package/dist/generators/opencode/index.d.ts +1 -0
- package/dist/generators/opencode/index.d.ts.map +1 -1
- package/dist/generators/openhands/index.d.ts.map +1 -1
- package/dist/generators/roo-code/index.d.ts.map +1 -1
- package/dist/generators/shared/claude-family.d.ts.map +1 -1
- package/dist/generators/warp/index.d.ts.map +1 -1
- package/dist/index.d.ts +4 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +5464 -548
- package/dist/mcp/introspect.d.ts +43 -1
- package/dist/mcp/introspect.d.ts.map +1 -1
- package/dist/permissions.d.ts.map +1 -1
- package/dist/schema.d.ts +91 -42
- package/dist/schema.d.ts.map +1 -1
- package/dist/text-files.d.ts +5 -0
- package/dist/text-files.d.ts.map +1 -0
- package/dist/validation/platform-rules.d.ts +35 -1
- package/dist/validation/platform-rules.d.ts.map +1 -1
- package/package.json +16 -14
- package/src/cli/agent.ts +0 -1030
- package/src/cli/dev.ts +0 -112
- package/src/cli/doctor.ts +0 -588
- package/src/cli/index.ts +0 -2414
- package/src/cli/init-from-mcp.ts +0 -1611
- package/src/cli/install.ts +0 -698
- package/src/cli/lint.ts +0 -1219
- package/src/cli/migrate.ts +0 -614
- package/src/cli/prompt.ts +0 -82
- package/src/cli/publish.ts +0 -401
- package/src/cli/runtime.ts +0 -86
- package/src/cli/sync-from-mcp.ts +0 -563
- package/src/cli/test.ts +0 -134
- package/src/compatibility/matrix.ts +0 -149
- package/src/config/define.ts +0 -20
- package/src/config/load.ts +0 -74
- package/src/generators/amp/index.ts +0 -63
- package/src/generators/base.ts +0 -188
- package/src/generators/claude-code/index.ts +0 -29
- package/src/generators/cline/index.ts +0 -35
- package/src/generators/codex/index.ts +0 -120
- package/src/generators/cursor/index.ts +0 -158
- package/src/generators/gemini-cli/index.ts +0 -83
- package/src/generators/github-copilot/index.ts +0 -32
- package/src/generators/hooks-warning.ts +0 -51
- package/src/generators/index.ts +0 -71
- package/src/generators/opencode/index.ts +0 -526
- package/src/generators/openhands/index.ts +0 -32
- package/src/generators/roo-code/index.ts +0 -35
- package/src/generators/shared/claude-family.ts +0 -215
- package/src/generators/warp/index.ts +0 -32
- package/src/hook-events.ts +0 -33
- package/src/index.ts +0 -23
- package/src/mcp/introspect.ts +0 -834
- package/src/permissions.ts +0 -258
- package/src/schema.ts +0 -312
- package/src/user-config.ts +0 -177
- package/src/validation/platform-rules.ts +0 -565
package/dist/mcp/introspect.d.ts
CHANGED
|
@@ -5,6 +5,30 @@ export interface IntrospectedMcpTool {
|
|
|
5
5
|
description?: string;
|
|
6
6
|
inputSchema?: Record<string, unknown>;
|
|
7
7
|
}
|
|
8
|
+
export interface IntrospectedMcpResource {
|
|
9
|
+
uri: string;
|
|
10
|
+
name?: string;
|
|
11
|
+
title?: string;
|
|
12
|
+
description?: string;
|
|
13
|
+
mimeType?: string;
|
|
14
|
+
}
|
|
15
|
+
export interface IntrospectedMcpResourceTemplate {
|
|
16
|
+
uriTemplate: string;
|
|
17
|
+
name: string;
|
|
18
|
+
title?: string;
|
|
19
|
+
description?: string;
|
|
20
|
+
mimeType?: string;
|
|
21
|
+
}
|
|
22
|
+
export interface IntrospectedMcpPrompt {
|
|
23
|
+
name: string;
|
|
24
|
+
title?: string;
|
|
25
|
+
description?: string;
|
|
26
|
+
arguments?: Array<{
|
|
27
|
+
name: string;
|
|
28
|
+
description?: string;
|
|
29
|
+
required?: boolean;
|
|
30
|
+
}>;
|
|
31
|
+
}
|
|
8
32
|
export interface IntrospectedMcpServer {
|
|
9
33
|
protocolVersion: string;
|
|
10
34
|
instructions?: string;
|
|
@@ -16,6 +40,16 @@ export interface IntrospectedMcpServer {
|
|
|
16
40
|
websiteUrl?: string;
|
|
17
41
|
};
|
|
18
42
|
tools: IntrospectedMcpTool[];
|
|
43
|
+
resources?: IntrospectedMcpResource[];
|
|
44
|
+
resourceTemplates?: IntrospectedMcpResourceTemplate[];
|
|
45
|
+
prompts?: IntrospectedMcpPrompt[];
|
|
46
|
+
}
|
|
47
|
+
export interface McpAuthDiscovery {
|
|
48
|
+
kind: 'bearer' | 'header' | 'platform';
|
|
49
|
+
mode?: 'oauth';
|
|
50
|
+
headerName?: string;
|
|
51
|
+
authorizationUrl?: string;
|
|
52
|
+
resourceMetadataUrl?: string;
|
|
19
53
|
}
|
|
20
54
|
export declare class McpIntrospectionError extends Error {
|
|
21
55
|
readonly status?: number | undefined;
|
|
@@ -24,11 +58,19 @@ export declare class McpIntrospectionError extends Error {
|
|
|
24
58
|
responseBodySnippet?: string;
|
|
25
59
|
responseUrl?: string;
|
|
26
60
|
} | undefined;
|
|
61
|
+
readonly rpcCode?: number | undefined;
|
|
27
62
|
constructor(message: string, status?: number | undefined, context?: {
|
|
28
63
|
responseHeaders?: Record<string, string>;
|
|
29
64
|
responseBodySnippet?: string;
|
|
30
65
|
responseUrl?: string;
|
|
31
|
-
} | undefined);
|
|
66
|
+
} | undefined, rpcCode?: number | undefined);
|
|
67
|
+
}
|
|
68
|
+
export declare function discoverMcpAuthFromError(error: McpIntrospectionError): McpAuthDiscovery | null;
|
|
69
|
+
export interface McpClient {
|
|
70
|
+
request<T>(method: string, params?: Record<string, unknown>): Promise<T>;
|
|
71
|
+
notify(method: string, params?: Record<string, unknown>): Promise<void>;
|
|
72
|
+
close(): Promise<void>;
|
|
32
73
|
}
|
|
33
74
|
export declare function introspectMcpServer(server: McpServer): Promise<IntrospectedMcpServer>;
|
|
75
|
+
export declare function createMcpClient(server: McpServer): Promise<McpClient>;
|
|
34
76
|
//# sourceMappingURL=introspect.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"introspect.d.ts","sourceRoot":"","sources":["../../src/mcp/introspect.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAW,SAAS,EAAE,MAAM,WAAW,CAAA;AASnD,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;CACtC;AAED,MAAM,WAAW,qBAAqB;IACpC,eAAe,EAAE,MAAM,CAAA;IACvB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,UAAU,EAAE;QACV,IAAI,EAAE,MAAM,CAAA;QACZ,KAAK,CAAC,EAAE,MAAM,CAAA;QACd,OAAO,CAAC,EAAE,MAAM,CAAA;QAChB,WAAW,CAAC,EAAE,MAAM,CAAA;QACpB,UAAU,CAAC,EAAE,MAAM,CAAA;KACpB,CAAA;IACD,KAAK,EAAE,mBAAmB,EAAE,CAAA;CAC7B;AAED,qBAAa,qBAAsB,SAAQ,KAAK;IAG5C,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM;IACxB,QAAQ,CAAC,OAAO,CAAC,EAAE;QACjB,eAAe,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;QACxC,mBAAmB,CAAC,EAAE,MAAM,CAAA;QAC5B,WAAW,CAAC,EAAE,MAAM,CAAA;KACrB;
|
|
1
|
+
{"version":3,"file":"introspect.d.ts","sourceRoot":"","sources":["../../src/mcp/introspect.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAW,SAAS,EAAE,MAAM,WAAW,CAAA;AASnD,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;CACtC;AAED,MAAM,WAAW,uBAAuB;IACtC,GAAG,EAAE,MAAM,CAAA;IACX,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB;AAED,MAAM,WAAW,+BAA+B;IAC9C,WAAW,EAAE,MAAM,CAAA;IACnB,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB;AAED,MAAM,WAAW,qBAAqB;IACpC,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,SAAS,CAAC,EAAE,KAAK,CAAC;QAChB,IAAI,EAAE,MAAM,CAAA;QACZ,WAAW,CAAC,EAAE,MAAM,CAAA;QACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;KACnB,CAAC,CAAA;CACH;AAED,MAAM,WAAW,qBAAqB;IACpC,eAAe,EAAE,MAAM,CAAA;IACvB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,UAAU,EAAE;QACV,IAAI,EAAE,MAAM,CAAA;QACZ,KAAK,CAAC,EAAE,MAAM,CAAA;QACd,OAAO,CAAC,EAAE,MAAM,CAAA;QAChB,WAAW,CAAC,EAAE,MAAM,CAAA;QACpB,UAAU,CAAC,EAAE,MAAM,CAAA;KACpB,CAAA;IACD,KAAK,EAAE,mBAAmB,EAAE,CAAA;IAC5B,SAAS,CAAC,EAAE,uBAAuB,EAAE,CAAA;IACrC,iBAAiB,CAAC,EAAE,+BAA+B,EAAE,CAAA;IACrD,OAAO,CAAC,EAAE,qBAAqB,EAAE,CAAA;CAClC;AAED,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,QAAQ,GAAG,QAAQ,GAAG,UAAU,CAAA;IACtC,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,mBAAmB,CAAC,EAAE,MAAM,CAAA;CAC7B;AAED,qBAAa,qBAAsB,SAAQ,KAAK;IAG5C,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM;IACxB,QAAQ,CAAC,OAAO,CAAC,EAAE;QACjB,eAAe,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;QACxC,mBAAmB,CAAC,EAAE,MAAM,CAAA;QAC5B,WAAW,CAAC,EAAE,MAAM,CAAA;KACrB;IACD,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM;gBAPzB,OAAO,EAAE,MAAM,EACN,MAAM,CAAC,EAAE,MAAM,YAAA,EACf,OAAO,CAAC,EAAE;QACjB,eAAe,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;QACxC,mBAAmB,CAAC,EAAE,MAAM,CAAA;QAC5B,WAAW,CAAC,EAAE,MAAM,CAAA;KACrB,YAAA,EACQ,OAAO,CAAC,EAAE,MAAM,YAAA;CAK5B;AAED,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,qBAAqB,GAAG,gBAAgB,GAAG,IAAI,CAqC9F;AAmFD,MAAM,WAAW,SAAS;IACxB,OAAO,CAAC,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,OAAO,CAAC,CAAC,CAAC,CAAA;IACxE,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;IACvE,KAAK,IAAI,OAAO,CAAC,IAAI,CAAC,CAAA;CACvB;AAED,wBAAsB,mBAAmB,CAAC,MAAM,EAAE,SAAS,GAAG,OAAO,CAAC,qBAAqB,CAAC,CAoB3F;AAED,wBAAsB,eAAe,CAAC,MAAM,EAAE,SAAS,GAAG,OAAO,CAAC,SAAS,CAAC,CAU3E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"permissions.d.ts","sourceRoot":"","sources":["../src/permissions.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,yBAAyB,mDAAoD,CAAA;AAE1F,MAAM,MAAM,kBAAkB,GAAG,OAAO,yBAAyB,CAAC,MAAM,CAAC,CAAA;AACzE,MAAM,MAAM,gBAAgB,GAAG,OAAO,GAAG,KAAK,GAAG,MAAM,CAAA;AAEvD,MAAM,WAAW,oBAAoB;IACnC,MAAM,EAAE,gBAAgB,CAAA;IACxB,GAAG,EAAE,MAAM,CAAA;IACX,IAAI,EAAE,kBAAkB,CAAA;IACxB,OAAO,EAAE,MAAM,CAAA;CAChB;AAED,MAAM,WAAW,qBAAqB;IACpC,CAAC,IAAI,EAAE,MAAM,GAAG,gBAAgB,CAAA;CACjC;AAMD,wBAAgB,mBAAmB,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC,oBAAoB,EAAE,QAAQ,CAAC,GAAG,IAAI,CAc5F;AAED,wBAAgB,sBAAsB,CACpC,WAAW,EAAE,OAAO,CAAC,MAAM,CAAC,gBAAgB,EAAE,MAAM,EAAE,CAAC,CAAC,GAAG,SAAS,GACnE,oBAAoB,EAAE,CAkBxB;AAaD,wBAAgB,qCAAqC,CACnD,WAAW,EAAE,OAAO,CAAC,MAAM,CAAC,gBAAgB,EAAE,MAAM,EAAE,CAAC,CAAC,GAAG,SAAS,GACnE,OAAO,CAET;AAED,wBAAgB,0BAA0B,CACxC,WAAW,EAAE,OAAO,CAAC,MAAM,CAAC,gBAAgB,EAAE,MAAM,EAAE,CAAC,CAAC,GAAG,SAAS,GACnE,qBAAqB,
|
|
1
|
+
{"version":3,"file":"permissions.d.ts","sourceRoot":"","sources":["../src/permissions.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,yBAAyB,mDAAoD,CAAA;AAE1F,MAAM,MAAM,kBAAkB,GAAG,OAAO,yBAAyB,CAAC,MAAM,CAAC,CAAA;AACzE,MAAM,MAAM,gBAAgB,GAAG,OAAO,GAAG,KAAK,GAAG,MAAM,CAAA;AAEvD,MAAM,WAAW,oBAAoB;IACnC,MAAM,EAAE,gBAAgB,CAAA;IACxB,GAAG,EAAE,MAAM,CAAA;IACX,IAAI,EAAE,kBAAkB,CAAA;IACxB,OAAO,EAAE,MAAM,CAAA;CAChB;AAED,MAAM,WAAW,qBAAqB;IACpC,CAAC,IAAI,EAAE,MAAM,GAAG,gBAAgB,CAAA;CACjC;AAMD,wBAAgB,mBAAmB,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC,oBAAoB,EAAE,QAAQ,CAAC,GAAG,IAAI,CAc5F;AAED,wBAAgB,sBAAsB,CACpC,WAAW,EAAE,OAAO,CAAC,MAAM,CAAC,gBAAgB,EAAE,MAAM,EAAE,CAAC,CAAC,GAAG,SAAS,GACnE,oBAAoB,EAAE,CAkBxB;AAaD,wBAAgB,qCAAqC,CACnD,WAAW,EAAE,OAAO,CAAC,MAAM,CAAC,gBAAgB,EAAE,MAAM,EAAE,CAAC,CAAC,GAAG,SAAS,GACnE,OAAO,CAET;AAED,wBAAgB,0BAA0B,CACxC,WAAW,EAAE,OAAO,CAAC,MAAM,CAAC,gBAAgB,EAAE,MAAM,EAAE,CAAC,CAAC,GAAG,SAAS,GACnE,qBAAqB,CAqBvB;AAED,wBAAgB,kCAAkC,CAChD,WAAW,EAAE,OAAO,CAAC,MAAM,CAAC,gBAAgB,EAAE,MAAM,EAAE,CAAC,CAAC,GAAG,SAAS,GACnE,MAAM,GAAG,IAAI,CA6Jf"}
|
package/dist/schema.d.ts
CHANGED
|
@@ -3413,19 +3413,19 @@ export declare const UserConfigEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
3413
3413
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
3414
3414
|
targets: z.ZodOptional<z.ZodArray<z.ZodEnum<["claude-code", "cursor", "codex", "opencode", "github-copilot", "openhands", "warp", "gemini-cli", "roo-code", "cline", "amp"]>, "many">>;
|
|
3415
3415
|
}, "strip", z.ZodTypeAny, {
|
|
3416
|
+
description: string;
|
|
3417
|
+
title: string;
|
|
3416
3418
|
type: "string" | "number" | "boolean" | "secret";
|
|
3417
3419
|
key: string;
|
|
3418
|
-
title: string;
|
|
3419
|
-
description: string;
|
|
3420
3420
|
required: boolean;
|
|
3421
3421
|
envVar?: string | undefined;
|
|
3422
3422
|
defaultValue?: string | number | boolean | undefined;
|
|
3423
3423
|
placeholder?: string | undefined;
|
|
3424
3424
|
targets?: ("claude-code" | "cursor" | "codex" | "opencode" | "github-copilot" | "openhands" | "warp" | "gemini-cli" | "roo-code" | "cline" | "amp")[] | undefined;
|
|
3425
3425
|
}, {
|
|
3426
|
-
key: string;
|
|
3427
|
-
title: string;
|
|
3428
3426
|
description: string;
|
|
3427
|
+
title: string;
|
|
3428
|
+
key: string;
|
|
3429
3429
|
type?: "string" | "number" | "boolean" | "secret" | undefined;
|
|
3430
3430
|
envVar?: string | undefined;
|
|
3431
3431
|
required?: boolean | undefined;
|
|
@@ -3433,19 +3433,19 @@ export declare const UserConfigEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
3433
3433
|
placeholder?: string | undefined;
|
|
3434
3434
|
targets?: ("claude-code" | "cursor" | "codex" | "opencode" | "github-copilot" | "openhands" | "warp" | "gemini-cli" | "roo-code" | "cline" | "amp")[] | undefined;
|
|
3435
3435
|
}>, {
|
|
3436
|
+
description: string;
|
|
3437
|
+
title: string;
|
|
3436
3438
|
type: "string" | "number" | "boolean" | "secret";
|
|
3437
3439
|
key: string;
|
|
3438
|
-
title: string;
|
|
3439
|
-
description: string;
|
|
3440
3440
|
required: boolean;
|
|
3441
3441
|
envVar?: string | undefined;
|
|
3442
3442
|
defaultValue?: string | number | boolean | undefined;
|
|
3443
3443
|
placeholder?: string | undefined;
|
|
3444
3444
|
targets?: ("claude-code" | "cursor" | "codex" | "opencode" | "github-copilot" | "openhands" | "warp" | "gemini-cli" | "roo-code" | "cline" | "amp")[] | undefined;
|
|
3445
3445
|
}, {
|
|
3446
|
-
key: string;
|
|
3447
|
-
title: string;
|
|
3448
3446
|
description: string;
|
|
3447
|
+
title: string;
|
|
3448
|
+
key: string;
|
|
3449
3449
|
type?: "string" | "number" | "boolean" | "secret" | undefined;
|
|
3450
3450
|
envVar?: string | undefined;
|
|
3451
3451
|
required?: boolean | undefined;
|
|
@@ -3464,19 +3464,19 @@ export declare const UserConfigSchema: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
|
3464
3464
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
3465
3465
|
targets: z.ZodOptional<z.ZodArray<z.ZodEnum<["claude-code", "cursor", "codex", "opencode", "github-copilot", "openhands", "warp", "gemini-cli", "roo-code", "cline", "amp"]>, "many">>;
|
|
3466
3466
|
}, "strip", z.ZodTypeAny, {
|
|
3467
|
+
description: string;
|
|
3468
|
+
title: string;
|
|
3467
3469
|
type: "string" | "number" | "boolean" | "secret";
|
|
3468
3470
|
key: string;
|
|
3469
|
-
title: string;
|
|
3470
|
-
description: string;
|
|
3471
3471
|
required: boolean;
|
|
3472
3472
|
envVar?: string | undefined;
|
|
3473
3473
|
defaultValue?: string | number | boolean | undefined;
|
|
3474
3474
|
placeholder?: string | undefined;
|
|
3475
3475
|
targets?: ("claude-code" | "cursor" | "codex" | "opencode" | "github-copilot" | "openhands" | "warp" | "gemini-cli" | "roo-code" | "cline" | "amp")[] | undefined;
|
|
3476
3476
|
}, {
|
|
3477
|
-
key: string;
|
|
3478
|
-
title: string;
|
|
3479
3477
|
description: string;
|
|
3478
|
+
title: string;
|
|
3479
|
+
key: string;
|
|
3480
3480
|
type?: "string" | "number" | "boolean" | "secret" | undefined;
|
|
3481
3481
|
envVar?: string | undefined;
|
|
3482
3482
|
required?: boolean | undefined;
|
|
@@ -3484,19 +3484,19 @@ export declare const UserConfigSchema: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
|
3484
3484
|
placeholder?: string | undefined;
|
|
3485
3485
|
targets?: ("claude-code" | "cursor" | "codex" | "opencode" | "github-copilot" | "openhands" | "warp" | "gemini-cli" | "roo-code" | "cline" | "amp")[] | undefined;
|
|
3486
3486
|
}>, {
|
|
3487
|
+
description: string;
|
|
3488
|
+
title: string;
|
|
3487
3489
|
type: "string" | "number" | "boolean" | "secret";
|
|
3488
3490
|
key: string;
|
|
3489
|
-
title: string;
|
|
3490
|
-
description: string;
|
|
3491
3491
|
required: boolean;
|
|
3492
3492
|
envVar?: string | undefined;
|
|
3493
3493
|
defaultValue?: string | number | boolean | undefined;
|
|
3494
3494
|
placeholder?: string | undefined;
|
|
3495
3495
|
targets?: ("claude-code" | "cursor" | "codex" | "opencode" | "github-copilot" | "openhands" | "warp" | "gemini-cli" | "roo-code" | "cline" | "amp")[] | undefined;
|
|
3496
3496
|
}, {
|
|
3497
|
-
key: string;
|
|
3498
|
-
title: string;
|
|
3499
3497
|
description: string;
|
|
3498
|
+
title: string;
|
|
3499
|
+
key: string;
|
|
3500
3500
|
type?: "string" | "number" | "boolean" | "secret" | undefined;
|
|
3501
3501
|
envVar?: string | undefined;
|
|
3502
3502
|
required?: boolean | undefined;
|
|
@@ -3817,19 +3817,19 @@ export declare const PluginConfigSchema: z.ZodObject<{
|
|
|
3817
3817
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
3818
3818
|
targets: z.ZodOptional<z.ZodArray<z.ZodEnum<["claude-code", "cursor", "codex", "opencode", "github-copilot", "openhands", "warp", "gemini-cli", "roo-code", "cline", "amp"]>, "many">>;
|
|
3819
3819
|
}, "strip", z.ZodTypeAny, {
|
|
3820
|
+
description: string;
|
|
3821
|
+
title: string;
|
|
3820
3822
|
type: "string" | "number" | "boolean" | "secret";
|
|
3821
3823
|
key: string;
|
|
3822
|
-
title: string;
|
|
3823
|
-
description: string;
|
|
3824
3824
|
required: boolean;
|
|
3825
3825
|
envVar?: string | undefined;
|
|
3826
3826
|
defaultValue?: string | number | boolean | undefined;
|
|
3827
3827
|
placeholder?: string | undefined;
|
|
3828
3828
|
targets?: ("claude-code" | "cursor" | "codex" | "opencode" | "github-copilot" | "openhands" | "warp" | "gemini-cli" | "roo-code" | "cline" | "amp")[] | undefined;
|
|
3829
3829
|
}, {
|
|
3830
|
-
key: string;
|
|
3831
|
-
title: string;
|
|
3832
3830
|
description: string;
|
|
3831
|
+
title: string;
|
|
3832
|
+
key: string;
|
|
3833
3833
|
type?: "string" | "number" | "boolean" | "secret" | undefined;
|
|
3834
3834
|
envVar?: string | undefined;
|
|
3835
3835
|
required?: boolean | undefined;
|
|
@@ -3837,19 +3837,19 @@ export declare const PluginConfigSchema: z.ZodObject<{
|
|
|
3837
3837
|
placeholder?: string | undefined;
|
|
3838
3838
|
targets?: ("claude-code" | "cursor" | "codex" | "opencode" | "github-copilot" | "openhands" | "warp" | "gemini-cli" | "roo-code" | "cline" | "amp")[] | undefined;
|
|
3839
3839
|
}>, {
|
|
3840
|
+
description: string;
|
|
3841
|
+
title: string;
|
|
3840
3842
|
type: "string" | "number" | "boolean" | "secret";
|
|
3841
3843
|
key: string;
|
|
3842
|
-
title: string;
|
|
3843
|
-
description: string;
|
|
3844
3844
|
required: boolean;
|
|
3845
3845
|
envVar?: string | undefined;
|
|
3846
3846
|
defaultValue?: string | number | boolean | undefined;
|
|
3847
3847
|
placeholder?: string | undefined;
|
|
3848
3848
|
targets?: ("claude-code" | "cursor" | "codex" | "opencode" | "github-copilot" | "openhands" | "warp" | "gemini-cli" | "roo-code" | "cline" | "amp")[] | undefined;
|
|
3849
3849
|
}, {
|
|
3850
|
-
key: string;
|
|
3851
|
-
title: string;
|
|
3852
3850
|
description: string;
|
|
3851
|
+
title: string;
|
|
3852
|
+
key: string;
|
|
3853
3853
|
type?: "string" | "number" | "boolean" | "secret" | undefined;
|
|
3854
3854
|
envVar?: string | undefined;
|
|
3855
3855
|
required?: boolean | undefined;
|
|
@@ -7138,6 +7138,7 @@ export declare const PluginConfigSchema: z.ZodObject<{
|
|
|
7138
7138
|
}>, "many">, "strip">>>;
|
|
7139
7139
|
scripts: z.ZodOptional<z.ZodString>;
|
|
7140
7140
|
assets: z.ZodOptional<z.ZodString>;
|
|
7141
|
+
passthrough: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
7141
7142
|
platforms: z.ZodOptional<z.ZodObject<{
|
|
7142
7143
|
'claude-code': z.ZodOptional<z.ZodObject<{
|
|
7143
7144
|
skillDefaults: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -7282,10 +7283,10 @@ export declare const PluginConfigSchema: z.ZodObject<{
|
|
|
7282
7283
|
targets: z.ZodDefault<z.ZodArray<z.ZodEnum<["claude-code", "cursor", "codex", "opencode", "github-copilot", "openhands", "warp", "gemini-cli", "roo-code", "cline", "amp"]>, "many">>;
|
|
7283
7284
|
outDir: z.ZodDefault<z.ZodString>;
|
|
7284
7285
|
}, "strip", z.ZodTypeAny, {
|
|
7285
|
-
description: string;
|
|
7286
|
-
targets: ("claude-code" | "cursor" | "codex" | "opencode" | "github-copilot" | "openhands" | "warp" | "gemini-cli" | "roo-code" | "cline" | "amp")[];
|
|
7287
7286
|
name: string;
|
|
7287
|
+
description: string;
|
|
7288
7288
|
version: string;
|
|
7289
|
+
targets: ("claude-code" | "cursor" | "codex" | "opencode" | "github-copilot" | "openhands" | "warp" | "gemini-cli" | "roo-code" | "cline" | "amp")[];
|
|
7289
7290
|
author: {
|
|
7290
7291
|
name: string;
|
|
7291
7292
|
url?: string | undefined;
|
|
@@ -7294,6 +7295,12 @@ export declare const PluginConfigSchema: z.ZodObject<{
|
|
|
7294
7295
|
license: string;
|
|
7295
7296
|
skills: string;
|
|
7296
7297
|
outDir: string;
|
|
7298
|
+
passthrough?: string[] | undefined;
|
|
7299
|
+
permissions?: {
|
|
7300
|
+
allow?: string[] | undefined;
|
|
7301
|
+
ask?: string[] | undefined;
|
|
7302
|
+
deny?: string[] | undefined;
|
|
7303
|
+
} | undefined;
|
|
7297
7304
|
mcp?: Record<string, {
|
|
7298
7305
|
transport: "http";
|
|
7299
7306
|
url: string;
|
|
@@ -7378,21 +7385,16 @@ export declare const PluginConfigSchema: z.ZodObject<{
|
|
|
7378
7385
|
termsOfServiceURL?: string | undefined;
|
|
7379
7386
|
} | undefined;
|
|
7380
7387
|
userConfig?: {
|
|
7388
|
+
description: string;
|
|
7389
|
+
title: string;
|
|
7381
7390
|
type: "string" | "number" | "boolean" | "secret";
|
|
7382
7391
|
key: string;
|
|
7383
|
-
title: string;
|
|
7384
|
-
description: string;
|
|
7385
7392
|
required: boolean;
|
|
7386
7393
|
envVar?: string | undefined;
|
|
7387
7394
|
defaultValue?: string | number | boolean | undefined;
|
|
7388
7395
|
placeholder?: string | undefined;
|
|
7389
7396
|
targets?: ("claude-code" | "cursor" | "codex" | "opencode" | "github-copilot" | "openhands" | "warp" | "gemini-cli" | "roo-code" | "cline" | "amp")[] | undefined;
|
|
7390
7397
|
}[] | undefined;
|
|
7391
|
-
permissions?: {
|
|
7392
|
-
allow?: string[] | undefined;
|
|
7393
|
-
ask?: string[] | undefined;
|
|
7394
|
-
deny?: string[] | undefined;
|
|
7395
|
-
} | undefined;
|
|
7396
7398
|
commands?: string | undefined;
|
|
7397
7399
|
agents?: string | undefined;
|
|
7398
7400
|
instructions?: string | undefined;
|
|
@@ -8397,16 +8399,22 @@ export declare const PluginConfigSchema: z.ZodObject<{
|
|
|
8397
8399
|
}, z.ZodUnknown, "strip"> | undefined;
|
|
8398
8400
|
} | undefined;
|
|
8399
8401
|
}, {
|
|
8400
|
-
description: string;
|
|
8401
8402
|
name: string;
|
|
8403
|
+
description: string;
|
|
8402
8404
|
author: {
|
|
8403
8405
|
name: string;
|
|
8404
8406
|
url?: string | undefined;
|
|
8405
8407
|
email?: string | undefined;
|
|
8406
8408
|
};
|
|
8409
|
+
passthrough?: string[] | undefined;
|
|
8410
|
+
permissions?: {
|
|
8411
|
+
allow?: string[] | undefined;
|
|
8412
|
+
ask?: string[] | undefined;
|
|
8413
|
+
deny?: string[] | undefined;
|
|
8414
|
+
} | undefined;
|
|
8415
|
+
version?: string | undefined;
|
|
8407
8416
|
mcp?: Record<string, unknown> | undefined;
|
|
8408
8417
|
targets?: ("claude-code" | "cursor" | "codex" | "opencode" | "github-copilot" | "openhands" | "warp" | "gemini-cli" | "roo-code" | "cline" | "amp")[] | undefined;
|
|
8409
|
-
version?: string | undefined;
|
|
8410
8418
|
repository?: string | undefined;
|
|
8411
8419
|
license?: string | undefined;
|
|
8412
8420
|
keywords?: string[] | undefined;
|
|
@@ -8425,9 +8433,9 @@ export declare const PluginConfigSchema: z.ZodObject<{
|
|
|
8425
8433
|
termsOfServiceURL?: string | undefined;
|
|
8426
8434
|
} | undefined;
|
|
8427
8435
|
userConfig?: {
|
|
8428
|
-
key: string;
|
|
8429
|
-
title: string;
|
|
8430
8436
|
description: string;
|
|
8437
|
+
title: string;
|
|
8438
|
+
key: string;
|
|
8431
8439
|
type?: "string" | "number" | "boolean" | "secret" | undefined;
|
|
8432
8440
|
envVar?: string | undefined;
|
|
8433
8441
|
required?: boolean | undefined;
|
|
@@ -8435,11 +8443,6 @@ export declare const PluginConfigSchema: z.ZodObject<{
|
|
|
8435
8443
|
placeholder?: string | undefined;
|
|
8436
8444
|
targets?: ("claude-code" | "cursor" | "codex" | "opencode" | "github-copilot" | "openhands" | "warp" | "gemini-cli" | "roo-code" | "cline" | "amp")[] | undefined;
|
|
8437
8445
|
}[] | undefined;
|
|
8438
|
-
permissions?: {
|
|
8439
|
-
allow?: string[] | undefined;
|
|
8440
|
-
ask?: string[] | undefined;
|
|
8441
|
-
deny?: string[] | undefined;
|
|
8442
|
-
} | undefined;
|
|
8443
8446
|
skills?: string | undefined;
|
|
8444
8447
|
commands?: string | undefined;
|
|
8445
8448
|
agents?: string | undefined;
|
|
@@ -9454,4 +9457,50 @@ export type Brand = z.infer<typeof BrandSchema>;
|
|
|
9454
9457
|
export type UserConfigEntry = z.infer<typeof UserConfigEntrySchema>;
|
|
9455
9458
|
export type PermissionRule = z.infer<typeof PermissionRuleSchema>;
|
|
9456
9459
|
export type Permissions = z.infer<typeof PermissionsSchema>;
|
|
9460
|
+
export type Hooks = z.infer<typeof HooksSchema>;
|
|
9461
|
+
export declare const PLUXX_COMPILER_BUCKETS: readonly ["instructions", "skills", "commands", "agents", "hooks", "permissions", "runtime", "distribution"];
|
|
9462
|
+
export type PluxxCompilerBucket = typeof PLUXX_COMPILER_BUCKETS[number];
|
|
9463
|
+
export interface PluginInstructionsBucket {
|
|
9464
|
+
path?: string;
|
|
9465
|
+
}
|
|
9466
|
+
export interface PluginSkillsBucket {
|
|
9467
|
+
path: string;
|
|
9468
|
+
}
|
|
9469
|
+
export interface PluginCommandsBucket {
|
|
9470
|
+
path?: string;
|
|
9471
|
+
}
|
|
9472
|
+
export interface PluginAgentsBucket {
|
|
9473
|
+
path?: string;
|
|
9474
|
+
}
|
|
9475
|
+
export interface PluginHooksBucket {
|
|
9476
|
+
config?: Hooks;
|
|
9477
|
+
}
|
|
9478
|
+
export interface PluginPermissionsBucket {
|
|
9479
|
+
rules?: Permissions;
|
|
9480
|
+
}
|
|
9481
|
+
export interface PluginRuntimeBucket {
|
|
9482
|
+
mcp?: Record<string, McpServer>;
|
|
9483
|
+
scriptsPath?: string;
|
|
9484
|
+
assetsPath?: string;
|
|
9485
|
+
passthroughPaths: string[];
|
|
9486
|
+
}
|
|
9487
|
+
export interface PluginDistributionBucket {
|
|
9488
|
+
identity: Pick<PluginConfig, 'name' | 'version' | 'description' | 'author' | 'repository' | 'license' | 'keywords'>;
|
|
9489
|
+
brand?: Brand;
|
|
9490
|
+
userConfig: UserConfigEntry[];
|
|
9491
|
+
targets: TargetPlatform[];
|
|
9492
|
+
outDir: string;
|
|
9493
|
+
}
|
|
9494
|
+
export interface PluginCompilerBuckets {
|
|
9495
|
+
instructions: PluginInstructionsBucket;
|
|
9496
|
+
skills: PluginSkillsBucket;
|
|
9497
|
+
commands: PluginCommandsBucket;
|
|
9498
|
+
agents: PluginAgentsBucket;
|
|
9499
|
+
hooks: PluginHooksBucket;
|
|
9500
|
+
permissions: PluginPermissionsBucket;
|
|
9501
|
+
runtime: PluginRuntimeBucket;
|
|
9502
|
+
distribution: PluginDistributionBucket;
|
|
9503
|
+
}
|
|
9504
|
+
export declare function getPluginCompilerBuckets(config: PluginConfig): PluginCompilerBuckets;
|
|
9505
|
+
export declare function getConfiguredCompilerBuckets(config: PluginConfig): PluxxCompilerBucket[];
|
|
9457
9506
|
//# sourceMappingURL=schema.d.ts.map
|
package/dist/schema.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../src/schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AA4BvB,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAQzB,CAAA;AA6BD,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAQ3B,CAAA;AAID,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyB1B,CAAA;AAEF,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAqBa,CAAA;AAIrC,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAatB,CAAA;AAIF,eAAO,MAAM,cAAc,4IAYzB,CAAA;AACF,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAA;AAI3D,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkChC,CAAA;AAEF,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAAiC,CAAA;AAI9D,eAAO,MAAM,oBAAoB,2CAO/B,CAAA;AAEF,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;EAS7B,CAAA;AAID,eAAO,MAAM,yBAAyB;;;;;;;;;0BAGd,CAAA;AAExB,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAQV,CAAA;AAExB,eAAO,MAAM,oBAAoB;;;;;;0BAET,CAAA;AAExB,eAAO,MAAM,uBAAuB;;;;;;0BAEZ,CAAA;AAExB,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKlC,CAAA;AAIF,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6C7B,CAAA;AAEF,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAA;AAC7D,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAA;AACvD,MAAM,MAAM,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAA;AACnD,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAA;AACvD,MAAM,MAAM,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAA;AAC/C,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAA;AACnE,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAA;AACjE,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAA"}
|
|
1
|
+
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../src/schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AA4BvB,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAQzB,CAAA;AA6BD,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAQ3B,CAAA;AAID,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyB1B,CAAA;AAEF,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAqBa,CAAA;AAIrC,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAatB,CAAA;AAIF,eAAO,MAAM,cAAc,4IAYzB,CAAA;AACF,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAA;AAI3D,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkChC,CAAA;AAEF,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAAiC,CAAA;AAI9D,eAAO,MAAM,oBAAoB,2CAO/B,CAAA;AAEF,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;EAS7B,CAAA;AAID,eAAO,MAAM,yBAAyB;;;;;;;;;0BAGd,CAAA;AAExB,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAQV,CAAA;AAExB,eAAO,MAAM,oBAAoB;;;;;;0BAET,CAAA;AAExB,eAAO,MAAM,uBAAuB;;;;;;0BAEZ,CAAA;AAExB,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKlC,CAAA;AAIF,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgD7B,CAAA;AAEF,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAA;AAC7D,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAA;AACvD,MAAM,MAAM,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAA;AACnD,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAA;AACvD,MAAM,MAAM,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAA;AAC/C,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAA;AACnE,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAA;AACjE,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAA;AAC3D,MAAM,MAAM,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAA;AAE/C,eAAO,MAAM,sBAAsB,8GASzB,CAAA;AAEV,MAAM,MAAM,mBAAmB,GAAG,OAAO,sBAAsB,CAAC,MAAM,CAAC,CAAA;AAEvE,MAAM,WAAW,wBAAwB;IACvC,IAAI,CAAC,EAAE,MAAM,CAAA;CACd;AAED,MAAM,WAAW,kBAAkB;IACjC,IAAI,EAAE,MAAM,CAAA;CACb;AAED,MAAM,WAAW,oBAAoB;IACnC,IAAI,CAAC,EAAE,MAAM,CAAA;CACd;AAED,MAAM,WAAW,kBAAkB;IACjC,IAAI,CAAC,EAAE,MAAM,CAAA;CACd;AAED,MAAM,WAAW,iBAAiB;IAChC,MAAM,CAAC,EAAE,KAAK,CAAA;CACf;AAED,MAAM,WAAW,uBAAuB;IACtC,KAAK,CAAC,EAAE,WAAW,CAAA;CACpB;AAED,MAAM,WAAW,mBAAmB;IAClC,GAAG,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,CAAA;IAC/B,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,gBAAgB,EAAE,MAAM,EAAE,CAAA;CAC3B;AAED,MAAM,WAAW,wBAAwB;IACvC,QAAQ,EAAE,IAAI,CAAC,YAAY,EAAE,MAAM,GAAG,SAAS,GAAG,aAAa,GAAG,QAAQ,GAAG,YAAY,GAAG,SAAS,GAAG,UAAU,CAAC,CAAA;IACnH,KAAK,CAAC,EAAE,KAAK,CAAA;IACb,UAAU,EAAE,eAAe,EAAE,CAAA;IAC7B,OAAO,EAAE,cAAc,EAAE,CAAA;IACzB,MAAM,EAAE,MAAM,CAAA;CACf;AAED,MAAM,WAAW,qBAAqB;IACpC,YAAY,EAAE,wBAAwB,CAAA;IACtC,MAAM,EAAE,kBAAkB,CAAA;IAC1B,QAAQ,EAAE,oBAAoB,CAAA;IAC9B,MAAM,EAAE,kBAAkB,CAAA;IAC1B,KAAK,EAAE,iBAAiB,CAAA;IACxB,WAAW,EAAE,uBAAuB,CAAA;IACpC,OAAO,EAAE,mBAAmB,CAAA;IAC5B,YAAY,EAAE,wBAAwB,CAAA;CACvC;AAED,wBAAgB,wBAAwB,CAAC,MAAM,EAAE,YAAY,GAAG,qBAAqB,CA0CpF;AAED,wBAAgB,4BAA4B,CAAC,MAAM,EAAE,YAAY,GAAG,mBAAmB,EAAE,CA6BxF"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export declare function readTextFile(path: string): Promise<string>;
|
|
2
|
+
export declare function readTextFileIfExists(path: string): Promise<string | undefined>;
|
|
3
|
+
export declare function writeTextFile(path: string, content: string): Promise<void>;
|
|
4
|
+
export declare function planTextFileAction(path: string, content: string): Promise<'create' | 'update' | 'unchanged'>;
|
|
5
|
+
//# sourceMappingURL=text-files.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"text-files.d.ts","sourceRoot":"","sources":["../src/text-files.ts"],"names":[],"mappings":"AAIA,wBAAsB,YAAY,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAEhE;AAED,wBAAsB,oBAAoB,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC,CAMpF;AAED,wBAAsB,aAAa,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAGhF;AAED,wBAAsB,kBAAkB,CACtC,IAAI,EAAE,MAAM,EACZ,OAAO,EAAE,MAAM,GACd,OAAO,CAAC,QAAQ,GAAG,QAAQ,GAAG,WAAW,CAAC,CAM5C"}
|
|
@@ -1,9 +1,14 @@
|
|
|
1
|
-
import type { TargetPlatform } from '../schema';
|
|
1
|
+
import type { PluxxCompilerBucket, TargetPlatform } from '../schema';
|
|
2
2
|
type RuleLevel = 'required' | 'supported' | 'fallback' | 'optional' | 'unknown';
|
|
3
3
|
export interface PlatformRuleSource {
|
|
4
4
|
label: string;
|
|
5
5
|
url: string;
|
|
6
6
|
}
|
|
7
|
+
export type PlatformLimitKind = 'hard' | 'advisory' | 'display';
|
|
8
|
+
export interface PlatformLimitPolicy {
|
|
9
|
+
kind: PlatformLimitKind;
|
|
10
|
+
notes?: string;
|
|
11
|
+
}
|
|
7
12
|
export interface PlatformLimits {
|
|
8
13
|
skillDescriptionMax: number | null;
|
|
9
14
|
skillDescriptionDisplayMax: number | null;
|
|
@@ -17,10 +22,24 @@ export interface PlatformLimits {
|
|
|
17
22
|
hooksFeatureFlag: string | null;
|
|
18
23
|
rulesMaxLines: number | null;
|
|
19
24
|
}
|
|
25
|
+
export interface PlatformLimitPolicies {
|
|
26
|
+
skillDescriptionMax: PlatformLimitPolicy | null;
|
|
27
|
+
skillDescriptionDisplayMax: PlatformLimitPolicy | null;
|
|
28
|
+
skillListingBudgetMax: PlatformLimitPolicy | null;
|
|
29
|
+
skillNameMax: PlatformLimitPolicy;
|
|
30
|
+
skillNameMustMatchDir: PlatformLimitPolicy;
|
|
31
|
+
manifestPromptMax: PlatformLimitPolicy | null;
|
|
32
|
+
manifestPromptCountMax: PlatformLimitPolicy | null;
|
|
33
|
+
manifestPathPrefix: PlatformLimitPolicy | null;
|
|
34
|
+
instructionsMaxBytes: PlatformLimitPolicy | null;
|
|
35
|
+
hooksFeatureFlag: PlatformLimitPolicy | null;
|
|
36
|
+
rulesMaxLines: PlatformLimitPolicy | null;
|
|
37
|
+
}
|
|
20
38
|
export interface PlatformRules {
|
|
21
39
|
platform: TargetPlatform;
|
|
22
40
|
summary: string;
|
|
23
41
|
limits: PlatformLimits;
|
|
42
|
+
limitPolicies: PlatformLimitPolicies;
|
|
24
43
|
skillDiscoveryDirs: {
|
|
25
44
|
path: string;
|
|
26
45
|
level: RuleLevel;
|
|
@@ -56,9 +75,24 @@ export interface PlatformRules {
|
|
|
56
75
|
};
|
|
57
76
|
sources: PlatformRuleSource[];
|
|
58
77
|
}
|
|
78
|
+
export type PrimitiveTranslationMode = 'preserve' | 'translate' | 'degrade' | 'drop';
|
|
79
|
+
export type CoreFourPlatform = Extract<TargetPlatform, 'claude-code' | 'cursor' | 'codex' | 'opencode'>;
|
|
80
|
+
export interface PlatformPrimitiveCapability {
|
|
81
|
+
mode: PrimitiveTranslationMode;
|
|
82
|
+
nativeSurfaces: string[];
|
|
83
|
+
notes?: string;
|
|
84
|
+
}
|
|
85
|
+
export interface CoreFourPrimitiveCapabilities {
|
|
86
|
+
platform: CoreFourPlatform;
|
|
87
|
+
buckets: Record<PluxxCompilerBucket, PlatformPrimitiveCapability>;
|
|
88
|
+
sources: PlatformRuleSource[];
|
|
89
|
+
}
|
|
59
90
|
export declare const PLATFORM_LIMITS: Record<TargetPlatform, PlatformLimits>;
|
|
91
|
+
export declare const PLATFORM_LIMIT_POLICIES: Record<TargetPlatform, PlatformLimitPolicies>;
|
|
60
92
|
type ResearchTarget = Extract<TargetPlatform, 'claude-code' | 'cursor' | 'codex' | 'opencode' | 'openhands' | 'warp' | 'gemini-cli' | 'roo-code' | 'cline' | 'amp'>;
|
|
61
93
|
export declare const PLATFORM_VALIDATION_RULES: Record<ResearchTarget, PlatformRules>;
|
|
94
|
+
export declare const CORE_FOUR_PRIMITIVE_CAPABILITIES: Record<CoreFourPlatform, CoreFourPrimitiveCapabilities>;
|
|
62
95
|
export declare function getPlatformRules(platform: ResearchTarget): PlatformRules;
|
|
96
|
+
export declare function getCoreFourPrimitiveCapabilities(platform: CoreFourPlatform): CoreFourPrimitiveCapabilities;
|
|
63
97
|
export {};
|
|
64
98
|
//# sourceMappingURL=platform-rules.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"platform-rules.d.ts","sourceRoot":"","sources":["../../src/validation/platform-rules.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,WAAW,CAAA;
|
|
1
|
+
{"version":3,"file":"platform-rules.d.ts","sourceRoot":"","sources":["../../src/validation/platform-rules.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@orchid-labs/pluxx",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "Build AI agent plugins once.
|
|
3
|
+
"version": "0.1.3",
|
|
4
|
+
"description": "Build AI agent plugins once. Prime-time on Claude Code, Cursor, Codex, and OpenCode, with beta generators for additional hosts.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -15,18 +15,18 @@
|
|
|
15
15
|
"pluxx": "bin/pluxx.js"
|
|
16
16
|
},
|
|
17
17
|
"scripts": {
|
|
18
|
-
"build": "
|
|
19
|
-
"dev": "
|
|
20
|
-
"
|
|
18
|
+
"build": "node scripts/build.mjs && tsc --emitDeclarationOnly",
|
|
19
|
+
"dev": "tsx watch src/cli/index.ts",
|
|
20
|
+
"eval:docs-ingestion": "tsx scripts/evaluate-docs-ingestion.ts",
|
|
21
|
+
"generate:compatibility": "tsx scripts/generate-compatibility-matrix.ts",
|
|
21
22
|
"pack:check": "npm pack --dry-run",
|
|
22
|
-
"release:check": "
|
|
23
|
-
"test": "
|
|
23
|
+
"release:check": "npm run build && npm run typecheck && npm test && node scripts/verify-node-package-runtime.mjs && npm pack --dry-run",
|
|
24
|
+
"test": "vitest run",
|
|
24
25
|
"typecheck": "tsc --noEmit",
|
|
25
|
-
"prepublishOnly": "
|
|
26
|
+
"prepublishOnly": "npm run build && npm run typecheck && npm test"
|
|
26
27
|
},
|
|
27
28
|
"files": [
|
|
28
29
|
"bin/**/*",
|
|
29
|
-
"src/**/*",
|
|
30
30
|
"dist/**/*",
|
|
31
31
|
"README.md",
|
|
32
32
|
"LICENSE"
|
|
@@ -58,19 +58,21 @@
|
|
|
58
58
|
"url": "https://github.com/orchidautomation/pluxx/issues"
|
|
59
59
|
},
|
|
60
60
|
"engines": {
|
|
61
|
-
"node": ">=18"
|
|
62
|
-
"bun": ">=1.0"
|
|
61
|
+
"node": ">=18"
|
|
63
62
|
},
|
|
64
|
-
"packageManager": "bun@1.2.17",
|
|
65
63
|
"publishConfig": {
|
|
66
64
|
"access": "public"
|
|
67
65
|
},
|
|
68
66
|
"devDependencies": {
|
|
69
|
-
"@types/
|
|
70
|
-
"
|
|
67
|
+
"@types/node": "^22.15.23",
|
|
68
|
+
"esbuild": "^0.25.4",
|
|
69
|
+
"tsx": "^4.20.3",
|
|
70
|
+
"typescript": "^5.7.0",
|
|
71
|
+
"vitest": "^3.2.4"
|
|
71
72
|
},
|
|
72
73
|
"dependencies": {
|
|
73
74
|
"@clack/prompts": "^1.2.0",
|
|
75
|
+
"jiti": "^2.6.1",
|
|
74
76
|
"zod": "^3.24.0"
|
|
75
77
|
}
|
|
76
78
|
}
|