fifony 0.1.35 → 0.1.36
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/app/dist/assets/{CommandPalette-Du7aS97R.js → CommandPalette-CyyF04a2.js} +1 -1
- package/app/dist/assets/{KeyboardShortcutsHelp-mguoBIXk.js → KeyboardShortcutsHelp-D71YmyfF.js} +1 -1
- package/app/dist/assets/{OnboardingWizard-dOrVz-hX.js → OnboardingWizard-TLlzqU2A.js} +1 -1
- package/app/dist/assets/{analytics.lazy-CKd9S45z.js → analytics.lazy-D8vsSFxh.js} +1 -1
- package/app/dist/assets/{index-nWJMQsCn.js → index-Ccu8chEN.js} +6 -6
- package/app/dist/index.html +1 -1
- package/app/dist/service-worker.js +1 -1
- package/dist/agent/run-local.js +4 -4
- package/dist/{agent-QWN3JVX5.js → agent-5AEC4SL7.js} +5 -5
- package/dist/{chunk-TSSVMTCS.js → chunk-A7BVAGPW.js} +40 -17
- package/dist/{chunk-2ZK3IUJQ.js → chunk-GYVLPWYB.js} +11 -11
- package/dist/{chunk-GW7LVDP3.js → chunk-LUIPCPRO.js} +2 -2
- package/dist/{chunk-KRH4LWCW.js → chunk-QBAR5JLY.js} +4 -4
- package/dist/cli.js +4 -4
- package/dist/{issue-runner-QGJY5COY.js → issue-runner-VOW7MZEK.js} +5 -5
- package/dist/{issue-state-machine-6Y2OTUGI.js → issue-state-machine-JCGSR5QP.js} +3 -3
- package/dist/{issues-QSMDQQFO.js → issues-2ENRFJHC.js} +5 -5
- package/dist/{queue-workers-TDJWHJMJ.js → queue-workers-BQLDNMFQ.js} +2 -2
- package/dist/{scheduler-LWCF7U6Q.js → scheduler-5XTHGLCA.js} +5 -5
- package/dist/{store-DSMN6IKR.js → store-44KLJAXC.js} +5 -5
- package/dist/{workspace-S5F5JFM6.js → workspace-U43FRPEB.js} +2 -2
- package/package.json +1 -1
package/app/dist/index.html
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
<link rel="icon" href="/assets/icon-32.png" sizes="32x32" type="image/png" />
|
|
21
21
|
<link rel="icon" href="/assets/icon-16.png" sizes="16x16" type="image/png" />
|
|
22
22
|
<link rel="apple-touch-icon" href="/assets/apple-touch-icon.png" />
|
|
23
|
-
<script type="module" crossorigin src="/assets/assets/index-
|
|
23
|
+
<script type="module" crossorigin src="/assets/assets/index-Ccu8chEN.js"></script>
|
|
24
24
|
<link rel="modulepreload" crossorigin href="/assets/assets/rolldown-runtime-Dw2cE7zH.js">
|
|
25
25
|
<link rel="modulepreload" crossorigin href="/assets/assets/api-ChEctgc5.js">
|
|
26
26
|
<link rel="modulepreload" crossorigin href="/assets/assets/vendor-DkWeBvNl.js">
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const CACHE_VERSION = "
|
|
1
|
+
const CACHE_VERSION = "1774267881384";
|
|
2
2
|
const CORE_CACHE = `fifony-core-${CACHE_VERSION}`;
|
|
3
3
|
const ASSET_CACHE = `fifony-assets-${CACHE_VERSION}`;
|
|
4
4
|
const APP_SHELL_ROUTES = ["/kanban", "/issues", "/agents", "/settings", "/onboarding"];
|
package/dist/agent/run-local.js
CHANGED
|
@@ -23,10 +23,10 @@ import {
|
|
|
23
23
|
startApiServer,
|
|
24
24
|
syncRuntimeConfigSettings,
|
|
25
25
|
validateConfig
|
|
26
|
-
} from "../chunk-
|
|
26
|
+
} from "../chunk-A7BVAGPW.js";
|
|
27
27
|
import {
|
|
28
28
|
computeMetrics
|
|
29
|
-
} from "../chunk-
|
|
29
|
+
} from "../chunk-QBAR5JLY.js";
|
|
30
30
|
import {
|
|
31
31
|
detectAvailableProviders,
|
|
32
32
|
detectDefaultBranch,
|
|
@@ -34,7 +34,7 @@ import {
|
|
|
34
34
|
getProviderDefaultCommand,
|
|
35
35
|
resolveDefaultProvider,
|
|
36
36
|
setSkipSource
|
|
37
|
-
} from "../chunk-
|
|
37
|
+
} from "../chunk-LUIPCPRO.js";
|
|
38
38
|
import {
|
|
39
39
|
debugBoot,
|
|
40
40
|
fail,
|
|
@@ -47,7 +47,7 @@ import {
|
|
|
47
47
|
recoverOrphans,
|
|
48
48
|
recoverState,
|
|
49
49
|
stopQueueWorkers
|
|
50
|
-
} from "../chunk-
|
|
50
|
+
} from "../chunk-GYVLPWYB.js";
|
|
51
51
|
import {
|
|
52
52
|
initLogger,
|
|
53
53
|
logger
|
|
@@ -15,8 +15,8 @@ import {
|
|
|
15
15
|
runIssueOnce,
|
|
16
16
|
runPlanningJob,
|
|
17
17
|
tryParseJsonOutput
|
|
18
|
-
} from "./chunk-
|
|
19
|
-
import "./chunk-
|
|
18
|
+
} from "./chunk-A7BVAGPW.js";
|
|
19
|
+
import "./chunk-QBAR5JLY.js";
|
|
20
20
|
import {
|
|
21
21
|
buildPrompt,
|
|
22
22
|
buildProviderBasePrompt,
|
|
@@ -33,9 +33,9 @@ import {
|
|
|
33
33
|
runCommandWithTimeout,
|
|
34
34
|
runHook,
|
|
35
35
|
shouldSkipMergePath
|
|
36
|
-
} from "./chunk-
|
|
36
|
+
} from "./chunk-LUIPCPRO.js";
|
|
37
37
|
import "./chunk-O5AEQXUV.js";
|
|
38
|
-
import "./chunk-
|
|
38
|
+
import "./chunk-GYVLPWYB.js";
|
|
39
39
|
import "./chunk-DVU3CXWA.js";
|
|
40
40
|
import "./chunk-OONOOWNC.js";
|
|
41
41
|
export {
|
|
@@ -71,4 +71,4 @@ export {
|
|
|
71
71
|
shouldSkipMergePath,
|
|
72
72
|
tryParseJsonOutput
|
|
73
73
|
};
|
|
74
|
-
//# sourceMappingURL=agent-
|
|
74
|
+
//# sourceMappingURL=agent-5AEC4SL7.js.map
|
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
snapshotAndClearDirtyEventIds,
|
|
22
22
|
snapshotAndClearDirtyIssueIds,
|
|
23
23
|
snapshotAndClearDirtyIssuePlanIds
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-QBAR5JLY.js";
|
|
25
25
|
import {
|
|
26
26
|
ADAPTERS,
|
|
27
27
|
assertIssueHasGitWorktree,
|
|
@@ -52,7 +52,7 @@ import {
|
|
|
52
52
|
resolveAgentCommand,
|
|
53
53
|
runCommandWithTimeout,
|
|
54
54
|
runHook
|
|
55
|
-
} from "./chunk-
|
|
55
|
+
} from "./chunk-LUIPCPRO.js";
|
|
56
56
|
import {
|
|
57
57
|
appendFileTail,
|
|
58
58
|
clamp,
|
|
@@ -77,7 +77,7 @@ import {
|
|
|
77
77
|
} from "./chunk-O5AEQXUV.js";
|
|
78
78
|
import {
|
|
79
79
|
enqueue
|
|
80
|
-
} from "./chunk-
|
|
80
|
+
} from "./chunk-GYVLPWYB.js";
|
|
81
81
|
import {
|
|
82
82
|
logger
|
|
83
83
|
} from "./chunk-DVU3CXWA.js";
|
|
@@ -2338,6 +2338,7 @@ async function ensureNotStale(state, staleTimeoutMs) {
|
|
|
2338
2338
|
const staleMinutes = Math.round((Date.now() - Date.parse(issue.updatedAt)) / 6e4);
|
|
2339
2339
|
const reason = `Stale execution \u2014 no updates for over ${staleMinutes} minute(s) in ${issue.state} state.`;
|
|
2340
2340
|
logger.info({ issueId: issue.id, identifier: issue.identifier, state: issue.state, updatedAt: issue.updatedAt }, "[Scheduler] Recovering stale issue \u2192 Blocked");
|
|
2341
|
+
issue.lastFailedPhase = issue.state === "Reviewing" ? "review" : "execute";
|
|
2341
2342
|
issue.attempts += 1;
|
|
2342
2343
|
issue.nextRetryAt = getNextRetryAt(issue, state.config.retryDelayMs);
|
|
2343
2344
|
issue.startedAt = void 0;
|
|
@@ -3686,6 +3687,12 @@ function registerStateRoutes(app, state) {
|
|
|
3686
3687
|
});
|
|
3687
3688
|
app.post("/api/issues/:id/retry", async (c) => {
|
|
3688
3689
|
logger.info({ issueId: parseIssue(c) }, "[API] POST /api/issues/:id/retry");
|
|
3690
|
+
let feedback;
|
|
3691
|
+
try {
|
|
3692
|
+
const body = await c.req.json();
|
|
3693
|
+
if (body?.feedback) feedback = toStringValue(body.feedback);
|
|
3694
|
+
} catch {
|
|
3695
|
+
}
|
|
3689
3696
|
return mutateIssueState(state, c, async (issue) => {
|
|
3690
3697
|
const container = getContainer();
|
|
3691
3698
|
if (TERMINAL_STATES.has(issue.state)) {
|
|
@@ -3704,10 +3711,19 @@ function registerStateRoutes(app, state) {
|
|
|
3704
3711
|
);
|
|
3705
3712
|
}
|
|
3706
3713
|
} else if (issue.state === "Blocked") {
|
|
3707
|
-
|
|
3708
|
-
|
|
3709
|
-
|
|
3710
|
-
|
|
3714
|
+
if (issue.lastFailedPhase === "review") {
|
|
3715
|
+
issue.lastError = void 0;
|
|
3716
|
+
issue.lastFailedPhase = void 0;
|
|
3717
|
+
await transitionIssueCommand(
|
|
3718
|
+
{ issue, target: "Reviewing", note: "Retrying review (execution was already successful)." },
|
|
3719
|
+
container
|
|
3720
|
+
);
|
|
3721
|
+
} else {
|
|
3722
|
+
await retryExecutionCommand(
|
|
3723
|
+
{ issue, note: "Manual retry from Blocked." },
|
|
3724
|
+
container
|
|
3725
|
+
);
|
|
3726
|
+
}
|
|
3711
3727
|
} else if (issue.state === "Approved") {
|
|
3712
3728
|
issue.attempts += 1;
|
|
3713
3729
|
await transitionIssueCommand(
|
|
@@ -3728,8 +3744,8 @@ function registerStateRoutes(app, state) {
|
|
|
3728
3744
|
await requestReworkCommand(
|
|
3729
3745
|
{
|
|
3730
3746
|
issue,
|
|
3731
|
-
reviewerFeedback: issue.lastError || "Manual rework request.",
|
|
3732
|
-
note: `Manual rework requested for ${issue.identifier}.`
|
|
3747
|
+
reviewerFeedback: feedback || issue.lastError || "Manual rework request.",
|
|
3748
|
+
note: feedback ? `Rework requested for ${issue.identifier}: ${feedback.slice(0, 200)}` : `Manual rework requested for ${issue.identifier}.`
|
|
3733
3749
|
},
|
|
3734
3750
|
container
|
|
3735
3751
|
);
|
|
@@ -3801,7 +3817,7 @@ function registerStateRoutes(app, state) {
|
|
|
3801
3817
|
if (!issueId) return c.json({ ok: false, error: "Issue id is required." }, 400);
|
|
3802
3818
|
const issue = findIssue(state, issueId);
|
|
3803
3819
|
if (!issue) return c.json({ ok: false, error: "Issue not found." }, 404);
|
|
3804
|
-
const { dryMerge } = await import("./workspace-
|
|
3820
|
+
const { dryMerge } = await import("./workspace-U43FRPEB.js");
|
|
3805
3821
|
const result = dryMerge(issue);
|
|
3806
3822
|
return c.json({ ok: true, ...result });
|
|
3807
3823
|
} catch (error) {
|
|
@@ -3816,7 +3832,7 @@ function registerStateRoutes(app, state) {
|
|
|
3816
3832
|
if (!issueId) return c.json({ ok: false, error: "Issue id is required." }, 400);
|
|
3817
3833
|
const issue = findIssue(state, issueId);
|
|
3818
3834
|
if (!issue) return c.json({ ok: false, error: "Issue not found." }, 404);
|
|
3819
|
-
const { rebaseWorktree } = await import("./workspace-
|
|
3835
|
+
const { rebaseWorktree } = await import("./workspace-U43FRPEB.js");
|
|
3820
3836
|
const result = rebaseWorktree(issue);
|
|
3821
3837
|
if (result.success) {
|
|
3822
3838
|
addEvent(state, issue.id, "info", `Branch ${issue.branchName} rebased onto ${issue.baseBranch}.`);
|
|
@@ -3948,7 +3964,7 @@ function registerStateRoutes(app, state) {
|
|
|
3948
3964
|
const issue = findIssue(state, issueId);
|
|
3949
3965
|
if (!issue) return c.json({ ok: false, error: "Issue not found." }, 404);
|
|
3950
3966
|
try {
|
|
3951
|
-
const { getIssueTransitionHistory } = await import("./issue-state-machine-
|
|
3967
|
+
const { getIssueTransitionHistory } = await import("./issue-state-machine-JCGSR5QP.js");
|
|
3952
3968
|
const limit = parseInt(c.req.query("limit") ?? "50", 10);
|
|
3953
3969
|
const offset = parseInt(c.req.query("offset") ?? "0", 10);
|
|
3954
3970
|
const transitions = await getIssueTransitionHistory(issue.id, { limit, offset });
|
|
@@ -3959,7 +3975,7 @@ function registerStateRoutes(app, state) {
|
|
|
3959
3975
|
});
|
|
3960
3976
|
app.get("/api/state-machine/transitions", async (c) => {
|
|
3961
3977
|
try {
|
|
3962
|
-
const { getStateMachineTransitions } = await import("./issue-state-machine-
|
|
3978
|
+
const { getStateMachineTransitions } = await import("./issue-state-machine-JCGSR5QP.js");
|
|
3963
3979
|
return c.json({ ok: true, transitions: getStateMachineTransitions() });
|
|
3964
3980
|
} catch (error) {
|
|
3965
3981
|
return c.json({ ok: false, error: error instanceof Error ? error.message : String(error) }, 500);
|
|
@@ -3967,7 +3983,7 @@ function registerStateRoutes(app, state) {
|
|
|
3967
3983
|
});
|
|
3968
3984
|
app.get("/api/state-machine/visualize", async (c) => {
|
|
3969
3985
|
try {
|
|
3970
|
-
const { visualizeStateMachine } = await import("./issue-state-machine-
|
|
3986
|
+
const { visualizeStateMachine } = await import("./issue-state-machine-JCGSR5QP.js");
|
|
3971
3987
|
const dot = visualizeStateMachine();
|
|
3972
3988
|
if (!dot) return c.json({ ok: false, error: "Visualization not available." }, 404);
|
|
3973
3989
|
return c.json({ ok: true, dot });
|
|
@@ -7872,7 +7888,7 @@ async function handleStatePatch(state, issue, payload) {
|
|
|
7872
7888
|
}
|
|
7873
7889
|
if (nextState === "Running" && sourceState === "Queued") {
|
|
7874
7890
|
try {
|
|
7875
|
-
const { enqueue: enqueue2 } = await import("./queue-workers-
|
|
7891
|
+
const { enqueue: enqueue2 } = await import("./queue-workers-BQLDNMFQ.js");
|
|
7876
7892
|
await enqueue2(issue, "execute");
|
|
7877
7893
|
} catch (error) {
|
|
7878
7894
|
logger.warn({ issueId: issue.id, err: error }, "[Issues] Failed to enqueue after manual Running transition");
|
|
@@ -8140,7 +8156,7 @@ async function runIssueOnce(state, issue, running) {
|
|
|
8140
8156
|
const { workspacePath, promptText, promptFile } = await prepareWorkspace(issue, state, state.config.defaultBranch);
|
|
8141
8157
|
container.issueRepository.markDirty(issue.id);
|
|
8142
8158
|
try {
|
|
8143
|
-
const { getIssueStateResource: getIssueStateResource2 } = await import("./store-
|
|
8159
|
+
const { getIssueStateResource: getIssueStateResource2 } = await import("./store-44KLJAXC.js");
|
|
8144
8160
|
const res = getIssueStateResource2();
|
|
8145
8161
|
if (res) {
|
|
8146
8162
|
await res.patch(issue.id, {
|
|
@@ -8179,6 +8195,13 @@ async function runIssueOnce(state, issue, running) {
|
|
|
8179
8195
|
state.metrics = computeMetrics(state.issues);
|
|
8180
8196
|
state.updatedAt = now();
|
|
8181
8197
|
await container.persistencePort.persistState(state);
|
|
8198
|
+
if (issue.state === "Reviewing") {
|
|
8199
|
+
try {
|
|
8200
|
+
const { enqueue: enqueue2 } = await import("./queue-workers-BQLDNMFQ.js");
|
|
8201
|
+
await enqueue2(issue, "review");
|
|
8202
|
+
} catch {
|
|
8203
|
+
}
|
|
8204
|
+
}
|
|
8182
8205
|
}
|
|
8183
8206
|
}
|
|
8184
8207
|
|
|
@@ -8252,4 +8275,4 @@ export {
|
|
|
8252
8275
|
syncReferenceRepositories,
|
|
8253
8276
|
importReferenceArtifacts
|
|
8254
8277
|
};
|
|
8255
|
-
//# sourceMappingURL=chunk-
|
|
8278
|
+
//# sourceMappingURL=chunk-A7BVAGPW.js.map
|
|
@@ -26,7 +26,7 @@ async function initQueueWorkers(state) {
|
|
|
26
26
|
}, 3e4);
|
|
27
27
|
persistInterval = setInterval(() => {
|
|
28
28
|
if (!active || !runtimeState) return;
|
|
29
|
-
import("./store-
|
|
29
|
+
import("./store-44KLJAXC.js").then(
|
|
30
30
|
({ persistState }) => persistState(runtimeState).catch(() => {
|
|
31
31
|
})
|
|
32
32
|
).catch(() => {
|
|
@@ -116,11 +116,11 @@ function sortQueue() {
|
|
|
116
116
|
}
|
|
117
117
|
async function dispatchPlan(issue) {
|
|
118
118
|
logger.info({ issueId: issue.id, identifier: issue.identifier }, "[Queue] Dispatching plan job");
|
|
119
|
-
const { runPlanningJob } = await import("./issue-runner-
|
|
119
|
+
const { runPlanningJob } = await import("./issue-runner-VOW7MZEK.js");
|
|
120
120
|
await runPlanningJob(runtimeState, issue);
|
|
121
121
|
}
|
|
122
122
|
async function dispatchExecute(issue) {
|
|
123
|
-
const { runIssueOnce } = await import("./issue-runner-
|
|
123
|
+
const { runIssueOnce } = await import("./issue-runner-VOW7MZEK.js");
|
|
124
124
|
while (active && runtimeState) {
|
|
125
125
|
const current = getCurrentIssue(issue.id);
|
|
126
126
|
if (!current || current.state !== "Queued" && current.state !== "Running") break;
|
|
@@ -130,12 +130,12 @@ async function dispatchExecute(issue) {
|
|
|
130
130
|
}
|
|
131
131
|
async function dispatchReview(issue) {
|
|
132
132
|
logger.info({ issueId: issue.id, identifier: issue.identifier }, "[Queue] Dispatching review job");
|
|
133
|
-
const { runIssueOnce } = await import("./issue-runner-
|
|
133
|
+
const { runIssueOnce } = await import("./issue-runner-VOW7MZEK.js");
|
|
134
134
|
await runIssueOnce(runtimeState, issue, running);
|
|
135
135
|
}
|
|
136
136
|
async function checkStaleIssues() {
|
|
137
137
|
if (!runtimeState) return;
|
|
138
|
-
const { ensureNotStale } = await import("./scheduler-
|
|
138
|
+
const { ensureNotStale } = await import("./scheduler-5XTHGLCA.js");
|
|
139
139
|
await ensureNotStale(runtimeState, runtimeState.config.staleInProgressTimeoutMs);
|
|
140
140
|
}
|
|
141
141
|
var draining = false;
|
|
@@ -186,7 +186,7 @@ async function enqueue(issue, job) {
|
|
|
186
186
|
async function recoverState() {
|
|
187
187
|
if (!runtimeState) return;
|
|
188
188
|
try {
|
|
189
|
-
const { getIssueStateMachinePlugin, ISSUE_STATE_MACHINE_ID } = await import("./issue-state-machine-
|
|
189
|
+
const { getIssueStateMachinePlugin, ISSUE_STATE_MACHINE_ID } = await import("./issue-state-machine-JCGSR5QP.js");
|
|
190
190
|
const fsmPlugin = getIssueStateMachinePlugin();
|
|
191
191
|
if (fsmPlugin?.getState) {
|
|
192
192
|
for (const issue of runtimeState.issues) {
|
|
@@ -218,9 +218,9 @@ async function recoverState() {
|
|
|
218
218
|
}
|
|
219
219
|
async function recoverOrphans() {
|
|
220
220
|
if (!runtimeState) return;
|
|
221
|
-
const { isAgentStillRunning, cleanStalePidFile } = await import("./agent-
|
|
222
|
-
const { executeTransition } = await import("./issue-state-machine-
|
|
223
|
-
const { addEvent } = await import("./issues-
|
|
221
|
+
const { isAgentStillRunning, cleanStalePidFile } = await import("./agent-5AEC4SL7.js");
|
|
222
|
+
const { executeTransition } = await import("./issue-state-machine-JCGSR5QP.js");
|
|
223
|
+
const { addEvent } = await import("./issues-2ENRFJHC.js");
|
|
224
224
|
const candidates = runtimeState.issues.filter((i) => i.state === "Running" || i.state === "Queued");
|
|
225
225
|
logger.debug({ count: candidates.length }, "[Queue] Checking for orphaned agent processes");
|
|
226
226
|
for (const issue of candidates) {
|
|
@@ -258,7 +258,7 @@ function cleanTerminalWorkspaces() {
|
|
|
258
258
|
logger.info({ count: terminals.length }, "[Queue] Scheduling terminal workspace cleanup in background");
|
|
259
259
|
const state = runtimeState;
|
|
260
260
|
setImmediate(async () => {
|
|
261
|
-
const { cleanWorkspace } = await import("./agent-
|
|
261
|
+
const { cleanWorkspace } = await import("./agent-5AEC4SL7.js");
|
|
262
262
|
for (const issue of terminals) {
|
|
263
263
|
try {
|
|
264
264
|
await cleanWorkspace(issue.id, issue, state);
|
|
@@ -292,4 +292,4 @@ export {
|
|
|
292
292
|
cleanTerminalWorkspaces,
|
|
293
293
|
getQueueStats
|
|
294
294
|
};
|
|
295
|
-
//# sourceMappingURL=chunk-
|
|
295
|
+
//# sourceMappingURL=chunk-GYVLPWYB.js.map
|
|
@@ -2085,7 +2085,7 @@ function parseDiffStats(issue, raw) {
|
|
|
2085
2085
|
}
|
|
2086
2086
|
async function syncIssueDiffStatsToStore(issue) {
|
|
2087
2087
|
if (!issue?.id) return;
|
|
2088
|
-
const { getIssueStateResource } = await import("./store-
|
|
2088
|
+
const { getIssueStateResource } = await import("./store-44KLJAXC.js");
|
|
2089
2089
|
const issueResource = getIssueStateResource();
|
|
2090
2090
|
if (!issueResource) return;
|
|
2091
2091
|
const toNumber = (value) => {
|
|
@@ -2349,4 +2349,4 @@ export {
|
|
|
2349
2349
|
hydrateIssuePathsFromWorkspace,
|
|
2350
2350
|
writeVersionedArtifacts
|
|
2351
2351
|
};
|
|
2352
|
-
//# sourceMappingURL=chunk-
|
|
2352
|
+
//# sourceMappingURL=chunk-LUIPCPRO.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
computeDiffStats,
|
|
3
3
|
syncIssueDiffStatsToStore
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-LUIPCPRO.js";
|
|
5
5
|
import {
|
|
6
6
|
isoWeek,
|
|
7
7
|
now
|
|
@@ -324,7 +324,7 @@ function emitFsmEvent(issueId, kind, message) {
|
|
|
324
324
|
}
|
|
325
325
|
}
|
|
326
326
|
async function lazyEnqueue(issue, job) {
|
|
327
|
-
const { enqueue } = await import("./queue-workers-
|
|
327
|
+
const { enqueue } = await import("./queue-workers-BQLDNMFQ.js");
|
|
328
328
|
return enqueue(issue, job);
|
|
329
329
|
}
|
|
330
330
|
var ISSUE_STATE_MACHINE_ID = "issue-lifecycle";
|
|
@@ -393,7 +393,7 @@ var issueStateMachineConfig = {
|
|
|
393
393
|
on: { APPROVE: "Approved", REQUEUE: "Queued", REPLAN: "Planning", CANCEL: "Cancelled" }
|
|
394
394
|
},
|
|
395
395
|
Blocked: {
|
|
396
|
-
on: { UNBLOCK: "Queued", REPLAN: "Planning", CANCEL: "Cancelled" },
|
|
396
|
+
on: { UNBLOCK: "Queued", REVIEW: "Reviewing", REPLAN: "Planning", CANCEL: "Cancelled" },
|
|
397
397
|
entry: "onEnterBlocked"
|
|
398
398
|
},
|
|
399
399
|
Approved: {
|
|
@@ -835,4 +835,4 @@ export {
|
|
|
835
835
|
canTransitionIssue,
|
|
836
836
|
visualizeStateMachine
|
|
837
837
|
};
|
|
838
|
-
//# sourceMappingURL=chunk-
|
|
838
|
+
//# sourceMappingURL=chunk-QBAR5JLY.js.map
|
package/dist/cli.js
CHANGED
|
@@ -3,11 +3,11 @@ import {
|
|
|
3
3
|
importReferenceArtifacts,
|
|
4
4
|
listReferenceRepositories,
|
|
5
5
|
syncReferenceRepositories
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
6
|
+
} from "./chunk-A7BVAGPW.js";
|
|
7
|
+
import "./chunk-QBAR5JLY.js";
|
|
8
|
+
import "./chunk-LUIPCPRO.js";
|
|
9
9
|
import "./chunk-O5AEQXUV.js";
|
|
10
|
-
import "./chunk-
|
|
10
|
+
import "./chunk-GYVLPWYB.js";
|
|
11
11
|
import "./chunk-DVU3CXWA.js";
|
|
12
12
|
import "./chunk-OONOOWNC.js";
|
|
13
13
|
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import {
|
|
2
2
|
runIssueOnce,
|
|
3
3
|
runPlanningJob
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
4
|
+
} from "./chunk-A7BVAGPW.js";
|
|
5
|
+
import "./chunk-QBAR5JLY.js";
|
|
6
|
+
import "./chunk-LUIPCPRO.js";
|
|
7
7
|
import "./chunk-O5AEQXUV.js";
|
|
8
|
-
import "./chunk-
|
|
8
|
+
import "./chunk-GYVLPWYB.js";
|
|
9
9
|
import "./chunk-DVU3CXWA.js";
|
|
10
10
|
import "./chunk-OONOOWNC.js";
|
|
11
11
|
export {
|
|
12
12
|
runIssueOnce,
|
|
13
13
|
runPlanningJob
|
|
14
14
|
};
|
|
15
|
-
//# sourceMappingURL=issue-runner-
|
|
15
|
+
//# sourceMappingURL=issue-runner-VOW7MZEK.js.map
|
|
@@ -15,8 +15,8 @@ import {
|
|
|
15
15
|
setIssueResourceStateApi,
|
|
16
16
|
setIssueStateMachinePlugin,
|
|
17
17
|
visualizeStateMachine
|
|
18
|
-
} from "./chunk-
|
|
19
|
-
import "./chunk-
|
|
18
|
+
} from "./chunk-QBAR5JLY.js";
|
|
19
|
+
import "./chunk-LUIPCPRO.js";
|
|
20
20
|
import "./chunk-O5AEQXUV.js";
|
|
21
21
|
import "./chunk-DVU3CXWA.js";
|
|
22
22
|
import "./chunk-OONOOWNC.js";
|
|
@@ -38,4 +38,4 @@ export {
|
|
|
38
38
|
setIssueStateMachinePlugin,
|
|
39
39
|
visualizeStateMachine
|
|
40
40
|
};
|
|
41
|
-
//# sourceMappingURL=issue-state-machine-
|
|
41
|
+
//# sourceMappingURL=issue-state-machine-JCGSR5QP.js.map
|
|
@@ -12,13 +12,13 @@ import {
|
|
|
12
12
|
normalizeIssue,
|
|
13
13
|
transitionIssue,
|
|
14
14
|
validateConfig
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-A7BVAGPW.js";
|
|
16
16
|
import {
|
|
17
17
|
computeMetrics
|
|
18
|
-
} from "./chunk-
|
|
19
|
-
import "./chunk-
|
|
18
|
+
} from "./chunk-QBAR5JLY.js";
|
|
19
|
+
import "./chunk-LUIPCPRO.js";
|
|
20
20
|
import "./chunk-O5AEQXUV.js";
|
|
21
|
-
import "./chunk-
|
|
21
|
+
import "./chunk-GYVLPWYB.js";
|
|
22
22
|
import "./chunk-DVU3CXWA.js";
|
|
23
23
|
import "./chunk-OONOOWNC.js";
|
|
24
24
|
export {
|
|
@@ -37,4 +37,4 @@ export {
|
|
|
37
37
|
transitionIssue,
|
|
38
38
|
validateConfig
|
|
39
39
|
};
|
|
40
|
-
//# sourceMappingURL=issues-
|
|
40
|
+
//# sourceMappingURL=issues-2ENRFJHC.js.map
|
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
recoverOrphans,
|
|
8
8
|
recoverState,
|
|
9
9
|
stopQueueWorkers
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-GYVLPWYB.js";
|
|
11
11
|
import "./chunk-DVU3CXWA.js";
|
|
12
12
|
import "./chunk-OONOOWNC.js";
|
|
13
13
|
export {
|
|
@@ -20,4 +20,4 @@ export {
|
|
|
20
20
|
recoverState,
|
|
21
21
|
stopQueueWorkers
|
|
22
22
|
};
|
|
23
|
-
//# sourceMappingURL=queue-workers-
|
|
23
|
+
//# sourceMappingURL=queue-workers-BQLDNMFQ.js.map
|
|
@@ -4,11 +4,11 @@ import {
|
|
|
4
4
|
hasTerminalQueue,
|
|
5
5
|
installGracefulShutdown,
|
|
6
6
|
isShuttingDown
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
7
|
+
} from "./chunk-A7BVAGPW.js";
|
|
8
|
+
import "./chunk-QBAR5JLY.js";
|
|
9
|
+
import "./chunk-LUIPCPRO.js";
|
|
10
10
|
import "./chunk-O5AEQXUV.js";
|
|
11
|
-
import "./chunk-
|
|
11
|
+
import "./chunk-GYVLPWYB.js";
|
|
12
12
|
import "./chunk-DVU3CXWA.js";
|
|
13
13
|
import "./chunk-OONOOWNC.js";
|
|
14
14
|
export {
|
|
@@ -18,4 +18,4 @@ export {
|
|
|
18
18
|
installGracefulShutdown,
|
|
19
19
|
isShuttingDown
|
|
20
20
|
};
|
|
21
|
-
//# sourceMappingURL=scheduler-
|
|
21
|
+
//# sourceMappingURL=scheduler-5XTHGLCA.js.map
|
|
@@ -18,16 +18,16 @@ import {
|
|
|
18
18
|
persistStateFull,
|
|
19
19
|
replacePersistedSetting,
|
|
20
20
|
setActiveApiPlugin
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-A7BVAGPW.js";
|
|
22
22
|
import {
|
|
23
23
|
hasDirtyState,
|
|
24
24
|
markEventDirty,
|
|
25
25
|
markIssueDirty,
|
|
26
26
|
markIssuePlanDirty
|
|
27
|
-
} from "./chunk-
|
|
28
|
-
import "./chunk-
|
|
27
|
+
} from "./chunk-QBAR5JLY.js";
|
|
28
|
+
import "./chunk-LUIPCPRO.js";
|
|
29
29
|
import "./chunk-O5AEQXUV.js";
|
|
30
|
-
import "./chunk-
|
|
30
|
+
import "./chunk-GYVLPWYB.js";
|
|
31
31
|
import "./chunk-DVU3CXWA.js";
|
|
32
32
|
import "./chunk-OONOOWNC.js";
|
|
33
33
|
export {
|
|
@@ -55,4 +55,4 @@ export {
|
|
|
55
55
|
replacePersistedSetting,
|
|
56
56
|
setActiveApiPlugin
|
|
57
57
|
};
|
|
58
|
-
//# sourceMappingURL=store-
|
|
58
|
+
//# sourceMappingURL=store-44KLJAXC.js.map
|
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
shouldSkipMergePath,
|
|
22
22
|
syncIssueDiffStatsToStore,
|
|
23
23
|
writeVersionedArtifacts
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-LUIPCPRO.js";
|
|
25
25
|
import "./chunk-O5AEQXUV.js";
|
|
26
26
|
import "./chunk-DVU3CXWA.js";
|
|
27
27
|
import "./chunk-OONOOWNC.js";
|
|
@@ -49,4 +49,4 @@ export {
|
|
|
49
49
|
syncIssueDiffStatsToStore,
|
|
50
50
|
writeVersionedArtifacts
|
|
51
51
|
};
|
|
52
|
-
//# sourceMappingURL=workspace-
|
|
52
|
+
//# sourceMappingURL=workspace-U43FRPEB.js.map
|