@keystrokehq/cli 0.1.75 → 0.1.77
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/dist/dist-C_FJB-6u.mjs +3 -0
- package/dist/{dist-CYvtmJ0Y.mjs → dist-D3z59-5y.mjs} +3 -3
- package/dist/{dist-CYvtmJ0Y.mjs.map → dist-D3z59-5y.mjs.map} +1 -1
- package/dist/{dist-B3vdweIn.mjs → dist-DI9IeZPy.mjs} +23 -7
- package/dist/{dist-B3vdweIn.mjs.map → dist-DI9IeZPy.mjs.map} +1 -1
- package/dist/{dist-C5M3Q_LK.mjs → dist-DONjp1Vu.mjs} +2 -2
- package/dist/{dist-C5M3Q_LK.mjs.map → dist-DONjp1Vu.mjs.map} +1 -1
- package/dist/{dist-xF4UCj_H.mjs → dist-DssSh3Yz.mjs} +5 -5
- package/dist/dist-DssSh3Yz.mjs.map +1 -0
- package/dist/index.mjs +28 -43
- package/dist/index.mjs.map +1 -1
- package/dist/{maybe-auto-update-Cc2JdiaK.mjs → maybe-auto-update-DzLYjlyI.mjs} +2 -2
- package/dist/{maybe-auto-update-Cc2JdiaK.mjs.map → maybe-auto-update-DzLYjlyI.mjs.map} +1 -1
- package/dist/skills-bundle/_AGENTS.mcp.md +1 -1
- package/dist/skills-bundle/_AGENTS.md +1 -1
- package/dist/{version-BwOB_biD.mjs → version-DtkdnpP8.mjs} +2 -2
- package/dist/{version-BwOB_biD.mjs.map → version-DtkdnpP8.mjs.map} +1 -1
- package/package.json +3 -3
- package/dist/dist-DkyuIIPg.mjs +0 -3
- package/dist/dist-xF4UCj_H.mjs.map +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import { n as __require, t as __commonJSMin } from "./chunk-DiodbrVj.mjs";
|
|
3
|
-
import {
|
|
4
|
-
import "./dist-
|
|
3
|
+
import { $r as toJSONSchema, Ar as ZodType, Br as lazy, Cr as parseStoredRouteManifest, Fr as array, Ir as boolean$1, Jr as string, Kr as preprocess, Lr as custom, Mr as _function, Nr as _null, Rr as discriminatedUnion, Ur as number, Vr as literal, Wr as object, Yr as union, dn as PublicModelsResponseSchema, jr as _enum, mn as ROUTE_MANIFEST_REL_PATH, mr as credentialInputSchema, qr as record, tt as DEFAULT_CLOUD_PLATFORM_ORIGIN, un as PromptResponseSchema, wr as requiredDisplayTextSchema, yr as normalizeCredentialList } from "./dist-DI9IeZPy.mjs";
|
|
4
|
+
import "./dist-DONjp1Vu.mjs";
|
|
5
5
|
import "./chunk-BZUGFHVS-CPWRFwK8.mjs";
|
|
6
6
|
import "./chunk-DLL7UR66-BUYgzxnR.mjs";
|
|
7
7
|
import "./chunk-TN7HHBQW-CSB_R-XD.mjs";
|
|
@@ -3229,7 +3229,7 @@ const traceSpans = pgTable("trace_spans", {
|
|
|
3229
3229
|
finishedAt: timestamp("finished_at", { withTimezone: true }),
|
|
3230
3230
|
metadata: jsonb("metadata"),
|
|
3231
3231
|
error: jsonb("error")
|
|
3232
|
-
});
|
|
3232
|
+
}, (table) => [index("trace_spans_trace_id_started_at_idx").on(table.traceId, table.startedAt), index("trace_spans_ref_id_kind_started_at_idx").on(table.refId, table.kind, table.startedAt)]);
|
|
3233
3233
|
const traceSpansSqlite = sqliteTable("trace_spans", {
|
|
3234
3234
|
id: text$1("id").primaryKey(),
|
|
3235
3235
|
traceId: text$1("trace_id").notNull(),
|
|
@@ -3242,7 +3242,7 @@ const traceSpansSqlite = sqliteTable("trace_spans", {
|
|
|
3242
3242
|
finishedAt: integer$1("finished_at", { mode: "timestamp_ms" }),
|
|
3243
3243
|
metadata: text$1("metadata", { mode: "json" }),
|
|
3244
3244
|
error: text$1("error", { mode: "json" })
|
|
3245
|
-
});
|
|
3245
|
+
}, (table) => [index$1("trace_spans_trace_id_started_at_idx").on(table.traceId, table.startedAt), index$1("trace_spans_ref_id_kind_started_at_idx").on(table.refId, table.kind, table.startedAt)]);
|
|
3246
3246
|
const traceLogs = pgTable("trace_logs", {
|
|
3247
3247
|
id: text("id").primaryKey(),
|
|
3248
3248
|
traceId: text("trace_id").notNull(),
|
|
@@ -30996,4 +30996,4 @@ async function emitStoredRouteManifestForProject(projectRoot) {
|
|
|
30996
30996
|
//#endregion
|
|
30997
30997
|
export { validatePollGroups as A, attachmentSlugFromRecord as B, pollRouteFromSourceSlug as C, validateAttachmentTargets as D, toStoredRouteManifest as E, webhookManifestAttachmentSchemasFromBindings as F, packAssetDirs as G, computeCallSiteIds as H, webhookMatchSchemaForBindings as I, entryIdFromFile as J, discoverEntries as K, webhookRouteFromEndpoint as L, validateTriggerAttachments as M, validateUniqueAttachmentSlugs as N, validateImportedTriggerAttachment as O, validateUniqueTriggerSourceSlugs as P, walkTypeScriptFiles as Q, workflowKeyForAttachment as R, pollGroupRouteFromId as S, serializeRouteManifest as T, diagnoseWorkflowSource as U, classifyCall as V, locateWorkflow as W, shouldSkipKeystrokeModuleFile as X, readKeystrokeIgnoreDirective as Y, validateUniqueModuleKeys as Z, importAgentDefinition as _, buildStoredRouteManifestForProject as a, persistStoredRouteManifest as b, collectAgentAppSlugs as c, discoverAgentEntries as d, discoverSkillManifestEntries as f, emitStoredRouteManifestForProject as g, discoverWorkflows as h, buildPollGroups as i, validateProjectModules as j, validateImportedWorkflowDefinition as k, collectAgentToolSlugs as l, discoverWorkflowEntries as m, agentManifestEntry as n, buildStoredRouteManifestFromContext as o, discoverTriggerAttachments as p, discoverModuleFileEntries as q, agentRouteFromKey as r, buildWebhookBindingsByRoute as s, agentKeyForAttachment as t, countAgentCredentials as u, importTriggerAttachments as v, schemaToJson as w, pollGroupId as x, importWorkflowDefinition as y, workflowRouteFromKey as z };
|
|
30998
30998
|
|
|
30999
|
-
//# sourceMappingURL=dist-
|
|
30999
|
+
//# sourceMappingURL=dist-DssSh3Yz.mjs.map
|