primitive-admin 1.0.61 → 1.0.63
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 +125 -69
- package/assets/skill/skills/primitive-platform/SKILL.md +336 -37
- package/dist/bin/primitive.js +25 -14
- package/dist/bin/primitive.js.map +1 -1
- package/dist/src/commands/analytics.js +36 -16
- package/dist/src/commands/analytics.js.map +1 -1
- package/dist/src/commands/apps.js +52 -188
- package/dist/src/commands/apps.js.map +1 -1
- package/dist/src/commands/blob-buckets.js +13 -153
- package/dist/src/commands/blob-buckets.js.map +1 -1
- package/dist/src/commands/collection-type-configs.js +14 -100
- package/dist/src/commands/collection-type-configs.js.map +1 -1
- package/dist/src/commands/collections.js +47 -8
- package/dist/src/commands/collections.js.map +1 -1
- package/dist/src/commands/config.d.ts +46 -0
- package/dist/src/commands/config.js +479 -0
- package/dist/src/commands/config.js.map +1 -0
- package/dist/src/commands/connections.js +12 -7
- package/dist/src/commands/connections.js.map +1 -1
- package/dist/src/commands/cron-triggers.js +84 -176
- package/dist/src/commands/cron-triggers.js.map +1 -1
- package/dist/src/commands/database-type-configs.d.ts +2 -0
- package/dist/src/commands/database-type-configs.js +171 -0
- package/dist/src/commands/database-type-configs.js.map +1 -0
- package/dist/src/commands/database-types.js +4 -4
- package/dist/src/commands/database-types.js.map +1 -1
- package/dist/src/commands/databases.d.ts +63 -0
- package/dist/src/commands/databases.js +649 -87
- package/dist/src/commands/databases.js.map +1 -1
- package/dist/src/commands/documents.js +869 -12
- package/dist/src/commands/documents.js.map +1 -1
- package/dist/src/commands/email-templates.js +21 -128
- package/dist/src/commands/email-templates.js.map +1 -1
- package/dist/src/commands/env.d.ts +12 -1
- package/dist/src/commands/env.js +115 -26
- package/dist/src/commands/env.js.map +1 -1
- package/dist/src/commands/feature-flags.d.ts +14 -0
- package/dist/src/commands/feature-flags.js +116 -0
- package/dist/src/commands/feature-flags.js.map +1 -0
- package/dist/src/commands/group-type-configs.js +14 -109
- package/dist/src/commands/group-type-configs.js.map +1 -1
- package/dist/src/commands/init.d.ts +24 -1
- package/dist/src/commands/init.js +1194 -279
- package/dist/src/commands/init.js.map +1 -1
- package/dist/src/commands/integrations.js +166 -435
- package/dist/src/commands/integrations.js.map +1 -1
- package/dist/src/commands/metadata-category-configs.d.ts +12 -0
- package/dist/src/commands/metadata-category-configs.js +112 -0
- package/dist/src/commands/metadata-category-configs.js.map +1 -0
- package/dist/src/commands/metadata.js +33 -141
- package/dist/src/commands/metadata.js.map +1 -1
- package/dist/src/commands/prompts.js +206 -563
- package/dist/src/commands/prompts.js.map +1 -1
- package/dist/src/commands/rule-sets.d.ts +1 -1
- package/dist/src/commands/rule-sets.js +16 -132
- package/dist/src/commands/rule-sets.js.map +1 -1
- package/dist/src/commands/scripts.d.ts +10 -0
- package/dist/src/commands/scripts.js +203 -241
- package/dist/src/commands/scripts.js.map +1 -1
- package/dist/src/commands/sessions.js +17 -5
- package/dist/src/commands/sessions.js.map +1 -1
- package/dist/src/commands/sync-app-settings.d.ts +113 -70
- package/dist/src/commands/sync-app-settings.js +193 -242
- package/dist/src/commands/sync-app-settings.js.map +1 -1
- package/dist/src/commands/sync.d.ts +1904 -51
- package/dist/src/commands/sync.js +9468 -1790
- package/dist/src/commands/sync.js.map +1 -1
- package/dist/src/commands/tokens.js +8 -2
- package/dist/src/commands/tokens.js.map +1 -1
- package/dist/src/commands/users.js +92 -1
- package/dist/src/commands/users.js.map +1 -1
- package/dist/src/commands/vars.js +44 -58
- package/dist/src/commands/vars.js.map +1 -1
- package/dist/src/commands/webhooks.js +318 -156
- package/dist/src/commands/webhooks.js.map +1 -1
- package/dist/src/commands/workflows.d.ts +49 -12
- package/dist/src/commands/workflows.js +652 -1086
- package/dist/src/commands/workflows.js.map +1 -1
- package/dist/src/lib/access-rule-display.d.ts +21 -0
- package/dist/src/lib/access-rule-display.js +34 -0
- package/dist/src/lib/access-rule-display.js.map +1 -0
- package/dist/src/lib/api-client.d.ts +541 -61
- package/dist/src/lib/api-client.js +559 -102
- package/dist/src/lib/api-client.js.map +1 -1
- package/dist/src/lib/app-settings-descriptor.d.ts +180 -25
- package/dist/src/lib/app-settings-descriptor.js +403 -82
- package/dist/src/lib/app-settings-descriptor.js.map +1 -1
- package/dist/src/lib/canonical-json.d.ts +12 -0
- package/dist/src/lib/canonical-json.js +35 -0
- package/dist/src/lib/canonical-json.js.map +1 -0
- package/dist/src/lib/cli-manifest.d.ts +8 -0
- package/dist/src/lib/cli-manifest.js +1 -0
- package/dist/src/lib/cli-manifest.js.map +1 -1
- package/dist/src/lib/codegen-shared/generatedFiles.d.ts +6 -2
- package/dist/src/lib/codegen-shared/generatedFiles.js +9 -2
- package/dist/src/lib/codegen-shared/generatedFiles.js.map +1 -1
- package/dist/src/lib/codegen-shared/resolveCodegenSourceDir.d.ts +6 -6
- package/dist/src/lib/codegen-shared/resolveCodegenSourceDir.js +8 -8
- package/dist/src/lib/codegen-shared/resolveCodegenSourceDir.js.map +1 -1
- package/dist/src/lib/config-object-descriptor.d.ts +127 -0
- package/dist/src/lib/config-object-descriptor.js +658 -0
- package/dist/src/lib/config-object-descriptor.js.map +1 -0
- package/dist/src/lib/config-payload.d.ts +85 -0
- package/dist/src/lib/config-payload.js +116 -0
- package/dist/src/lib/config-payload.js.map +1 -0
- package/dist/src/lib/config-surface.d.ts +130 -0
- package/dist/src/lib/config-surface.js +300 -0
- package/dist/src/lib/config-surface.js.map +1 -0
- package/dist/src/lib/credentials-store.d.ts +10 -0
- package/dist/src/lib/credentials-store.js +23 -0
- package/dist/src/lib/credentials-store.js.map +1 -1
- package/dist/src/lib/data-input.d.ts +23 -0
- package/dist/src/lib/data-input.js +50 -0
- package/dist/src/lib/data-input.js.map +1 -0
- package/dist/src/lib/db-codegen/dbTemplates.js +1 -1
- package/dist/src/lib/db-codegen/dbTemplates.js.map +1 -1
- package/dist/src/lib/db-codegen/dbTypeIR.d.ts +1 -1
- package/dist/src/lib/env-resolver-core.d.ts +187 -0
- package/dist/src/lib/env-resolver-core.js +325 -0
- package/dist/src/lib/env-resolver-core.js.map +1 -0
- package/dist/src/lib/env-resolver.d.ts +28 -6
- package/dist/src/lib/env-resolver.js +44 -32
- package/dist/src/lib/env-resolver.js.map +1 -1
- package/dist/src/lib/generated-allowlist.js +12 -0
- package/dist/src/lib/generated-allowlist.js.map +1 -1
- package/dist/src/lib/generated-config-surfaces.d.ts +682 -0
- package/dist/src/lib/generated-config-surfaces.js +4058 -0
- package/dist/src/lib/generated-config-surfaces.js.map +1 -0
- package/dist/src/lib/generated-template-lint.d.ts +212 -0
- package/dist/src/lib/generated-template-lint.js +624 -0
- package/dist/src/lib/generated-template-lint.js.map +1 -0
- package/dist/src/lib/init-adopt.d.ts +16 -0
- package/dist/src/lib/init-adopt.js +34 -0
- package/dist/src/lib/init-adopt.js.map +1 -0
- package/dist/src/lib/init-assets.d.ts +39 -0
- package/dist/src/lib/init-assets.js +97 -0
- package/dist/src/lib/init-assets.js.map +1 -0
- package/dist/src/lib/init-client-platforms.d.ts +14 -0
- package/dist/src/lib/init-client-platforms.js +71 -0
- package/dist/src/lib/init-client-platforms.js.map +1 -0
- package/dist/src/lib/init-config.d.ts +44 -5
- package/dist/src/lib/init-config.js +80 -7
- package/dist/src/lib/init-config.js.map +1 -1
- package/dist/src/lib/init-email-redirect-uris.d.ts +37 -0
- package/dist/src/lib/init-email-redirect-uris.js +46 -0
- package/dist/src/lib/init-email-redirect-uris.js.map +1 -0
- package/dist/src/lib/init-ios-links.d.ts +90 -0
- package/dist/src/lib/init-ios-links.js +218 -0
- package/dist/src/lib/init-ios-links.js.map +1 -0
- package/dist/src/lib/init-plan.d.ts +80 -0
- package/dist/src/lib/init-plan.js +95 -0
- package/dist/src/lib/init-plan.js.map +1 -0
- package/dist/src/lib/init-production-env.d.ts +48 -0
- package/dist/src/lib/init-production-env.js +59 -0
- package/dist/src/lib/init-production-env.js.map +1 -0
- package/dist/src/lib/init-schema.d.ts +74 -0
- package/dist/src/lib/init-schema.js +358 -0
- package/dist/src/lib/init-schema.js.map +1 -0
- package/dist/src/lib/init-xcode.d.ts +33 -0
- package/dist/src/lib/init-xcode.js +114 -0
- package/dist/src/lib/init-xcode.js.map +1 -0
- package/dist/src/lib/integration-request-config.d.ts +30 -0
- package/dist/src/lib/integration-request-config.js +145 -0
- package/dist/src/lib/integration-request-config.js.map +1 -0
- package/dist/src/lib/integration-selector.d.ts +42 -0
- package/dist/src/lib/integration-selector.js +46 -0
- package/dist/src/lib/integration-selector.js.map +1 -0
- package/dist/src/lib/local-state.d.ts +55 -0
- package/dist/src/lib/local-state.js +167 -0
- package/dist/src/lib/local-state.js.map +1 -0
- package/dist/src/lib/local-test-cases.d.ts +63 -0
- package/dist/src/lib/local-test-cases.js +135 -0
- package/dist/src/lib/local-test-cases.js.map +1 -0
- package/dist/src/lib/log-inspection.d.ts +568 -0
- package/dist/src/lib/log-inspection.js +639 -0
- package/dist/src/lib/log-inspection.js.map +1 -0
- package/dist/src/lib/migration-nag.d.ts +2 -2
- package/dist/src/lib/migration-nag.js +3 -3
- package/dist/src/lib/object-status-filter.d.ts +22 -0
- package/dist/src/lib/object-status-filter.js +45 -0
- package/dist/src/lib/object-status-filter.js.map +1 -0
- package/dist/src/lib/output.d.ts +24 -1
- package/dist/src/lib/output.js +42 -1
- package/dist/src/lib/output.js.map +1 -1
- package/dist/src/lib/package-manager.d.ts +140 -0
- package/dist/src/lib/package-manager.js +305 -0
- package/dist/src/lib/package-manager.js.map +1 -0
- package/dist/src/lib/paginate.d.ts +50 -0
- package/dist/src/lib/paginate.js +53 -0
- package/dist/src/lib/paginate.js.map +1 -1
- package/dist/src/lib/platform-owned.d.ts +29 -3
- package/dist/src/lib/platform-owned.js +42 -3
- package/dist/src/lib/platform-owned.js.map +1 -1
- package/dist/src/lib/project-config.d.ts +8 -0
- package/dist/src/lib/project-config.js +30 -5
- package/dist/src/lib/project-config.js.map +1 -1
- package/dist/src/lib/query-operators.d.ts +1 -1
- package/dist/src/lib/query-operators.js +1 -1
- package/dist/src/lib/record-filter.d.ts +18 -0
- package/dist/src/lib/record-filter.js +55 -0
- package/dist/src/lib/record-filter.js.map +1 -0
- package/dist/src/lib/resolve-init-dev-port.d.ts +56 -0
- package/dist/src/lib/resolve-init-dev-port.js +55 -0
- package/dist/src/lib/resolve-init-dev-port.js.map +1 -0
- package/dist/src/lib/resolve-init-server.d.ts +64 -0
- package/dist/src/lib/resolve-init-server.js +77 -0
- package/dist/src/lib/resolve-init-server.js.map +1 -0
- package/dist/src/lib/resolve-platform.d.ts +43 -14
- package/dist/src/lib/resolve-platform.js +74 -12
- package/dist/src/lib/resolve-platform.js.map +1 -1
- package/dist/src/lib/run-status.d.ts +19 -0
- package/dist/src/lib/run-status.generated.d.ts +39 -0
- package/dist/src/lib/run-status.generated.js +66 -0
- package/dist/src/lib/run-status.generated.js.map +1 -0
- package/dist/src/lib/run-status.js +19 -0
- package/dist/src/lib/run-status.js.map +1 -0
- package/dist/src/lib/server-text-normalization.d.ts +51 -0
- package/dist/src/lib/server-text-normalization.js +90 -0
- package/dist/src/lib/server-text-normalization.js.map +1 -0
- package/dist/src/lib/server-url.d.ts +22 -0
- package/dist/src/lib/server-url.js +33 -0
- package/dist/src/lib/server-url.js.map +1 -0
- package/dist/src/lib/signing-secret-status.d.ts +81 -0
- package/dist/src/lib/signing-secret-status.js +116 -0
- package/dist/src/lib/signing-secret-status.js.map +1 -0
- package/dist/src/lib/skill-installer.js +6 -3
- package/dist/src/lib/skill-installer.js.map +1 -1
- package/dist/src/lib/snapshots.d.ts +2 -2
- package/dist/src/lib/snapshots.js +2 -2
- package/dist/src/lib/swift-codegen/dbGenerator.d.ts +15 -2
- package/dist/src/lib/swift-codegen/dbGenerator.js +250 -18
- package/dist/src/lib/swift-codegen/dbGenerator.js.map +1 -1
- package/dist/src/lib/swift-codegen/generator.d.ts +11 -2
- package/dist/src/lib/swift-codegen/generator.js +181 -7
- package/dist/src/lib/swift-codegen/generator.js.map +1 -1
- package/dist/src/lib/swift-codegen/siblingSymbols.d.ts +7 -3
- package/dist/src/lib/swift-codegen/siblingSymbols.js +4 -1
- package/dist/src/lib/swift-codegen/siblingSymbols.js.map +1 -1
- package/dist/src/lib/sync-dir-selector.d.ts +21 -0
- package/dist/src/lib/sync-dir-selector.js +30 -0
- package/dist/src/lib/sync-dir-selector.js.map +1 -0
- package/dist/src/lib/sync-paths.d.ts +39 -0
- package/dist/src/lib/sync-paths.js +70 -2
- package/dist/src/lib/sync-paths.js.map +1 -1
- package/dist/src/lib/sync-resource-types.d.ts +138 -31
- package/dist/src/lib/sync-resource-types.js +241 -47
- package/dist/src/lib/sync-resource-types.js.map +1 -1
- package/dist/src/lib/sync-selectors.d.ts +95 -0
- package/dist/src/lib/sync-selectors.js +228 -0
- package/dist/src/lib/sync-selectors.js.map +1 -0
- package/dist/src/lib/template.d.ts +62 -4
- package/dist/src/lib/template.js +147 -39
- package/dist/src/lib/template.js.map +1 -1
- package/dist/src/lib/test-case-file-names.d.ts +40 -0
- package/dist/src/lib/test-case-file-names.js +91 -0
- package/dist/src/lib/test-case-file-names.js.map +1 -0
- package/dist/src/lib/test-case-keys.d.ts +29 -0
- package/dist/src/lib/test-case-keys.js +55 -0
- package/dist/src/lib/test-case-keys.js.map +1 -0
- package/dist/src/lib/test-case-variables.d.ts +15 -0
- package/dist/src/lib/test-case-variables.js +29 -0
- package/dist/src/lib/test-case-variables.js.map +1 -0
- package/dist/src/lib/toml-database-config.d.ts +4 -4
- package/dist/src/lib/toml-database-config.js +27 -34
- package/dist/src/lib/toml-database-config.js.map +1 -1
- package/dist/src/lib/toml-metadata-config.d.ts +9 -5
- package/dist/src/lib/toml-metadata-config.js +40 -45
- package/dist/src/lib/toml-metadata-config.js.map +1 -1
- package/dist/src/lib/toml-native-form.d.ts +1 -1
- package/dist/src/lib/toml-native-form.js +1 -1
- package/dist/src/lib/toml-params-validator.d.ts +1 -1
- package/dist/src/lib/toml-params-validator.js +1 -1
- package/dist/src/lib/toml-scalar-edit.d.ts +43 -0
- package/dist/src/lib/toml-scalar-edit.js +283 -0
- package/dist/src/lib/toml-scalar-edit.js.map +1 -0
- package/dist/src/lib/user-selector.d.ts +24 -0
- package/dist/src/lib/user-selector.js +33 -0
- package/dist/src/lib/user-selector.js.map +1 -0
- package/dist/src/lib/version-check.d.ts +25 -0
- package/dist/src/lib/version-check.js +77 -8
- package/dist/src/lib/version-check.js.map +1 -1
- package/dist/src/lib/watch.d.ts +121 -0
- package/dist/src/lib/watch.js +169 -0
- package/dist/src/lib/watch.js.map +1 -0
- package/dist/src/lib/web-url.d.ts +40 -0
- package/dist/src/lib/web-url.js +76 -0
- package/dist/src/lib/web-url.js.map +1 -0
- package/dist/src/lib/workflow-apply.d.ts +69 -45
- package/dist/src/lib/workflow-apply.js +99 -72
- package/dist/src/lib/workflow-apply.js.map +1 -1
- package/dist/src/lib/workflow-codegen/generator.js +4 -4
- package/dist/src/lib/workflow-codegen/generator.js.map +1 -1
- package/dist/src/lib/workflow-codegen/invokerIR.d.ts +11 -0
- package/dist/src/lib/workflow-codegen/invokerIR.js +5 -0
- package/dist/src/lib/workflow-codegen/invokerIR.js.map +1 -1
- package/dist/src/lib/workflow-config-apply.d.ts +70 -0
- package/dist/src/lib/workflow-config-apply.js +137 -0
- package/dist/src/lib/workflow-config-apply.js.map +1 -0
- package/dist/src/lib/workflow-config-sidecar.d.ts +63 -0
- package/dist/src/lib/workflow-config-sidecar.js +96 -0
- package/dist/src/lib/workflow-config-sidecar.js.map +1 -0
- package/dist/src/lib/workflow-defaults.d.ts +29 -0
- package/dist/src/lib/workflow-defaults.js +41 -0
- package/dist/src/lib/workflow-defaults.js.map +1 -0
- package/dist/src/lib/workflow-include-preserve.d.ts +76 -0
- package/dist/src/lib/workflow-include-preserve.js +286 -0
- package/dist/src/lib/workflow-include-preserve.js.map +1 -0
- package/dist/src/lib/workflow-payload.d.ts +31 -20
- package/dist/src/lib/workflow-payload.js +100 -110
- package/dist/src/lib/workflow-payload.js.map +1 -1
- package/dist/src/lib/workflow-toml-validator.d.ts +37 -16
- package/dist/src/lib/workflow-toml-validator.js +141 -16
- package/dist/src/lib/workflow-toml-validator.js.map +1 -1
- package/dist/src/types/index.d.ts +78 -22
- package/dist/src/validators.d.ts +7 -7
- package/dist/src/validators.js +6 -6
- package/package.json +11 -6
- package/dist/src/commands/settings.d.ts +0 -15
- package/dist/src/commands/settings.js +0 -102
- package/dist/src/commands/settings.js.map +0 -1
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* GENERATED FILE — do not edit by hand.
|
|
3
|
+
*
|
|
4
|
+
* The canonical workflow-run status vocabulary, as the CLI sees it.
|
|
5
|
+
* Generated from the server's `src/workflows/run-status.ts` by
|
|
6
|
+
* `scripts/gen-run-status-mirrors.mjs` (`pnpm gen:run-status`), because
|
|
7
|
+
* the CLI is a separately built package and cannot import worker
|
|
8
|
+
* source. A stale copy is worse than a missing feature: a poll loop whose
|
|
9
|
+
* terminal set predates a new status hangs until its own timeout, so the
|
|
10
|
+
* freshness check in `tests/unit/workflows/run-status-mirrors.test.ts` fails
|
|
11
|
+
* the build rather than letting the two drift.
|
|
12
|
+
*
|
|
13
|
+
* Hand-maintained values that belong to the CLI alone (labels, badge
|
|
14
|
+
* colours, help text) live in `cli/src/lib/run-status.ts`, which re-exports
|
|
15
|
+
* everything below.
|
|
16
|
+
*/
|
|
17
|
+
export declare const RUN_STATUSES: readonly ["queued", "running", "apply_pending", "apply_claimed", "completed", "failed", "terminated", "missing", "skipped"];
|
|
18
|
+
export type RunStatus = (typeof RUN_STATUSES)[number];
|
|
19
|
+
/** Comma-separated list for help text and error messages. */
|
|
20
|
+
export declare const RUN_STATUS_LIST: string;
|
|
21
|
+
/** True terminal: the run reached a known end state. */
|
|
22
|
+
export declare const TERMINAL_RUN_STATUSES: ReadonlySet<string>;
|
|
23
|
+
/**
|
|
24
|
+
* Apply-flow states: the run finished executing but is parked waiting for a
|
|
25
|
+
* client to claim and apply its result. It will not advance on its own.
|
|
26
|
+
*/
|
|
27
|
+
export declare const APPLY_RUN_STATUSES: ReadonlySet<string>;
|
|
28
|
+
/** In-flight statuses — the run has not settled and polling should continue. */
|
|
29
|
+
export declare const IN_FLIGHT_RUN_STATUSES: ReadonlySet<string>;
|
|
30
|
+
/**
|
|
31
|
+
* Settled statuses: terminal ∪ apply-flow ∪ `missing` — the complement of
|
|
32
|
+
* `IN_FLIGHT_RUN_STATUSES` over the canonical vocabulary.
|
|
33
|
+
*
|
|
34
|
+
* This is the set every poll loop stops on. Waiting past any of these is
|
|
35
|
+
* pointless: a terminal run is done, an apply-flow run is parked until a client
|
|
36
|
+
* acts, and a `missing` run has no live instance to observe.
|
|
37
|
+
*/
|
|
38
|
+
export declare const SETTLED_RUN_STATUSES: ReadonlySet<string>;
|
|
39
|
+
export declare function isRunStatus(value: unknown): value is RunStatus;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* GENERATED FILE — do not edit by hand.
|
|
3
|
+
*
|
|
4
|
+
* The canonical workflow-run status vocabulary, as the CLI sees it.
|
|
5
|
+
* Generated from the server's `src/workflows/run-status.ts` by
|
|
6
|
+
* `scripts/gen-run-status-mirrors.mjs` (`pnpm gen:run-status`), because
|
|
7
|
+
* the CLI is a separately built package and cannot import worker
|
|
8
|
+
* source. A stale copy is worse than a missing feature: a poll loop whose
|
|
9
|
+
* terminal set predates a new status hangs until its own timeout, so the
|
|
10
|
+
* freshness check in `tests/unit/workflows/run-status-mirrors.test.ts` fails
|
|
11
|
+
* the build rather than letting the two drift.
|
|
12
|
+
*
|
|
13
|
+
* Hand-maintained values that belong to the CLI alone (labels, badge
|
|
14
|
+
* colours, help text) live in `cli/src/lib/run-status.ts`, which re-exports
|
|
15
|
+
* everything below.
|
|
16
|
+
*/
|
|
17
|
+
export const RUN_STATUSES = [
|
|
18
|
+
"queued",
|
|
19
|
+
"running",
|
|
20
|
+
"apply_pending",
|
|
21
|
+
"apply_claimed",
|
|
22
|
+
"completed",
|
|
23
|
+
"failed",
|
|
24
|
+
"terminated",
|
|
25
|
+
"missing",
|
|
26
|
+
"skipped",
|
|
27
|
+
];
|
|
28
|
+
/** Comma-separated list for help text and error messages. */
|
|
29
|
+
export const RUN_STATUS_LIST = RUN_STATUSES.join(", ");
|
|
30
|
+
/** True terminal: the run reached a known end state. */
|
|
31
|
+
export const TERMINAL_RUN_STATUSES = new Set([
|
|
32
|
+
"completed",
|
|
33
|
+
"failed",
|
|
34
|
+
"terminated",
|
|
35
|
+
"skipped",
|
|
36
|
+
]);
|
|
37
|
+
/**
|
|
38
|
+
* Apply-flow states: the run finished executing but is parked waiting for a
|
|
39
|
+
* client to claim and apply its result. It will not advance on its own.
|
|
40
|
+
*/
|
|
41
|
+
export const APPLY_RUN_STATUSES = new Set([
|
|
42
|
+
"apply_pending",
|
|
43
|
+
"apply_claimed",
|
|
44
|
+
]);
|
|
45
|
+
/** In-flight statuses — the run has not settled and polling should continue. */
|
|
46
|
+
export const IN_FLIGHT_RUN_STATUSES = new Set([
|
|
47
|
+
"queued",
|
|
48
|
+
"running",
|
|
49
|
+
]);
|
|
50
|
+
/**
|
|
51
|
+
* Settled statuses: terminal ∪ apply-flow ∪ `missing` — the complement of
|
|
52
|
+
* `IN_FLIGHT_RUN_STATUSES` over the canonical vocabulary.
|
|
53
|
+
*
|
|
54
|
+
* This is the set every poll loop stops on. Waiting past any of these is
|
|
55
|
+
* pointless: a terminal run is done, an apply-flow run is parked until a client
|
|
56
|
+
* acts, and a `missing` run has no live instance to observe.
|
|
57
|
+
*/
|
|
58
|
+
export const SETTLED_RUN_STATUSES = new Set([
|
|
59
|
+
...TERMINAL_RUN_STATUSES,
|
|
60
|
+
...APPLY_RUN_STATUSES,
|
|
61
|
+
"missing",
|
|
62
|
+
]);
|
|
63
|
+
export function isRunStatus(value) {
|
|
64
|
+
return (typeof value === "string" && RUN_STATUSES.includes(value));
|
|
65
|
+
}
|
|
66
|
+
//# sourceMappingURL=run-status.generated.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"run-status.generated.js","sourceRoot":"","sources":["../../../src/lib/run-status.generated.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAEH,MAAM,CAAC,MAAM,YAAY,GAAG;IAC1B,QAAQ;IACR,SAAS;IACT,eAAe;IACf,eAAe;IACf,WAAW;IACX,QAAQ;IACR,YAAY;IACZ,SAAS;IACT,SAAS;CACD,CAAC;AAIX,6DAA6D;AAC7D,MAAM,CAAC,MAAM,eAAe,GAAG,YAAY,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;AAEvD,wDAAwD;AACxD,MAAM,CAAC,MAAM,qBAAqB,GAAwB,IAAI,GAAG,CAAS;IACxE,WAAW;IACX,QAAQ;IACR,YAAY;IACZ,SAAS;CACV,CAAC,CAAC;AAEH;;;GAGG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAwB,IAAI,GAAG,CAAS;IACrE,eAAe;IACf,eAAe;CAChB,CAAC,CAAC;AAEH,gFAAgF;AAChF,MAAM,CAAC,MAAM,sBAAsB,GAAwB,IAAI,GAAG,CAAS;IACzE,QAAQ;IACR,SAAS;CACV,CAAC,CAAC;AAEH;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAwB,IAAI,GAAG,CAAS;IACvE,GAAG,qBAAqB;IACxB,GAAG,kBAAkB;IACrB,SAAS;CACV,CAAC,CAAC;AAEH,MAAM,UAAU,WAAW,CAAC,KAAc;IACxC,OAAO,CACL,OAAO,KAAK,KAAK,QAAQ,IAAK,YAAkC,CAAC,QAAQ,CAAC,KAAK,CAAC,CACjF,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The canonical workflow-run status vocabulary, as the CLI sees it (#2348).
|
|
3
|
+
*
|
|
4
|
+
* The server reconciles every status surface (the app status endpoints,
|
|
5
|
+
* `listRuns`, and all three admin status handlers) onto exactly these values
|
|
6
|
+
* before they go on the wire, so the CLI never has to re-derive terminality
|
|
7
|
+
* from a raw Cloudflare spelling (`complete`, `errored`, `waiting`) again.
|
|
8
|
+
* Those spellings no longer reach a client.
|
|
9
|
+
*
|
|
10
|
+
* #2636 — the vocabulary itself is no longer copied by hand: it is GENERATED
|
|
11
|
+
* from the server's `src/workflows/run-status.ts` into
|
|
12
|
+
* `run-status.generated.ts` (`pnpm gen:run-status`) and re-exported here, so a
|
|
13
|
+
* future status is a one-site edit plus regeneration rather than four
|
|
14
|
+
* hand-edits that a lagging copy turns into a hung poll loop. This module stays
|
|
15
|
+
* the ONE place `cli/` imports the vocabulary from — every command and
|
|
16
|
+
* formatter reads it from here.
|
|
17
|
+
*/
|
|
18
|
+
export { RUN_STATUSES, RUN_STATUS_LIST, TERMINAL_RUN_STATUSES, APPLY_RUN_STATUSES, IN_FLIGHT_RUN_STATUSES, SETTLED_RUN_STATUSES, isRunStatus, } from "./run-status.generated.js";
|
|
19
|
+
//# sourceMappingURL=run-status.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"run-status.js","sourceRoot":"","sources":["../../../src/lib/run-status.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,OAAO,EACL,YAAY,EACZ,eAAe,EACf,qBAAqB,EACrB,kBAAkB,EAClB,sBAAsB,EACtB,oBAAoB,EACpB,WAAW,GACZ,MAAM,2BAA2B,CAAC"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The CLI's mirror of the server's normalization of accepted TEXT fields
|
|
3
|
+
* (issue #2880, DSO-003) — the scalar sibling of `integration-request-config`.
|
|
4
|
+
*
|
|
5
|
+
* Every write handler for the types this issue converted rewrites the text it
|
|
6
|
+
* accepts: display names, workflow keys and bucket names are trimmed
|
|
7
|
+
* (`src/admin-api.ts` for integrations and webhooks,
|
|
8
|
+
* `cron-triggers-controller.ts`, `blob-buckets-controller.ts`), descriptions
|
|
9
|
+
* are trimmed and a blank one is stored as `null`, and a `signingSecret` is
|
|
10
|
+
* stored as the canonical `{{secrets.KEY}}` form (`canonicalSecretReference`).
|
|
11
|
+
* So a hand-authored `displayName = " Billing "` is not the value the server
|
|
12
|
+
* returns — and compared raw it is a `Modified` row on every run, with push
|
|
13
|
+
* re-applying an update that changes nothing. Baseline restamping cannot fix
|
|
14
|
+
* it: after an apply the remote hash equals the fresh baseline while the local
|
|
15
|
+
* hash still does not.
|
|
16
|
+
*
|
|
17
|
+
* Applied to BOTH sides of a comparison (a spec's `canonicalize` hook runs on
|
|
18
|
+
* the projection, whichever side it came from), so these must be idempotent —
|
|
19
|
+
* and so a value some older write path stored untrimmed compares equal to the
|
|
20
|
+
* trimmed text a file states, rather than the two disagreeing forever.
|
|
21
|
+
*
|
|
22
|
+
* Mirrored rather than imported, for the reason the request-config mirror
|
|
23
|
+
* gives: the published CLI must not import server `src/` at runtime. Every
|
|
24
|
+
* step is total — a value the server would REJECT is left exactly as authored,
|
|
25
|
+
* so the server's own error is what the operator sees.
|
|
26
|
+
*/
|
|
27
|
+
/** `displayName`, `workflowKey`, bucket `name`: trimmed, never emptied. */
|
|
28
|
+
export declare function canonicalizeTrimmedText(value: unknown): unknown;
|
|
29
|
+
/**
|
|
30
|
+
* `description`: trimmed, and a blank one is the same state as none at all.
|
|
31
|
+
*
|
|
32
|
+
* The handlers spell this two ways — `description.trim() || null` (integrations,
|
|
33
|
+
* webhooks) and a bare `description || null` (cron triggers, blob buckets) —
|
|
34
|
+
* which differ only for a whitespace-only string. Trimming here is the
|
|
35
|
+
* stricter, idempotent reading: `" "` and `null` are one state on both sides
|
|
36
|
+
* either way, and a stored `" x "` from either path meets an authored `"x"`.
|
|
37
|
+
*/
|
|
38
|
+
export declare function canonicalizeOptionalText(value: unknown): unknown;
|
|
39
|
+
export declare function canonicalizeSecretReference(value: unknown): unknown;
|
|
40
|
+
/**
|
|
41
|
+
* Apply the rules above to a parsed entity, in place.
|
|
42
|
+
*
|
|
43
|
+
* `undefined` stays `undefined`: a key the entity does not carry is not a
|
|
44
|
+
* cleared one, and the projection's own emission rules decide what an absent
|
|
45
|
+
* value means.
|
|
46
|
+
*/
|
|
47
|
+
export declare function canonicalizeServerTextFields(entity: any, fields: {
|
|
48
|
+
trimmed?: readonly string[];
|
|
49
|
+
optional?: readonly string[];
|
|
50
|
+
secretReference?: readonly string[];
|
|
51
|
+
}): void;
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The CLI's mirror of the server's normalization of accepted TEXT fields
|
|
3
|
+
* (issue #2880, DSO-003) — the scalar sibling of `integration-request-config`.
|
|
4
|
+
*
|
|
5
|
+
* Every write handler for the types this issue converted rewrites the text it
|
|
6
|
+
* accepts: display names, workflow keys and bucket names are trimmed
|
|
7
|
+
* (`src/admin-api.ts` for integrations and webhooks,
|
|
8
|
+
* `cron-triggers-controller.ts`, `blob-buckets-controller.ts`), descriptions
|
|
9
|
+
* are trimmed and a blank one is stored as `null`, and a `signingSecret` is
|
|
10
|
+
* stored as the canonical `{{secrets.KEY}}` form (`canonicalSecretReference`).
|
|
11
|
+
* So a hand-authored `displayName = " Billing "` is not the value the server
|
|
12
|
+
* returns — and compared raw it is a `Modified` row on every run, with push
|
|
13
|
+
* re-applying an update that changes nothing. Baseline restamping cannot fix
|
|
14
|
+
* it: after an apply the remote hash equals the fresh baseline while the local
|
|
15
|
+
* hash still does not.
|
|
16
|
+
*
|
|
17
|
+
* Applied to BOTH sides of a comparison (a spec's `canonicalize` hook runs on
|
|
18
|
+
* the projection, whichever side it came from), so these must be idempotent —
|
|
19
|
+
* and so a value some older write path stored untrimmed compares equal to the
|
|
20
|
+
* trimmed text a file states, rather than the two disagreeing forever.
|
|
21
|
+
*
|
|
22
|
+
* Mirrored rather than imported, for the reason the request-config mirror
|
|
23
|
+
* gives: the published CLI must not import server `src/` at runtime. Every
|
|
24
|
+
* step is total — a value the server would REJECT is left exactly as authored,
|
|
25
|
+
* so the server's own error is what the operator sees.
|
|
26
|
+
*/
|
|
27
|
+
/** `displayName`, `workflowKey`, bucket `name`: trimmed, never emptied. */
|
|
28
|
+
export function canonicalizeTrimmedText(value) {
|
|
29
|
+
return typeof value === "string" ? value.trim() : value;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* `description`: trimmed, and a blank one is the same state as none at all.
|
|
33
|
+
*
|
|
34
|
+
* The handlers spell this two ways — `description.trim() || null` (integrations,
|
|
35
|
+
* webhooks) and a bare `description || null` (cron triggers, blob buckets) —
|
|
36
|
+
* which differ only for a whitespace-only string. Trimming here is the
|
|
37
|
+
* stricter, idempotent reading: `" "` and `null` are one state on both sides
|
|
38
|
+
* either way, and a stored `" x "` from either path meets an authored `"x"`.
|
|
39
|
+
*/
|
|
40
|
+
export function canonicalizeOptionalText(value) {
|
|
41
|
+
if (typeof value !== "string")
|
|
42
|
+
return value;
|
|
43
|
+
const trimmed = value.trim();
|
|
44
|
+
return trimmed === "" ? null : trimmed;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* A whole `{{secrets.KEY}}` reference, in the canonical at-rest spelling.
|
|
48
|
+
*
|
|
49
|
+
* Mirrors `canonicalSecretReference`: interior spacing is dropped and the value
|
|
50
|
+
* is trimmed, because a stored reference has to resolve to exactly the secret's
|
|
51
|
+
* value. Anything that is not plainly one whole reference is returned as
|
|
52
|
+
* authored — including a reference spoiled by invisible text beside it, which
|
|
53
|
+
* the server refuses (`isSpoiledSecretReference`, #2297): only ORDINARY
|
|
54
|
+
* whitespace is stripped here, so a value carrying a byte-order mark does not
|
|
55
|
+
* quietly canonicalize into the reference the server will not store.
|
|
56
|
+
*/
|
|
57
|
+
const WHOLE_SECRET_REFERENCE_RE = /^\{\{[ \t]*secrets\.([A-Z][A-Z0-9_]{0,63})[ \t]*\}\}$/;
|
|
58
|
+
export function canonicalizeSecretReference(value) {
|
|
59
|
+
if (typeof value !== "string")
|
|
60
|
+
return value;
|
|
61
|
+
const match = WHOLE_SECRET_REFERENCE_RE.exec(value.replace(/^[ \t\r\n]+|[ \t\r\n]+$/g, ""));
|
|
62
|
+
return match ? `{{secrets.${match[1]}}}` : value;
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* Apply the rules above to a parsed entity, in place.
|
|
66
|
+
*
|
|
67
|
+
* `undefined` stays `undefined`: a key the entity does not carry is not a
|
|
68
|
+
* cleared one, and the projection's own emission rules decide what an absent
|
|
69
|
+
* value means.
|
|
70
|
+
*/
|
|
71
|
+
export function canonicalizeServerTextFields(entity, fields) {
|
|
72
|
+
if (!entity || typeof entity !== "object")
|
|
73
|
+
return;
|
|
74
|
+
for (const field of fields.trimmed ?? []) {
|
|
75
|
+
if (entity[field] === undefined)
|
|
76
|
+
continue;
|
|
77
|
+
entity[field] = canonicalizeTrimmedText(entity[field]);
|
|
78
|
+
}
|
|
79
|
+
for (const field of fields.optional ?? []) {
|
|
80
|
+
if (entity[field] === undefined)
|
|
81
|
+
continue;
|
|
82
|
+
entity[field] = canonicalizeOptionalText(entity[field]);
|
|
83
|
+
}
|
|
84
|
+
for (const field of fields.secretReference ?? []) {
|
|
85
|
+
if (entity[field] === undefined)
|
|
86
|
+
continue;
|
|
87
|
+
entity[field] = canonicalizeSecretReference(entity[field]);
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
//# sourceMappingURL=server-text-normalization.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"server-text-normalization.js","sourceRoot":"","sources":["../../../src/lib/server-text-normalization.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AAEH,2EAA2E;AAC3E,MAAM,UAAU,uBAAuB,CAAC,KAAc;IACpD,OAAO,OAAO,KAAK,KAAK,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC;AAC1D,CAAC;AAED;;;;;;;;GAQG;AACH,MAAM,UAAU,wBAAwB,CAAC,KAAc;IACrD,IAAI,OAAO,KAAK,KAAK,QAAQ;QAAE,OAAO,KAAK,CAAC;IAC5C,MAAM,OAAO,GAAG,KAAK,CAAC,IAAI,EAAE,CAAC;IAC7B,OAAO,OAAO,KAAK,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,OAAO,CAAC;AACzC,CAAC;AAED;;;;;;;;;;GAUG;AACH,MAAM,yBAAyB,GAC7B,uDAAuD,CAAC;AAE1D,MAAM,UAAU,2BAA2B,CAAC,KAAc;IACxD,IAAI,OAAO,KAAK,KAAK,QAAQ;QAAE,OAAO,KAAK,CAAC;IAC5C,MAAM,KAAK,GAAG,yBAAyB,CAAC,IAAI,CAC1C,KAAK,CAAC,OAAO,CAAC,0BAA0B,EAAE,EAAE,CAAC,CAC9C,CAAC;IACF,OAAO,KAAK,CAAC,CAAC,CAAC,aAAa,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC;AACnD,CAAC;AAED;;;;;;GAMG;AACH,MAAM,UAAU,4BAA4B,CAC1C,MAAW,EACX,MAIC;IAED,IAAI,CAAC,MAAM,IAAI,OAAO,MAAM,KAAK,QAAQ;QAAE,OAAO;IAClD,KAAK,MAAM,KAAK,IAAI,MAAM,CAAC,OAAO,IAAI,EAAE,EAAE,CAAC;QACzC,IAAI,MAAM,CAAC,KAAK,CAAC,KAAK,SAAS;YAAE,SAAS;QAC1C,MAAM,CAAC,KAAK,CAAC,GAAG,uBAAuB,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC;IACzD,CAAC;IACD,KAAK,MAAM,KAAK,IAAI,MAAM,CAAC,QAAQ,IAAI,EAAE,EAAE,CAAC;QAC1C,IAAI,MAAM,CAAC,KAAK,CAAC,KAAK,SAAS;YAAE,SAAS;QAC1C,MAAM,CAAC,KAAK,CAAC,GAAG,wBAAwB,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC;IAC1D,CAAC;IACD,KAAK,MAAM,KAAK,IAAI,MAAM,CAAC,eAAe,IAAI,EAAE,EAAE,CAAC;QACjD,IAAI,MAAM,CAAC,KAAK,CAAC,KAAK,SAAS;YAAE,SAAS;QAC1C,MAAM,CAAC,KAAK,CAAC,GAAG,2BAA2B,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC;IAC7D,CAAC;AACH,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The one server-URL validator the CLI shares (issue #2927).
|
|
3
|
+
*
|
|
4
|
+
* It returns the `string | true` shape `@inquirer/prompts` expects from a
|
|
5
|
+
* `validate` callback, so the same function backs the `primitive init` prompt,
|
|
6
|
+
* the `--server` flag check and init-config validation, `project-config.ts`'s
|
|
7
|
+
* `apiUrl` check, and `env add --api-url`. It used to live in the
|
|
8
|
+
* init-specific `resolve-init-server.ts` while the last two hand-rolled their
|
|
9
|
+
* own `try { new URL(x) } catch`.
|
|
10
|
+
*
|
|
11
|
+
* The parse deliberately runs on the *raw* string: JavaScript `trim()` strips
|
|
12
|
+
* Unicode whitespace (U+00A0, U+2028, U+FEFF, …) that the WHATWG URL parser
|
|
13
|
+
* does not, so trimming first would accept values like `" https://x"`
|
|
14
|
+
* that later URL construction cannot use — and `env add` would persist them.
|
|
15
|
+
* `trim()` is therefore used only to decide whether the input is empty; the
|
|
16
|
+
* URL parser already ignores the ASCII padding it is willing to strip.
|
|
17
|
+
*/
|
|
18
|
+
/**
|
|
19
|
+
* Validates a server URL. Returns `true` when valid, otherwise the message to
|
|
20
|
+
* show the user.
|
|
21
|
+
*/
|
|
22
|
+
export declare function validateServerUrl(url: string): string | true;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The one server-URL validator the CLI shares (issue #2927).
|
|
3
|
+
*
|
|
4
|
+
* It returns the `string | true` shape `@inquirer/prompts` expects from a
|
|
5
|
+
* `validate` callback, so the same function backs the `primitive init` prompt,
|
|
6
|
+
* the `--server` flag check and init-config validation, `project-config.ts`'s
|
|
7
|
+
* `apiUrl` check, and `env add --api-url`. It used to live in the
|
|
8
|
+
* init-specific `resolve-init-server.ts` while the last two hand-rolled their
|
|
9
|
+
* own `try { new URL(x) } catch`.
|
|
10
|
+
*
|
|
11
|
+
* The parse deliberately runs on the *raw* string: JavaScript `trim()` strips
|
|
12
|
+
* Unicode whitespace (U+00A0, U+2028, U+FEFF, …) that the WHATWG URL parser
|
|
13
|
+
* does not, so trimming first would accept values like `" https://x"`
|
|
14
|
+
* that later URL construction cannot use — and `env add` would persist them.
|
|
15
|
+
* `trim()` is therefore used only to decide whether the input is empty; the
|
|
16
|
+
* URL parser already ignores the ASCII padding it is willing to strip.
|
|
17
|
+
*/
|
|
18
|
+
/**
|
|
19
|
+
* Validates a server URL. Returns `true` when valid, otherwise the message to
|
|
20
|
+
* show the user.
|
|
21
|
+
*/
|
|
22
|
+
export function validateServerUrl(url) {
|
|
23
|
+
if (typeof url !== "string" || !url.trim())
|
|
24
|
+
return "Server URL cannot be empty";
|
|
25
|
+
try {
|
|
26
|
+
new URL(url);
|
|
27
|
+
return true;
|
|
28
|
+
}
|
|
29
|
+
catch {
|
|
30
|
+
return "Please enter a valid URL (e.g., https://example.com)";
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=server-url.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"server-url.js","sourceRoot":"","sources":["../../../src/lib/server-url.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH;;;GAGG;AACH,MAAM,UAAU,iBAAiB,CAAC,GAAW;IAC3C,IAAI,OAAO,GAAG,KAAK,QAAQ,IAAI,CAAC,GAAG,CAAC,IAAI,EAAE;QAAE,OAAO,4BAA4B,CAAC;IAChF,IAAI,CAAC;QACH,IAAI,GAAG,CAAC,GAAG,CAAC,CAAC;QACb,OAAO,IAAI,CAAC;IACd,CAAC;IAAC,MAAM,CAAC;QACP,OAAO,sDAAsD,CAAC;IAChE,CAAC;AACH,CAAC"}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Platform ceiling on a webhook's `secretGracePeriodMs`, mirrored from the
|
|
3
|
+
* server's `MAX_SECRET_GRACE_PERIOD_MS` (#2383). Read-only now: the field is
|
|
4
|
+
* authored as `webhook.secretGracePeriodMs` and applied by `config push` (#2645),
|
|
5
|
+
* so this ceiling is used to RENDER a stored value, not to pre-validate a flag.
|
|
6
|
+
* The server remains the authority and returns
|
|
7
|
+
* `SECRET_GRACE_PERIOD_OUT_OF_RANGE` on a bad push.
|
|
8
|
+
*/
|
|
9
|
+
export declare const MAX_SECRET_GRACE_PERIOD_MS: number;
|
|
10
|
+
/**
|
|
11
|
+
* The platform default applied when a webhook stores no `secretGracePeriodMs`,
|
|
12
|
+
* mirrored from the server's `DEFAULT_SECRET_GRACE_PERIOD_MS` (#2383). Only
|
|
13
|
+
* used to label the unset case on a read surface — nothing is computed from it
|
|
14
|
+
* CLI-side.
|
|
15
|
+
*/
|
|
16
|
+
export declare const DEFAULT_SECRET_GRACE_PERIOD_MS: number;
|
|
17
|
+
/**
|
|
18
|
+
* Render a webhook's stored `secretGracePeriodMs` for a read surface.
|
|
19
|
+
*
|
|
20
|
+
* A stored `0` and an absent field mean opposite things — immediate cutover vs
|
|
21
|
+
* the 24 h platform default — so they must not render the same. Naming the
|
|
22
|
+
* default explicitly matches how `Max Body Bytes` reports its own unset case.
|
|
23
|
+
*/
|
|
24
|
+
export declare function formatGracePeriodMs(value: number | null | undefined): string;
|
|
25
|
+
/**
|
|
26
|
+
* The operator-facing warning for a webhook whose stored `signingSecret` is not
|
|
27
|
+
* a `{{secrets.KEY}}` reference (#2332).
|
|
28
|
+
*
|
|
29
|
+
* Two commands report it — `webhooks get` on a single row and `config pull` on
|
|
30
|
+
* every pulled row — and each has two statuses to describe. Those four strings
|
|
31
|
+
* were written out in full and had already drifted twice, so the wording lives
|
|
32
|
+
* here once and the call sites supply only what genuinely differs: how the
|
|
33
|
+
* field is named in that context, and what the un-migrated value blocks.
|
|
34
|
+
*
|
|
35
|
+
* Returns `null` for a status that needs no warning (`reference`, `unset`, or
|
|
36
|
+
* anything a newer server adds), so a call site is one `if` rather than two.
|
|
37
|
+
*/
|
|
38
|
+
export declare function signingSecretStatusWarning(status: string | null | undefined, context: {
|
|
39
|
+
/** How to name the field, e.g. `"Signing secret"`. Starts the sentence. */
|
|
40
|
+
subject: string;
|
|
41
|
+
/** What an un-migrated value blocks, e.g. `"this webhook cannot be updated"`. */
|
|
42
|
+
blocks: string;
|
|
43
|
+
}): string | null;
|
|
44
|
+
/**
|
|
45
|
+
* The operator-facing warning for a stored signing secret whose HEALTH is not
|
|
46
|
+
* `ok` — the second axis the server reports alongside the status (#2383).
|
|
47
|
+
*
|
|
48
|
+
* Written as "anything that is not `ok` needs attention" rather than as a list
|
|
49
|
+
* of known members, so a member a newer server adds is surfaced rather than
|
|
50
|
+
* silently read as fine. `signingSecretStatusWarning` above deliberately keeps
|
|
51
|
+
* the opposite rule for the STATUS axis, whose union is closed.
|
|
52
|
+
*
|
|
53
|
+
* Returns `null` for `ok`, for an absent field (a server that predates the
|
|
54
|
+
* health axis), and when the slot holds nothing to assess.
|
|
55
|
+
*/
|
|
56
|
+
export declare function signingSecretHealthWarning(health: string | null | undefined, context: {
|
|
57
|
+
/** How to name the field, e.g. `"Signing secret"`. Starts the sentence. */
|
|
58
|
+
subject: string;
|
|
59
|
+
}): string | null;
|
|
60
|
+
/**
|
|
61
|
+
* The warning for the GRACE SLOT — a value in `previousSigningSecret` that the
|
|
62
|
+
* receiver still accepts until the rotation window closes.
|
|
63
|
+
*
|
|
64
|
+
* Split from the current-slot wording because the remediation differs: there is
|
|
65
|
+
* nothing to migrate here, the value simply has to stop being accepted.
|
|
66
|
+
*
|
|
67
|
+
* The two statuses need separate wording, because only one of them describes
|
|
68
|
+
* live credential material. A `legacy-literal` in this slot is grandfathered
|
|
69
|
+
* and really does keep verifying deliveries until the window closes, so
|
|
70
|
+
* `secretGracePeriodMs` is the operator's lever. A `malformed-reference` is
|
|
71
|
+
* dropped by the receiver before it reaches the verifier
|
|
72
|
+
* (`webhook-receiver.ts`: an unresolved previous reference yields no grace
|
|
73
|
+
* key), so it verifies nothing and lowering the grace period does nothing to
|
|
74
|
+
* it — telling the operator otherwise points them at a knob with no effect.
|
|
75
|
+
* This is the same distinction `signingSecretStatusWarning` draws for the
|
|
76
|
+
* current slot.
|
|
77
|
+
*/
|
|
78
|
+
export declare function previousSigningSecretWarning(status: string | null | undefined, context: {
|
|
79
|
+
/** How to name the row, e.g. `"webhooks/foo.toml: 'foo'"`. */
|
|
80
|
+
subject: string;
|
|
81
|
+
}): string | null;
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Platform ceiling on a webhook's `secretGracePeriodMs`, mirrored from the
|
|
3
|
+
* server's `MAX_SECRET_GRACE_PERIOD_MS` (#2383). Read-only now: the field is
|
|
4
|
+
* authored as `webhook.secretGracePeriodMs` and applied by `config push` (#2645),
|
|
5
|
+
* so this ceiling is used to RENDER a stored value, not to pre-validate a flag.
|
|
6
|
+
* The server remains the authority and returns
|
|
7
|
+
* `SECRET_GRACE_PERIOD_OUT_OF_RANGE` on a bad push.
|
|
8
|
+
*/
|
|
9
|
+
export const MAX_SECRET_GRACE_PERIOD_MS = 30 * 24 * 60 * 60 * 1000;
|
|
10
|
+
/**
|
|
11
|
+
* The platform default applied when a webhook stores no `secretGracePeriodMs`,
|
|
12
|
+
* mirrored from the server's `DEFAULT_SECRET_GRACE_PERIOD_MS` (#2383). Only
|
|
13
|
+
* used to label the unset case on a read surface — nothing is computed from it
|
|
14
|
+
* CLI-side.
|
|
15
|
+
*/
|
|
16
|
+
export const DEFAULT_SECRET_GRACE_PERIOD_MS = 24 * 60 * 60 * 1000;
|
|
17
|
+
/**
|
|
18
|
+
* Render a webhook's stored `secretGracePeriodMs` for a read surface.
|
|
19
|
+
*
|
|
20
|
+
* A stored `0` and an absent field mean opposite things — immediate cutover vs
|
|
21
|
+
* the 24 h platform default — so they must not render the same. Naming the
|
|
22
|
+
* default explicitly matches how `Max Body Bytes` reports its own unset case.
|
|
23
|
+
*/
|
|
24
|
+
export function formatGracePeriodMs(value) {
|
|
25
|
+
if (value === undefined || value === null) {
|
|
26
|
+
return `default (${DEFAULT_SECRET_GRACE_PERIOD_MS}ms, 24 h)`;
|
|
27
|
+
}
|
|
28
|
+
return `${value}ms`;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* The operator-facing warning for a webhook whose stored `signingSecret` is not
|
|
32
|
+
* a `{{secrets.KEY}}` reference (#2332).
|
|
33
|
+
*
|
|
34
|
+
* Two commands report it — `webhooks get` on a single row and `config pull` on
|
|
35
|
+
* every pulled row — and each has two statuses to describe. Those four strings
|
|
36
|
+
* were written out in full and had already drifted twice, so the wording lives
|
|
37
|
+
* here once and the call sites supply only what genuinely differs: how the
|
|
38
|
+
* field is named in that context, and what the un-migrated value blocks.
|
|
39
|
+
*
|
|
40
|
+
* Returns `null` for a status that needs no warning (`reference`, `unset`, or
|
|
41
|
+
* anything a newer server adds), so a call site is one `if` rather than two.
|
|
42
|
+
*/
|
|
43
|
+
export function signingSecretStatusWarning(status, context) {
|
|
44
|
+
const remediation = 'Store the value with `primitive secrets set KEY --value <value>` and set signingSecret = "{{secrets.KEY}}".';
|
|
45
|
+
if (status === "legacy-literal") {
|
|
46
|
+
return (`${context.subject} still holds a raw value. Deliveries still verify, but ` +
|
|
47
|
+
`${context.blocks} until it is migrated. ${remediation}`);
|
|
48
|
+
}
|
|
49
|
+
// Not a working legacy literal: the stored value carries reference syntax
|
|
50
|
+
// that resolves to nothing, so it is not a usable signing key and every
|
|
51
|
+
// signed delivery is already being rejected.
|
|
52
|
+
if (status === "malformed-reference") {
|
|
53
|
+
return (`${context.subject} is neither a {{secrets.KEY}} reference nor a plain stored value — ` +
|
|
54
|
+
"it carries reference syntax that does not resolve, so every signed delivery is being REJECTED. " +
|
|
55
|
+
`${remediation}`);
|
|
56
|
+
}
|
|
57
|
+
return null;
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* The operator-facing warning for a stored signing secret whose HEALTH is not
|
|
61
|
+
* `ok` — the second axis the server reports alongside the status (#2383).
|
|
62
|
+
*
|
|
63
|
+
* Written as "anything that is not `ok` needs attention" rather than as a list
|
|
64
|
+
* of known members, so a member a newer server adds is surfaced rather than
|
|
65
|
+
* silently read as fine. `signingSecretStatusWarning` above deliberately keeps
|
|
66
|
+
* the opposite rule for the STATUS axis, whose union is closed.
|
|
67
|
+
*
|
|
68
|
+
* Returns `null` for `ok`, for an absent field (a server that predates the
|
|
69
|
+
* health axis), and when the slot holds nothing to assess.
|
|
70
|
+
*/
|
|
71
|
+
export function signingSecretHealthWarning(health, context) {
|
|
72
|
+
if (health === undefined || health === null || health === "ok")
|
|
73
|
+
return null;
|
|
74
|
+
if (health === "weak-literal") {
|
|
75
|
+
return (`${context.subject} is a short raw value — too short to be a strong ` +
|
|
76
|
+
"HMAC key, so a sender's signature is easier to forge. Deliveries still " +
|
|
77
|
+
"verify; replace it with a strong value stored as a secret: " +
|
|
78
|
+
'`primitive secrets set KEY --value <value>`, then set signingSecret = "{{secrets.KEY}}".');
|
|
79
|
+
}
|
|
80
|
+
return (`${context.subject} was reported as '${health}' by the server, which this ` +
|
|
81
|
+
"CLI does not recognize — upgrade the CLI for the full explanation.");
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* The warning for the GRACE SLOT — a value in `previousSigningSecret` that the
|
|
85
|
+
* receiver still accepts until the rotation window closes.
|
|
86
|
+
*
|
|
87
|
+
* Split from the current-slot wording because the remediation differs: there is
|
|
88
|
+
* nothing to migrate here, the value simply has to stop being accepted.
|
|
89
|
+
*
|
|
90
|
+
* The two statuses need separate wording, because only one of them describes
|
|
91
|
+
* live credential material. A `legacy-literal` in this slot is grandfathered
|
|
92
|
+
* and really does keep verifying deliveries until the window closes, so
|
|
93
|
+
* `secretGracePeriodMs` is the operator's lever. A `malformed-reference` is
|
|
94
|
+
* dropped by the receiver before it reaches the verifier
|
|
95
|
+
* (`webhook-receiver.ts`: an unresolved previous reference yields no grace
|
|
96
|
+
* key), so it verifies nothing and lowering the grace period does nothing to
|
|
97
|
+
* it — telling the operator otherwise points them at a knob with no effect.
|
|
98
|
+
* This is the same distinction `signingSecretStatusWarning` draws for the
|
|
99
|
+
* current slot.
|
|
100
|
+
*/
|
|
101
|
+
export function previousSigningSecretWarning(status, context) {
|
|
102
|
+
if (status === "legacy-literal") {
|
|
103
|
+
return (`${context.subject}: the ROTATED-OUT signing secret is a raw stored value, ` +
|
|
104
|
+
"not a {{secrets.KEY}} reference. It keeps verifying deliveries until the " +
|
|
105
|
+
"rotation grace window closes (secretRotatedAt + secretGracePeriodMs). To " +
|
|
106
|
+
"stop accepting it sooner, lower secretGracePeriodMs (0 cuts over immediately).");
|
|
107
|
+
}
|
|
108
|
+
if (status === "malformed-reference") {
|
|
109
|
+
return (`${context.subject}: the ROTATED-OUT signing secret carries reference syntax ` +
|
|
110
|
+
"that does not resolve, so it verifies nothing — it is inert, not a live " +
|
|
111
|
+
"grace key, and secretGracePeriodMs has no effect on it. No action is " +
|
|
112
|
+
"required; it clears on the next rotation.");
|
|
113
|
+
}
|
|
114
|
+
return null;
|
|
115
|
+
}
|
|
116
|
+
//# sourceMappingURL=signing-secret-status.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"signing-secret-status.js","sourceRoot":"","sources":["../../../src/lib/signing-secret-status.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,IAAI,CAAC;AAEnE;;;;;GAKG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,IAAI,CAAC;AAGlE;;;;;;GAMG;AACH,MAAM,UAAU,mBAAmB,CACjC,KAAgC;IAEhC,IAAI,KAAK,KAAK,SAAS,IAAI,KAAK,KAAK,IAAI,EAAE,CAAC;QAC1C,OAAO,YAAY,8BAA8B,WAAW,CAAC;IAC/D,CAAC;IACD,OAAO,GAAG,KAAK,IAAI,CAAC;AACtB,CAAC;AAED;;;;;;;;;;;;GAYG;AACH,MAAM,UAAU,0BAA0B,CACxC,MAAiC,EACjC,OAKC;IAED,MAAM,WAAW,GACf,6GAA6G,CAAC;IAChH,IAAI,MAAM,KAAK,gBAAgB,EAAE,CAAC;QAChC,OAAO,CACL,GAAG,OAAO,CAAC,OAAO,yDAAyD;YAC3E,GAAG,OAAO,CAAC,MAAM,0BAA0B,WAAW,EAAE,CACzD,CAAC;IACJ,CAAC;IACD,0EAA0E;IAC1E,wEAAwE;IACxE,6CAA6C;IAC7C,IAAI,MAAM,KAAK,qBAAqB,EAAE,CAAC;QACrC,OAAO,CACL,GAAG,OAAO,CAAC,OAAO,qEAAqE;YACvF,iGAAiG;YACjG,GAAG,WAAW,EAAE,CACjB,CAAC;IACJ,CAAC;IACD,OAAO,IAAI,CAAC;AACd,CAAC;AAED;;;;;;;;;;;GAWG;AACH,MAAM,UAAU,0BAA0B,CACxC,MAAiC,EACjC,OAGC;IAED,IAAI,MAAM,KAAK,SAAS,IAAI,MAAM,KAAK,IAAI,IAAI,MAAM,KAAK,IAAI;QAAE,OAAO,IAAI,CAAC;IAC5E,IAAI,MAAM,KAAK,cAAc,EAAE,CAAC;QAC9B,OAAO,CACL,GAAG,OAAO,CAAC,OAAO,mDAAmD;YACrE,yEAAyE;YACzE,6DAA6D;YAC7D,0FAA0F,CAC3F,CAAC;IACJ,CAAC;IACD,OAAO,CACL,GAAG,OAAO,CAAC,OAAO,qBAAqB,MAAM,8BAA8B;QAC3E,oEAAoE,CACrE,CAAC;AACJ,CAAC;AAED;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAM,UAAU,4BAA4B,CAC1C,MAAiC,EACjC,OAGC;IAED,IAAI,MAAM,KAAK,gBAAgB,EAAE,CAAC;QAChC,OAAO,CACL,GAAG,OAAO,CAAC,OAAO,0DAA0D;YAC5E,2EAA2E;YAC3E,2EAA2E;YAC3E,gFAAgF,CACjF,CAAC;IACJ,CAAC;IACD,IAAI,MAAM,KAAK,qBAAqB,EAAE,CAAC;QACrC,OAAO,CACL,GAAG,OAAO,CAAC,OAAO,4DAA4D;YAC9E,0EAA0E;YAC1E,uEAAuE;YACvE,2CAA2C,CAC5C,CAAC;IACJ,CAAC;IACD,OAAO,IAAI,CAAC;AACd,CAAC"}
|
|
@@ -127,7 +127,10 @@ async function refreshInternalSkill() {
|
|
|
127
127
|
if (content) {
|
|
128
128
|
const hash = writeInternalSkill(content, cliVersion);
|
|
129
129
|
if (hash !== stamp.hash) {
|
|
130
|
-
|
|
130
|
+
// Diagnostic, not payload: post-command notices must stay off stdout so
|
|
131
|
+
// `primitive <verb> --json | jq .` parses (#2357). Same stream choice as
|
|
132
|
+
// the update banner in version-check.ts.
|
|
133
|
+
console.error(chalk.dim("Updated Primitive internal skill for Claude Code"));
|
|
131
134
|
}
|
|
132
135
|
}
|
|
133
136
|
else {
|
|
@@ -156,7 +159,7 @@ export async function checkSkillStatus() {
|
|
|
156
159
|
mkdirSync(SKILL_DIR, { recursive: true });
|
|
157
160
|
writeFileSync(SKILL_FILE, bundledContent);
|
|
158
161
|
writeFileSync(HASH_FILE, bundledHash);
|
|
159
|
-
console.
|
|
162
|
+
console.error(chalk.dim("Updated Primitive platform skill for Claude Code"));
|
|
160
163
|
}
|
|
161
164
|
// Internal skill (if installed) refreshes from the private repo, at
|
|
162
165
|
// most once per CLI release.
|
|
@@ -164,7 +167,7 @@ export async function checkSkillStatus() {
|
|
|
164
167
|
}
|
|
165
168
|
else {
|
|
166
169
|
// Not installed — show a non-blocking hint
|
|
167
|
-
console.
|
|
170
|
+
console.error(chalk.dim(`Claude Code skill available — run ${chalk.cyan("primitive skill install")} to set up`));
|
|
168
171
|
}
|
|
169
172
|
}
|
|
170
173
|
catch {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"skill-installer.js","sourceRoot":"","sources":["../../../src/lib/skill-installer.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"skill-installer.js","sourceRoot":"","sources":["../../../src/lib/skill-installer.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Sync snapshots — point-in-time backups of a sync directory taken before a
|
|
3
|
-
* destructive `
|
|
3
|
+
* destructive `config pull` overwrites local TOML state (issue #578, Phase 1).
|
|
4
4
|
*
|
|
5
5
|
* A snapshot is a full recursive copy of the live sync tree (including
|
|
6
6
|
* `.primitive-sync.json`, the content-hash baseline) into a timestamped slot
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
* copy is detectable: `restoreSnapshot` refuses any snapshot missing it.
|
|
16
16
|
*
|
|
17
17
|
* Snapshots fail LOUD — `createSnapshot` throws if it can't write a complete
|
|
18
|
-
* snapshot. The caller (
|
|
18
|
+
* snapshot. The caller (config pull) aborts before touching any local file so we
|
|
19
19
|
* never perform a destructive pull without a recoverable backup.
|
|
20
20
|
*
|
|
21
21
|
* Restore is staged-then-swapped: the snapshot is materialized into a sibling
|