@xdevops/issue-auto-finish 1.0.90 → 1.0.92
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/{chunk-TDKTI363.js → chunk-2WDVTLVF.js} +1 -1
- package/dist/{chunk-Y62E72TA.js → chunk-6T7ZHAV2.js} +2 -2
- package/dist/{chunk-IWSMQXBL.js → chunk-WZGEYHCC.js} +1300 -600
- package/dist/chunk-WZGEYHCC.js.map +1 -0
- package/dist/cli.js +2 -2
- package/dist/hooks/HookEventWatcher.d.ts +34 -0
- package/dist/hooks/HookEventWatcher.d.ts.map +1 -0
- package/dist/hooks/HookInjector.d.ts +85 -0
- package/dist/hooks/HookInjector.d.ts.map +1 -0
- package/dist/hooks/index.d.ts +4 -0
- package/dist/hooks/index.d.ts.map +1 -0
- package/dist/index.js +2 -2
- package/dist/lib.js +1 -1
- package/dist/lifecycle/DefaultLifecycleHook.d.ts +21 -0
- package/dist/lifecycle/DefaultLifecycleHook.d.ts.map +1 -0
- package/dist/lifecycle/FeedbackTypes.d.ts +52 -0
- package/dist/lifecycle/FeedbackTypes.d.ts.map +1 -0
- package/dist/lifecycle/PhaseLifecycleHook.d.ts +70 -0
- package/dist/lifecycle/PhaseLifecycleHook.d.ts.map +1 -0
- package/dist/lifecycle/PhaseMiddleware.d.ts +47 -0
- package/dist/lifecycle/PhaseMiddleware.d.ts.map +1 -0
- package/dist/lifecycle/PhaseStateMachine.d.ts +111 -0
- package/dist/lifecycle/PhaseStateMachine.d.ts.map +1 -0
- package/dist/lifecycle/index.d.ts +8 -0
- package/dist/lifecycle/index.d.ts.map +1 -1
- package/dist/orchestrator/steps/PhaseHelpers.d.ts +24 -0
- package/dist/orchestrator/steps/PhaseHelpers.d.ts.map +1 -0
- package/dist/orchestrator/steps/PhaseLoopStep.d.ts +10 -0
- package/dist/orchestrator/steps/PhaseLoopStep.d.ts.map +1 -1
- package/dist/orchestrator/steps/SetupStep.d.ts.map +1 -1
- package/dist/orchestrator/strategies/AiPhaseStrategy.d.ts +17 -0
- package/dist/orchestrator/strategies/AiPhaseStrategy.d.ts.map +1 -0
- package/dist/orchestrator/strategies/GateStrategy.d.ts +15 -0
- package/dist/orchestrator/strategies/GateStrategy.d.ts.map +1 -0
- package/dist/orchestrator/strategies/PhaseStrategy.d.ts +16 -0
- package/dist/orchestrator/strategies/PhaseStrategy.d.ts.map +1 -0
- package/dist/orchestrator/strategies/VerifyFixStrategy.d.ts +15 -0
- package/dist/orchestrator/strategies/VerifyFixStrategy.d.ts.map +1 -0
- package/dist/orchestrator/strategies/index.d.ts +17 -0
- package/dist/orchestrator/strategies/index.d.ts.map +1 -0
- package/dist/phases/BasePhase.d.ts +2 -0
- package/dist/phases/BasePhase.d.ts.map +1 -1
- package/dist/{restart-2BCP6AMK.js → restart-5D3ZDD5L.js} +2 -2
- package/dist/run.js +2 -2
- package/dist/{start-ECUOKGM2.js → start-IQBNXLEI.js} +2 -2
- package/package.json +1 -1
- package/src/web/frontend/dist/assets/{index-Dby4j-V_.js → index-BR0UoQER.js} +2 -2
- package/src/web/frontend/dist/index.html +1 -1
- package/dist/chunk-IWSMQXBL.js.map +0 -1
- /package/dist/{chunk-TDKTI363.js.map → chunk-2WDVTLVF.js.map} +0 -0
- /package/dist/{chunk-Y62E72TA.js.map → chunk-6T7ZHAV2.js.map} +0 -0
- /package/dist/{restart-2BCP6AMK.js.map → restart-5D3ZDD5L.js.map} +0 -0
- /package/dist/{start-ECUOKGM2.js.map → start-IQBNXLEI.js.map} +0 -0
|
@@ -38,7 +38,7 @@ import {
|
|
|
38
38
|
setE2eOverride,
|
|
39
39
|
setNoteSyncOverride,
|
|
40
40
|
validatePhaseRegistry
|
|
41
|
-
} from "./chunk-
|
|
41
|
+
} from "./chunk-WZGEYHCC.js";
|
|
42
42
|
import {
|
|
43
43
|
AsyncMutex,
|
|
44
44
|
BaseTracker,
|
|
@@ -9303,4 +9303,4 @@ function migrateKnowledgeDir(srcDir, destDir) {
|
|
|
9303
9303
|
export {
|
|
9304
9304
|
main
|
|
9305
9305
|
};
|
|
9306
|
-
//# sourceMappingURL=chunk-
|
|
9306
|
+
//# sourceMappingURL=chunk-6T7ZHAV2.js.map
|