@kici-dev/compiler 0.1.24 → 0.1.26

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.
Files changed (126) hide show
  1. package/dist/auth/headless-detect.js +1 -1
  2. package/dist/cli-banner.js +1 -1
  3. package/dist/cli.d.ts +18 -0
  4. package/dist/cli.js +57 -6
  5. package/dist/commands/approve.js +2 -2
  6. package/dist/commands/check-mode.js +1 -1
  7. package/dist/commands/compile.js +1 -1
  8. package/dist/commands/diagnostics.js +1 -1
  9. package/dist/commands/docs.js +1 -1
  10. package/dist/commands/drain-worker.js +1 -1
  11. package/dist/commands/endpoints.js +1 -1
  12. package/dist/commands/fixture.js +2 -2
  13. package/dist/commands/held-run-client.d.ts +1 -1
  14. package/dist/commands/held-run-client.js +1 -1
  15. package/dist/commands/hook.js +1 -1
  16. package/dist/commands/index.d.ts +1 -1
  17. package/dist/commands/index.js +3 -3
  18. package/dist/commands/init.js +1 -1
  19. package/dist/commands/login.js +1 -1
  20. package/dist/commands/logout.js +1 -1
  21. package/dist/commands/orchestrators.js +1 -1
  22. package/dist/commands/org.js +1 -1
  23. package/dist/commands/pat.js +1 -1
  24. package/dist/commands/preview.js +1 -1
  25. package/dist/commands/reject.js +2 -2
  26. package/dist/commands/run-hold-watch.d.ts +10 -1
  27. package/dist/commands/run-hold-watch.js +13 -12
  28. package/dist/commands/run.d.ts +9 -0
  29. package/dist/commands/run.js +29 -6
  30. package/dist/commands/runs/cancel.js +1 -1
  31. package/dist/commands/runs/list.js +1 -1
  32. package/dist/commands/runs/logs.js +1 -1
  33. package/dist/commands/runs/rerun.js +1 -1
  34. package/dist/commands/runs/show.js +1 -1
  35. package/dist/commands/secrets-list.js +1 -1
  36. package/dist/commands/types.js +1 -1
  37. package/dist/commands/verify-attestation.js +8 -2
  38. package/dist/commands/watch.js +1 -1
  39. package/dist/commands/workflows.js +1 -1
  40. package/dist/errors/capability-gap.js +1 -1
  41. package/dist/errors/formatter.js +1 -1
  42. package/dist/errors/index.js +1 -1
  43. package/dist/execution/executor.d.ts +5 -6
  44. package/dist/execution/executor.js +6 -7
  45. package/dist/execution/index.js +1 -1
  46. package/dist/execution/sdk-alias.d.ts +4 -14
  47. package/dist/execution/sdk-alias.js +6 -45
  48. package/dist/execution/ts-loader.js +1 -1
  49. package/dist/fixtures/compiler.js +1 -1
  50. package/dist/fixtures/defaults/index.js +1 -1
  51. package/dist/fixtures/describe-event.d.ts +0 -4
  52. package/dist/fixtures/describe-event.js +35 -5
  53. package/dist/fixtures/picker.js +1 -1
  54. package/dist/format.js +1 -1
  55. package/dist/generators/secrets-dts.js +1 -1
  56. package/dist/hooks/detector.js +1 -1
  57. package/dist/hooks/index.js +1 -1
  58. package/dist/hooks/installer.js +1 -1
  59. package/dist/hooks/templates.js +1 -1
  60. package/dist/index.js +1 -1
  61. package/dist/llm-context/llms-architecture.txt +1 -1
  62. package/dist/llm-context/llms-cli.txt +230 -40
  63. package/dist/llm-context/llms-features.txt +24 -19
  64. package/dist/llm-context/llms-full.txt +256 -61
  65. package/dist/llm-context/llms-getting-started.txt +1 -1
  66. package/dist/llm-context/llms.txt +2 -2
  67. package/dist/local-executor/dag-scheduler.js +1 -1
  68. package/dist/local-executor/index.js +1 -1
  69. package/dist/local-executor/job-runner.js +1 -1
  70. package/dist/local-executor/materializer.js +1 -1
  71. package/dist/local-executor/output-streamer.js +1 -1
  72. package/dist/local-executor/payload-generator.js +1 -1
  73. package/dist/local-executor/picker.js +1 -1
  74. package/dist/local-executor/runs-on-display.js +1 -1
  75. package/dist/local-executor/secret-loader.js +1 -1
  76. package/dist/local-executor/to-event-payload.js +1 -1
  77. package/dist/local-executor/types.js +1 -1
  78. package/dist/local-executor/workflow-lock.js +0 -0
  79. package/dist/lockfile/generator.js +1 -1
  80. package/dist/lockfile/hash-files.js +1 -1
  81. package/dist/lockfile/hasher.js +1 -1
  82. package/dist/lockfile/index.js +1 -1
  83. package/dist/lockfile/purity-analyzer.js +3 -3
  84. package/dist/postinstall.js +1 -1
  85. package/dist/provenance-trust-root.js +1 -1
  86. package/dist/remote/config.js +1 -1
  87. package/dist/remote/dashboard-client.js +1 -1
  88. package/dist/remote/encryption.js +1 -1
  89. package/dist/remote/history.js +1 -1
  90. package/dist/remote/local-repo-identity.js +1 -1
  91. package/dist/remote/oauth.js +1 -1
  92. package/dist/remote/oidc-discovery.js +1 -1
  93. package/dist/remote/output/json.js +1 -1
  94. package/dist/remote/output/junit.js +1 -1
  95. package/dist/remote/output/streaming.js +1 -1
  96. package/dist/remote/output/summary.js +1 -1
  97. package/dist/remote/platform-client.d.ts +2 -0
  98. package/dist/remote/platform-client.js +1 -1
  99. package/dist/remote/prod-defaults.d.ts +1 -1
  100. package/dist/remote/prod-defaults.js +2 -2
  101. package/dist/remote/render.js +1 -1
  102. package/dist/remote/secret-upload.js +1 -1
  103. package/dist/remote/uploader.js +4 -4
  104. package/dist/{chunk-BTugEXQM.js → rolldown-runtime-ClRpJifh.js} +0 -1
  105. package/dist/templates/agents-md.js +1 -1
  106. package/dist/templates/index.js +1 -1
  107. package/dist/templates/package-json.js +2 -2
  108. package/dist/templates/tsconfig-json.js +1 -1
  109. package/dist/templates/workflows/hello-world.js +1 -1
  110. package/dist/templates/workflows/pr-checks.js +1 -1
  111. package/dist/test-runner/dry-run.js +1 -1
  112. package/dist/test-runner/event-types.js +1 -1
  113. package/dist/test-runner/git-detector.js +1 -1
  114. package/dist/test-runner/index.js +1 -1
  115. package/dist/test-runner/job-executor.js +1 -1
  116. package/dist/test-runner/output-formatter.js +1 -1
  117. package/dist/test-runner/payload-builder.js +1 -1
  118. package/dist/test-runner/rule-evaluator.js +1 -1
  119. package/dist/test-runner/secrets-file.js +1 -1
  120. package/dist/test-runner/step-context.js +1 -1
  121. package/dist/types.js +1 -1
  122. package/dist/validation/index.js +1 -1
  123. package/dist/validation/validator.js +1 -1
  124. package/package.json +4 -4
  125. package/sbom.spdx.json +35 -35
  126. package/dist/commands/held-run-resolve.js +0 -53
