@12ui/design 0.2.26 → 0.2.28
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 +72 -87
- package/SKILL.md +5 -5
- package/dist/branch-client.d.ts +7 -0
- package/dist/branch-client.d.ts.map +1 -1
- package/dist/branch-client.js +1 -0
- package/dist/branch-client.js.map +1 -1
- package/dist/branch-completion.d.ts +8 -0
- package/dist/branch-completion.d.ts.map +1 -1
- package/dist/branch-completion.js +84 -16
- package/dist/branch-completion.js.map +1 -1
- package/dist/branch-execution.d.ts +8 -0
- package/dist/branch-execution.d.ts.map +1 -1
- package/dist/branch-execution.js +62 -11
- package/dist/branch-execution.js.map +1 -1
- package/dist/branch-identity.d.ts +10 -4
- package/dist/branch-identity.d.ts.map +1 -1
- package/dist/branch-identity.js +9 -6
- package/dist/branch-identity.js.map +1 -1
- package/dist/branch-page-conversion.d.ts +14 -8
- package/dist/branch-page-conversion.d.ts.map +1 -1
- package/dist/branch-page-conversion.js +32 -15
- package/dist/branch-page-conversion.js.map +1 -1
- package/dist/branch-page-packaging.d.ts +31 -0
- package/dist/branch-page-packaging.d.ts.map +1 -0
- package/dist/branch-page-packaging.js +86 -0
- package/dist/branch-page-packaging.js.map +1 -0
- package/dist/branch-plan.d.ts +44 -0
- package/dist/branch-plan.d.ts.map +1 -1
- package/dist/branch-plan.js +89 -18
- package/dist/branch-plan.js.map +1 -1
- package/dist/branch-progress.d.ts +22 -0
- package/dist/branch-progress.d.ts.map +1 -1
- package/dist/branch-progress.js +46 -8
- package/dist/branch-progress.js.map +1 -1
- package/dist/branch-run-record.d.ts +36 -1
- package/dist/branch-run-record.d.ts.map +1 -1
- package/dist/branch-run-record.js.map +1 -1
- package/dist/branch-status.d.ts +2 -0
- package/dist/branch-status.d.ts.map +1 -1
- package/dist/branch-status.js +60 -15
- package/dist/branch-status.js.map +1 -1
- package/dist/branch-winner.d.ts +13 -15
- package/dist/branch-winner.d.ts.map +1 -1
- package/dist/branch-winner.js +25 -77
- package/dist/branch-winner.js.map +1 -1
- package/dist/cli-auth-command.d.ts.map +1 -1
- package/dist/cli-auth-command.js +5 -0
- package/dist/cli-auth-command.js.map +1 -1
- package/dist/cli-auth-onboarding.d.ts +12 -0
- package/dist/cli-auth-onboarding.d.ts.map +1 -0
- package/dist/cli-auth-onboarding.js +21 -0
- package/dist/cli-auth-onboarding.js.map +1 -0
- package/dist/cli-branch-command.d.ts +14 -19
- package/dist/cli-branch-command.d.ts.map +1 -1
- package/dist/cli-branch-command.js +207 -137
- package/dist/cli-branch-command.js.map +1 -1
- package/dist/cli-capabilities.d.ts +10 -51
- package/dist/cli-capabilities.d.ts.map +1 -1
- package/dist/cli-capabilities.js +13 -26
- package/dist/cli-capabilities.js.map +1 -1
- package/dist/cli-cli-command.d.ts +3 -0
- package/dist/cli-cli-command.d.ts.map +1 -1
- package/dist/cli-cli-command.js +15 -3
- package/dist/cli-cli-command.js.map +1 -1
- package/dist/cli-conversion-derivation.d.ts +30 -0
- package/dist/cli-conversion-derivation.d.ts.map +1 -0
- package/dist/{cli-export-command.js → cli-conversion-derivation.js} +178 -110
- package/dist/cli-conversion-derivation.js.map +1 -0
- package/dist/cli-conversion-output-directory.d.ts +5 -0
- package/dist/cli-conversion-output-directory.d.ts.map +1 -0
- package/dist/{cli-export-output-directory.js → cli-conversion-output-directory.js} +10 -10
- package/dist/cli-conversion-output-directory.js.map +1 -0
- package/dist/cli-convert-command.d.ts +9 -0
- package/dist/cli-convert-command.d.ts.map +1 -1
- package/dist/cli-convert-command.js +528 -158
- package/dist/cli-convert-command.js.map +1 -1
- package/dist/cli-corpus-command.d.ts.map +1 -1
- package/dist/cli-corpus-command.js +77 -10
- package/dist/cli-corpus-command.js.map +1 -1
- package/dist/cli-corpus-reference-downloads.d.ts +5 -0
- package/dist/cli-corpus-reference-downloads.d.ts.map +1 -1
- package/dist/cli-corpus-reference-downloads.js +18 -7
- package/dist/cli-corpus-reference-downloads.js.map +1 -1
- package/dist/cli-corpus-run.d.ts +9 -0
- package/dist/cli-corpus-run.d.ts.map +1 -1
- package/dist/cli-corpus-run.js +18 -0
- package/dist/cli-corpus-run.js.map +1 -1
- package/dist/cli-detach.d.ts +12 -4
- package/dist/cli-detach.d.ts.map +1 -1
- package/dist/cli-detach.js +49 -17
- package/dist/cli-detach.js.map +1 -1
- package/dist/cli-draft-command.d.ts +44 -61
- package/dist/cli-draft-command.d.ts.map +1 -1
- package/dist/cli-draft-command.js +307 -180
- package/dist/cli-draft-command.js.map +1 -1
- package/dist/cli-help/conversion.d.ts +30 -0
- package/dist/cli-help/conversion.d.ts.map +1 -0
- package/dist/cli-help/conversion.js +55 -0
- package/dist/cli-help/conversion.js.map +1 -0
- package/dist/cli-help/design.d.ts +74 -0
- package/dist/cli-help/design.d.ts.map +1 -0
- package/dist/cli-help/design.js +131 -0
- package/dist/cli-help/design.js.map +1 -0
- package/dist/cli-help/index.d.ts +224 -0
- package/dist/cli-help/index.d.ts.map +1 -0
- package/dist/cli-help/index.js +32 -0
- package/dist/cli-help/index.js.map +1 -0
- package/dist/cli-help/meta.d.ts +24 -0
- package/dist/cli-help/meta.d.ts.map +1 -0
- package/dist/cli-help/meta.js +30 -0
- package/dist/cli-help/meta.js.map +1 -0
- package/dist/cli-help/render.d.ts +4 -0
- package/dist/cli-help/render.d.ts.map +1 -0
- package/dist/cli-help/render.js +28 -0
- package/dist/cli-help/render.js.map +1 -0
- package/dist/cli-help/setup.d.ts +93 -0
- package/dist/cli-help/setup.d.ts.map +1 -0
- package/dist/cli-help/setup.js +142 -0
- package/dist/cli-help/setup.js.map +1 -0
- package/dist/cli-help/types.d.ts +10 -0
- package/dist/cli-help/types.d.ts.map +1 -0
- package/dist/cli-help/types.js +2 -0
- package/dist/cli-help/types.js.map +1 -0
- package/dist/cli-next-command.d.ts +11 -8
- package/dist/cli-next-command.d.ts.map +1 -1
- package/dist/cli-next-command.js +288 -88
- package/dist/cli-next-command.js.map +1 -1
- package/dist/cli-output-paths.d.ts +2 -23
- package/dist/cli-output-paths.d.ts.map +1 -1
- package/dist/cli-output-paths.js +2 -36
- package/dist/cli-output-paths.js.map +1 -1
- package/dist/cli-package-command.d.ts +1 -0
- package/dist/cli-package-command.d.ts.map +1 -1
- package/dist/cli-package-command.js +107 -34
- package/dist/cli-package-command.js.map +1 -1
- package/dist/cli-pending-auth.d.ts +20 -0
- package/dist/cli-pending-auth.d.ts.map +1 -0
- package/dist/cli-pending-auth.js +160 -0
- package/dist/cli-pending-auth.js.map +1 -0
- package/dist/cli-progress.d.ts +256 -75
- package/dist/cli-progress.d.ts.map +1 -1
- package/dist/cli-progress.js +425 -98
- package/dist/cli-progress.js.map +1 -1
- package/dist/cli-run.d.ts +2 -0
- package/dist/cli-run.d.ts.map +1 -1
- package/dist/cli-run.js +56 -75
- package/dist/cli-run.js.map +1 -1
- package/dist/cli-skill-command.d.ts +3 -0
- package/dist/cli-skill-command.d.ts.map +1 -1
- package/dist/cli-skill-command.js +26 -3
- package/dist/cli-skill-command.js.map +1 -1
- package/dist/cli-usage.d.ts +17 -8
- package/dist/cli-usage.d.ts.map +1 -1
- package/dist/cli-usage.js +55 -40
- package/dist/cli-usage.js.map +1 -1
- package/dist/config.d.ts +1 -0
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +8 -2
- package/dist/config.js.map +1 -1
- package/dist/conversion-client.d.ts +4 -0
- package/dist/conversion-client.d.ts.map +1 -1
- package/dist/conversion-client.js +23 -3
- package/dist/conversion-client.js.map +1 -1
- package/dist/conversion-outputs.d.ts +11 -0
- package/dist/conversion-outputs.d.ts.map +1 -1
- package/dist/conversion-outputs.js +13 -1
- package/dist/conversion-outputs.js.map +1 -1
- package/dist/conversion-receipt.d.ts +1 -1
- package/dist/conversion-receipt.js +1 -1
- package/dist/conversion-recovery.d.ts +20 -0
- package/dist/conversion-recovery.d.ts.map +1 -0
- package/dist/conversion-recovery.js +61 -0
- package/dist/conversion-recovery.js.map +1 -0
- package/dist/conversion-status-contract.js +1 -1
- package/dist/conversion-status-contract.js.map +1 -1
- package/dist/credential-setup.d.ts +9 -1
- package/dist/credential-setup.d.ts.map +1 -1
- package/dist/credential-setup.js +13 -1
- package/dist/credential-setup.js.map +1 -1
- package/dist/draft-adoption.d.ts +9 -3
- package/dist/draft-adoption.d.ts.map +1 -1
- package/dist/draft-adoption.js +26 -41
- package/dist/draft-adoption.js.map +1 -1
- package/dist/draft-identity.d.ts +9 -12
- package/dist/draft-identity.d.ts.map +1 -1
- package/dist/draft-identity.js +0 -0
- package/dist/draft-identity.js.map +1 -1
- package/dist/draft-run.d.ts +9 -19
- package/dist/draft-run.d.ts.map +1 -1
- package/dist/draft-run.js +67 -95
- package/dist/draft-run.js.map +1 -1
- package/dist/draft-workspace.d.ts +26 -18
- package/dist/draft-workspace.d.ts.map +1 -1
- package/dist/draft-workspace.js +16 -5
- package/dist/draft-workspace.js.map +1 -1
- package/dist/hosted-draft-identity.d.ts +20 -0
- package/dist/hosted-draft-identity.d.ts.map +1 -0
- package/dist/hosted-draft-identity.js +30 -0
- package/dist/hosted-draft-identity.js.map +1 -0
- package/dist/hosted-draft-run.d.ts +60 -0
- package/dist/hosted-draft-run.d.ts.map +1 -0
- package/dist/hosted-draft-run.js +97 -0
- package/dist/hosted-draft-run.js.map +1 -0
- package/dist/legacy-codex-cleanup.d.ts +13 -0
- package/dist/legacy-codex-cleanup.d.ts.map +1 -1
- package/dist/legacy-codex-cleanup.js +83 -0
- package/dist/legacy-codex-cleanup.js.map +1 -1
- package/dist/legacy-skill-catalog.d.ts +2 -2
- package/dist/legacy-skill-catalog.d.ts.map +1 -1
- package/dist/legacy-skill-catalog.js +76 -5
- package/dist/legacy-skill-catalog.js.map +1 -1
- package/dist/login-auth.d.ts +38 -0
- package/dist/login-auth.d.ts.map +1 -1
- package/dist/login-auth.js +67 -16
- package/dist/login-auth.js.map +1 -1
- package/dist/mcp-tool-definitions.js +1 -1
- package/dist/mcp-tool-definitions.js.map +1 -1
- package/dist/next-target.d.ts +1 -4
- package/dist/next-target.d.ts.map +1 -1
- package/dist/next-target.js +5 -9
- package/dist/next-target.js.map +1 -1
- package/dist/next-wait-lease.d.ts +17 -0
- package/dist/next-wait-lease.d.ts.map +1 -0
- package/dist/next-wait-lease.js +92 -0
- package/dist/next-wait-lease.js.map +1 -0
- package/dist/operation-poll-policy.d.ts +89 -0
- package/dist/operation-poll-policy.d.ts.map +1 -0
- package/dist/operation-poll-policy.js +99 -0
- package/dist/operation-poll-policy.js.map +1 -0
- package/dist/package-client.d.ts +30 -0
- package/dist/package-client.d.ts.map +1 -1
- package/dist/package-client.js +48 -9
- package/dist/package-client.js.map +1 -1
- package/dist/package-submission.d.ts +17 -0
- package/dist/package-submission.d.ts.map +1 -1
- package/dist/package-submission.js +43 -2
- package/dist/package-submission.js.map +1 -1
- package/dist/pending-auth-store.d.ts +15 -0
- package/dist/pending-auth-store.d.ts.map +1 -0
- package/dist/pending-auth-store.js +90 -0
- package/dist/pending-auth-store.js.map +1 -0
- package/dist/responsive-quality.d.ts +2 -2
- package/dist/responsive-quality.js +2 -2
- package/dist/run-journal-commands.d.ts.map +1 -1
- package/dist/run-journal-commands.js +30 -78
- package/dist/run-journal-commands.js.map +1 -1
- package/dist/run-journal-in-flight.d.ts +2 -2
- package/dist/run-journal-in-flight.d.ts.map +1 -1
- package/dist/run-journal-in-flight.js +0 -0
- package/dist/run-journal-in-flight.js.map +1 -1
- package/dist/skill-installer.d.ts +2 -2
- package/dist/skill-installer.d.ts.map +1 -1
- package/dist/skill-installer.js +2 -2
- package/dist/skill-installer.js.map +1 -1
- package/open-design.json +3 -3
- package/package.json +1 -1
- package/skills/12ui-design/SKILL.md +62 -0
- package/skills/12ui-design/agents/openai.yaml +6 -0
- package/skills/12ui-design/inspire.md +11 -0
- package/dist/cli-create-command.d.ts +0 -59
- package/dist/cli-create-command.d.ts.map +0 -1
- package/dist/cli-create-command.js +0 -354
- package/dist/cli-create-command.js.map +0 -1
- package/dist/cli-export-command.d.ts +0 -26
- package/dist/cli-export-command.d.ts.map +0 -1
- package/dist/cli-export-command.js.map +0 -1
- package/dist/cli-export-output-directory.d.ts +0 -5
- package/dist/cli-export-output-directory.d.ts.map +0 -1
- package/dist/cli-export-output-directory.js.map +0 -1
- package/dist/cli-image-batch-command.d.ts +0 -29
- package/dist/cli-image-batch-command.d.ts.map +0 -1
- package/dist/cli-image-batch-command.js +0 -236
- package/dist/cli-image-batch-command.js.map +0 -1
- package/dist/cli-image-batch-materialize.d.ts +0 -27
- package/dist/cli-image-batch-materialize.d.ts.map +0 -1
- package/dist/cli-image-batch-materialize.js +0 -41
- package/dist/cli-image-batch-materialize.js.map +0 -1
- package/dist/cli-image-batch-resume.d.ts +0 -36
- package/dist/cli-image-batch-resume.d.ts.map +0 -1
- package/dist/cli-image-batch-resume.js +0 -176
- package/dist/cli-image-batch-resume.js.map +0 -1
- package/dist/cli-image-command.d.ts +0 -10
- package/dist/cli-image-command.d.ts.map +0 -1
- package/dist/cli-image-command.js +0 -106
- package/dist/cli-image-command.js.map +0 -1
- package/dist/cli-select-command.d.ts +0 -16
- package/dist/cli-select-command.d.ts.map +0 -1
- package/dist/cli-select-command.js +0 -60
- package/dist/cli-select-command.js.map +0 -1
- package/dist/create-identity.d.ts +0 -25
- package/dist/create-identity.d.ts.map +0 -1
- package/dist/create-identity.js +0 -0
- package/dist/create-identity.js.map +0 -1
- package/dist/draft-prompts.d.ts +0 -35
- package/dist/draft-prompts.d.ts.map +0 -1
- package/dist/draft-prompts.js +0 -51
- package/dist/draft-prompts.js.map +0 -1
- package/dist/image-batch-status.d.ts +0 -42
- package/dist/image-batch-status.d.ts.map +0 -1
- package/dist/image-batch-status.js +0 -143
- package/dist/image-batch-status.js.map +0 -1
- package/dist/image-generation-batch-attempt.d.ts +0 -28
- package/dist/image-generation-batch-attempt.d.ts.map +0 -1
- package/dist/image-generation-batch-attempt.js +0 -48
- package/dist/image-generation-batch-attempt.js.map +0 -1
- package/dist/image-generation-batch-manifest.d.ts +0 -25
- package/dist/image-generation-batch-manifest.d.ts.map +0 -1
- package/dist/image-generation-batch-manifest.js +0 -97
- package/dist/image-generation-batch-manifest.js.map +0 -1
- package/dist/image-generation-completion.d.ts +0 -43
- package/dist/image-generation-completion.d.ts.map +0 -1
- package/dist/image-generation-completion.js +0 -54
- package/dist/image-generation-completion.js.map +0 -1
- package/dist/image-generation-error.d.ts +0 -3
- package/dist/image-generation-error.d.ts.map +0 -1
- package/dist/image-generation-error.js +0 -30
- package/dist/image-generation-error.js.map +0 -1
- package/dist/image-generation-evidence.d.ts +0 -43
- package/dist/image-generation-evidence.d.ts.map +0 -1
- package/dist/image-generation-evidence.js +0 -28
- package/dist/image-generation-evidence.js.map +0 -1
- package/dist/image-generation-fs.d.ts +0 -3
- package/dist/image-generation-fs.d.ts.map +0 -1
- package/dist/image-generation-fs.js +0 -23
- package/dist/image-generation-fs.js.map +0 -1
- package/dist/image-generation-output.d.ts +0 -3
- package/dist/image-generation-output.d.ts.map +0 -1
- package/dist/image-generation-output.js +0 -51
- package/dist/image-generation-output.js.map +0 -1
- package/dist/image-generation-request.d.ts +0 -43
- package/dist/image-generation-request.d.ts.map +0 -1
- package/dist/image-generation-request.js +0 -52
- package/dist/image-generation-request.js.map +0 -1
- package/dist/image-generation-resume.d.ts +0 -49
- package/dist/image-generation-resume.d.ts.map +0 -1
- package/dist/image-generation-resume.js +0 -96
- package/dist/image-generation-resume.js.map +0 -1
- package/dist/image-generation-run.d.ts +0 -46
- package/dist/image-generation-run.d.ts.map +0 -1
- package/dist/image-generation-run.js +0 -158
- package/dist/image-generation-run.js.map +0 -1
- package/dist/image-generation-staging.d.ts +0 -25
- package/dist/image-generation-staging.d.ts.map +0 -1
- package/dist/image-generation-staging.js +0 -80
- package/dist/image-generation-staging.js.map +0 -1
- package/dist/image-generation-usage.d.ts +0 -75
- package/dist/image-generation-usage.d.ts.map +0 -1
- package/dist/image-generation-usage.js +0 -219
- package/dist/image-generation-usage.js.map +0 -1
- package/dist/image-provider-preflight.d.ts +0 -21
- package/dist/image-provider-preflight.d.ts.map +0 -1
- package/dist/image-provider-preflight.js +0 -184
- package/dist/image-provider-preflight.js.map +0 -1
- package/dist/selection-record.d.ts +0 -97
- package/dist/selection-record.d.ts.map +0 -1
- package/dist/selection-record.js +0 -138
- package/dist/selection-record.js.map +0 -1
- package/skills/design/SKILL.md +0 -116
- package/skills/design/agents/openai.yaml +0 -8
- package/skills/design/assets/large-logo.svg +0 -3
- package/skills/design/assets/small-400px.png +0 -0
package/dist/cli-progress.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import type { ConversionOperation } from './conversion-client.js';
|
|
2
1
|
/**
|
|
3
2
|
* Expected wall time, in seconds, for the long conversion operations.
|
|
4
3
|
*
|
|
@@ -10,11 +9,17 @@ import type { ConversionOperation } from './conversion-client.js';
|
|
|
10
9
|
export declare const CONVERSION_DURATION_HINTS: {
|
|
11
10
|
/** image -> LayerDoc. Extraction plus materialization. */
|
|
12
11
|
readonly convert: 240;
|
|
12
|
+
/**
|
|
13
|
+
* The same conversion at --model fast. Four measured runs on the progress
|
|
14
|
+
* boards (2026-08-20/21): 87s, 98s, 97s, 87s. Quoting the standard-model
|
|
15
|
+
* median for a fast run overstated by ~2m30 on every fast capture.
|
|
16
|
+
*/
|
|
17
|
+
readonly convertFast: 100;
|
|
13
18
|
/** A responsive HTML export run on its own, after the conversion finished. */
|
|
14
19
|
readonly export: 240;
|
|
15
20
|
/**
|
|
16
21
|
* Fused convert + export. The export's reference and anchor conversions run
|
|
17
|
-
* alongside the conversion, so the bundle
|
|
22
|
+
* alongside the conversion, so the bundle takes about the slower half plus
|
|
18
23
|
* assembly rather than the sum of both.
|
|
19
24
|
*/
|
|
20
25
|
readonly fused: 300;
|
|
@@ -26,10 +31,8 @@ export type ConversionDurationHintKind = keyof typeof CONVERSION_DURATION_HINTS;
|
|
|
26
31
|
* numbers for the same wait.
|
|
27
32
|
*/
|
|
28
33
|
export declare const OPERATION_DURATION_HINTS: {
|
|
29
|
-
/** One
|
|
30
|
-
readonly
|
|
31
|
-
/** Four candidates, started concurrently. */
|
|
32
|
-
readonly imageBatch: 90;
|
|
34
|
+
/** One hosted draft candidate; candidate slots run concurrently. */
|
|
35
|
+
readonly hostedDraftCandidate: 150;
|
|
33
36
|
/** The build claim: the planner runs inline and buys no image. */
|
|
34
37
|
readonly branchClaim: 15;
|
|
35
38
|
/** One branch screen. The server's own provider budget is 150 s. */
|
|
@@ -54,23 +57,35 @@ export declare const OPERATION_DURATION_HINTS: {
|
|
|
54
57
|
readonly branchSite: 492;
|
|
55
58
|
/** One `12ui convert package` submission, whose page count is not known here. */
|
|
56
59
|
readonly package: 360;
|
|
60
|
+
/** Recorded 1.7-6.4 s across 10 Stage A corpus-inspire invocations. */
|
|
61
|
+
readonly corpusInspire: 10;
|
|
62
|
+
/** A resume replays the same corpus request and completes missing downloads. */
|
|
63
|
+
readonly corpusResume: 10;
|
|
64
|
+
/** A derivation which dispatches is one export operation per requested format. */
|
|
65
|
+
readonly derivation: 240;
|
|
57
66
|
/** image -> LayerDoc. Extraction plus materialization. */
|
|
58
67
|
readonly convert: 240;
|
|
68
|
+
/**
|
|
69
|
+
* The same conversion at --model fast. Four measured runs on the progress
|
|
70
|
+
* boards (2026-08-20/21): 87s, 98s, 97s, 87s. Quoting the standard-model
|
|
71
|
+
* median for a fast run overstated by ~2m30 on every fast capture.
|
|
72
|
+
*/
|
|
73
|
+
readonly convertFast: 100;
|
|
59
74
|
/** A responsive HTML export run on its own, after the conversion finished. */
|
|
60
75
|
readonly export: 240;
|
|
61
76
|
/**
|
|
62
77
|
* Fused convert + export. The export's reference and anchor conversions run
|
|
63
|
-
* alongside the conversion, so the bundle
|
|
78
|
+
* alongside the conversion, so the bundle takes about the slower half plus
|
|
64
79
|
* assembly rather than the sum of both.
|
|
65
80
|
*/
|
|
66
81
|
readonly fused: 300;
|
|
67
82
|
};
|
|
68
83
|
/**
|
|
69
|
-
* Three pages convert at a time.
|
|
70
|
-
*
|
|
71
|
-
*
|
|
72
|
-
*
|
|
73
|
-
*
|
|
84
|
+
* Three pages convert at a time. Continuous web pages may hold several
|
|
85
|
+
* viewport children; complete app states hold one. A brief queue at the
|
|
86
|
+
* account admission boundary is visible in the package's own published
|
|
87
|
+
* progress rather than looking like a stall. It lives beside the duration
|
|
88
|
+
* hints because the run estimate is a function of it.
|
|
74
89
|
*/
|
|
75
90
|
export declare const BRANCH_PAGE_CONCURRENCY_DEFAULT = 3;
|
|
76
91
|
/**
|
|
@@ -96,12 +111,226 @@ export declare const branchRunEstimateSeconds: (args: {
|
|
|
96
111
|
export declare const BRANCH_TYPICAL_SITE_PAGES = 4;
|
|
97
112
|
export type OperationDurationHintKind = keyof typeof OPERATION_DURATION_HINTS;
|
|
98
113
|
export declare const formatDuration: (seconds: number) => string;
|
|
99
|
-
export declare const durationHint: (kind: ConversionDurationHintKind) => string;
|
|
100
114
|
/**
|
|
101
115
|
* `45s elapsed, ~90s typical`. A bare elapsed time reads as a stall; the pair
|
|
102
116
|
* is what tells a caller the wait is still inside the expected envelope.
|
|
103
117
|
*/
|
|
104
118
|
export declare const elapsedAgainstTypical: (elapsedSeconds: number, typicalSeconds: number) => string;
|
|
119
|
+
/**
|
|
120
|
+
* The service projects stage and percent, but no replacement completion time.
|
|
121
|
+
* Say that limitation instead of pairing an expired promise with reassurance.
|
|
122
|
+
*/
|
|
123
|
+
export declare const REVISED_ETA_UNAVAILABLE = "No revised ETA is available because the service does not publish one.";
|
|
124
|
+
/**
|
|
125
|
+
* A scope whose typical is under this quotes no numeric expectation at all.
|
|
126
|
+
*
|
|
127
|
+
* MEASURED on the 17-capture board: a bare fused resume quoted ~5m and
|
|
128
|
+
* finished in 4s (+4m56 overstatement), and free derivations quoted ~4m for
|
|
129
|
+
* 13s of collection. Work that is typically over in seconds cannot carry an
|
|
130
|
+
* honest minutes-scale promise, and saying nothing is more accurate than any
|
|
131
|
+
* number the table has for the paid path the resume happens to share.
|
|
132
|
+
*/
|
|
133
|
+
export declare const QUICK_SCOPE_SUPPRESSION_SECONDS = 30;
|
|
134
|
+
export type LongRunningProgressStatus = 'running' | 'succeeded' | 'failed' | 'partial' | 'stopped' | 'deadline' | 'detached';
|
|
135
|
+
/** One pipeline lane's own counter, as the conversion service publishes it. */
|
|
136
|
+
export type ProgressLaneFact = {
|
|
137
|
+
kind: string;
|
|
138
|
+
completed: number;
|
|
139
|
+
total: number;
|
|
140
|
+
status: 'waiting' | 'running' | 'complete' | 'retrying';
|
|
141
|
+
};
|
|
142
|
+
/** One child operation of the current phase, as the package service reports. */
|
|
143
|
+
export type ProgressChildFact = {
|
|
144
|
+
id: string;
|
|
145
|
+
stage: string;
|
|
146
|
+
};
|
|
147
|
+
export type LongRunningProgressObservation = {
|
|
148
|
+
stage: string;
|
|
149
|
+
completed?: number;
|
|
150
|
+
total?: number;
|
|
151
|
+
/**
|
|
152
|
+
* What the counts count, said explicitly: `slots dispatched`, `pages`,
|
|
153
|
+
* `formats settled`. The draft capture rendered `4 of 4 complete` for slots
|
|
154
|
+
* that were merely dispatched — a count without its unit reads as a lie.
|
|
155
|
+
*/
|
|
156
|
+
unit?: string;
|
|
157
|
+
running?: number;
|
|
158
|
+
/** Per-lane counters from the service; the advancing signal behind a stale percent. */
|
|
159
|
+
lanes?: readonly ProgressLaneFact[];
|
|
160
|
+
/** Still-running children of the current phase, and where each has got to. */
|
|
161
|
+
children?: readonly ProgressChildFact[];
|
|
162
|
+
/** When the service says the current stage began. */
|
|
163
|
+
stageSince?: string;
|
|
164
|
+
/** The 1-based retry attempt the service says is underway (2 or more). */
|
|
165
|
+
attempt?: number;
|
|
166
|
+
/** A named checkpoint (`structure ready`), rendered in words once. */
|
|
167
|
+
milestone?: string;
|
|
168
|
+
/** One concise changing fact, such as `2 of 4 candidates settled`. */
|
|
169
|
+
detail?: string;
|
|
170
|
+
/** Absolute age of the paid work when it predates this CLI process. */
|
|
171
|
+
elapsedSeconds?: number;
|
|
172
|
+
};
|
|
173
|
+
/**
|
|
174
|
+
* `12 of 14 cutouts, 3 anchors retrying`. The moving lanes only: a lane that
|
|
175
|
+
* is complete stopped being information the tick it completed, and a waiting
|
|
176
|
+
* lane has nothing to say yet. At most three, largest total first, so a busy
|
|
177
|
+
* pipeline stays one readable clause.
|
|
178
|
+
*/
|
|
179
|
+
export declare const laneFacts: (lanes: readonly ProgressLaneFact[]) => string[];
|
|
180
|
+
/** `p0-home converting responsive anchors` — at most two, so a fan-out stays a clause. */
|
|
181
|
+
export declare const childFacts: (children: readonly ProgressChildFact[]) => string[];
|
|
182
|
+
export declare const secondsSince: (iso: string | undefined, now: number) => number | undefined;
|
|
183
|
+
/**
|
|
184
|
+
* THE tick grammar, for every long-running command:
|
|
185
|
+
*
|
|
186
|
+
* `[1m 45s] export: emitting HTML — 2 of 3 anchors, 45s in stage`
|
|
187
|
+
*
|
|
188
|
+
* One sentence, not a field frame. Elapsed appears exactly once, in the
|
|
189
|
+
* prefix. The scope name appears while a run has more than one scope, so a
|
|
190
|
+
* fused purchase's second half cannot present as the first half running
|
|
191
|
+
* backwards. Facts after the dash are the material news: lane counters,
|
|
192
|
+
* unit-named counts, children, time in stage.
|
|
193
|
+
*
|
|
194
|
+
* NO raw service percent, anywhere (owner, 2026-08-21): the conversion
|
|
195
|
+
* percent is the measured stuck metric — 2% for the whole extraction, then a
|
|
196
|
+
* jump to 80/90; 29% across a 3m25 anchor wait; 93% across a 17m58 plateau.
|
|
197
|
+
* A frozen number beside advancing facts is what makes a model conclude the
|
|
198
|
+
* run is wedged and give up; never render a metric that can sit frozen while
|
|
199
|
+
* work advances. Percent stays in machine payloads and durable records only.
|
|
200
|
+
*/
|
|
201
|
+
export type ProgressTickLine = {
|
|
202
|
+
elapsedSeconds: number;
|
|
203
|
+
scope?: string;
|
|
204
|
+
stage: string;
|
|
205
|
+
/** Prefix `still` — a cadence tick whose news is the wait itself. */
|
|
206
|
+
waiting?: boolean;
|
|
207
|
+
facts: readonly string[];
|
|
208
|
+
};
|
|
209
|
+
export declare const renderProgressTick: (line: ProgressTickLine) => string;
|
|
210
|
+
/**
|
|
211
|
+
* The initialization block. Every command opens by stating what was
|
|
212
|
+
* requested, the identity it claimed, what is paid vs replayed free, what
|
|
213
|
+
* done will look like, and the initial expectation WITH ITS BASIS — after
|
|
214
|
+
* which ticks never repeat the identity and never count down.
|
|
215
|
+
*/
|
|
216
|
+
export type RunBrief = {
|
|
217
|
+
/** `convert A.png -> layerdoc + responsive html (one fused purchase)` */
|
|
218
|
+
request: string;
|
|
219
|
+
/** Stated once here and once in the terminal block; never on ticks. */
|
|
220
|
+
identity?: readonly string[];
|
|
221
|
+
/** What this run buys. Absent means the line is skipped, not zero. */
|
|
222
|
+
paid?: string;
|
|
223
|
+
/** What this run replays without buying. */
|
|
224
|
+
free?: string;
|
|
225
|
+
/** The exact files/directories that will exist when this is done. */
|
|
226
|
+
done?: string;
|
|
227
|
+
expectation?: {
|
|
228
|
+
typicalSeconds: number;
|
|
229
|
+
/** Where the number comes from: `measured median, fast model, fused`. */
|
|
230
|
+
basis?: string;
|
|
231
|
+
};
|
|
232
|
+
/** Whether this command blocks until done (ticks prove liveness). */
|
|
233
|
+
blocking?: boolean;
|
|
234
|
+
};
|
|
235
|
+
export declare const renderRunBrief: (brief: RunBrief, heartbeatSeconds?: number) => string[];
|
|
236
|
+
/**
|
|
237
|
+
* The terminal block. One line per requested artifact with its terminal
|
|
238
|
+
* state, so a multi-format run shows each format's liveness and a paid format
|
|
239
|
+
* that is still live server-side can never hide inside a final-looking
|
|
240
|
+
* summary — the block says so and names the exact collect command.
|
|
241
|
+
*/
|
|
242
|
+
export type TerminalArtifactReport = {
|
|
243
|
+
/** What was requested, in the run's own words: `responsive html`. */
|
|
244
|
+
name: string;
|
|
245
|
+
/** `succeeded`, `failed`, `still running server-side`, `not started`. */
|
|
246
|
+
state: string;
|
|
247
|
+
path?: string;
|
|
248
|
+
/** The exact next command when the state needs one, or provenance. */
|
|
249
|
+
note?: string;
|
|
250
|
+
};
|
|
251
|
+
export type TerminalReport = {
|
|
252
|
+
status: Exclude<LongRunningProgressStatus, 'running'>;
|
|
253
|
+
/** `convert (image + responsive html)` — the label the brief used. */
|
|
254
|
+
label: string;
|
|
255
|
+
elapsedSeconds: number;
|
|
256
|
+
artifacts?: readonly TerminalArtifactReport[];
|
|
257
|
+
/** What was bought vs replayed, settled at the end: the honest receipt. */
|
|
258
|
+
spend?: string;
|
|
259
|
+
/** The free next step with its exact command. */
|
|
260
|
+
next?: string;
|
|
261
|
+
/** One sentence of cause, for the non-success statuses. */
|
|
262
|
+
detail?: string;
|
|
263
|
+
};
|
|
264
|
+
export declare const renderTerminalReport: (report: TerminalReport) => string[];
|
|
265
|
+
/** A scope: one half of a purchase with its own clock, typical, and percent. */
|
|
266
|
+
export type ProgressScope = {
|
|
267
|
+
/** Rendered prefix on every tick of a multi-scope run: `export`. */
|
|
268
|
+
name?: string;
|
|
269
|
+
typicalSeconds?: number;
|
|
270
|
+
/** Where the typical comes from, quoted with it in the handoff sentence. */
|
|
271
|
+
basis?: string;
|
|
272
|
+
/**
|
|
273
|
+
* The handoff, said in words. When absent a default is composed from the
|
|
274
|
+
* name and typical. The first scope of a run usually needs none — the brief
|
|
275
|
+
* already introduced it.
|
|
276
|
+
*/
|
|
277
|
+
sentence?: string;
|
|
278
|
+
};
|
|
279
|
+
export type LongRunningProgressReporter = {
|
|
280
|
+
/** Print the initialization block. Once, before any tick. */
|
|
281
|
+
brief: (brief: RunBrief) => void;
|
|
282
|
+
/**
|
|
283
|
+
* Enter a scope, saying the handoff in words and restarting the scope
|
|
284
|
+
* clock, stage order, and overrun state. `conversion finished in 1m 26s;
|
|
285
|
+
* now the linked responsive export (second half of this purchase, ~2m
|
|
286
|
+
* typical) — its percent restarts at 0.`
|
|
287
|
+
*/
|
|
288
|
+
beginScope: (scope: ProgressScope) => void;
|
|
289
|
+
/** Publish a new structured observation. Semantic changes print immediately. */
|
|
290
|
+
update: (observation: LongRunningProgressObservation) => void;
|
|
291
|
+
/** Publish the next cadence tick when enough time has passed. */
|
|
292
|
+
tick: () => void;
|
|
293
|
+
/** One immediate human sentence outside the tick grammar (notices). */
|
|
294
|
+
note: (sentence: string) => void;
|
|
295
|
+
/** Print one terminal block and suppress every later terminal duplicate. */
|
|
296
|
+
finish: (status: Exclude<LongRunningProgressStatus, 'running'>, report?: Partial<Omit<TerminalReport, 'status' | 'label' | 'elapsedSeconds'>> & Pick<Partial<TerminalReport>, 'elapsedSeconds'>) => void;
|
|
297
|
+
/** Stop the timer without claiming a terminal service state. */
|
|
298
|
+
dispose: () => void;
|
|
299
|
+
};
|
|
300
|
+
/**
|
|
301
|
+
* One clock, estimate policy, cadence, scope ledger, and terminal deduper for
|
|
302
|
+
* all long work. The sole rendering policy for every long-running command
|
|
303
|
+
* (CLAUDE.md item 9): commands publish structured facts only and own no
|
|
304
|
+
* punctuation, elapsed clocks, estimates, overrun wording, or terminal lines.
|
|
305
|
+
*
|
|
306
|
+
* Emission policy, in the order a reader experiences it:
|
|
307
|
+
* - the brief prints once, carrying identity and the only initial estimate;
|
|
308
|
+
* - a semantic change (stage, percent, counts, lanes, children, milestone)
|
|
309
|
+
* prints immediately;
|
|
310
|
+
* - silence never exceeds the cadence: a `still` tick names what is being
|
|
311
|
+
* waited on and how long, which is the information a repeated
|
|
312
|
+
* stage-and-percent frame pretended to carry;
|
|
313
|
+
* - the first tick past a scope's typical says so, once, in words, and no
|
|
314
|
+
* number counts down at any point;
|
|
315
|
+
* - stages never render backwards: a late update from an earlier stage folds
|
|
316
|
+
* its facts into the current stage instead.
|
|
317
|
+
*/
|
|
318
|
+
export declare const createLongRunningProgress: (args: {
|
|
319
|
+
label: string;
|
|
320
|
+
/** The whole-run typical used for the journal heartbeat and overrun state
|
|
321
|
+
* until a scope with its own typical begins. */
|
|
322
|
+
typicalSeconds: number;
|
|
323
|
+
quiet?: boolean;
|
|
324
|
+
write?: (line: string) => void;
|
|
325
|
+
now?: () => number;
|
|
326
|
+
heartbeatMs?: number;
|
|
327
|
+
initialElapsedSeconds?: number;
|
|
328
|
+
heartbeat?: (progress: {
|
|
329
|
+
stage: string;
|
|
330
|
+
elapsedSeconds: number;
|
|
331
|
+
typicalSeconds: number;
|
|
332
|
+
}) => void;
|
|
333
|
+
}) => LongRunningProgressReporter;
|
|
105
334
|
/**
|
|
106
335
|
* THE mandatory closing line of any output that is not yet terminal.
|
|
107
336
|
*
|
|
@@ -126,8 +355,13 @@ export declare const narrateCounts: (counts: readonly {
|
|
|
126
355
|
count: number;
|
|
127
356
|
detail?: string;
|
|
128
357
|
}[]) => string;
|
|
129
|
-
export declare const secondsSince: (iso: string | undefined, now: number) => number | undefined;
|
|
130
358
|
export declare const stageLabel: (stage: string) => string;
|
|
359
|
+
/**
|
|
360
|
+
* The unit phrase for a package phase's counts. The convert_viewports phase
|
|
361
|
+
* counts VIEWPORTS: labelling them pages read `1 of 3 pages` on a one-page
|
|
362
|
+
* run (measured on the v2 board's branch worker log).
|
|
363
|
+
*/
|
|
364
|
+
export declare const packageStageUnit: (stage: string) => string;
|
|
131
365
|
export type PackageStageProgress = {
|
|
132
366
|
stage: string;
|
|
133
367
|
percent?: number;
|
|
@@ -138,68 +372,15 @@ export type PackageStageProgress = {
|
|
|
138
372
|
pagesAvailable?: number;
|
|
139
373
|
};
|
|
140
374
|
/**
|
|
141
|
-
* `converting viewports
|
|
375
|
+
* `converting viewports — 1 of 3 viewports, 2 running, 1m 20s in stage`.
|
|
142
376
|
*
|
|
143
|
-
*
|
|
144
|
-
*
|
|
145
|
-
*
|
|
146
|
-
*
|
|
147
|
-
*
|
|
148
|
-
* them
|
|
377
|
+
* The percent field on the durable record is accepted but never rendered
|
|
378
|
+
* (owner, 2026-08-21): the package percent is the measured stuck metric —
|
|
379
|
+
* 93% across a 17m58 anchor wait — and a frozen number beside advancing
|
|
380
|
+
* facts reads as a wedge. The counts and the time in phase are facts that
|
|
381
|
+
* keep advancing while the percent does not. Every fact is optional, because
|
|
382
|
+
* a server that predates them answers without them and a renderer that
|
|
383
|
+
* demanded them would print nothing at all.
|
|
149
384
|
*/
|
|
150
385
|
export declare const packageProgressLine: (progress: PackageStageProgress, now?: number) => string;
|
|
151
|
-
/**
|
|
152
|
-
* One writer for every package progress line, deduplicated per page.
|
|
153
|
-
*
|
|
154
|
-
* The poll revalidates every few seconds and mostly sees the same facts;
|
|
155
|
-
* repeating an unchanged line is how a stream stops reading as motion. When the
|
|
156
|
-
* server publishes its time in phase the line advances on its own, which is the
|
|
157
|
-
* point — a percent that has not moved is exactly when a caller needs to see
|
|
158
|
-
* that something still is.
|
|
159
|
-
*/
|
|
160
|
-
export declare const createPackageProgressReporter: (args: {
|
|
161
|
-
write: (line: string) => void;
|
|
162
|
-
elapsed: () => string;
|
|
163
|
-
now?: () => number;
|
|
164
|
-
}) => ((pageId: string | undefined, progress: PackageStageProgress) => void);
|
|
165
|
-
export type ProgressReporter = {
|
|
166
|
-
onProgress: (operation: ConversionOperation) => void;
|
|
167
|
-
/** Final line for a finished operation. */
|
|
168
|
-
done: (operation: ConversionOperation) => void;
|
|
169
|
-
};
|
|
170
|
-
/**
|
|
171
|
-
* Streams stage progress to stderr, one line per distinct stage/percent.
|
|
172
|
-
*
|
|
173
|
-
* stderr, not stdout, so the command's machine-readable result stays a single
|
|
174
|
-
* clean JSON document that a caller can pipe. Deduplicated because the poll
|
|
175
|
-
* loop revalidates every couple of seconds and mostly sees no change.
|
|
176
|
-
*/
|
|
177
|
-
export declare const createProgressReporter: (args: {
|
|
178
|
-
label: string;
|
|
179
|
-
quiet?: boolean;
|
|
180
|
-
/**
|
|
181
|
-
* The quote this operation opened with. The command prints it once, at t=0,
|
|
182
|
-
* and it goes stale the moment the run passes it: the stream then has to say
|
|
183
|
-
* so itself, because a caller holding a five-minute promise at six minutes
|
|
184
|
-
* concludes the service is wedged and improvises around it.
|
|
185
|
-
*/
|
|
186
|
-
typicalSeconds?: number;
|
|
187
|
-
write?: (line: string) => void;
|
|
188
|
-
now?: () => number;
|
|
189
|
-
/**
|
|
190
|
-
* The durable half of the same fact.
|
|
191
|
-
*
|
|
192
|
-
* stderr is the only channel this reporter had, and under an agent harness
|
|
193
|
-
* nothing reads it until the process exits — so a blocking command was
|
|
194
|
-
* silent for its whole run and the caller bought the work twice. Every
|
|
195
|
-
* progress event is offered to the journal, which decides what is worth a
|
|
196
|
-
* line, and it is offered BEFORE the `--quiet` check: a record must not
|
|
197
|
-
* depend on whether a human wanted to watch.
|
|
198
|
-
*/
|
|
199
|
-
heartbeat?: (progress: {
|
|
200
|
-
stage: string;
|
|
201
|
-
elapsedSeconds: number;
|
|
202
|
-
typicalSeconds?: number;
|
|
203
|
-
}) => void;
|
|
204
|
-
}) => ProgressReporter;
|
|
205
386
|
//# sourceMappingURL=cli-progress.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cli-progress.d.ts","sourceRoot":"","sources":["../src/cli-progress.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"cli-progress.d.ts","sourceRoot":"","sources":["../src/cli-progress.ts"],"names":[],"mappings":"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"}
|