@lumenflow/core 4.23.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/arg-parser.d.ts.map +1 -1
- package/dist/arg-parser.js +16 -0
- package/dist/arg-parser.js.map +1 -1
- package/dist/atomic-merge.d.ts.map +1 -1
- package/dist/atomic-merge.js +25 -18
- package/dist/atomic-merge.js.map +1 -1
- package/dist/client-ids.d.ts +1 -15
- package/dist/client-ids.d.ts.map +1 -1
- package/dist/client-ids.js +4 -13
- package/dist/client-ids.js.map +1 -1
- package/dist/code-path-validator.d.ts.map +1 -1
- package/dist/code-path-validator.js +6 -3
- package/dist/code-path-validator.js.map +1 -1
- package/dist/config-contract.d.ts +1 -30
- package/dist/config-contract.d.ts.map +1 -1
- package/dist/config-contract.js +4 -60
- package/dist/config-contract.js.map +1 -1
- package/dist/constants/backlog-patterns.d.ts +1 -20
- package/dist/constants/backlog-patterns.d.ts.map +1 -1
- package/dist/constants/backlog-patterns.js +2 -23
- package/dist/constants/backlog-patterns.js.map +1 -1
- package/dist/constants/dora-constants.d.ts +19 -2
- package/dist/constants/dora-constants.d.ts.map +1 -1
- package/dist/constants/dora-constants.js +20 -2
- package/dist/constants/dora-constants.js.map +1 -1
- package/dist/constants/duration-constants.d.ts +1 -28
- package/dist/constants/duration-constants.d.ts.map +1 -1
- package/dist/constants/duration-constants.js +4 -28
- package/dist/constants/duration-constants.js.map +1 -1
- package/dist/constants/gate-constants.d.ts +1 -23
- package/dist/constants/gate-constants.d.ts.map +1 -1
- package/dist/constants/gate-constants.js +4 -23
- package/dist/constants/gate-constants.js.map +1 -1
- package/dist/constants/index.d.ts +1 -1
- package/dist/constants/index.d.ts.map +1 -1
- package/dist/constants/index.js +1 -1
- package/dist/constants/index.js.map +1 -1
- package/dist/constants/lock-constants.d.ts +1 -28
- package/dist/constants/lock-constants.d.ts.map +1 -1
- package/dist/constants/lock-constants.js +2 -28
- package/dist/constants/lock-constants.js.map +1 -1
- package/dist/core/tool.schemas.d.ts +11 -11
- package/dist/core/worktree-guard.js +2 -2
- package/dist/core/worktree-guard.js.map +1 -1
- package/dist/cycle-detector.d.ts +4 -48
- package/dist/cycle-detector.d.ts.map +1 -1
- package/dist/cycle-detector.js +4 -78
- package/dist/cycle-detector.js.map +1 -1
- package/dist/date-utils.d.ts +1 -65
- package/dist/date-utils.d.ts.map +1 -1
- package/dist/date-utils.js +4 -140
- package/dist/date-utils.js.map +1 -1
- package/dist/delegation-monitor.d.ts +2 -0
- package/dist/delegation-monitor.d.ts.map +1 -1
- package/dist/delegation-monitor.js +29 -2
- package/dist/delegation-monitor.js.map +1 -1
- package/dist/delegation-recovery.d.ts +36 -17
- package/dist/delegation-recovery.d.ts.map +1 -1
- package/dist/delegation-recovery.js +285 -82
- package/dist/delegation-recovery.js.map +1 -1
- package/dist/delegation-registry-schema.d.ts +257 -31
- package/dist/delegation-registry-schema.d.ts.map +1 -1
- package/dist/delegation-registry-schema.js +43 -34
- package/dist/delegation-registry-schema.js.map +1 -1
- package/dist/delegation-registry-store.d.ts +4 -128
- package/dist/delegation-registry-store.d.ts.map +1 -1
- package/dist/delegation-registry-store.js +39 -178
- package/dist/delegation-registry-store.js.map +1 -1
- package/dist/delegation-tree.d.ts +12 -20
- package/dist/delegation-tree.d.ts.map +1 -1
- package/dist/delegation-tree.js +40 -29
- package/dist/delegation-tree.js.map +1 -1
- package/dist/delivery-review-contract.d.ts +1 -1
- package/dist/delivery-review-contract.d.ts.map +1 -1
- package/dist/docs-layout-presets.d.ts +1 -30
- package/dist/docs-layout-presets.d.ts.map +1 -1
- package/dist/docs-layout-presets.js +4 -38
- package/dist/docs-layout-presets.js.map +1 -1
- package/dist/domain/context.schemas.d.ts +3 -3
- package/dist/domain/orchestration.constants.d.ts +1 -110
- package/dist/domain/orchestration.constants.d.ts.map +1 -1
- package/dist/domain/orchestration.constants.js +2 -127
- package/dist/domain/orchestration.constants.js.map +1 -1
- package/dist/domain/orchestration.schemas.d.ts +1 -306
- package/dist/domain/orchestration.schemas.d.ts.map +1 -1
- package/dist/domain/orchestration.schemas.js +2 -211
- package/dist/domain/orchestration.schemas.js.map +1 -1
- package/dist/domain/orchestration.types.d.ts +1 -133
- package/dist/domain/orchestration.types.d.ts.map +1 -1
- package/dist/domain/orchestration.types.js +2 -2
- package/dist/domain/orchestration.types.js.map +1 -1
- package/dist/domain/recovery.schemas.d.ts +3 -3
- package/dist/domain/validation.schemas.d.ts +4 -4
- package/dist/error-handler.d.ts +4 -173
- package/dist/error-handler.d.ts.map +1 -1
- package/dist/error-handler.js +4 -244
- package/dist/error-handler.js.map +1 -1
- package/dist/file-classifiers.d.ts.map +1 -1
- package/dist/file-classifiers.js +26 -0
- package/dist/file-classifiers.js.map +1 -1
- package/dist/git-adapter.d.ts +4 -448
- package/dist/git-adapter.d.ts.map +1 -1
- package/dist/git-adapter.js +4 -772
- package/dist/git-adapter.js.map +1 -1
- package/dist/git-context-extractor.d.ts +4 -98
- package/dist/git-context-extractor.d.ts.map +1 -1
- package/dist/git-context-extractor.js +4 -563
- package/dist/git-context-extractor.js.map +1 -1
- package/dist/git-staged-validator.d.ts +4 -29
- package/dist/git-staged-validator.d.ts.map +1 -1
- package/dist/git-staged-validator.js +4 -46
- package/dist/git-staged-validator.js.map +1 -1
- package/dist/incremental-lint.d.ts.map +1 -1
- package/dist/incremental-lint.js +3 -2
- package/dist/incremental-lint.js.map +1 -1
- package/dist/incremental-test.d.ts +1 -32
- package/dist/incremental-test.d.ts.map +1 -1
- package/dist/incremental-test.js +4 -61
- package/dist/incremental-test.js.map +1 -1
- package/dist/index.d.ts +3 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +10 -2
- package/dist/index.js.map +1 -1
- package/dist/integration-target.d.ts +30 -0
- package/dist/integration-target.d.ts.map +1 -0
- package/dist/integration-target.js +51 -0
- package/dist/integration-target.js.map +1 -0
- package/dist/lane-checker.d.ts.map +1 -1
- package/dist/lane-checker.js +8 -0
- package/dist/lane-checker.js.map +1 -1
- package/dist/lumenflow-config-schema.d.ts +73 -29
- package/dist/lumenflow-config-schema.d.ts.map +1 -1
- package/dist/lumenflow-config-schema.js +1 -1
- package/dist/lumenflow-config-schema.js.map +1 -1
- package/dist/lumenflow-config.d.ts +10 -34
- package/dist/lumenflow-config.d.ts.map +1 -1
- package/dist/lumenflow-config.js +32 -142
- package/dist/lumenflow-config.js.map +1 -1
- package/dist/manual-test-validator.d.ts +1 -96
- package/dist/manual-test-validator.d.ts.map +1 -1
- package/dist/manual-test-validator.js +4 -245
- package/dist/manual-test-validator.js.map +1 -1
- package/dist/micro-worktree-shared.d.ts.map +1 -1
- package/dist/micro-worktree-shared.js +10 -9
- package/dist/micro-worktree-shared.js.map +1 -1
- package/dist/micro-worktree.d.ts.map +1 -1
- package/dist/micro-worktree.js +26 -23
- package/dist/micro-worktree.js.map +1 -1
- package/dist/normalize-config-keys.d.ts +1 -10
- package/dist/normalize-config-keys.d.ts.map +1 -1
- package/dist/normalize-config-keys.js +7 -73
- package/dist/normalize-config-keys.js.map +1 -1
- package/dist/object-guards.d.ts +1 -10
- package/dist/object-guards.d.ts.map +1 -1
- package/dist/object-guards.js +7 -20
- package/dist/object-guards.js.map +1 -1
- package/dist/ports/config.ports.d.ts +1 -82
- package/dist/ports/config.ports.d.ts.map +1 -1
- package/dist/ports/config.ports.js +2 -1
- package/dist/ports/config.ports.js.map +1 -1
- package/dist/ports/dashboard-renderer.port.d.ts +1 -112
- package/dist/ports/dashboard-renderer.port.d.ts.map +1 -1
- package/dist/ports/dashboard-renderer.port.js +2 -1
- package/dist/ports/dashboard-renderer.port.js.map +1 -1
- package/dist/ports/git-validator.ports.d.ts +5 -110
- package/dist/ports/git-validator.ports.d.ts.map +1 -1
- package/dist/ports/git-validator.ports.js +8 -1
- package/dist/ports/git-validator.ports.js.map +1 -1
- package/dist/ports/sync-validator.ports.d.ts +1 -51
- package/dist/ports/sync-validator.ports.d.ts.map +1 -1
- package/dist/ports/sync-validator.ports.js +2 -1
- package/dist/ports/sync-validator.ports.js.map +1 -1
- package/dist/ports/wu-helpers.ports.d.ts +1 -156
- package/dist/ports/wu-helpers.ports.d.ts.map +1 -1
- package/dist/ports/wu-helpers.ports.js +2 -1
- package/dist/ports/wu-helpers.ports.js.map +1 -1
- package/dist/ports/wu-state.ports.d.ts +1 -208
- package/dist/ports/wu-state.ports.d.ts.map +1 -1
- package/dist/ports/wu-state.ports.js +2 -1
- package/dist/ports/wu-state.ports.js.map +1 -1
- package/dist/rebase-artifact-cleanup.d.ts.map +1 -1
- package/dist/rebase-artifact-cleanup.js +6 -3
- package/dist/rebase-artifact-cleanup.js.map +1 -1
- package/dist/sandbox-allowlist.d.ts +1 -15
- package/dist/sandbox-allowlist.d.ts.map +1 -1
- package/dist/sandbox-allowlist.js +4 -74
- package/dist/sandbox-allowlist.js.map +1 -1
- package/dist/sandbox-backend-linux.d.ts +1 -5
- package/dist/sandbox-backend-linux.d.ts.map +1 -1
- package/dist/sandbox-backend-linux.js +4 -64
- package/dist/sandbox-backend-linux.js.map +1 -1
- package/dist/sandbox-backend-macos.d.ts +1 -5
- package/dist/sandbox-backend-macos.d.ts.map +1 -1
- package/dist/sandbox-backend-macos.js +4 -109
- package/dist/sandbox-backend-macos.js.map +1 -1
- package/dist/sandbox-backend-windows.d.ts +1 -5
- package/dist/sandbox-backend-windows.d.ts.map +1 -1
- package/dist/sandbox-backend-windows.js +4 -27
- package/dist/sandbox-backend-windows.js.map +1 -1
- package/dist/sandbox-profile.d.ts +1 -57
- package/dist/sandbox-profile.d.ts.map +1 -1
- package/dist/sandbox-profile.js +4 -65
- package/dist/sandbox-profile.js.map +1 -1
- package/dist/schemas/agents-config.d.ts +47 -0
- package/dist/schemas/agents-config.d.ts.map +1 -1
- package/dist/schemas/agents-config.js +59 -0
- package/dist/schemas/agents-config.js.map +1 -1
- package/dist/schemas/command-schemas.d.ts +4 -4
- package/dist/schemas/flow-arg-validators.d.ts +2 -2
- package/dist/schemas/flow-schemas.d.ts +4 -4
- package/dist/schemas/gates-section-config.d.ts +32 -13
- package/dist/schemas/gates-section-config.d.ts.map +1 -1
- package/dist/schemas/gates-section-config.js +16 -1
- package/dist/schemas/gates-section-config.js.map +1 -1
- package/dist/schemas/initiative-arg-validators.d.ts +2 -2
- package/dist/schemas/initiative-schemas.d.ts +12 -12
- package/dist/schemas/lanes-config.d.ts +5 -5
- package/dist/schemas/memory-arg-validators.d.ts +6 -0
- package/dist/schemas/memory-arg-validators.d.ts.map +1 -1
- package/dist/schemas/memory-config.d.ts +4 -4
- package/dist/schemas/memory-schemas.d.ts +12 -0
- package/dist/schemas/memory-schemas.d.ts.map +1 -1
- package/dist/schemas/memory-schemas.js +12 -0
- package/dist/schemas/memory-schemas.js.map +1 -1
- package/dist/schemas/operational-config.d.ts +4 -4
- package/dist/schemas/setup-arg-validators.d.ts +3 -3
- package/dist/schemas/setup-schemas.d.ts +8 -8
- package/dist/schemas/wu-config.d.ts +3 -3
- package/dist/schemas/wu-lifecycle-arg-validators.d.ts +2 -2
- package/dist/schemas/wu-lifecycle-schemas.d.ts +4 -4
- package/dist/section-headings.d.ts +1 -34
- package/dist/section-headings.d.ts.map +1 -1
- package/dist/section-headings.js +2 -51
- package/dist/section-headings.js.map +1 -1
- package/dist/spawn-constraints-generator.js +3 -3
- package/dist/spawn-constraints-generator.js.map +1 -1
- package/dist/spawn-guidance-generators.d.ts +1 -1
- package/dist/spawn-guidance-generators.d.ts.map +1 -1
- package/dist/spawn-policy-resolver.d.ts +1 -1
- package/dist/spawn-policy-resolver.d.ts.map +1 -1
- package/dist/spawn-task-builder.d.ts +17 -1
- package/dist/spawn-task-builder.d.ts.map +1 -1
- package/dist/spawn-task-builder.js +63 -1
- package/dist/spawn-task-builder.js.map +1 -1
- package/dist/spawn-template-assembler.d.ts +1 -1
- package/dist/spawn-template-assembler.d.ts.map +1 -1
- package/dist/state-machine.d.ts +1 -9
- package/dist/state-machine.d.ts.map +1 -1
- package/dist/state-machine.js +2 -86
- package/dist/state-machine.js.map +1 -1
- package/dist/sync-validator.d.ts.map +1 -1
- package/dist/sync-validator.js +15 -12
- package/dist/sync-validator.js.map +1 -1
- package/dist/telemetry.d.ts +20 -6
- package/dist/telemetry.d.ts.map +1 -1
- package/dist/telemetry.js +27 -6
- package/dist/telemetry.js.map +1 -1
- package/dist/work-classifier.d.ts +1 -102
- package/dist/work-classifier.d.ts.map +1 -1
- package/dist/work-classifier.js +2 -424
- package/dist/work-classifier.js.map +1 -1
- package/dist/worktree-symlink.d.ts +2 -2
- package/dist/worktree-symlink.d.ts.map +1 -1
- package/dist/worktree-symlink.js +37 -12
- package/dist/worktree-symlink.js.map +1 -1
- package/dist/wu-cli-constants.d.ts +1 -433
- package/dist/wu-cli-constants.d.ts.map +1 -1
- package/dist/wu-cli-constants.js +4 -436
- package/dist/wu-cli-constants.js.map +1 -1
- package/dist/wu-consistency-file-repairs.d.ts.map +1 -1
- package/dist/wu-consistency-file-repairs.js +5 -3
- package/dist/wu-consistency-file-repairs.js.map +1 -1
- package/dist/wu-context-constants.d.ts +22 -0
- package/dist/wu-context-constants.d.ts.map +1 -1
- package/dist/wu-context-constants.js +22 -0
- package/dist/wu-context-constants.js.map +1 -1
- package/dist/wu-doc-types.d.ts +1 -47
- package/dist/wu-doc-types.d.ts.map +1 -1
- package/dist/wu-domain-constants.d.ts +1 -295
- package/dist/wu-domain-constants.d.ts.map +1 -1
- package/dist/wu-domain-constants.js +4 -397
- package/dist/wu-domain-constants.js.map +1 -1
- package/dist/wu-done-branch-only.d.ts +1 -1
- package/dist/wu-done-branch-only.d.ts.map +1 -1
- package/dist/wu-done-branch-only.js +22 -13
- package/dist/wu-done-branch-only.js.map +1 -1
- package/dist/wu-done-branch-utils.d.ts.map +1 -1
- package/dist/wu-done-branch-utils.js +5 -3
- package/dist/wu-done-branch-utils.js.map +1 -1
- package/dist/wu-done-cleanup.d.ts.map +1 -1
- package/dist/wu-done-cleanup.js +66 -22
- package/dist/wu-done-cleanup.js.map +1 -1
- package/dist/wu-done-concurrent-merge.d.ts.map +1 -1
- package/dist/wu-done-concurrent-merge.js +9 -6
- package/dist/wu-done-concurrent-merge.js.map +1 -1
- package/dist/wu-done-errors.d.ts +3 -3
- package/dist/wu-done-errors.d.ts.map +1 -1
- package/dist/wu-done-inputs.d.ts.map +1 -1
- package/dist/wu-done-inputs.js +3 -0
- package/dist/wu-done-inputs.js.map +1 -1
- package/dist/wu-done-merge-phase.d.ts.map +1 -1
- package/dist/wu-done-merge-phase.js +4 -2
- package/dist/wu-done-merge-phase.js.map +1 -1
- package/dist/wu-done-merge.d.ts.map +1 -1
- package/dist/wu-done-merge.js +16 -8
- package/dist/wu-done-merge.js.map +1 -1
- package/dist/wu-done-merged-worktree.d.ts.map +1 -1
- package/dist/wu-done-merged-worktree.js +7 -8
- package/dist/wu-done-merged-worktree.js.map +1 -1
- package/dist/wu-done-messages.d.ts.map +1 -1
- package/dist/wu-done-messages.js +12 -5
- package/dist/wu-done-messages.js.map +1 -1
- package/dist/wu-done-metadata.d.ts.map +1 -1
- package/dist/wu-done-metadata.js +3 -8
- package/dist/wu-done-metadata.js.map +1 -1
- package/dist/wu-done-preflight-checks.d.ts.map +1 -1
- package/dist/wu-done-preflight-checks.js +21 -15
- package/dist/wu-done-preflight-checks.js.map +1 -1
- package/dist/wu-done-rebase.d.ts.map +1 -1
- package/dist/wu-done-rebase.js +10 -8
- package/dist/wu-done-rebase.js.map +1 -1
- package/dist/wu-done-retry-helpers.d.ts.map +1 -1
- package/dist/wu-done-retry-helpers.js +13 -11
- package/dist/wu-done-retry-helpers.js.map +1 -1
- package/dist/wu-done-validation.d.ts.map +1 -1
- package/dist/wu-done-validation.js +4 -2
- package/dist/wu-done-validation.js.map +1 -1
- package/dist/wu-done-worktree-services.d.ts.map +1 -1
- package/dist/wu-done-worktree-services.js +4 -2
- package/dist/wu-done-worktree-services.js.map +1 -1
- package/dist/wu-done-worktree.d.ts.map +1 -1
- package/dist/wu-done-worktree.js +4 -2
- package/dist/wu-done-worktree.js.map +1 -1
- package/dist/wu-git-constants.d.ts +1 -175
- package/dist/wu-git-constants.d.ts.map +1 -1
- package/dist/wu-git-constants.js +4 -175
- package/dist/wu-git-constants.js.map +1 -1
- package/dist/wu-helpers.d.ts +24 -0
- package/dist/wu-helpers.d.ts.map +1 -1
- package/dist/wu-helpers.js +37 -4
- package/dist/wu-helpers.js.map +1 -1
- package/dist/wu-id-format.d.ts +1 -137
- package/dist/wu-id-format.d.ts.map +1 -1
- package/dist/wu-id-format.js +2 -249
- package/dist/wu-id-format.js.map +1 -1
- package/dist/wu-id-generator.d.ts.map +1 -1
- package/dist/wu-id-generator.js +8 -5
- package/dist/wu-id-generator.js.map +1 -1
- package/dist/wu-paths-constants.d.ts +1 -253
- package/dist/wu-paths-constants.d.ts.map +1 -1
- package/dist/wu-paths-constants.js +4 -273
- package/dist/wu-paths-constants.js.map +1 -1
- package/dist/wu-paths.d.ts +1 -274
- package/dist/wu-paths.d.ts.map +1 -1
- package/dist/wu-paths.js +4 -236
- package/dist/wu-paths.js.map +1 -1
- package/dist/wu-rules-resolvers.d.ts.map +1 -1
- package/dist/wu-rules-resolvers.js +11 -6
- package/dist/wu-rules-resolvers.js.map +1 -1
- package/dist/wu-schema.d.ts +1 -830
- package/dist/wu-schema.d.ts.map +1 -1
- package/dist/wu-schema.js +4 -929
- package/dist/wu-schema.js.map +1 -1
- package/dist/wu-spawn-helpers.d.ts.map +1 -1
- package/dist/wu-spawn-helpers.js +5 -2
- package/dist/wu-spawn-helpers.js.map +1 -1
- package/dist/wu-spawn.d.ts +2 -2
- package/dist/wu-spawn.d.ts.map +1 -1
- package/dist/wu-spawn.js +2 -2
- package/dist/wu-spawn.js.map +1 -1
- package/dist/wu-state-schema.d.ts +1 -291
- package/dist/wu-state-schema.d.ts.map +1 -1
- package/dist/wu-state-schema.js +4 -212
- package/dist/wu-state-schema.js.map +1 -1
- package/dist/wu-status-transition.d.ts +3 -1
- package/dist/wu-status-transition.d.ts.map +1 -1
- package/dist/wu-status-transition.js +9 -24
- package/dist/wu-status-transition.js.map +1 -1
- package/dist/wu-statuses.d.ts +1 -208
- package/dist/wu-statuses.d.ts.map +1 -1
- package/dist/wu-statuses.js +4 -242
- package/dist/wu-statuses.js.map +1 -1
- package/dist/wu-transaction-collectors.d.ts +1 -0
- package/dist/wu-transaction-collectors.d.ts.map +1 -1
- package/dist/wu-transaction-collectors.js +13 -8
- package/dist/wu-transaction-collectors.js.map +1 -1
- package/dist/wu-type-helpers.d.ts +1 -27
- package/dist/wu-type-helpers.d.ts.map +1 -1
- package/dist/wu-type-helpers.js +4 -46
- package/dist/wu-type-helpers.js.map +1 -1
- package/dist/wu-ui-constants.d.ts +1 -235
- package/dist/wu-ui-constants.d.ts.map +1 -1
- package/dist/wu-ui-constants.js +5 -235
- package/dist/wu-ui-constants.js.map +1 -1
- package/dist/wu-validation-constants.d.ts +1 -60
- package/dist/wu-validation-constants.d.ts.map +1 -1
- package/dist/wu-validation-constants.js +4 -66
- package/dist/wu-validation-constants.js.map +1 -1
- package/dist/wu-yaml.d.ts +1 -112
- package/dist/wu-yaml.d.ts.map +1 -1
- package/dist/wu-yaml.js +4 -304
- package/dist/wu-yaml.js.map +1 -1
- package/package.json +12 -9
- package/dist/coverage-gate.d.ts +0 -128
- package/dist/coverage-gate.d.ts.map +0 -1
- package/dist/coverage-gate.js +0 -211
- package/dist/coverage-gate.js.map +0 -1
- package/dist/gates-agent-mode.d.ts +0 -108
- package/dist/gates-agent-mode.d.ts.map +0 -1
- package/dist/gates-agent-mode.js +0 -138
- package/dist/gates-agent-mode.js.map +0 -1
- package/dist/gates-config-internal.d.ts +0 -54
- package/dist/gates-config-internal.d.ts.map +0 -1
- package/dist/gates-config-internal.js +0 -107
- package/dist/gates-config-internal.js.map +0 -1
- package/dist/gates-config.d.ts +0 -68
- package/dist/gates-config.d.ts.map +0 -1
- package/dist/gates-config.js +0 -193
- package/dist/gates-config.js.map +0 -1
- package/dist/gates-coverage.d.ts +0 -42
- package/dist/gates-coverage.d.ts.map +0 -1
- package/dist/gates-coverage.js +0 -162
- package/dist/gates-coverage.js.map +0 -1
- package/dist/gates-presets.d.ts +0 -52
- package/dist/gates-presets.d.ts.map +0 -1
- package/dist/gates-presets.js +0 -117
- package/dist/gates-presets.js.map +0 -1
- package/dist/gates-schemas.d.ts +0 -143
- package/dist/gates-schemas.d.ts.map +0 -1
- package/dist/gates-schemas.js +0 -67
- package/dist/gates-schemas.js.map +0 -1
- package/dist/package-manager-resolver.d.ts +0 -80
- package/dist/package-manager-resolver.d.ts.map +0 -1
- package/dist/package-manager-resolver.js +0 -245
- package/dist/package-manager-resolver.js.map +0 -1
- package/dist/resolve-policy.d.ts +0 -293
- package/dist/resolve-policy.d.ts.map +0 -1
- package/dist/resolve-policy.js +0 -303
- package/dist/resolve-policy.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delivery-review-contract.d.ts","sourceRoot":"","sources":["../src/delivery-review-contract.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,gCAAgC;;;CAGnC,CAAC;AAEX,MAAM,MAAM,4BAA4B,GACtC,CAAC,OAAO,gCAAgC,CAAC,CAAC,MAAM,OAAO,gCAAgC,CAAC,CAAC;AAE3F,eAAO,MAAM,kCAAkC,
|
|
1
|
+
{"version":3,"file":"delivery-review-contract.d.ts","sourceRoot":"","sources":["../src/delivery-review-contract.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,32 +1,3 @@
|
|
|
1
1
|
/// <reference path="./types.d.ts" />
|
|
2
|
-
export
|
|
3
|
-
readonly simple: {
|
|
4
|
-
readonly operations: string;
|
|
5
|
-
readonly tasks: string;
|
|
6
|
-
readonly adrDir: string;
|
|
7
|
-
readonly onboarding: string;
|
|
8
|
-
readonly quickRefLink: `${string}/quick-ref-commands.md`;
|
|
9
|
-
readonly completeGuidePath: `${string}/lumenflow-complete.md`;
|
|
10
|
-
readonly quickRefPath: `${string}/quick-ref-commands.md`;
|
|
11
|
-
readonly startingPromptPath: `${string}/starting-prompt.md`;
|
|
12
|
-
readonly sizingGuidePath: `${string}/wu-sizing-guide.md`;
|
|
13
|
-
readonly governancePath: `${string}/governance/project-governance.md`;
|
|
14
|
-
};
|
|
15
|
-
readonly arc42: {
|
|
16
|
-
readonly operations: string;
|
|
17
|
-
readonly tasks: string;
|
|
18
|
-
readonly adrDir: string;
|
|
19
|
-
readonly onboarding: string;
|
|
20
|
-
readonly quickRefLink: `${string}/quick-ref-commands.md`;
|
|
21
|
-
readonly completeGuidePath: `${string}/lumenflow-complete.md`;
|
|
22
|
-
readonly quickRefPath: `${string}/quick-ref-commands.md`;
|
|
23
|
-
readonly startingPromptPath: `${string}/starting-prompt.md`;
|
|
24
|
-
readonly sizingGuidePath: `${string}/wu-sizing-guide.md`;
|
|
25
|
-
readonly governancePath: `${string}/governance/project-governance.md`;
|
|
26
|
-
};
|
|
27
|
-
};
|
|
28
|
-
export type DocsLayoutType = keyof typeof DOCS_LAYOUT_PRESETS;
|
|
29
|
-
export type DocsLayoutPreset = (typeof DOCS_LAYOUT_PRESETS)[DocsLayoutType];
|
|
30
|
-
export declare const DEFAULT_DOCS_LAYOUT: DocsLayoutType;
|
|
31
|
-
export declare function getDocsLayoutPreset(layout: DocsLayoutType): DocsLayoutPreset;
|
|
2
|
+
export * from '@lumenflow/packs-software-delivery/constants/docs-layout-presets';
|
|
32
3
|
//# sourceMappingURL=docs-layout-presets.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"docs-layout-presets.d.ts","sourceRoot":"","sources":["../src/docs-layout-presets.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"docs-layout-presets.d.ts","sourceRoot":"","sources":["../src/docs-layout-presets.ts"],"names":[],"mappings":"AAMA,cAAc,kEAAkE,CAAC"}
|
|
@@ -1,41 +1,7 @@
|
|
|
1
1
|
// Copyright (c) 2026 Hellmai Ltd
|
|
2
2
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
*
|
|
7
|
-
* - schema defaults
|
|
8
|
-
* - init docs-structure mapping
|
|
9
|
-
* - runtime prompt/path helpers
|
|
10
|
-
*/
|
|
11
|
-
function buildDocsLayout(operations, tasks, adrDir) {
|
|
12
|
-
const frameworkRoot = `${operations}/_frameworks/lumenflow`;
|
|
13
|
-
const onboarding = `${frameworkRoot}/agent/onboarding`;
|
|
14
|
-
return {
|
|
15
|
-
operations,
|
|
16
|
-
tasks,
|
|
17
|
-
adrDir,
|
|
18
|
-
onboarding,
|
|
19
|
-
quickRefLink: `${onboarding}/quick-ref-commands.md`,
|
|
20
|
-
completeGuidePath: `${frameworkRoot}/lumenflow-complete.md`,
|
|
21
|
-
quickRefPath: `${onboarding}/quick-ref-commands.md`,
|
|
22
|
-
startingPromptPath: `${onboarding}/starting-prompt.md`,
|
|
23
|
-
sizingGuidePath: `${frameworkRoot}/wu-sizing-guide.md`,
|
|
24
|
-
governancePath: `${operations}/governance/project-governance.md`,
|
|
25
|
-
};
|
|
26
|
-
}
|
|
27
|
-
const DOCS_ROOT = 'docs';
|
|
28
|
-
const SIMPLE_TASKS_PATH = `${DOCS_ROOT}/tasks`;
|
|
29
|
-
const SIMPLE_ADR_PATH = `${DOCS_ROOT}/architecture-decisions`;
|
|
30
|
-
const ARC42_OPERATIONS_PATH = [DOCS_ROOT, 'operations'].join('/');
|
|
31
|
-
const ARC42_TASKS_PATH = [ARC42_OPERATIONS_PATH, 'tasks'].join('/');
|
|
32
|
-
const ARC42_ADR_PATH = [DOCS_ROOT, '09-architecture-decisions'].join('/');
|
|
33
|
-
export const DOCS_LAYOUT_PRESETS = {
|
|
34
|
-
simple: buildDocsLayout(DOCS_ROOT, SIMPLE_TASKS_PATH, SIMPLE_ADR_PATH),
|
|
35
|
-
arc42: buildDocsLayout(ARC42_OPERATIONS_PATH, ARC42_TASKS_PATH, ARC42_ADR_PATH),
|
|
36
|
-
};
|
|
37
|
-
export const DEFAULT_DOCS_LAYOUT = 'simple';
|
|
38
|
-
export function getDocsLayoutPreset(layout) {
|
|
39
|
-
return DOCS_LAYOUT_PRESETS[layout];
|
|
40
|
-
}
|
|
3
|
+
// WU-2678 (INIT-058 L4): Shim — real module lives in @lumenflow/packs-software-delivery.
|
|
4
|
+
// Re-export preserves the `@lumenflow/core/docs-layout-presets` subpath for existing consumers
|
|
5
|
+
// until Layer 7 removes the shim.
|
|
6
|
+
export * from '@lumenflow/packs-software-delivery/constants/docs-layout-presets';
|
|
41
7
|
//# sourceMappingURL=docs-layout-presets.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"docs-layout-presets.js","sourceRoot":"","sources":["../src/docs-layout-presets.ts"],"names":[],"mappings":"AAAA,iCAAiC;AACjC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"docs-layout-presets.js","sourceRoot":"","sources":["../src/docs-layout-presets.ts"],"names":[],"mappings":"AAAA,iCAAiC;AACjC,yCAAyC;AAEzC,yFAAyF;AACzF,+FAA+F;AAC/F,kCAAkC;AAClC,cAAc,kEAAkE,CAAC"}
|
|
@@ -43,8 +43,8 @@ export declare const LocationType: {
|
|
|
43
43
|
*/
|
|
44
44
|
export declare const LocationTypeSchema: z.ZodEnum<{
|
|
45
45
|
unknown: "unknown";
|
|
46
|
-
worktree: "worktree";
|
|
47
46
|
main: "main";
|
|
47
|
+
worktree: "worktree";
|
|
48
48
|
detached: "detached";
|
|
49
49
|
}>;
|
|
50
50
|
/**
|
|
@@ -55,8 +55,8 @@ export declare const LocationTypeSchema: z.ZodEnum<{
|
|
|
55
55
|
export declare const LocationContextSchema: z.ZodObject<{
|
|
56
56
|
type: z.ZodEnum<{
|
|
57
57
|
unknown: "unknown";
|
|
58
|
-
worktree: "worktree";
|
|
59
58
|
main: "main";
|
|
59
|
+
worktree: "worktree";
|
|
60
60
|
detached: "detached";
|
|
61
61
|
}>;
|
|
62
62
|
cwd: z.ZodString;
|
|
@@ -114,8 +114,8 @@ export declare const WuContextSchema: z.ZodObject<{
|
|
|
114
114
|
location: z.ZodObject<{
|
|
115
115
|
type: z.ZodEnum<{
|
|
116
116
|
unknown: "unknown";
|
|
117
|
-
worktree: "worktree";
|
|
118
117
|
main: "main";
|
|
118
|
+
worktree: "worktree";
|
|
119
119
|
detached: "detached";
|
|
120
120
|
}>;
|
|
121
121
|
cwd: z.ZodString;
|
|
@@ -1,112 +1,3 @@
|
|
|
1
1
|
/// <reference path="../types.d.ts" />
|
|
2
|
-
|
|
3
|
-
* Total number of Definition of Done checkpoints.
|
|
4
|
-
* Used by dashboard to show DoD progress (X/11).
|
|
5
|
-
*/
|
|
6
|
-
export declare const DOD_TOTAL = 11;
|
|
7
|
-
/**
|
|
8
|
-
* Valid lane names in the LumenFlow system.
|
|
9
|
-
* Used for type-safe lane validation.
|
|
10
|
-
*
|
|
11
|
-
* Note: This should match the lanes defined in workspace.yaml.
|
|
12
|
-
* These are LumenFlow framework lanes, not application-specific lanes.
|
|
13
|
-
*/
|
|
14
|
-
export declare const LANES: readonly ["Framework: Core", "Framework: CLI", "Framework: Memory", "Framework: Agent", "Framework: Metrics", "Framework: Initiatives", "Framework: Shims", "Operations: Infrastructure", "Operations: CI/CD", "Content: Documentation"];
|
|
15
|
-
/** Type for valid lane names */
|
|
16
|
-
export type Lane = (typeof LANES)[number];
|
|
17
|
-
/**
|
|
18
|
-
* Known agent names in the orchestration system.
|
|
19
|
-
* Includes both mandatory (Tier 1) and suggested (Tier 2) agents.
|
|
20
|
-
*
|
|
21
|
-
* Note: These are LumenFlow framework agents defined in .claude/agents/.
|
|
22
|
-
* Application-specific agents should be configured separately.
|
|
23
|
-
*/
|
|
24
|
-
export declare const AGENT_NAMES: readonly ["general-purpose", "lumenflow-pm", "test-engineer", "code-reviewer", "bug-triage", "lumenflow-enforcer", "lumenflow-doc-sync"];
|
|
25
|
-
/** Type for agent names */
|
|
26
|
-
export type AgentName = (typeof AGENT_NAMES)[number];
|
|
27
|
-
/**
|
|
28
|
-
* Alert severity levels for dashboard display.
|
|
29
|
-
* HIGH = action required immediately
|
|
30
|
-
* MEDIUM = action suggested
|
|
31
|
-
* LOW = informational
|
|
32
|
-
*/
|
|
33
|
-
export declare const SEVERITY_LEVELS: readonly ["high", "medium", "low"];
|
|
34
|
-
/** Type for severity levels */
|
|
35
|
-
export type SeverityLevel = (typeof SEVERITY_LEVELS)[number];
|
|
36
|
-
/**
|
|
37
|
-
* Default timeline window for dashboard display (hours).
|
|
38
|
-
*/
|
|
39
|
-
export declare const TIMELINE_WINDOW_HOURS = 24;
|
|
40
|
-
/**
|
|
41
|
-
* Maximum alerts to display in dashboard.
|
|
42
|
-
*/
|
|
43
|
-
export declare const MAX_ALERTS_DISPLAY = 10;
|
|
44
|
-
/**
|
|
45
|
-
* Agent result statuses for WU progress tracking.
|
|
46
|
-
*/
|
|
47
|
-
export declare const AGENT_RESULT_STATUSES: readonly ["pending", "pass", "fail", "skipped"];
|
|
48
|
-
/** Type for agent result statuses */
|
|
49
|
-
export type AgentResultStatus = (typeof AGENT_RESULT_STATUSES)[number];
|
|
50
|
-
/**
|
|
51
|
-
* Timeline event types for orchestration history.
|
|
52
|
-
*/
|
|
53
|
-
export declare const TIMELINE_EVENT_TYPES: readonly ["claim", "done", "block", "agent", "gates"];
|
|
54
|
-
/** Type for timeline event types */
|
|
55
|
-
export type TimelineEventType = (typeof TIMELINE_EVENT_TYPES)[number];
|
|
56
|
-
/**
|
|
57
|
-
* Event severity levels for timeline display.
|
|
58
|
-
*/
|
|
59
|
-
export declare const EVENT_SEVERITY_LEVELS: readonly ["info", "warning", "error"];
|
|
60
|
-
/** Type for event severity levels */
|
|
61
|
-
export type EventSeverityLevel = (typeof EVENT_SEVERITY_LEVELS)[number];
|
|
62
|
-
/**
|
|
63
|
-
* User choice options for execution plan confirmation.
|
|
64
|
-
*/
|
|
65
|
-
export declare const USER_CHOICE_OPTIONS: readonly ["approve", "reject", "edit"];
|
|
66
|
-
/** Type for user choice options */
|
|
67
|
-
export type UserChoiceOption = (typeof USER_CHOICE_OPTIONS)[number];
|
|
68
|
-
/**
|
|
69
|
-
* Mandatory agent names (subset of AGENT_NAMES)
|
|
70
|
-
*
|
|
71
|
-
* Note: For LumenFlow framework development, mandatory agents are not currently
|
|
72
|
-
* enforced since this is a workflow framework, not an application with domain-specific concerns.
|
|
73
|
-
* Projects using LumenFlow can define their own mandatory agents in their config.
|
|
74
|
-
*
|
|
75
|
-
* The test-engineer and code-reviewer agents are suggested but not mandatory.
|
|
76
|
-
*/
|
|
77
|
-
export declare const MANDATORY_AGENT_NAMES: readonly [];
|
|
78
|
-
/** Type for mandatory agent names */
|
|
79
|
-
export type MandatoryAgentName = (typeof MANDATORY_AGENT_NAMES)[number];
|
|
80
|
-
/**
|
|
81
|
-
* Mandatory agent triggers - glob patterns that indicate when agents must be invoked.
|
|
82
|
-
* Uses minimatch patterns (NOT regex) for file path matching.
|
|
83
|
-
*
|
|
84
|
-
* Note: For LumenFlow framework development, this is empty since we don't have
|
|
85
|
-
* application-specific concerns. Projects using LumenFlow
|
|
86
|
-
* should configure their own triggers based on their domain requirements.
|
|
87
|
-
*
|
|
88
|
-
* Example application-specific triggers (configure in your project):
|
|
89
|
-
* - security-auditor: supabase/migrations/**, auth/**, rls/**
|
|
90
|
-
* - llm-reviewer: prompts/**, llm/**
|
|
91
|
-
*
|
|
92
|
-
* Usage:
|
|
93
|
-
* ```typescript
|
|
94
|
-
* import { minimatch } from 'minimatch';
|
|
95
|
-
* const triggers = MANDATORY_TRIGGERS['my-agent'];
|
|
96
|
-
* const shouldTrigger = triggers?.some(pattern => minimatch(filePath, pattern));
|
|
97
|
-
* ```
|
|
98
|
-
*/
|
|
99
|
-
export declare const MANDATORY_TRIGGERS: Record<string, readonly string[]>;
|
|
100
|
-
/**
|
|
101
|
-
* File system paths for metrics collection.
|
|
102
|
-
* Used by FileSystemMetricsCollector to avoid hardcoded strings.
|
|
103
|
-
*/
|
|
104
|
-
export declare const FILESYSTEM_PATHS: {
|
|
105
|
-
WU_DIR: string;
|
|
106
|
-
STATUS_FILE: string;
|
|
107
|
-
BACKLOG_FILE: string;
|
|
108
|
-
TELEMETRY_DIR: string;
|
|
109
|
-
STAMPS_DIR: string;
|
|
110
|
-
SESSION_FILE: string;
|
|
111
|
-
};
|
|
2
|
+
export * from '@lumenflow/packs-software-delivery/domain/orchestration.constants';
|
|
112
3
|
//# sourceMappingURL=orchestration.constants.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"orchestration.constants.d.ts","sourceRoot":"","sources":["../../src/domain/orchestration.constants.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"orchestration.constants.d.ts","sourceRoot":"","sources":["../../src/domain/orchestration.constants.ts"],"names":[],"mappings":"AAGA,cAAc,mEAAmE,CAAC"}
|
|
@@ -1,130 +1,5 @@
|
|
|
1
1
|
// Copyright (c) 2026 Hellmai Ltd
|
|
2
2
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
3
|
-
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
* Centralised constants for the agent orchestration dashboard.
|
|
7
|
-
* Avoids magic numbers and hardcoded strings throughout the orchestration layer.
|
|
8
|
-
*
|
|
9
|
-
* @module orchestration.constants
|
|
10
|
-
* @see {@link ../ports/dashboard-renderer.port.ts} - Uses these constants
|
|
11
|
-
* @see {@link ../ports/metrics-collector.port.ts} - Uses these constants
|
|
12
|
-
*/
|
|
13
|
-
import { DIRECTORIES, LUMENFLOW_PATHS } from '../wu-constants.js';
|
|
14
|
-
/**
|
|
15
|
-
* Total number of Definition of Done checkpoints.
|
|
16
|
-
* Used by dashboard to show DoD progress (X/11).
|
|
17
|
-
*/
|
|
18
|
-
export const DOD_TOTAL = 11;
|
|
19
|
-
/**
|
|
20
|
-
* Valid lane names in the LumenFlow system.
|
|
21
|
-
* Used for type-safe lane validation.
|
|
22
|
-
*
|
|
23
|
-
* Note: This should match the lanes defined in workspace.yaml.
|
|
24
|
-
* These are LumenFlow framework lanes, not application-specific lanes.
|
|
25
|
-
*/
|
|
26
|
-
export const LANES = [
|
|
27
|
-
'Framework: Core',
|
|
28
|
-
'Framework: CLI',
|
|
29
|
-
'Framework: Memory',
|
|
30
|
-
'Framework: Agent',
|
|
31
|
-
'Framework: Metrics',
|
|
32
|
-
'Framework: Initiatives',
|
|
33
|
-
'Framework: Shims',
|
|
34
|
-
'Operations: Infrastructure',
|
|
35
|
-
'Operations: CI/CD',
|
|
36
|
-
'Content: Documentation',
|
|
37
|
-
];
|
|
38
|
-
/**
|
|
39
|
-
* Known agent names in the orchestration system.
|
|
40
|
-
* Includes both mandatory (Tier 1) and suggested (Tier 2) agents.
|
|
41
|
-
*
|
|
42
|
-
* Note: These are LumenFlow framework agents defined in .claude/agents/.
|
|
43
|
-
* Application-specific agents should be configured separately.
|
|
44
|
-
*/
|
|
45
|
-
export const AGENT_NAMES = [
|
|
46
|
-
'general-purpose',
|
|
47
|
-
'lumenflow-pm',
|
|
48
|
-
'test-engineer',
|
|
49
|
-
'code-reviewer',
|
|
50
|
-
'bug-triage',
|
|
51
|
-
'lumenflow-enforcer',
|
|
52
|
-
'lumenflow-doc-sync',
|
|
53
|
-
];
|
|
54
|
-
/**
|
|
55
|
-
* Alert severity levels for dashboard display.
|
|
56
|
-
* HIGH = action required immediately
|
|
57
|
-
* MEDIUM = action suggested
|
|
58
|
-
* LOW = informational
|
|
59
|
-
*/
|
|
60
|
-
export const SEVERITY_LEVELS = ['high', 'medium', 'low'];
|
|
61
|
-
/**
|
|
62
|
-
* Default timeline window for dashboard display (hours).
|
|
63
|
-
*/
|
|
64
|
-
export const TIMELINE_WINDOW_HOURS = 24;
|
|
65
|
-
/**
|
|
66
|
-
* Maximum alerts to display in dashboard.
|
|
67
|
-
*/
|
|
68
|
-
export const MAX_ALERTS_DISPLAY = 10;
|
|
69
|
-
/**
|
|
70
|
-
* Agent result statuses for WU progress tracking.
|
|
71
|
-
*/
|
|
72
|
-
export const AGENT_RESULT_STATUSES = ['pending', 'pass', 'fail', 'skipped'];
|
|
73
|
-
/**
|
|
74
|
-
* Timeline event types for orchestration history.
|
|
75
|
-
*/
|
|
76
|
-
export const TIMELINE_EVENT_TYPES = ['claim', 'done', 'block', 'agent', 'gates'];
|
|
77
|
-
/**
|
|
78
|
-
* Event severity levels for timeline display.
|
|
79
|
-
*/
|
|
80
|
-
export const EVENT_SEVERITY_LEVELS = ['info', 'warning', 'error'];
|
|
81
|
-
/**
|
|
82
|
-
* User choice options for execution plan confirmation.
|
|
83
|
-
*/
|
|
84
|
-
export const USER_CHOICE_OPTIONS = ['approve', 'reject', 'edit'];
|
|
85
|
-
/**
|
|
86
|
-
* Mandatory agent names (subset of AGENT_NAMES)
|
|
87
|
-
*
|
|
88
|
-
* Note: For LumenFlow framework development, mandatory agents are not currently
|
|
89
|
-
* enforced since this is a workflow framework, not an application with domain-specific concerns.
|
|
90
|
-
* Projects using LumenFlow can define their own mandatory agents in their config.
|
|
91
|
-
*
|
|
92
|
-
* The test-engineer and code-reviewer agents are suggested but not mandatory.
|
|
93
|
-
*/
|
|
94
|
-
export const MANDATORY_AGENT_NAMES = [];
|
|
95
|
-
/**
|
|
96
|
-
* Mandatory agent triggers - glob patterns that indicate when agents must be invoked.
|
|
97
|
-
* Uses minimatch patterns (NOT regex) for file path matching.
|
|
98
|
-
*
|
|
99
|
-
* Note: For LumenFlow framework development, this is empty since we don't have
|
|
100
|
-
* application-specific concerns. Projects using LumenFlow
|
|
101
|
-
* should configure their own triggers based on their domain requirements.
|
|
102
|
-
*
|
|
103
|
-
* Example application-specific triggers (configure in your project):
|
|
104
|
-
* - security-auditor: supabase/migrations/**, auth/**, rls/**
|
|
105
|
-
* - llm-reviewer: prompts/**, llm/**
|
|
106
|
-
*
|
|
107
|
-
* Usage:
|
|
108
|
-
* ```typescript
|
|
109
|
-
* import { minimatch } from 'minimatch';
|
|
110
|
-
* const triggers = MANDATORY_TRIGGERS['my-agent'];
|
|
111
|
-
* const shouldTrigger = triggers?.some(pattern => minimatch(filePath, pattern));
|
|
112
|
-
* ```
|
|
113
|
-
*/
|
|
114
|
-
export const MANDATORY_TRIGGERS = {
|
|
115
|
-
// No mandatory triggers for LumenFlow framework development.
|
|
116
|
-
// Projects should configure their own triggers based on their domain.
|
|
117
|
-
};
|
|
118
|
-
/**
|
|
119
|
-
* File system paths for metrics collection.
|
|
120
|
-
* Used by FileSystemMetricsCollector to avoid hardcoded strings.
|
|
121
|
-
*/
|
|
122
|
-
export const FILESYSTEM_PATHS = {
|
|
123
|
-
WU_DIR: DIRECTORIES.WU_DIR,
|
|
124
|
-
STATUS_FILE: DIRECTORIES.STATUS_PATH,
|
|
125
|
-
BACKLOG_FILE: DIRECTORIES.BACKLOG_PATH,
|
|
126
|
-
TELEMETRY_DIR: LUMENFLOW_PATHS.TELEMETRY,
|
|
127
|
-
STAMPS_DIR: LUMENFLOW_PATHS.STAMPS_DIR,
|
|
128
|
-
SESSION_FILE: LUMENFLOW_PATHS.SESSION_CURRENT,
|
|
129
|
-
};
|
|
3
|
+
// WU-2717 (INIT-058 prep-E): Shim — authoritative constants moved to pack.
|
|
4
|
+
export * from '@lumenflow/packs-software-delivery/domain/orchestration.constants';
|
|
130
5
|
//# sourceMappingURL=orchestration.constants.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"orchestration.constants.js","sourceRoot":"","sources":["../../src/domain/orchestration.constants.ts"],"names":[],"mappings":"AAAA,iCAAiC;AACjC,yCAAyC;
|
|
1
|
+
{"version":3,"file":"orchestration.constants.js","sourceRoot":"","sources":["../../src/domain/orchestration.constants.ts"],"names":[],"mappings":"AAAA,iCAAiC;AACjC,yCAAyC;AACzC,2EAA2E;AAC3E,cAAc,mEAAmE,CAAC"}
|