@@ -1,4 +1,4 @@
1
- import "../chunk-BTugEXQM.js";
1
+ import "../rolldown-runtime-ClRpJifh.js";
2
2
  import { normalizeLineEndings, sha256 } from "@kici-dev/core";
3
3
  //#region src/lockfile/hasher.ts
4
4
  /**
@@ -1,4 +1,4 @@
1
- import "../chunk-BTugEXQM.js";
1
+ import "../rolldown-runtime-ClRpJifh.js";
2
2
  import { COMPILE_SCHEMA_VERSION, computeContentHash } from "./hasher.js";
3
3
  import { computeLockfileHash, detectGitRoot, generateLockFile, serializeLockFile } from "./generator.js";
4
4
  export { COMPILE_SCHEMA_VERSION, computeContentHash, computeLockfileHash, detectGitRoot, generateLockFile, serializeLockFile };
@@ -1,4 +1,4 @@
1
- import "../chunk-BTugEXQM.js";
1
+ import "../rolldown-runtime-ClRpJifh.js";
2
2
  import ts from "typescript";
3
3
  //#region src/lockfile/purity-analyzer.ts
4
4
  /**
@@ -16,7 +16,7 @@ import ts from "typescript";
16
16
  * Safe globals that pure functions are allowed to reference.
17
17
  * These are deterministic, side-effect-free built-ins.
18
18
  */
