@lumenflow/packs-software-delivery 4.24.0 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/manifest-schema.d.ts +12 -0
- package/dist/manifest-schema.d.ts.map +1 -1
- package/dist/manifest-schema.js +10 -0
- package/dist/manifest-schema.js.map +1 -1
- package/dist/manifest.d.ts +21 -0
- package/dist/manifest.d.ts.map +1 -1
- package/dist/manifest.js +92 -1
- package/dist/manifest.js.map +1 -1
- package/dist/src/commands/index.d.ts +2 -0
- package/dist/src/commands/index.d.ts.map +1 -0
- package/dist/src/commands/index.js +5 -0
- package/dist/src/commands/index.js.map +1 -0
- package/dist/src/config/delivery-review-contract.d.ts +17 -0
- package/dist/src/config/delivery-review-contract.d.ts.map +1 -0
- package/dist/src/config/delivery-review-contract.js +19 -0
- package/dist/src/config/delivery-review-contract.js.map +1 -0
- package/dist/src/config/env-accessors.d.ts +16 -0
- package/dist/src/config/env-accessors.d.ts.map +1 -0
- package/dist/src/config/env-accessors.js +18 -0
- package/dist/src/config/env-accessors.js.map +1 -0
- package/dist/src/config/index.d.ts +3 -0
- package/dist/src/config/index.d.ts.map +1 -0
- package/dist/src/config/index.js +8 -0
- package/dist/src/config/index.js.map +1 -0
- package/dist/src/config/normalize-config-keys.d.ts +16 -0
- package/dist/src/config/normalize-config-keys.d.ts.map +1 -0
- package/dist/src/config/normalize-config-keys.js +18 -0
- package/dist/src/config/normalize-config-keys.js.map +1 -0
- package/dist/src/config/schemas/lumenflow-config-schema-types.d.ts +190 -0
- package/dist/src/config/schemas/lumenflow-config-schema-types.d.ts.map +1 -0
- package/dist/src/config/schemas/lumenflow-config-schema-types.js +182 -0
- package/dist/src/config/schemas/lumenflow-config-schema-types.js.map +1 -0
- package/dist/src/config/schemas/lumenflow-config-schema.d.ts +190 -0
- package/dist/src/config/schemas/lumenflow-config-schema.d.ts.map +1 -0
- package/dist/src/config/schemas/lumenflow-config-schema.js +182 -0
- package/dist/src/config/schemas/lumenflow-config-schema.js.map +1 -0
- package/dist/src/config/workspace-reader.d.ts +56 -0
- package/dist/src/config/workspace-reader.d.ts.map +1 -0
- package/dist/src/config/workspace-reader.js +209 -0
- package/dist/src/config/workspace-reader.js.map +1 -0
- package/dist/src/constants/backlog-patterns.d.ts +21 -0
- package/dist/src/constants/backlog-patterns.d.ts.map +1 -0
- package/dist/src/constants/backlog-patterns.js +26 -0
- package/dist/src/constants/backlog-patterns.js.map +1 -0
- package/dist/src/constants/client-ids.d.ts +16 -0
- package/dist/src/constants/client-ids.d.ts.map +1 -0
- package/dist/src/constants/client-ids.js +16 -0
- package/dist/src/constants/client-ids.js.map +1 -0
- package/dist/src/constants/config-contract.d.ts +2 -0
- package/dist/src/constants/config-contract.d.ts.map +1 -0
- package/dist/src/constants/config-contract.js +7 -0
- package/dist/src/constants/config-contract.js.map +1 -0
- package/dist/src/constants/docs-layout-presets.d.ts +31 -0
- package/dist/src/constants/docs-layout-presets.d.ts.map +1 -0
- package/dist/src/constants/docs-layout-presets.js +41 -0
- package/dist/src/constants/docs-layout-presets.js.map +1 -0
- package/dist/src/constants/duration-constants.d.ts +11 -0
- package/dist/src/constants/duration-constants.d.ts.map +1 -0
- package/dist/src/constants/duration-constants.js +13 -0
- package/dist/src/constants/duration-constants.js.map +1 -0
- package/dist/src/constants/gate-constants.d.ts +24 -0
- package/dist/src/constants/gate-constants.d.ts.map +1 -0
- package/dist/src/constants/gate-constants.js +26 -0
- package/dist/src/constants/gate-constants.js.map +1 -0
- package/dist/src/constants/index.d.ts +18 -0
- package/dist/src/constants/index.d.ts.map +1 -0
- package/dist/src/constants/index.js +29 -0
- package/dist/src/constants/index.js.map +1 -0
- package/dist/src/constants/lock-constants.d.ts +29 -0
- package/dist/src/constants/lock-constants.d.ts.map +1 -0
- package/dist/src/constants/lock-constants.js +31 -0
- package/dist/src/constants/lock-constants.js.map +1 -0
- package/dist/src/constants/object-guards.d.ts +9 -0
- package/dist/src/constants/object-guards.d.ts.map +1 -0
- package/dist/src/constants/object-guards.js +11 -0
- package/dist/src/constants/object-guards.js.map +1 -0
- package/dist/src/constants/section-headings.d.ts +35 -0
- package/dist/src/constants/section-headings.d.ts.map +1 -0
- package/dist/src/constants/section-headings.js +82 -0
- package/dist/src/constants/section-headings.js.map +1 -0
- package/dist/src/constants/wu-cli-constants.d.ts +434 -0
- package/dist/src/constants/wu-cli-constants.d.ts.map +1 -0
- package/dist/src/constants/wu-cli-constants.js +439 -0
- package/dist/src/constants/wu-cli-constants.js.map +1 -0
- package/dist/src/constants/wu-domain-constants.d.ts +296 -0
- package/dist/src/constants/wu-domain-constants.d.ts.map +1 -0
- package/dist/src/constants/wu-domain-constants.js +400 -0
- package/dist/src/constants/wu-domain-constants.js.map +1 -0
- package/dist/src/constants/wu-git-constants.d.ts +2 -0
- package/dist/src/constants/wu-git-constants.d.ts.map +1 -0
- package/dist/src/constants/wu-git-constants.js +7 -0
- package/dist/src/constants/wu-git-constants.js.map +1 -0
- package/dist/src/constants/wu-id-format.d.ts +138 -0
- package/dist/src/constants/wu-id-format.d.ts.map +1 -0
- package/dist/src/constants/wu-id-format.js +265 -0
- package/dist/src/constants/wu-id-format.js.map +1 -0
- package/dist/src/constants/wu-paths-constants.d.ts +254 -0
- package/dist/src/constants/wu-paths-constants.d.ts.map +1 -0
- package/dist/src/constants/wu-paths-constants.js +276 -0
- package/dist/src/constants/wu-paths-constants.js.map +1 -0
- package/dist/src/constants/wu-statuses.d.ts +209 -0
- package/dist/src/constants/wu-statuses.d.ts.map +1 -0
- package/dist/src/constants/wu-statuses.js +245 -0
- package/dist/src/constants/wu-statuses.js.map +1 -0
- package/dist/src/constants/wu-type-helpers.d.ts +28 -0
- package/dist/src/constants/wu-type-helpers.d.ts.map +1 -0
- package/dist/src/constants/wu-type-helpers.js +49 -0
- package/dist/src/constants/wu-type-helpers.js.map +1 -0
- package/dist/src/constants/wu-ui-constants.d.ts +236 -0
- package/dist/src/constants/wu-ui-constants.d.ts.map +1 -0
- package/dist/src/constants/wu-ui-constants.js +238 -0
- package/dist/src/constants/wu-ui-constants.js.map +1 -0
- package/dist/src/constants/wu-validation-constants.d.ts +61 -0
- package/dist/src/constants/wu-validation-constants.d.ts.map +1 -0
- package/dist/src/constants/wu-validation-constants.js +69 -0
- package/dist/src/constants/wu-validation-constants.js.map +1 -0
- package/dist/src/domain/index.d.ts +4 -0
- package/dist/src/domain/index.d.ts.map +1 -0
- package/dist/src/domain/index.js +6 -0
- package/dist/src/domain/index.js.map +1 -0
- package/dist/src/domain/orchestration.constants.d.ts +111 -0
- package/dist/src/domain/orchestration.constants.d.ts.map +1 -0
- package/dist/src/domain/orchestration.constants.js +130 -0
- package/dist/src/domain/orchestration.constants.js.map +1 -0
- package/dist/src/domain/orchestration.schemas.d.ts +307 -0
- package/dist/src/domain/orchestration.schemas.d.ts.map +1 -0
- package/dist/src/domain/orchestration.schemas.js +214 -0
- package/dist/src/domain/orchestration.schemas.js.map +1 -0
- package/dist/src/domain/orchestration.types.d.ts +134 -0
- package/dist/src/domain/orchestration.types.d.ts.map +1 -0
- package/dist/src/domain/orchestration.types.js +5 -0
- package/dist/src/domain/orchestration.types.js.map +1 -0
- package/dist/src/methodology/incremental-test.d.ts +33 -0
- package/dist/src/methodology/incremental-test.d.ts.map +1 -0
- package/dist/src/methodology/incremental-test.js +73 -0
- package/dist/src/methodology/incremental-test.js.map +1 -0
- package/dist/src/methodology/index.d.ts +3 -0
- package/dist/src/methodology/index.d.ts.map +1 -0
- package/dist/src/methodology/index.js +6 -0
- package/dist/src/methodology/index.js.map +1 -0
- package/dist/src/methodology/manual-test-validator.d.ts +97 -0
- package/dist/src/methodology/manual-test-validator.d.ts.map +1 -0
- package/dist/src/methodology/manual-test-validator.js +248 -0
- package/dist/src/methodology/manual-test-validator.js.map +1 -0
- package/dist/src/policy/coverage-gate.d.ts +127 -0
- package/dist/src/policy/coverage-gate.d.ts.map +1 -0
- package/dist/src/policy/coverage-gate.js +211 -0
- package/dist/src/policy/coverage-gate.js.map +1 -0
- package/dist/src/policy/gates-agent-mode.d.ts +107 -0
- package/dist/src/policy/gates-agent-mode.d.ts.map +1 -0
- package/dist/src/policy/gates-agent-mode.js +138 -0
- package/dist/src/policy/gates-agent-mode.js.map +1 -0
- package/dist/src/policy/gates-config-internal.d.ts +54 -0
- package/dist/src/policy/gates-config-internal.d.ts.map +1 -0
- package/dist/src/policy/gates-config-internal.js +108 -0
- package/dist/src/policy/gates-config-internal.js.map +1 -0
- package/dist/src/policy/gates-config.d.ts +67 -0
- package/dist/src/policy/gates-config.d.ts.map +1 -0
- package/dist/src/policy/gates-config.js +193 -0
- package/dist/src/policy/gates-config.js.map +1 -0
- package/dist/src/policy/gates-coverage.d.ts +48 -0
- package/dist/src/policy/gates-coverage.d.ts.map +1 -0
- package/dist/src/policy/gates-coverage.js +182 -0
- package/dist/src/policy/gates-coverage.js.map +1 -0
- package/dist/src/policy/gates-presets.d.ts +51 -0
- package/dist/src/policy/gates-presets.d.ts.map +1 -0
- package/dist/src/policy/gates-presets.js +117 -0
- package/dist/src/policy/gates-presets.js.map +1 -0
- package/dist/src/policy/gates-schemas.d.ts +142 -0
- package/dist/src/policy/gates-schemas.d.ts.map +1 -0
- package/dist/src/policy/gates-schemas.js +67 -0
- package/dist/src/policy/gates-schemas.js.map +1 -0
- package/dist/src/policy/index.d.ts +19 -0
- package/dist/src/policy/index.d.ts.map +1 -0
- package/dist/src/policy/index.js +21 -0
- package/dist/src/policy/index.js.map +1 -0
- package/dist/src/policy/package-manager-resolver.d.ts +79 -0
- package/dist/src/policy/package-manager-resolver.d.ts.map +1 -0
- package/dist/src/policy/package-manager-resolver.js +245 -0
- package/dist/src/policy/package-manager-resolver.js.map +1 -0
- package/dist/src/policy/resolve-policy.d.ts +337 -0
- package/dist/src/policy/resolve-policy.d.ts.map +1 -0
- package/dist/src/policy/resolve-policy.js +353 -0
- package/dist/src/policy/resolve-policy.js.map +1 -0
- package/dist/src/ports/config.ports.d.ts +83 -0
- package/dist/src/ports/config.ports.d.ts.map +1 -0
- package/dist/src/ports/config.ports.js +4 -0
- package/dist/src/ports/config.ports.js.map +1 -0
- package/dist/src/ports/dashboard-renderer.port.d.ts +113 -0
- package/dist/src/ports/dashboard-renderer.port.d.ts.map +1 -0
- package/dist/src/ports/dashboard-renderer.port.js +4 -0
- package/dist/src/ports/dashboard-renderer.port.js.map +1 -0
- package/dist/src/ports/index.d.ts +5 -0
- package/dist/src/ports/index.d.ts.map +1 -0
- package/dist/src/ports/index.js +10 -0
- package/dist/src/ports/index.js.map +1 -0
- package/dist/src/ports/sync-validator.ports.d.ts +52 -0
- package/dist/src/ports/sync-validator.ports.d.ts.map +1 -0
- package/dist/src/ports/sync-validator.ports.js +4 -0
- package/dist/src/ports/sync-validator.ports.js.map +1 -0
- package/dist/src/ports/wu-helpers.ports.d.ts +157 -0
- package/dist/src/ports/wu-helpers.ports.d.ts.map +1 -0
- package/dist/src/ports/wu-helpers.ports.js +4 -0
- package/dist/src/ports/wu-helpers.ports.js.map +1 -0
- package/dist/src/ports/wu-state.ports.d.ts +209 -0
- package/dist/src/ports/wu-state.ports.d.ts.map +1 -0
- package/dist/src/ports/wu-state.ports.js +4 -0
- package/dist/src/ports/wu-state.ports.js.map +1 -0
- package/dist/src/primitives/index.d.ts +2 -0
- package/dist/src/primitives/index.d.ts.map +1 -0
- package/dist/src/primitives/index.js +5 -0
- package/dist/src/primitives/index.js.map +1 -0
- package/dist/src/runtime/index.d.ts +2 -0
- package/dist/src/runtime/index.d.ts.map +1 -0
- package/dist/src/runtime/index.js +6 -0
- package/dist/src/runtime/index.js.map +1 -0
- package/dist/src/runtime/work-classifier.d.ts +103 -0
- package/dist/src/runtime/work-classifier.d.ts.map +1 -0
- package/dist/src/runtime/work-classifier.js +427 -0
- package/dist/src/runtime/work-classifier.js.map +1 -0
- package/dist/src/sandbox/index.d.ts +6 -0
- package/dist/src/sandbox/index.d.ts.map +1 -0
- package/dist/src/sandbox/index.js +10 -0
- package/dist/src/sandbox/index.js.map +1 -0
- package/dist/src/sandbox/sandbox-allowlist.d.ts +16 -0
- package/dist/src/sandbox/sandbox-allowlist.d.ts.map +1 -0
- package/dist/src/sandbox/sandbox-allowlist.js +77 -0
- package/dist/src/sandbox/sandbox-allowlist.js.map +1 -0
- package/dist/src/sandbox/sandbox-backend-linux.d.ts +6 -0
- package/dist/src/sandbox/sandbox-backend-linux.d.ts.map +1 -0
- package/dist/src/sandbox/sandbox-backend-linux.js +67 -0
- package/dist/src/sandbox/sandbox-backend-linux.js.map +1 -0
- package/dist/src/sandbox/sandbox-backend-macos.d.ts +6 -0
- package/dist/src/sandbox/sandbox-backend-macos.d.ts.map +1 -0
- package/dist/src/sandbox/sandbox-backend-macos.js +112 -0
- package/dist/src/sandbox/sandbox-backend-macos.js.map +1 -0
- package/dist/src/sandbox/sandbox-backend-windows.d.ts +6 -0
- package/dist/src/sandbox/sandbox-backend-windows.d.ts.map +1 -0
- package/dist/src/sandbox/sandbox-backend-windows.js +30 -0
- package/dist/src/sandbox/sandbox-backend-windows.js.map +1 -0
- package/dist/src/sandbox/sandbox-profile.d.ts +58 -0
- package/dist/src/sandbox/sandbox-profile.d.ts.map +1 -0
- package/dist/src/sandbox/sandbox-profile.js +69 -0
- package/dist/src/sandbox/sandbox-profile.js.map +1 -0
- package/dist/src/schemas/index.d.ts +2 -0
- package/dist/src/schemas/index.d.ts.map +1 -0
- package/dist/src/schemas/index.js +5 -0
- package/dist/src/schemas/index.js.map +1 -0
- package/dist/src/state/date-utils.d.ts +66 -0
- package/dist/src/state/date-utils.d.ts.map +1 -0
- package/dist/src/state/date-utils.js +143 -0
- package/dist/src/state/date-utils.js.map +1 -0
- package/dist/src/state/index.d.ts +8 -0
- package/dist/src/state/index.d.ts.map +1 -0
- package/dist/src/state/index.js +15 -0
- package/dist/src/state/index.js.map +1 -0
- package/dist/src/state/state-machine.d.ts +14 -0
- package/dist/src/state/state-machine.d.ts.map +1 -0
- package/dist/src/state/state-machine.js +92 -0
- package/dist/src/state/state-machine.js.map +1 -0
- package/dist/src/state/wu-doc-types.d.ts +48 -0
- package/dist/src/state/wu-doc-types.d.ts.map +1 -0
- package/dist/src/state/wu-doc-types.js +4 -0
- package/dist/src/state/wu-doc-types.js.map +1 -0
- package/dist/src/state/wu-paths.d.ts +275 -0
- package/dist/src/state/wu-paths.d.ts.map +1 -0
- package/dist/src/state/wu-paths.js +335 -0
- package/dist/src/state/wu-paths.js.map +1 -0
- package/dist/src/state/wu-schema.d.ts +831 -0
- package/dist/src/state/wu-schema.d.ts.map +1 -0
- package/dist/src/state/wu-schema.js +934 -0
- package/dist/src/state/wu-schema.js.map +1 -0
- package/dist/src/state/wu-state-schema.d.ts +292 -0
- package/dist/src/state/wu-state-schema.d.ts.map +1 -0
- package/dist/src/state/wu-state-schema.js +215 -0
- package/dist/src/state/wu-state-schema.js.map +1 -0
- package/dist/src/state/wu-yaml.d.ts +113 -0
- package/dist/src/state/wu-yaml.d.ts.map +1 -0
- package/dist/src/state/wu-yaml.js +307 -0
- package/dist/src/state/wu-yaml.js.map +1 -0
- package/dist/tool-impl/wu-lifecycle-tools.d.ts +11 -0
- package/dist/tool-impl/wu-lifecycle-tools.d.ts.map +1 -1
- package/dist/tool-impl/wu-lifecycle-tools.js +17 -0
- package/dist/tool-impl/wu-lifecycle-tools.js.map +1 -1
- package/manifest.yaml +46 -0
- package/package.json +88 -3
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
// Copyright (c) 2026 Hellmai Ltd
|
|
2
|
+
// SPDX-License-Identifier: AGPL-3.0-only
|
|
3
|
+
/**
|
|
4
|
+
* Software Delivery State Machine (WU-2664, INIT-058 Layer 1 Cohort B)
|
|
5
|
+
*
|
|
6
|
+
* Enforces canonical WU state transitions according to LumenFlow §2.4.
|
|
7
|
+
*
|
|
8
|
+
* The generic state-transition pattern (canonical state names, alias
|
|
9
|
+
* resolution, transition table evaluation) lives in
|
|
10
|
+
* `@lumenflow/kernel/primitives/state-machine`. This module keeps the
|
|
11
|
+
* SDLC-specific WU state names and surfaces error codes that callers of
|
|
12
|
+
* the software-delivery pack already depend on.
|
|
13
|
+
*
|
|
14
|
+
* WU state names (SDLC-specific):
|
|
15
|
+
* - ready → in_progress (claim)
|
|
16
|
+
* - in_progress → blocked (block)
|
|
17
|
+
* - in_progress → waiting (implementation complete, awaiting sign-off)
|
|
18
|
+
* - in_progress → done (direct completion)
|
|
19
|
+
* - in_progress → ready (release — WU-1080: orphan recovery)
|
|
20
|
+
* - blocked → in_progress (unblock)
|
|
21
|
+
* - blocked → done (blocker resolved, direct completion)
|
|
22
|
+
* - waiting → in_progress (changes requested)
|
|
23
|
+
* - waiting → done (approved)
|
|
24
|
+
* - done → (terminal, no transitions)
|
|
25
|
+
*/
|
|
26
|
+
import { assertTransition as assertKernelTransition, TASK_LIFECYCLE_STATES, } from '@lumenflow/kernel/primitives/state-machine';
|
|
27
|
+
import { createError, ErrorCodes } from '@lumenflow/kernel/primitives/error-handler';
|
|
28
|
+
const VALID_STATES = new Set([
|
|
29
|
+
'ready',
|
|
30
|
+
'in_progress',
|
|
31
|
+
'blocked',
|
|
32
|
+
'waiting',
|
|
33
|
+
'done',
|
|
34
|
+
]);
|
|
35
|
+
/**
|
|
36
|
+
* Alias map used to translate SDLC WU state names to the kernel's canonical
|
|
37
|
+
* state vocabulary. Defined once per module so the kernel lookup table is
|
|
38
|
+
* built predictably.
|
|
39
|
+
*/
|
|
40
|
+
const SDLC_STATE_ALIASES = {
|
|
41
|
+
[TASK_LIFECYCLE_STATES.ACTIVE]: 'in_progress',
|
|
42
|
+
};
|
|
43
|
+
function throwInvalidState(label, value, other, wuid, reason) {
|
|
44
|
+
if (value === null || value === undefined || value === '') {
|
|
45
|
+
throw createError(ErrorCodes.STATE_ERROR, `Invalid state: ${value}`, {
|
|
46
|
+
wuid,
|
|
47
|
+
from: label === 'from' ? value : other,
|
|
48
|
+
to: label === 'to' ? value : other,
|
|
49
|
+
reason: reason ?? `${label} state is null/undefined/empty`,
|
|
50
|
+
});
|
|
51
|
+
}
|
|
52
|
+
throw createError(ErrorCodes.STATE_ERROR, `Invalid state: ${value}`, {
|
|
53
|
+
wuid,
|
|
54
|
+
from: label === 'from' ? value : other,
|
|
55
|
+
to: label === 'to' ? value : other,
|
|
56
|
+
validStates: Array.from(VALID_STATES),
|
|
57
|
+
});
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* Validates a SDLC WU state transition and throws if illegal.
|
|
61
|
+
*
|
|
62
|
+
* Delegates graph evaluation to `@lumenflow/kernel/primitives/state-machine`
|
|
63
|
+
* and rewraps kernel errors with the `STATE_ERROR` error code that core
|
|
64
|
+
* callers already rely on.
|
|
65
|
+
*
|
|
66
|
+
* @param from Current WU status (e.g., `in_progress`, `blocked`).
|
|
67
|
+
* @param to Desired WU status.
|
|
68
|
+
* @param wuid Work Unit ID (e.g., `WU-416`) used in error messages.
|
|
69
|
+
* @throws Error with `code === 'STATE_ERROR'` for invalid/illegal transitions.
|
|
70
|
+
*/
|
|
71
|
+
export function assertTransition(from, to, wuid) {
|
|
72
|
+
if (from === null || from === undefined || from === '') {
|
|
73
|
+
throwInvalidState('from', from, to, wuid);
|
|
74
|
+
}
|
|
75
|
+
if (to === null || to === undefined || to === '') {
|
|
76
|
+
throwInvalidState('to', to, from, wuid);
|
|
77
|
+
}
|
|
78
|
+
if (!VALID_STATES.has(from)) {
|
|
79
|
+
throwInvalidState('from', from, to, wuid);
|
|
80
|
+
}
|
|
81
|
+
if (!VALID_STATES.has(to)) {
|
|
82
|
+
throwInvalidState('to', to, from, wuid);
|
|
83
|
+
}
|
|
84
|
+
try {
|
|
85
|
+
assertKernelTransition(from, to, wuid, SDLC_STATE_ALIASES);
|
|
86
|
+
}
|
|
87
|
+
catch (err) {
|
|
88
|
+
const message = err instanceof Error ? err.message : String(err);
|
|
89
|
+
throw createError(ErrorCodes.STATE_ERROR, message, { wuid, from, to });
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
//# sourceMappingURL=state-machine.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"state-machine.js","sourceRoot":"","sources":["../../../src/state/state-machine.ts"],"names":[],"mappings":"AAAA,iCAAiC;AACjC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;GAsBG;AAEH,OAAO,EACL,gBAAgB,IAAI,sBAAsB,EAC1C,qBAAqB,GAEtB,MAAM,4CAA4C,CAAC;AAEpD,OAAO,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,4CAA4C,CAAC;AASrF,MAAM,YAAY,GAAyB,IAAI,GAAG,CAAU;IAC1D,OAAO;IACP,aAAa;IACb,SAAS;IACT,SAAS;IACT,MAAM;CACP,CAAC,CAAC;AAEH;;;;GAIG;AACH,MAAM,kBAAkB,GAAqB;IAC3C,CAAC,qBAAqB,CAAC,MAAM,CAAC,EAAE,aAAa;CAC9C,CAAC;AAEF,SAAS,iBAAiB,CACxB,KAAoB,EACpB,KAAgC,EAChC,KAAgC,EAChC,IAAY,EACZ,MAAe;IAEf,IAAI,KAAK,KAAK,IAAI,IAAI,KAAK,KAAK,SAAS,IAAI,KAAK,KAAK,EAAE,EAAE,CAAC;QAC1D,MAAM,WAAW,CAAC,UAAU,CAAC,WAAW,EAAE,kBAAkB,KAAK,EAAE,EAAE;YACnE,IAAI;YACJ,IAAI,EAAE,KAAK,KAAK,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,KAAK;YACtC,EAAE,EAAE,KAAK,KAAK,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,KAAK;YAClC,MAAM,EAAE,MAAM,IAAI,GAAG,KAAK,gCAAgC;SAC3D,CAAC,CAAC;IACL,CAAC;IACD,MAAM,WAAW,CAAC,UAAU,CAAC,WAAW,EAAE,kBAAkB,KAAK,EAAE,EAAE;QACnE,IAAI;QACJ,IAAI,EAAE,KAAK,KAAK,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,KAAK;QACtC,EAAE,EAAE,KAAK,KAAK,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,KAAK;QAClC,WAAW,EAAE,KAAK,CAAC,IAAI,CAAC,YAAY,CAAC;KACtC,CAAC,CAAC;AACL,CAAC;AAED;;;;;;;;;;;GAWG;AACH,MAAM,UAAU,gBAAgB,CAC9B,IAA+B,EAC/B,EAA6B,EAC7B,IAAY;IAEZ,IAAI,IAAI,KAAK,IAAI,IAAI,IAAI,KAAK,SAAS,IAAI,IAAI,KAAK,EAAE,EAAE,CAAC;QACvD,iBAAiB,CAAC,MAAM,EAAE,IAAI,EAAE,EAAE,EAAE,IAAI,CAAC,CAAC;IAC5C,CAAC;IACD,IAAI,EAAE,KAAK,IAAI,IAAI,EAAE,KAAK,SAAS,IAAI,EAAE,KAAK,EAAE,EAAE,CAAC;QACjD,iBAAiB,CAAC,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC;IAC1C,CAAC;IACD,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,IAAe,CAAC,EAAE,CAAC;QACvC,iBAAiB,CAAC,MAAM,EAAE,IAAI,EAAE,EAAE,EAAE,IAAI,CAAC,CAAC;IAC5C,CAAC;IACD,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,EAAa,CAAC,EAAE,CAAC;QACrC,iBAAiB,CAAC,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC;IAC1C,CAAC;IAED,IAAI,CAAC;QACH,sBAAsB,CAAC,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE,kBAAkB,CAAC,CAAC;IAC7D,CAAC;IAAC,OAAO,GAAG,EAAE,CAAC;QACb,MAAM,OAAO,GAAG,GAAG,YAAY,KAAK,CAAC,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;QACjE,MAAM,WAAW,CAAC,UAAU,CAAC,WAAW,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,CAAC;IACzE,CAAC;AACH,CAAC"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* WU Document Type Definitions (WU-2044)
|
|
3
|
+
*
|
|
4
|
+
* Canonical type for parsed WU YAML documents. Previously independently
|
|
5
|
+
* defined in 7+ files (spawn-agent-guidance.ts, wu-done-paths.ts,
|
|
6
|
+
* code-path-validator.ts, lane-checker.ts, wu-repair-core.ts,
|
|
7
|
+
* wu-status-transition.ts, wu-transaction-collectors.ts).
|
|
8
|
+
*
|
|
9
|
+
* This module defines a base type covering the superset of fields
|
|
10
|
+
* needed across consumers. Files needing only a subset can use
|
|
11
|
+
* Pick<WUDocBase, 'field1' | 'field2'>.
|
|
12
|
+
*
|
|
13
|
+
* @module wu-doc-types
|
|
14
|
+
*/
|
|
15
|
+
/**
|
|
16
|
+
* Base WU document interface representing a parsed WU YAML file.
|
|
17
|
+
*
|
|
18
|
+
* All fields are optional since they may not be present depending
|
|
19
|
+
* on the WU's lifecycle stage or type.
|
|
20
|
+
*/
|
|
21
|
+
export interface WUDocBase extends Record<string, unknown> {
|
|
22
|
+
id?: string;
|
|
23
|
+
title?: string;
|
|
24
|
+
lane?: string;
|
|
25
|
+
type?: string;
|
|
26
|
+
status?: string;
|
|
27
|
+
description?: string;
|
|
28
|
+
acceptance?: string[];
|
|
29
|
+
code_paths?: string[];
|
|
30
|
+
spec_refs?: string[];
|
|
31
|
+
notes?: string;
|
|
32
|
+
risks?: string[];
|
|
33
|
+
initiative?: string;
|
|
34
|
+
worktree_path?: string;
|
|
35
|
+
claimed_mode?: string;
|
|
36
|
+
claimed_branch?: string;
|
|
37
|
+
claimed_at?: string;
|
|
38
|
+
locked?: boolean;
|
|
39
|
+
created?: unknown;
|
|
40
|
+
completed?: unknown;
|
|
41
|
+
completed_at?: string;
|
|
42
|
+
tests?: {
|
|
43
|
+
manual?: string[];
|
|
44
|
+
unit?: string[];
|
|
45
|
+
e2e?: string[];
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
//# sourceMappingURL=wu-doc-types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"wu-doc-types.d.ts","sourceRoot":"","sources":["../../../src/state/wu-doc-types.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;GAaG;AAEH;;;;;GAKG;AACH,MAAM,WAAW,SAAU,SAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;IACxD,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,KAAK,CAAC,EAAE;QACN,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;QAClB,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;QAChB,GAAG,CAAC,EAAE,MAAM,EAAE,CAAC;KAChB,CAAC;CACH"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"wu-doc-types.js","sourceRoot":"","sources":["../../../src/state/wu-doc-types.ts"],"names":[],"mappings":"AAAA,iCAAiC;AACjC,yCAAyC"}
|
|
@@ -0,0 +1,275 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Resolve repo root from an absolute file path by traversing up N directory levels.
|
|
3
|
+
*
|
|
4
|
+
* @param absolutePath - Absolute path to a file within the repo
|
|
5
|
+
* @param depth - Number of directory levels to traverse up
|
|
6
|
+
* @returns Absolute path to repo root
|
|
7
|
+
*/
|
|
8
|
+
export declare function resolveRepoRoot(absolutePath: string, depth: number): string;
|
|
9
|
+
/**
|
|
10
|
+
* Get the state store directory path from backlog.md path.
|
|
11
|
+
*
|
|
12
|
+
* WU-1523: Now computes depth dynamically from configured backlog path
|
|
13
|
+
* instead of using fixed depth values. This fixes empty backlog.md
|
|
14
|
+
* and status.md rendering in scaffolded projects with non-default docs structures.
|
|
15
|
+
*
|
|
16
|
+
* @param backlogPath - Absolute path to backlog.md
|
|
17
|
+
* @returns Absolute path to state store directory
|
|
18
|
+
*/
|
|
19
|
+
export declare function getStateStoreDirFromBacklog(backlogPath: string): string;
|
|
20
|
+
/**
|
|
21
|
+
* Create WU paths object with configurable base paths
|
|
22
|
+
*
|
|
23
|
+
* @param options - Options for path generation
|
|
24
|
+
* @param options.projectRoot - Override project root
|
|
25
|
+
* @returns WU paths object
|
|
26
|
+
*/
|
|
27
|
+
export declare function createWuPaths(options?: {
|
|
28
|
+
projectRoot?: string;
|
|
29
|
+
}): {
|
|
30
|
+
/**
|
|
31
|
+
* Get path to WU YAML file
|
|
32
|
+
* @param id - WU ID (e.g., 'WU-123')
|
|
33
|
+
* @returns Path to WU YAML file
|
|
34
|
+
*/
|
|
35
|
+
WU: (id: string) => string;
|
|
36
|
+
/**
|
|
37
|
+
* Get path to WU directory
|
|
38
|
+
* @returns Path to WU directory
|
|
39
|
+
*/
|
|
40
|
+
WU_DIR: () => string;
|
|
41
|
+
/**
|
|
42
|
+
* Get path to status.md
|
|
43
|
+
* @returns Path to status.md
|
|
44
|
+
*/
|
|
45
|
+
STATUS: () => string;
|
|
46
|
+
/**
|
|
47
|
+
* Get path to backlog.md
|
|
48
|
+
* @returns Path to backlog.md
|
|
49
|
+
*/
|
|
50
|
+
BACKLOG: () => string;
|
|
51
|
+
/**
|
|
52
|
+
* Get path to stamps directory
|
|
53
|
+
* @returns Path to stamps directory
|
|
54
|
+
*/
|
|
55
|
+
STAMPS_DIR: () => string;
|
|
56
|
+
/**
|
|
57
|
+
* Get path to WU done stamp file
|
|
58
|
+
* @param id - WU ID (e.g., 'WU-123')
|
|
59
|
+
* @returns Path to stamp file
|
|
60
|
+
*/
|
|
61
|
+
STAMP: (id: string) => string;
|
|
62
|
+
/**
|
|
63
|
+
* Get path to state directory
|
|
64
|
+
* @returns Path to state directory
|
|
65
|
+
*/
|
|
66
|
+
STATE_DIR: () => string;
|
|
67
|
+
/**
|
|
68
|
+
* Get path to initiatives directory
|
|
69
|
+
* @returns Path to initiatives directory
|
|
70
|
+
*/
|
|
71
|
+
INITIATIVES_DIR: () => string;
|
|
72
|
+
/**
|
|
73
|
+
* Get path to initiative YAML file
|
|
74
|
+
* @param id - Initiative ID (e.g., 'INIT-001')
|
|
75
|
+
* @returns Path to initiative YAML file
|
|
76
|
+
*/
|
|
77
|
+
INITIATIVE: (id: string) => string;
|
|
78
|
+
/**
|
|
79
|
+
* Get path to worktrees directory
|
|
80
|
+
* @returns Path to worktrees directory
|
|
81
|
+
*/
|
|
82
|
+
WORKTREES_DIR: () => string;
|
|
83
|
+
/**
|
|
84
|
+
* Get path to a specific worktree directory
|
|
85
|
+
* @param lane - Lane name (e.g., 'Framework: Core')
|
|
86
|
+
* @param id - WU ID (e.g., 'WU-123')
|
|
87
|
+
* @returns Path to worktree directory
|
|
88
|
+
*/
|
|
89
|
+
WORKTREE: (lane: string, id: string) => string;
|
|
90
|
+
/**
|
|
91
|
+
* Get path to plans directory
|
|
92
|
+
* @returns Path to plans directory (WU-1301)
|
|
93
|
+
*/
|
|
94
|
+
PLANS_DIR: () => string;
|
|
95
|
+
/**
|
|
96
|
+
* Get path to templates directory
|
|
97
|
+
* @returns Path to templates directory (WU-1310)
|
|
98
|
+
*/
|
|
99
|
+
TEMPLATES_DIR: () => string;
|
|
100
|
+
/**
|
|
101
|
+
* Get path to onboarding directory
|
|
102
|
+
* @returns Path to onboarding directory (WU-1310)
|
|
103
|
+
*/
|
|
104
|
+
ONBOARDING_DIR: () => string;
|
|
105
|
+
/**
|
|
106
|
+
* Get path to LumenFlow complete guide
|
|
107
|
+
* @returns Path to complete guide markdown
|
|
108
|
+
*/
|
|
109
|
+
COMPLETE_GUIDE_PATH: () => string;
|
|
110
|
+
/**
|
|
111
|
+
* Get path to onboarding quick reference commands
|
|
112
|
+
* @returns Path to quick reference markdown
|
|
113
|
+
*/
|
|
114
|
+
QUICK_REF_PATH: () => string;
|
|
115
|
+
/**
|
|
116
|
+
* Get path to onboarding starting prompt
|
|
117
|
+
* @returns Path to starting prompt markdown
|
|
118
|
+
*/
|
|
119
|
+
STARTING_PROMPT_PATH: () => string;
|
|
120
|
+
/**
|
|
121
|
+
* Get path to WU sizing guide
|
|
122
|
+
* @returns Path to sizing guide markdown
|
|
123
|
+
*/
|
|
124
|
+
SIZING_GUIDE_PATH: () => string;
|
|
125
|
+
/**
|
|
126
|
+
* Get path to governance document
|
|
127
|
+
* @returns Path to governance markdown
|
|
128
|
+
*/
|
|
129
|
+
GOVERNANCE_PATH: () => string;
|
|
130
|
+
};
|
|
131
|
+
/**
|
|
132
|
+
* Default WU paths using default config
|
|
133
|
+
* For backwards compatibility with existing code
|
|
134
|
+
*/
|
|
135
|
+
export declare const WU_PATHS: {
|
|
136
|
+
/**
|
|
137
|
+
* Get path to WU YAML file
|
|
138
|
+
* @param id - WU ID (e.g., 'WU-123')
|
|
139
|
+
* @returns Path to WU YAML file
|
|
140
|
+
*/
|
|
141
|
+
WU: (id: string) => string;
|
|
142
|
+
/**
|
|
143
|
+
* Get path to WU directory
|
|
144
|
+
* @returns Path to WU directory
|
|
145
|
+
*/
|
|
146
|
+
WU_DIR: () => string;
|
|
147
|
+
/**
|
|
148
|
+
* Get path to status.md
|
|
149
|
+
* @returns Path to status.md
|
|
150
|
+
*/
|
|
151
|
+
STATUS: () => string;
|
|
152
|
+
/**
|
|
153
|
+
* Get path to backlog.md
|
|
154
|
+
* @returns Path to backlog.md
|
|
155
|
+
*/
|
|
156
|
+
BACKLOG: () => string;
|
|
157
|
+
/**
|
|
158
|
+
* Get path to stamps directory
|
|
159
|
+
* @returns Path to stamps directory
|
|
160
|
+
*/
|
|
161
|
+
STAMPS_DIR: () => string;
|
|
162
|
+
/**
|
|
163
|
+
* Get path to WU done stamp file
|
|
164
|
+
* @param id - WU ID (e.g., 'WU-123')
|
|
165
|
+
* @returns Path to stamp file
|
|
166
|
+
*/
|
|
167
|
+
STAMP: (id: string) => string;
|
|
168
|
+
/**
|
|
169
|
+
* Get path to state directory
|
|
170
|
+
* @returns Path to state directory
|
|
171
|
+
*/
|
|
172
|
+
STATE_DIR: () => string;
|
|
173
|
+
/**
|
|
174
|
+
* Get path to initiatives directory
|
|
175
|
+
* @returns Path to initiatives directory
|
|
176
|
+
*/
|
|
177
|
+
INITIATIVES_DIR: () => string;
|
|
178
|
+
/**
|
|
179
|
+
* Get path to initiative YAML file
|
|
180
|
+
* @param id - Initiative ID (e.g., 'INIT-001')
|
|
181
|
+
* @returns Path to initiative YAML file
|
|
182
|
+
*/
|
|
183
|
+
INITIATIVE: (id: string) => string;
|
|
184
|
+
/**
|
|
185
|
+
* Get path to worktrees directory
|
|
186
|
+
* @returns Path to worktrees directory
|
|
187
|
+
*/
|
|
188
|
+
WORKTREES_DIR: () => string;
|
|
189
|
+
/**
|
|
190
|
+
* Get path to a specific worktree directory
|
|
191
|
+
* @param lane - Lane name (e.g., 'Framework: Core')
|
|
192
|
+
* @param id - WU ID (e.g., 'WU-123')
|
|
193
|
+
* @returns Path to worktree directory
|
|
194
|
+
*/
|
|
195
|
+
WORKTREE: (lane: string, id: string) => string;
|
|
196
|
+
/**
|
|
197
|
+
* Get path to plans directory
|
|
198
|
+
* @returns Path to plans directory (WU-1301)
|
|
199
|
+
*/
|
|
200
|
+
PLANS_DIR: () => string;
|
|
201
|
+
/**
|
|
202
|
+
* Get path to templates directory
|
|
203
|
+
* @returns Path to templates directory (WU-1310)
|
|
204
|
+
*/
|
|
205
|
+
TEMPLATES_DIR: () => string;
|
|
206
|
+
/**
|
|
207
|
+
* Get path to onboarding directory
|
|
208
|
+
* @returns Path to onboarding directory (WU-1310)
|
|
209
|
+
*/
|
|
210
|
+
ONBOARDING_DIR: () => string;
|
|
211
|
+
/**
|
|
212
|
+
* Get path to LumenFlow complete guide
|
|
213
|
+
* @returns Path to complete guide markdown
|
|
214
|
+
*/
|
|
215
|
+
COMPLETE_GUIDE_PATH: () => string;
|
|
216
|
+
/**
|
|
217
|
+
* Get path to onboarding quick reference commands
|
|
218
|
+
* @returns Path to quick reference markdown
|
|
219
|
+
*/
|
|
220
|
+
QUICK_REF_PATH: () => string;
|
|
221
|
+
/**
|
|
222
|
+
* Get path to onboarding starting prompt
|
|
223
|
+
* @returns Path to starting prompt markdown
|
|
224
|
+
*/
|
|
225
|
+
STARTING_PROMPT_PATH: () => string;
|
|
226
|
+
/**
|
|
227
|
+
* Get path to WU sizing guide
|
|
228
|
+
* @returns Path to sizing guide markdown
|
|
229
|
+
*/
|
|
230
|
+
SIZING_GUIDE_PATH: () => string;
|
|
231
|
+
/**
|
|
232
|
+
* Get path to governance document
|
|
233
|
+
* @returns Path to governance markdown
|
|
234
|
+
*/
|
|
235
|
+
GOVERNANCE_PATH: () => string;
|
|
236
|
+
};
|
|
237
|
+
/**
|
|
238
|
+
* Generate default worktree path from WU document
|
|
239
|
+
*
|
|
240
|
+
* @param doc - WU document with lane and id fields
|
|
241
|
+
* @returns Worktree path or null if inputs are invalid
|
|
242
|
+
*/
|
|
243
|
+
export declare function defaultWorktreeFrom(doc: {
|
|
244
|
+
lane?: string;
|
|
245
|
+
id?: string;
|
|
246
|
+
} | null | undefined): string | null;
|
|
247
|
+
/**
|
|
248
|
+
* Resolve a repo-root-relative path to an absolute path using project root.
|
|
249
|
+
*
|
|
250
|
+
* @param relativePath - Path relative to project root
|
|
251
|
+
* @param moduleUrl - import.meta.url of the calling module (for backwards compat)
|
|
252
|
+
* @returns Absolute path resolved from project root
|
|
253
|
+
*/
|
|
254
|
+
export declare function resolveFromProjectRoot(relativePath: string, moduleUrl?: string): string;
|
|
255
|
+
/**
|
|
256
|
+
* Get absolute path to WU YAML file
|
|
257
|
+
*
|
|
258
|
+
* @param id - WU ID (e.g., 'WU-123')
|
|
259
|
+
* @param options - Options
|
|
260
|
+
* @returns Absolute path to WU YAML file
|
|
261
|
+
*/
|
|
262
|
+
export declare function getAbsoluteWuPath(id: string, options?: {
|
|
263
|
+
projectRoot?: string;
|
|
264
|
+
}): string;
|
|
265
|
+
/**
|
|
266
|
+
* Get absolute path to stamp file
|
|
267
|
+
*
|
|
268
|
+
* @param id - WU ID (e.g., 'WU-123')
|
|
269
|
+
* @param options - Options
|
|
270
|
+
* @returns Absolute path to stamp file
|
|
271
|
+
*/
|
|
272
|
+
export declare function getAbsoluteStampPath(id: string, options?: {
|
|
273
|
+
projectRoot?: string;
|
|
274
|
+
}): string;
|
|
275
|
+
//# sourceMappingURL=wu-paths.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"wu-paths.d.ts","sourceRoot":"","sources":["../../../src/state/wu-paths.ts"],"names":[],"mappings":"AA6HA;;;;;;GAMG;AACH,wBAAgB,eAAe,CAAC,YAAY,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM,CAM3E;AAkBD;;;;;;;;;GASG;AACH,wBAAgB,2BAA2B,CAAC,WAAW,EAAE,MAAM,GAAG,MAAM,CAKvE;AAED;;;;;;GAMG;AACH,wBAAgB,aAAa,CAAC,OAAO,GAAE;IAAE,WAAW,CAAC,EAAE,MAAM,CAAA;CAAO;IAIhE;;;;OAIG;aACM,MAAM;IAEf;;;OAGG;;IAGH;;;OAGG;;IAGH;;;OAGG;;IAGH;;;OAGG;;IAGH;;;;OAIG;gBACS,MAAM;IAElB;;;OAGG;;IAGH;;;OAGG;;IAGH;;;;OAIG;qBACc,MAAM;IAEvB;;;OAGG;;IAGH;;;;;OAKG;qBACc,MAAM,MAAM,MAAM;IAGnC;;;OAGG;;IAGH;;;OAGG;;IAGH;;;OAGG;;IAGH;;;OAGG;;IAGH;;;OAGG;;IAGH;;;OAGG;;IAGH;;;OAGG;;IAGH;;;OAGG;;EAGN;AAED;;;GAGG;AACH,eAAO,MAAM,QAAQ;IA9HjB;;;;OAIG;aACM,MAAM;IAEf;;;OAGG;;IAGH;;;OAGG;;IAGH;;;OAGG;;IAGH;;;OAGG;;IAGH;;;;OAIG;gBACS,MAAM;IAElB;;;OAGG;;IAGH;;;OAGG;;IAGH;;;;OAIG;qBACc,MAAM;IAEvB;;;OAGG;;IAGH;;;;;OAKG;qBACc,MAAM,MAAM,MAAM;IAGnC;;;OAGG;;IAGH;;;OAGG;;IAGH;;;OAGG;;IAGH;;;OAGG;;IAGH;;;OAGG;;IAGH;;;OAGG;;IAGH;;;OAGG;;IAGH;;;OAGG;;CASgC,CAAC;AAExC;;;;;GAKG;AACH,wBAAgB,mBAAmB,CACjC,GAAG,EAAE;IAAE,IAAI,CAAC,EAAE,MAAM,CAAC;IAAC,EAAE,CAAC,EAAE,MAAM,CAAA;CAAE,GAAG,IAAI,GAAG,SAAS,GACrD,MAAM,GAAG,IAAI,CAgBf;AAED;;;;;;GAMG;AACH,wBAAgB,sBAAsB,CAAC,YAAY,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CASvF;AAED;;;;;;GAMG;AACH,wBAAgB,iBAAiB,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,GAAE;IAAE,WAAW,CAAC,EAAE,MAAM,CAAA;CAAO,GAAG,MAAM,CAI5F;AAED;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,GAAE;IAAE,WAAW,CAAC,EAAE,MAAM,CAAA;CAAO,GAAG,MAAM,CAI/F"}
|