@keystrokehq/cli 1.0.7 → 1.0.8
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-B1SvZCxJ.mjs → dist-BXi7cRDx.mjs} +5 -7
- package/dist/dist-BXi7cRDx.mjs.map +1 -0
- package/dist/{dist-C0QtLjpR.mjs → dist-CaXYCefX.mjs} +3 -3
- package/dist/{dist-C0QtLjpR.mjs.map → dist-CaXYCefX.mjs.map} +1 -1
- package/dist/{dist-BjnCSbC2.mjs → dist-MYk9JAIo.mjs} +1 -1
- package/dist/index.mjs +6 -6
- package/dist/skills-bundle/skills/keystroke-agents/SKILL.md +2 -2
- package/dist/skills-bundle/skills/keystroke-skills/SKILL.md +1 -1
- package/package.json +1 -1
- package/dist/dist-B1SvZCxJ.mjs.map +0 -1
|
@@ -204,7 +204,7 @@ function isCommentLine(line) {
|
|
|
204
204
|
return line.startsWith("//") || line.startsWith("/*") || line.startsWith("*");
|
|
205
205
|
}
|
|
206
206
|
//#endregion
|
|
207
|
-
//#region ../../packages/sandbox/dist/files-
|
|
207
|
+
//#region ../../packages/sandbox/dist/files-BOUCjfCQ.mjs
|
|
208
208
|
const SandboxModeSchema = _enum(["in-process", "vm"]);
|
|
209
209
|
const SandboxFileContentSchema = object({
|
|
210
210
|
path: string(),
|
|
@@ -547,23 +547,21 @@ const Digit = ["0", ...Range(49, 57)];
|
|
|
547
547
|
], ...Digit];
|
|
548
548
|
[...Digit];
|
|
549
549
|
new RegExp(IntegerKey);
|
|
550
|
-
//#endregion
|
|
551
|
-
//#region ../../packages/sandbox/dist/create-coding-tools-5--zCsRF.mjs
|
|
552
550
|
const replaceEditSchema = _Object_({
|
|
553
551
|
oldText: String$1({ description: "Exact text to replace. Must be unique in the file and must not overlap other edits in this call." }),
|
|
554
552
|
newText: String$1({ description: "Replacement text" })
|
|
555
553
|
}, { additionalProperties: false });
|
|
556
554
|
_Object_({
|
|
557
|
-
path: String$1({ description: "Path
|
|
555
|
+
path: String$1({ description: "Path under /workspace (e.g. session/out.txt or agent/data.json)" }),
|
|
558
556
|
edits: _Array_(replaceEditSchema, { description: "Replacements applied against the original file (not chained). Each oldText must be unique and non-overlapping." })
|
|
559
557
|
}, { additionalProperties: false });
|
|
560
558
|
_Object_({
|
|
561
|
-
path: String$1({ description: "Path
|
|
559
|
+
path: String$1({ description: "Path under /workspace (e.g. session/out.txt or agent/data.json)" }),
|
|
562
560
|
offset: Optional(Number$1({ description: "Line number to start reading from (1-indexed)" })),
|
|
563
561
|
limit: Optional(Number$1({ description: "Maximum number of lines to read" }))
|
|
564
562
|
});
|
|
565
563
|
_Object_({
|
|
566
|
-
path: String$1({ description: "Path
|
|
564
|
+
path: String$1({ description: "Path under /workspace (e.g. session/out.txt or agent/data.json)" }),
|
|
567
565
|
content: String$1({ description: "Content to write to the file" })
|
|
568
566
|
});
|
|
569
567
|
//#endregion
|
|
@@ -1896,4 +1894,4 @@ async function emitStoredRouteManifestForProject(projectRoot) {
|
|
|
1896
1894
|
//#endregion
|
|
1897
1895
|
export { entryIdFromFile as A, webhookManifestAttachmentSchemasFromBindings as C, packAssetDirs as D, workflowRouteFromKey as E, shouldSkipKeystrokeModuleFile as M, walkTypeScriptFiles as N, discoverEntries as O, validateImportedWorkflowDefinition as S, webhookRouteFromEndpoint as T, pollGroupId as _, buildWebhookBindingsByRoute as a, toStoredRouteManifest as b, discoverSkillManifestEntries as c, discoverWorkflows as d, emitStoredRouteManifestForProject as f, persistStoredRouteManifest as g, importWorkflowDefinition as h, buildStoredRouteManifestFromContext as i, readKeystrokeIgnoreDirective as j, discoverModuleFileEntries as k, discoverTriggerAttachments as l, importTriggerAttachment as m, buildPollGroups as n, countAgentCredentials as o, importAgentDefinition as p, buildStoredRouteManifestForProject as r, discoverAgentEntries as s, agentRouteFromKey as t, discoverWorkflowEntries as u, schemaToJson as v, webhookMatchSchemaForBindings as w, validateImportedTriggerAttachment as x, serializeRouteManifest as y };
|
|
1898
1896
|
|
|
1899
|
-
//# sourceMappingURL=dist-
|
|
1897
|
+
//# sourceMappingURL=dist-BXi7cRDx.mjs.map
|