19
- const SAFE_GLOBALS = new Set([
19
+ const SAFE_GLOBALS = /* @__PURE__ */ new Set([
20
20
  "undefined",
21
21
  "null",
22
22
  "true",
@@ -42,7 +42,7 @@ const SAFE_GLOBALS = new Set([
42
42
  /**
43
43
  * Assignment operators that indicate mutation.
44
44
  */
45
- const ASSIGNMENT_OPERATORS = new Set([
45
+ const ASSIGNMENT_OPERATORS = /* @__PURE__ */ new Set([
46
46
  ts.SyntaxKind.EqualsToken,
47
47
  ts.SyntaxKind.PlusEqualsToken,
48
48
  ts.SyntaxKind.MinusEqualsToken,
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import "./chunk-BTugEXQM.js";
2
+ import "./rolldown-runtime-ClRpJifh.js";
3
3
  import path from "node:path";
4
4
  import { readFile } from "node:fs/promises";
5
5
  import { spawn } from "node:child_process";
@@ -1,4 +1,4 @@
1
- import "./chunk-BTugEXQM.js";
1
+ import "./rolldown-runtime-ClRpJifh.js";
2
2
  import { readFile } from "node:fs/promises";
3
3
  //#region src/provenance-trust-root.ts
4
4
  /**
@@ -1,4 +1,4 @@
1
- import "../chunk-BTugEXQM.js";
1
+ import "../rolldown-runtime-ClRpJifh.js";
2
2
  import path from "node:path";
3
3
  import fs from "node:fs/promises";
4
4
  import os from "node:os";
@@ -1,4 +1,4 @@
1
- import "../chunk-BTugEXQM.js";
1
+ import "../rolldown-runtime-ClRpJifh.js";
2
2
  import { loadGlobalConfig } from "./config.js";
3
3
  import { dashboardRunDetailApiResponseSchema, dashboardStepLogsApiResponseSchema, diagnosticsInfrastructureResponseSchema, diagnosticsSummaryResponseSchema, registrationItemSchema, runListItemSchema, runListResponseSchema } from "@kici-dev/engine";
4
4
  import { z } from "zod";
@@ -1,4 +1,4 @@
1
- import "../chunk-BTugEXQM.js";
1
+ import "../rolldown-runtime-ClRpJifh.js";
2
2
  import fs from "node:fs/promises";
3
3
  import { deriveSharedSecret } from "@kici-dev/core";
4
4
  import crypto from "node:crypto";
@@ -1,4 +1,4 @@
1
- import "../chunk-BTugEXQM.js";
1
+ import "../rolldown-runtime-ClRpJifh.js";
2
2
  import { formatRelativeTime } from "../format.js";
3
3
  import { getConfigDir } from "./config.js";
4
4
  import path from "node:path";
@@ -1,4 +1,4 @@
1
- import "../chunk-BTugEXQM.js";
1
+ import "../rolldown-runtime-ClRpJifh.js";
2
2
  import path from "node:path";
3
3
  import { execSync } from "node:child_process";
4
4
  import { z } from "zod";
@@ -1,4 +1,4 @@
1
- import "../chunk-BTugEXQM.js";
1
+ import "../rolldown-runtime-ClRpJifh.js";
2
2
  import { discoverOidcEndpoints } from "./oidc-discovery.js";
3
3
  import pc from "picocolors";
4
4
  import { toErrorMessage } from "@kici-dev/core";
@@ -1,4 +1,4 @@
1
- import "../chunk-BTugEXQM.js";
1
+ import "../rolldown-runtime-ClRpJifh.js";
2
2
  import { toErrorMessage } from "@kici-dev/core";
3
3
  //#region src/remote/oidc-discovery.ts
4
4
  const cache = /* @__PURE__ */ new Map();
@@ -1,4 +1,4 @@
1
- import "../../chunk-BTugEXQM.js";
1
+ import "../../rolldown-runtime-ClRpJifh.js";
2
2
  //#region src/remote/output/json.ts
3
3
  /**
4
4
  * Format run results as structured JSON with 2-space indentation.
@@ -1,4 +1,4 @@
1
- import "../../chunk-BTugEXQM.js";
1
+ import "../../rolldown-runtime-ClRpJifh.js";
2
2
  //#region src/remote/output/junit.ts
3
3
  /**
4
4
  * Format run results as JUnit XML following the standard schema.
@@ -1,4 +1,4 @@
1
- import "../../chunk-BTugEXQM.js";
1
+ import "../../rolldown-runtime-ClRpJifh.js";
2
2
  import pc from "picocolors";
3
3
  import { formatDuration } from "@kici-dev/core";
4
4
  //#region src/remote/output/streaming.ts
@@ -1,4 +1,4 @@
1
- import "../../chunk-BTugEXQM.js";
1
+ import "../../rolldown-runtime-ClRpJifh.js";
2
2
  import pc from "picocolors";
3
3
  import { formatDuration } from "@kici-dev/core";
4
4
  //#region src/remote/output/summary.ts
@@ -94,6 +94,8 @@ export interface PlatformTriggerResponse {
94
94
  status: 'accepted' | 'rejected';
95
95
  reason?: string;
96
96
  jobIds?: string[];
97
+ /** User-visible warnings on acceptance (e.g. skipped non-test bound environments). */
98
+ warnings?: string[];
97
99
  }
98
100
  export interface PlatformRunStatusResponse {
99
101
  runId: string;
@@ -1,4 +1,4 @@
1
- import "../chunk-BTugEXQM.js";
1
+ import "../rolldown-runtime-ClRpJifh.js";
2
2
  import { toErrorMessage } from "@kici-dev/core";
3
3
  //#region src/remote/platform-client.ts
4
4
  /**
@@ -3,7 +3,7 @@
3
3
  * env var (or the `--platform-endpoint` flag) is unset, login resolves
4
4
  * these so a developer targeting the hosted KiCI Platform authenticates
5
5
  * with no setup. Setting the env var overrides the default — staging E2E
6
- * and self-hosted Platforms depend on that override path.
6
+ * and other KiCI environments depend on that override path.
7
7
  *
8
8
  * Resolution is login-local: these are read into locals in `oauthLogin`,
9
9
  * never written back into `process.env`, so the orchestrator's separate
@@ -1,11 +1,11 @@
1
- import "../chunk-BTugEXQM.js";
1
+ import "../rolldown-runtime-ClRpJifh.js";
2
2
  //#region src/remote/prod-defaults.ts
3
3
  /**
4
4
  * Production defaults for the `kici login` OAuth flow. When the matching
5
5
  * env var (or the `--platform-endpoint` flag) is unset, login resolves
6
6
  * these so a developer targeting the hosted KiCI Platform authenticates
7
7
  * with no setup. Setting the env var overrides the default — staging E2E
8
- * and self-hosted Platforms depend on that override path.
8
+ * and other KiCI environments depend on that override path.
9
9
  *
10
10
  * Resolution is login-local: these are read into locals in `oauthLogin`,
11
11
  * never written back into `process.env`, so the orchestrator's separate
@@ -1,4 +1,4 @@
1
- import "../chunk-BTugEXQM.js";
1
+ import "../rolldown-runtime-ClRpJifh.js";
2
2
  import pc from "picocolors";
3
3
  import { formatDuration } from "@kici-dev/core";
4
4
  //#region src/remote/render.ts
@@ -1,4 +1,4 @@
1
- import "../chunk-BTugEXQM.js";
1
+ import "../rolldown-runtime-ClRpJifh.js";
2
2
  import { loadLocalSecrets } from "../local-executor/secret-loader.js";
3
3
  import { encryptJson } from "@kici-dev/core";
4
4
  //#region src/remote/secret-upload.ts
@@ -1,4 +1,4 @@
1
- import "../chunk-BTugEXQM.js";
1
+ import "../rolldown-runtime-ClRpJifh.js";
2
2
  import { encryptTarball } from "./encryption.js";
3
3
  import path from "node:path";
4
4
  import fs from "node:fs/promises";
@@ -113,7 +113,7 @@ async function selectOverlayFiles(repoRoot, options) {
113
113
  const unstaged = gitLines("git diff --name-only HEAD", repoRoot);
114
114
  const staged = gitLines("git diff --name-only --cached HEAD", repoRoot);
115
115
  const untracked = gitLines("git ls-files --others --exclude-standard", repoRoot);
116
- allFiles = [...new Set([
116
+ allFiles = [.../* @__PURE__ */ new Set([
117
117
  ...unstaged,
118
118
  ...staged,
119
119
  ...untracked
@@ -121,13 +121,13 @@ async function selectOverlayFiles(repoRoot, options) {
121
121
  } else {
122
122
  const tracked = gitLines("git ls-files", repoRoot);
123
123
  const untracked = gitLines("git ls-files --others --exclude-standard", repoRoot);
124
- allFiles = [...new Set([...tracked, ...untracked])];
124
+ allFiles = [.../* @__PURE__ */ new Set([...tracked, ...untracked])];
125
125
  }
126
126
  const kiciIgnore = await loadKiciIgnore(options?.kiciIgnorePath ?? path.join(repoRoot, ".kiciignore"));
127
127
  if (kiciIgnore) allFiles = allFiles.filter((f) => !kiciIgnore(f));
128
128
  if (options?.fullWorkingTree) {
129
129
  const gitFiles = await collectGitDirFiles(repoRoot);
130
- allFiles = [...new Set([...allFiles, ...gitFiles])];
130
+ allFiles = [.../* @__PURE__ */ new Set([...allFiles, ...gitFiles])];
131
131
  }
132
132
  const existingFiles = [];
133
133
  const deletedFiles = [];
@@ -1,4 +1,3 @@
1
1
  import "node:module";
2
- import.meta.url;
3
2
  //#endregion
4
3
  export {};
@@ -1,4 +1,4 @@
1
- import "../chunk-BTugEXQM.js";
1
+ import "../rolldown-runtime-ClRpJifh.js";
2
2
  //#region src/templates/agents-md.ts
3
3
  /**
4
4
  * Template body for .kici/AGENTS.md, written by `kici init` (unless opted out
@@ -1,4 +1,4 @@
1
- import "../chunk-BTugEXQM.js";
1
+ import "../rolldown-runtime-ClRpJifh.js";
2
2
  import { agentsMdTemplate } from "./agents-md.js";
3
3
  import { helloWorldWorkflow } from "./workflows/hello-world.js";
4
4
  import { prChecksWorkflow } from "./workflows/pr-checks.js";
@@ -1,6 +1,6 @@
1
- import "../chunk-BTugEXQM.js";
1
+ import "../rolldown-runtime-ClRpJifh.js";
2
2
  //#region src/templates/package-json.ts
3
- const sdkVersion = "0.1.24";
3
+ const sdkVersion = "0.1.26";
4
4
  /**
5
5
  * Generate package.json content for .kici/ directory
6
6
  *
@@ -1,4 +1,4 @@
1
- import "../chunk-BTugEXQM.js";
1
+ import "../rolldown-runtime-ClRpJifh.js";
2
2
  //#region src/templates/tsconfig-json.ts
3
3
  /**
4
4
  * tsconfig.json template for kici init command
@@ -1,4 +1,4 @@
1
- import "../../chunk-BTugEXQM.js";
1
+ import "../../rolldown-runtime-ClRpJifh.js";
2
2
  import { job, push, step, workflow } from "@kici-dev/sdk";
3
3
  //#region src/templates/workflows/hello-world.ts
4
4
  const helloWorldWorkflow = workflow("hello-world", {
@@ -1,4 +1,4 @@
1
- import "../../chunk-BTugEXQM.js";
1
+ import "../../rolldown-runtime-ClRpJifh.js";
2
2
  import { isEventType, job, pr, rule, skip, step, workflow } from "@kici-dev/sdk";
3
3
  //#region src/templates/workflows/pr-checks.ts
4
4
  const prChecksWorkflow = workflow("pr-checks", {
@@ -1,4 +1,4 @@
1
- import "../chunk-BTugEXQM.js";
1
+ import "../rolldown-runtime-ClRpJifh.js";
2
2
  import pc from "picocolors";
3
3
  import { logger } from "@kici-dev/core";
4
4
  //#region src/test-runner/dry-run.ts
@@ -1,4 +1,4 @@
1
- import "../chunk-BTugEXQM.js";
1
+ import "../rolldown-runtime-ClRpJifh.js";
2
2
  //#region src/test-runner/event-types.ts
3
3
  /**
4
4
  * Parse CLI event argument to EventType.
@@ -1,4 +1,4 @@
1
- import "../chunk-BTugEXQM.js";
1
+ import "../rolldown-runtime-ClRpJifh.js";
2
2
  import path from "node:path";
3
3
  import { readFile } from "node:fs/promises";
4
4
  //#region src/test-runner/git-detector.ts
@@ -1,4 +1,4 @@
1
- import "../chunk-BTugEXQM.js";
1
+ import "../rolldown-runtime-ClRpJifh.js";
2
2
  import { displayDryRun } from "./dry-run.js";
3
3
  import { parseEventArg, triggerSummary, triggerToEventArg } from "./event-types.js";
4
4
  import { detectRepoFromGit } from "./git-detector.js";
@@ -1,4 +1,4 @@
1
- import "../chunk-BTugEXQM.js";
1
+ import "../rolldown-runtime-ClRpJifh.js";
2
2
  import { formatter } from "./output-formatter.js";
3
3
  import { createStepContext } from "./step-context.js";
4
4
  import { createRuleContext, evaluateRules as evaluateRulesWithFormatting } from "./rule-evaluator.js";
@@ -1,4 +1,4 @@
1
- import "../chunk-BTugEXQM.js";
1
+ import "../rolldown-runtime-ClRpJifh.js";
2
2
  import pc from "picocolors";
3
3
  import { logger } from "@kici-dev/core";
4
4
  //#region src/test-runner/output-formatter.ts
@@ -1,4 +1,4 @@
1
- import "../chunk-BTugEXQM.js";
1
+ import "../rolldown-runtime-ClRpJifh.js";
2
2
  import { parseEventArg } from "./event-types.js";
3
3
  import { detectRepoFromGit } from "./git-detector.js";
4
4
  import { getDefaultFixture } from "../fixtures/defaults/index.js";
@@ -1,4 +1,4 @@
1
- import "../chunk-BTugEXQM.js";
1
+ import "../rolldown-runtime-ClRpJifh.js";
2
2
  import { formatter } from "./output-formatter.js";
3
3
  import { evaluateRules } from "@kici-dev/sdk";
4
4
  import { initZx } from "@kici-dev/core";
@@ -1,4 +1,4 @@
1
- import "../chunk-BTugEXQM.js";
1
+ import "../rolldown-runtime-ClRpJifh.js";
2
2
  import path from "node:path";
3
3
  import { readFile } from "node:fs/promises";
4
4
  //#region src/test-runner/secrets-file.ts
@@ -1,4 +1,4 @@
1
- import "../chunk-BTugEXQM.js";
1
+ import "../rolldown-runtime-ClRpJifh.js";
2
2
  import { formatter } from "./output-formatter.js";
3
3
  import { join } from "node:path";
4
4
  import { chmodSync, mkdtempSync, rmSync, writeFileSync } from "node:fs";
package/dist/types.js CHANGED
@@ -1,4 +1,4 @@
1
- import "./chunk-BTugEXQM.js";
1
+ import "./rolldown-runtime-ClRpJifh.js";
2
2
  import { SCHEMA_VERSION as SCHEMA_VERSION$1 } from "@kici-dev/engine";
3
3
  //#region src/types.ts
4
4
  /**
@@ -1,3 +1,3 @@
1
- import "../chunk-BTugEXQM.js";
1
+ import "../rolldown-runtime-ClRpJifh.js";
2
2
  import { validateConfig } from "./validator.js";
3
3
  export { validateConfig };
@@ -1,4 +1,4 @@
1
- import "../chunk-BTugEXQM.js";
1
+ import "../rolldown-runtime-ClRpJifh.js";
2
2
  import { compilerError } from "../errors/formatter.js";
3
3
  import "../errors/index.js";
4
4
  import { getDynamicJobGroup, isDynamicGroupRef, isDynamicJobFn, isStaticArray, isStaticObject, validateDag } from "@kici-dev/sdk";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kici-dev/compiler",
3
- "version": "0.1.24",
3
+ "version": "0.1.26",
4
4
  "description": "Compiler and CLI for KiCI workflows. Compiles `.kici/workflows/*.ts` to a `kici.lock.json` file consumed by the orchestrator and agents, and runs workflows locally or against a remote orchestrator.",
5
5
  "keywords": [
6
6
  "ci",
@@ -60,11 +60,11 @@
60
60
  "yaml": "^2.9.0",
61
61
  "zod": "^4.4.3",
62
62
  "zx": "^8.8.5",
63
- "@kici-dev/core": "0.1.24",
64
- "@kici-dev/engine": "0.1.24"
63
+ "@kici-dev/core": "0.1.26",
64
+ "@kici-dev/engine": "0.1.26"
65
65
  },
66
66
  "peerDependencies": {
67
- "@kici-dev/sdk": "0.1.24"
67
+ "@kici-dev/sdk": "0.1.26"
68
68
  },
69
69
  "devDependencies": {
70
70
  "@types/proper-lockfile": "^4.1.4"
package/sbom.spdx.json CHANGED
@@ -2,10 +2,10 @@
2
2
  "spdxVersion": "SPDX-2.3",
3
3
  "dataLicense": "CC0-1.0",
4
4
  "SPDXID": "SPDXRef-DOCUMENT",
5
- "name": "@kici-dev/compiler@0.1.24",
6
- "documentNamespace": "https://kici.dev/sbom/%40kici-dev%2Fcompiler/0.1.24/5972016c-419a-4b37-a318-6beead684099",
5
+ "name": "@kici-dev/compiler@0.1.26",
6
+ "documentNamespace": "https://kici.dev/sbom/%40kici-dev%2Fcompiler/0.1.26/161e839c-1de4-4241-8206-3317c8ba424b",
7
7
  "creationInfo": {
8
- "created": "2026-06-28T16:24:34Z",
8
+ "created": "2026-07-06T04:29:52Z",
9
9
  "creators": [
10
10
  "Tool: kici-sbom-generator"
11
11
  ]
@@ -484,7 +484,7 @@
484
484
  {
485
485
  "SPDXID": "SPDXRef-RootPackage",
486
486
  "name": "@kici-dev/compiler",
487
- "versionInfo": "0.1.24",
487
+ "versionInfo": "0.1.26",
488
488
  "downloadLocation": "NOASSERTION",
489
489
  "filesAnalyzed": false,
490
490
  "licenseConcluded": "NOASSERTION",
@@ -495,16 +495,16 @@
495
495
  {
496
496
  "referenceCategory": "PACKAGE-MANAGER",
497
497
  "referenceType": "purl",
498
- "referenceLocator": "pkg:npm/%40kici-dev/compiler@0.1.24"
498
+ "referenceLocator": "pkg:npm/%40kici-dev/compiler@0.1.26"
499
499
  }
500
500
  ],
501
501
  "description": "Compiler and CLI for KiCI workflows. Compiles `.kici/workflows/*.ts` to a `kici.lock.json` file consumed by the orchestrator and agents, and runs workflows locally or against a remote orchestrator.",
502
502
  "homepage": "https://kici.dev"
503
503
  },
504
504
  {
505
- "SPDXID": "SPDXRef-Package--kici-dev-core-0.1.24",
505
+ "SPDXID": "SPDXRef-Package--kici-dev-core-0.1.26",
506
506
  "name": "@kici-dev/core",
507
- "versionInfo": "0.1.24",
507
+ "versionInfo": "0.1.26",
508
508
  "downloadLocation": "NOASSERTION",
509
509
  "filesAnalyzed": false,
510
510
  "licenseConcluded": "NOASSERTION",
@@ -515,16 +515,16 @@
515
515
  {
516
516
  "referenceCategory": "PACKAGE-MANAGER",
517
517
  "referenceType": "purl",
518
- "referenceLocator": "pkg:npm/%40kici-dev/core@0.1.24"
518
+ "referenceLocator": "pkg:npm/%40kici-dev/core@0.1.26"
519
519
  }
520
520
  ],
521
521
  "description": "Light shared utilities for the KiCI stack (logging, errors, formatting, crypto, zx init, the TypeScript ESM loader hook). No server-side dependencies.",
522
522
  "homepage": "https://kici.dev"
523
523
  },
524
524
  {
525
- "SPDXID": "SPDXRef-Package--kici-dev-engine-0.1.24",
525
+ "SPDXID": "SPDXRef-Package--kici-dev-engine-0.1.26",
526
526
  "name": "@kici-dev/engine",
527
- "versionInfo": "0.1.24",
527
+ "versionInfo": "0.1.26",
528
528
  "downloadLocation": "NOASSERTION",
529
529
  "filesAnalyzed": false,
530
530
  "licenseConcluded": "NOASSERTION",
@@ -535,16 +535,16 @@
535
535
  {
536
536
  "referenceCategory": "PACKAGE-MANAGER",
537
537
  "referenceType": "purl",
538
- "referenceLocator": "pkg:npm/%40kici-dev/engine@0.1.24"
538
+ "referenceLocator": "pkg:npm/%40kici-dev/engine@0.1.26"
539
539
  }
540
540
  ],
541
541
  "description": "Shared business logic for the KiCI CI/CD stack: protocol, triggers, state machine, and provider interfaces used by the Platform relay, orchestrator, and compiler.",
542
542
  "homepage": "https://kici.dev"
543
543
  },
544
544
  {
545
- "SPDXID": "SPDXRef-Package--kici-dev-sdk-0.1.24",
545
+ "SPDXID": "SPDXRef-Package--kici-dev-sdk-0.1.26",
546
546
  "name": "@kici-dev/sdk",
547
- "versionInfo": "0.1.24",
547
+ "versionInfo": "0.1.26",
548
548
  "downloadLocation": "NOASSERTION",
549
549
  "filesAnalyzed": false,
550
550
  "licenseConcluded": "NOASSERTION",
@@ -555,7 +555,7 @@
555
555
  {
556
556
  "referenceCategory": "PACKAGE-MANAGER",
557
557
  "referenceType": "purl",
558
- "referenceLocator": "pkg:npm/%40kici-dev/sdk@0.1.24"
558
+ "referenceLocator": "pkg:npm/%40kici-dev/sdk@0.1.26"
559
559
  }
560
560
  ],
561
561
  "description": "TypeScript SDK for defining KiCI workflows. Import into `.kici/workflows/*.ts` to declare workflows, jobs, steps, triggers, rules, and matrix configurations.",
@@ -3222,17 +3222,17 @@
3222
3222
  },
3223
3223
  {
3224
3224
  "spdxElementId": "SPDXRef-RootPackage",
3225
- "relatedSpdxElement": "SPDXRef-Package--kici-dev-core-0.1.24",
3225
+ "relatedSpdxElement": "SPDXRef-Package--kici-dev-core-0.1.26",
3226
3226
  "relationshipType": "DEPENDS_ON"
3227
3227
  },
3228
3228
  {
3229
3229
  "spdxElementId": "SPDXRef-RootPackage",
3230
- "relatedSpdxElement": "SPDXRef-Package--kici-dev-engine-0.1.24",
3230
+ "relatedSpdxElement": "SPDXRef-Package--kici-dev-engine-0.1.26",
3231
3231
  "relationshipType": "DEPENDS_ON"
3232
3232
  },
3233
3233
  {
3234
3234
  "spdxElementId": "SPDXRef-RootPackage",
3235
- "relatedSpdxElement": "SPDXRef-Package--kici-dev-sdk-0.1.24",
3235
+ "relatedSpdxElement": "SPDXRef-Package--kici-dev-sdk-0.1.26",
3236
3236
  "relationshipType": "DEPENDS_ON"
3237
3237
  },
3238
3238
  {
@@ -3301,82 +3301,82 @@
3301
3301
  "relationshipType": "DEPENDS_ON"
3302
3302
  },
3303
3303
  {
3304
- "spdxElementId": "SPDXRef-Package--kici-dev-core-0.1.24",
3304
+ "spdxElementId": "SPDXRef-Package--kici-dev-core-0.1.26",
3305
3305
  "relatedSpdxElement": "SPDXRef-Package-oxc-transform-0.135.0",
3306
3306
  "relationshipType": "DEPENDS_ON"
3307
3307
  },
3308
3308
  {
3309
- "spdxElementId": "SPDXRef-Package--kici-dev-core-0.1.24",
3309
+ "spdxElementId": "SPDXRef-Package--kici-dev-core-0.1.26",
3310
3310
  "relatedSpdxElement": "SPDXRef-Package-picocolors-1.1.1",
3311
3311
  "relationshipType": "DEPENDS_ON"
3312
3312
  },
3313
3313
  {
3314
- "spdxElementId": "SPDXRef-Package--kici-dev-core-0.1.24",
3314
+ "spdxElementId": "SPDXRef-Package--kici-dev-core-0.1.26",
3315
3315
  "relatedSpdxElement": "SPDXRef-Package-winston-daily-rotate-file-5.0.0",
3316
3316
  "relationshipType": "DEPENDS_ON"
3317
3317
  },
3318
3318
  {
3319
- "spdxElementId": "SPDXRef-Package--kici-dev-core-0.1.24",
3319
+ "spdxElementId": "SPDXRef-Package--kici-dev-core-0.1.26",
3320
3320
  "relatedSpdxElement": "SPDXRef-Package-winston-3.19.0",
3321
3321
  "relationshipType": "DEPENDS_ON"
3322
3322
  },
3323
3323
  {
3324
- "spdxElementId": "SPDXRef-Package--kici-dev-core-0.1.24",
3324
+ "spdxElementId": "SPDXRef-Package--kici-dev-core-0.1.26",
3325
3325
  "relatedSpdxElement": "SPDXRef-Package-zod-4.4.3",
3326
3326
  "relationshipType": "DEPENDS_ON"
3327
3327
  },
3328
3328
  {
3329
- "spdxElementId": "SPDXRef-Package--kici-dev-core-0.1.24",
3329
+ "spdxElementId": "SPDXRef-Package--kici-dev-core-0.1.26",
3330
3330
  "relatedSpdxElement": "SPDXRef-Package-zx-8.8.5",
3331
3331
  "relationshipType": "DEPENDS_ON"
3332
3332
  },
3333
3333
  {
3334
- "spdxElementId": "SPDXRef-Package--kici-dev-engine-0.1.24",
3334
+ "spdxElementId": "SPDXRef-Package--kici-dev-engine-0.1.26",
3335
3335
  "relatedSpdxElement": "SPDXRef-Package-jose-6.2.3",
3336
3336
  "relationshipType": "DEPENDS_ON"
3337
3337
  },
3338
3338
  {
3339
- "spdxElementId": "SPDXRef-Package--kici-dev-engine-0.1.24",
3339
+ "spdxElementId": "SPDXRef-Package--kici-dev-engine-0.1.26",
3340
3340
  "relatedSpdxElement": "SPDXRef-Package-jsonpath-plus-10.4.0",
3341
3341
  "relationshipType": "DEPENDS_ON"
3342
3342
  },
3343
3343
  {
3344
- "spdxElementId": "SPDXRef-Package--kici-dev-engine-0.1.24",
3344
+ "spdxElementId": "SPDXRef-Package--kici-dev-engine-0.1.26",
3345
3345
  "relatedSpdxElement": "SPDXRef-Package-picomatch-4.0.4",
3346
3346
  "relationshipType": "DEPENDS_ON"
3347
3347
  },
3348
3348
  {
3349
- "spdxElementId": "SPDXRef-Package--kici-dev-engine-0.1.24",
3349
+ "spdxElementId": "SPDXRef-Package--kici-dev-engine-0.1.26",
3350
3350
  "relatedSpdxElement": "SPDXRef-Package-safe-regex-2.1.1",
3351
3351
  "relationshipType": "DEPENDS_ON"
3352
3352
  },
3353
3353
  {
3354
- "spdxElementId": "SPDXRef-Package--kici-dev-engine-0.1.24",
3354
+ "spdxElementId": "SPDXRef-Package--kici-dev-engine-0.1.26",
3355
3355
  "relatedSpdxElement": "SPDXRef-Package-zod-4.4.3",
3356
3356
  "relationshipType": "DEPENDS_ON"
3357
3357
  },
3358
3358
  {
3359
- "spdxElementId": "SPDXRef-Package--kici-dev-sdk-0.1.24",
3360
- "relatedSpdxElement": "SPDXRef-Package--kici-dev-core-0.1.24",
3359
+ "spdxElementId": "SPDXRef-Package--kici-dev-sdk-0.1.26",
3360
+ "relatedSpdxElement": "SPDXRef-Package--kici-dev-core-0.1.26",
3361
3361
  "relationshipType": "DEPENDS_ON"
3362
3362
  },
3363
3363
  {
3364
- "spdxElementId": "SPDXRef-Package--kici-dev-sdk-0.1.24",
3365
- "relatedSpdxElement": "SPDXRef-Package--kici-dev-engine-0.1.24",
3364
+ "spdxElementId": "SPDXRef-Package--kici-dev-sdk-0.1.26",
3365
+ "relatedSpdxElement": "SPDXRef-Package--kici-dev-engine-0.1.26",
3366
3366
  "relationshipType": "DEPENDS_ON"
3367
3367
  },
3368
3368
  {
3369
- "spdxElementId": "SPDXRef-Package--kici-dev-sdk-0.1.24",
3369
+ "spdxElementId": "SPDXRef-Package--kici-dev-sdk-0.1.26",
3370
3370
  "relatedSpdxElement": "SPDXRef-Package-micromatch-4.0.8",
3371
3371
  "relationshipType": "DEPENDS_ON"
3372
3372
  },
3373
3373
  {
3374
- "spdxElementId": "SPDXRef-Package--kici-dev-sdk-0.1.24",
3374
+ "spdxElementId": "SPDXRef-Package--kici-dev-sdk-0.1.26",
3375
3375
  "relatedSpdxElement": "SPDXRef-Package-zod-4.4.3",
3376
3376
  "relationshipType": "DEPENDS_ON"
3377
3377
  },
3378
3378
  {
3379
- "spdxElementId": "SPDXRef-Package--kici-dev-sdk-0.1.24",
3379
+ "spdxElementId": "SPDXRef-Package--kici-dev-sdk-0.1.26",
3380
3380
  "relatedSpdxElement": "SPDXRef-Package-zx-8.8.5",
3381
3381
  "relationshipType": "DEPENDS_ON"
3382
3382
  },