@autocode-cli/autocode 0.23.1 → 0.24.1

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.
Files changed (50) hide show
  1. package/.output/nitro.json +1 -1
  2. package/.output/public/_nuxt/{C7io_DSW.js → 30x-pnPQ.js} +1 -1
  3. package/.output/public/_nuxt/{Bw7FWqV0.js → B5K45pkN.js} +1 -1
  4. package/.output/public/_nuxt/{DM4Ho2Bv.js → B7N9KVJb.js} +1 -1
  5. package/.output/public/_nuxt/{D76qSnWT.js → B8fx2Odl.js} +1 -1
  6. package/.output/public/_nuxt/{BBEbwH8D.js → BMpzg2mk.js} +1 -1
  7. package/.output/public/_nuxt/{BuvntByx.js → BSxoTORP.js} +1 -1
  8. package/.output/public/_nuxt/{BD91kv0Y.js → BV98b_5N.js} +1 -1
  9. package/.output/public/_nuxt/{3sXGt5Rd.js → BmXdU8s6.js} +1 -1
  10. package/.output/public/_nuxt/{LrqIIcWX.js → BnYbZ_Q-.js} +1 -1
  11. package/.output/public/_nuxt/{aTnkUihz.js → Bng5mevu.js} +1 -1
  12. package/.output/public/_nuxt/{CNk26ZYn.js → BxuncHIl.js} +1 -1
  13. package/.output/public/_nuxt/{kfPKQYdW.js → CHghi4ZS.js} +1 -1
  14. package/.output/public/_nuxt/{DDWI4XwX.js → CfnfFBgB.js} +1 -1
  15. package/.output/public/_nuxt/{D-wynznW.js → CheLvSKu.js} +1 -1
  16. package/.output/public/_nuxt/{L_n8XUuv.js → CjrJmDFL.js} +1 -1
  17. package/.output/public/_nuxt/{DIXqNKPo.js → CrYhmOVM.js} +1 -1
  18. package/.output/public/_nuxt/{Be7frmwh.js → DDXh7sp0.js} +1 -1
  19. package/.output/public/_nuxt/{BOlW1kmw.js → DJpW4QHw.js} +1 -1
  20. package/.output/public/_nuxt/{oLlK4WXl.js → DLjMZl4b.js} +1 -1
  21. package/.output/public/_nuxt/{BpO4XY0_.js → Da5mz8p9.js} +3 -3
  22. package/.output/public/_nuxt/{DpoEnJ3J.js → DcEDc3V6.js} +1 -1
  23. package/.output/public/_nuxt/{OyKw9-Gx.js → DhIzsKNb.js} +1 -1
  24. package/.output/public/_nuxt/{BZVoUal8.js → Di3lPWqt.js} +1 -1
  25. package/.output/public/_nuxt/{BuzdD3AW.js → DomCSEI3.js} +1 -1
  26. package/.output/public/_nuxt/{Du9kBm9P.js → DtwILEdu.js} +1 -1
  27. package/.output/public/_nuxt/{FqD3jYDA.js → PiC8eKKb.js} +1 -1
  28. package/.output/public/_nuxt/{DD1ePXYS.js → Sgc77AB2.js} +1 -1
  29. package/.output/public/_nuxt/{BQA5mXKu.js → U87oYT86.js} +1 -1
  30. package/.output/public/_nuxt/{Dv0ot_Lu.js → Up0p2QoY.js} +1 -1
  31. package/.output/public/_nuxt/{DFrkGi3U.js → YT65Mr4H.js} +1 -1
  32. package/.output/public/_nuxt/builds/latest.json +1 -1
  33. package/.output/public/_nuxt/builds/meta/d9565cd3-0558-4052-9d4b-0d843258bfa3.json +1 -0
  34. package/.output/public/_nuxt/{Cds_QjoL.js → t_pTtAs-.js} +1 -1
  35. package/.output/public/_payload.json +1 -1
  36. package/.output/public/index.html +1 -1
  37. package/.output/server/chunks/build/client.precomputed.mjs +1 -1
  38. package/.output/server/chunks/build/server.mjs +2 -2
  39. package/.output/server/chunks/build/styles.mjs +17 -17
  40. package/.output/server/chunks/nitro/nitro.mjs +250 -257
  41. package/.output/server/chunks/routes/api/purge.post.mjs +56 -0
  42. package/.output/server/chunks/routes/api/purge.post.mjs.map +1 -0
  43. package/.output/server/package.json +1 -1
  44. package/bin/autocode +55 -0
  45. package/package.json +1 -1
  46. package/templates/prompts/splitter.en.md +17 -2
  47. package/templates/prompts/splitter.fr.md +17 -2
  48. package/.output/public/_nuxt/builds/meta/e54571d7-66b0-4c23-8da2-367054427374.json +0 -1
  49. /package/.output/public/_i18n/{r7fAfybn → o5vy9wFb}/en/messages.json +0 -0
  50. /package/.output/public/_i18n/{r7fAfybn → o5vy9wFb}/fr/messages.json +0 -0
@@ -10001,7 +10001,7 @@ function _expandFromEnv(value) {
10001
10001
  const _inlineRuntimeConfig = {
10002
10002
  "app": {
10003
10003
  "baseURL": "/",
10004
- "buildId": "e54571d7-66b0-4c23-8da2-367054427374",
10004
+ "buildId": "d9565cd3-0558-4052-9d4b-0d843258bfa3",
10005
10005
  "buildAssetsDir": "/_nuxt/",
10006
10006
  "cdnURL": ""
10007
10007
  },
@@ -11994,7 +11994,7 @@ async function getTransitionDecision(context) {
11994
11994
  debug$1("transition-decider", "Calling LLM for decision", {
11995
11995
  promptLength: prompt.length
11996
11996
  });
11997
- const response = await callLLM(prompt);
11997
+ const response = callLLM(prompt);
11998
11998
  if (!response) {
11999
11999
  debug$1("transition-decider", "LLM call failed, defaulting to RETRY");
12000
12000
  return { action: "RETRY", reason: "LLM call failed" };
@@ -12039,51 +12039,27 @@ Contenu:
12039
12039
  ${lastComment.content}` : "Aucun commentaire";
12040
12040
  return template.replace("{key}", issue.key).replace("{title}", issue.title).replace("{currentColumn}", (_b = (_a = issue.column) == null ? void 0 : _a.slug) != null ? _b : "unknown").replace("{columnsList}", columnsList).replace("{history}", historyText || "Aucun historique").replace("{lastComment}", commentText);
12041
12041
  }
12042
- async function callLLM(prompt) {
12043
- var _a, _b;
12044
- const config = useRuntimeConfig();
12045
- if (!config.anthropicApiKey) {
12046
- debug$1("transition-decider", "Anthropic API key not configured");
12047
- return null;
12048
- }
12042
+ function callLLM(prompt) {
12043
+ var _a, _b, _c;
12044
+ debug$1("transition-decider", "Calling Claude CLI for decision");
12049
12045
  try {
12050
- const response = await fetch("https://api.anthropic.com/v1/messages", {
12051
- method: "POST",
12052
- headers: {
12053
- "Content-Type": "application/json",
12054
- "x-api-key": config.anthropicApiKey,
12055
- "anthropic-version": "2023-06-01"
12056
- },
12057
- body: JSON.stringify({
12058
- // Use haiku for speed - this is a simple decision task
12059
- model: "claude-3-5-haiku-20241022",
12060
- max_tokens: 256,
12061
- messages: [
12062
- {
12063
- role: "user",
12064
- content: prompt
12065
- }
12066
- ]
12067
- })
12068
- });
12069
- if (!response.ok) {
12070
- const errorText = await response.text();
12071
- debug$1("transition-decider", "Anthropic API error", {
12072
- status: response.status,
12073
- error: errorText
12074
- });
12046
+ const result = executeClaudePrompt(prompt, 3e4);
12047
+ if (!result.success) {
12048
+ debug$1("transition-decider", "Claude CLI failed", { error: result.error });
12075
12049
  return null;
12076
12050
  }
12077
- const data = await response.json();
12078
- const textContent = (_a = data.content) == null ? void 0 : _a.find((c) => c.type === "text");
12079
- return (_b = textContent == null ? void 0 : textContent.text) != null ? _b : null;
12051
+ debug$1("transition-decider", "Claude CLI response received", {
12052
+ outputLength: (_b = (_a = result.output) == null ? void 0 : _a.length) != null ? _b : 0
12053
+ });
12054
+ return (_c = result.output) != null ? _c : null;
12080
12055
  } catch (error) {
12081
12056
  debug$1("transition-decider", "LLM call failed", { error: String(error) });
12082
12057
  return null;
12083
12058
  }
12084
12059
  }
12085
12060
  function parseDecisionResponse(response) {
12086
- const trimmed = response.trim();
12061
+ const trimmed = response.trim().replace(/^`+|`+$/g, "").trim();
12062
+ debug$1("transition-decider", "Parsing response", { original: response, cleaned: trimmed });
12087
12063
  const moveMatch = trimmed.match(/^MOVE\s+(\S+)\s*\[([^\]]+)\]/i);
12088
12064
  if (moveMatch) {
12089
12065
  return {
@@ -12490,7 +12466,7 @@ const _30Vdoj9BdcorODZX8NqnLz57uz8l9ngyL5Vaul6aAo = defineNitroPlugin(async (nit
12490
12466
  const localeSegment = detector.route(event.path);
12491
12467
  const pathLocale = isSupportedLocale(localeSegment) && localeSegment || void 0;
12492
12468
  const path = (pathLocale && url.pathname.slice(pathLocale.length + 1)) ?? url.pathname;
12493
- if (!url.pathname.includes("/_i18n/r7fAfybn") && !isExistingNuxtRoute(path)) {
12469
+ if (!url.pathname.includes("/_i18n/o5vy9wFb") && !isExistingNuxtRoute(path)) {
12494
12470
  return;
12495
12471
  }
12496
12472
  const resolved = resolveRedirectPath(event, path, pathLocale, ctx.vueI18nOptions.defaultLocale, detector);
@@ -12921,8 +12897,23 @@ const POLL_INTERVAL_MS = 1e4;
12921
12897
  const MAX_RETRY_COUNT = 3;
12922
12898
  const processingIssues = /* @__PURE__ */ new Set();
12923
12899
  const retryCounters = /* @__PURE__ */ new Map();
12924
- const _m6EoNY0Rbu7thvByPemFl2aPWPH21dK1tArqOtrho = defineNitroPlugin(() => {
12900
+ const _m6EoNY0Rbu7thvByPemFl2aPWPH21dK1tArqOtrho = defineNitroPlugin(async () => {
12925
12901
  initLogger();
12902
+ const cleanedLocks = await prisma.issue.updateMany({
12903
+ where: {
12904
+ processingSessionId: { not: null }
12905
+ },
12906
+ data: {
12907
+ processingColumnId: null,
12908
+ processingStartedAt: null,
12909
+ processingSessionId: null
12910
+ }
12911
+ });
12912
+ if (cleanedLocks.count > 0) {
12913
+ debug$1("autoprocess", "Cleaned orphan processing locks on startup", {
12914
+ count: cleanedLocks.count
12915
+ });
12916
+ }
12926
12917
  debug$1("autoprocess", "Plugin started with LLM Decider architecture", {
12927
12918
  pollInterval: POLL_INTERVAL_MS,
12928
12919
  maxRetries: MAX_RETRY_COUNT
@@ -13729,507 +13720,507 @@ _5RvkpiviNMus9JKZsnHvqoz9244BNkJ0VnObYMaX8dM
13729
13720
  const assets = {
13730
13721
  "/_payload.json": {
13731
13722
  "type": "application/json;charset=utf-8",
13732
- "etag": "\"45-an1aCyyAz2ehtsQIqDSQmgk3Gsw\"",
13733
- "mtime": "2026-01-06T14:52:49.343Z",
13723
+ "etag": "\"45-c6TLJVMw+BW8Bcq+QEfKO8BNPzY\"",
13724
+ "mtime": "2026-01-06T16:52:58.310Z",
13734
13725
  "size": 69,
13735
13726
  "path": "../public/_payload.json"
13736
13727
  },
13737
13728
  "/favicon.svg": {
13738
13729
  "type": "image/svg+xml",
13739
13730
  "etag": "\"215-HjDVtWnXgjYQ6+j8KMWdIoIvKrs\"",
13740
- "mtime": "2026-01-06T14:52:49.414Z",
13731
+ "mtime": "2026-01-06T16:52:58.383Z",
13741
13732
  "size": 533,
13742
13733
  "path": "../public/favicon.svg"
13743
13734
  },
13744
13735
  "/index.html": {
13745
13736
  "type": "text/html;charset=utf-8",
13746
- "etag": "\"c04d-PJx2hCDnYkN0cixPuW36t67Ob98\"",
13747
- "mtime": "2026-01-06T14:52:49.335Z",
13737
+ "etag": "\"c04d-aGfEzD0vqBMTIhgGIuHzfntaMYw\"",
13738
+ "mtime": "2026-01-06T16:52:58.304Z",
13748
13739
  "size": 49229,
13749
13740
  "path": "../public/index.html"
13750
13741
  },
13751
13742
  "/og-image.svg": {
13752
13743
  "type": "image/svg+xml",
13753
13744
  "etag": "\"b4c-fhZoPqCM0huQ6gtd05hPWO7BSd8\"",
13754
- "mtime": "2026-01-06T14:52:49.414Z",
13745
+ "mtime": "2026-01-06T16:52:58.383Z",
13755
13746
  "size": 2892,
13756
13747
  "path": "../public/og-image.svg"
13757
13748
  },
13758
13749
  "/robots.txt": {
13759
13750
  "type": "text/plain; charset=utf-8",
13760
13751
  "etag": "\"4c-qUUsbd/u0pG4q6fMxwyWT70X6zE\"",
13761
- "mtime": "2026-01-06T14:52:49.414Z",
13752
+ "mtime": "2026-01-06T16:52:58.383Z",
13762
13753
  "size": 76,
13763
13754
  "path": "../public/robots.txt"
13764
13755
  },
13765
- "/_nuxt/3sXGt5Rd.js": {
13756
+ "/_nuxt/30x-pnPQ.js": {
13766
13757
  "type": "text/javascript; charset=utf-8",
13767
- "etag": "\"6f9-7iNakWVtXzr18/lEyQ+tKDXP7lA\"",
13768
- "mtime": "2026-01-06T14:52:49.401Z",
13769
- "size": 1785,
13770
- "path": "../public/_nuxt/3sXGt5Rd.js"
13758
+ "etag": "\"12d6-YJAnPQm2ToOA/547SGIDnuqc4QM\"",
13759
+ "mtime": "2026-01-06T16:52:58.371Z",
13760
+ "size": 4822,
13761
+ "path": "../public/_nuxt/30x-pnPQ.js"
13771
13762
  },
13772
- "/_nuxt/BBEbwH8D.js": {
13763
+ "/_nuxt/B5K45pkN.js": {
13773
13764
  "type": "text/javascript; charset=utf-8",
13774
- "etag": "\"c24-Nlxa0C/3M+3lD3C9jR8llJBdILI\"",
13775
- "mtime": "2026-01-06T14:52:49.401Z",
13776
- "size": 3108,
13777
- "path": "../public/_nuxt/BBEbwH8D.js"
13765
+ "etag": "\"956-yLeHFJsW8YhDNhinLrxYRksHL0E\"",
13766
+ "mtime": "2026-01-06T16:52:58.371Z",
13767
+ "size": 2390,
13768
+ "path": "../public/_nuxt/B5K45pkN.js"
13778
13769
  },
13779
- "/_nuxt/BD91kv0Y.js": {
13770
+ "/_nuxt/B7N9KVJb.js": {
13780
13771
  "type": "text/javascript; charset=utf-8",
13781
- "etag": "\"39e-KZUs6yUK5NGCGK48kLqeQRZbWcA\"",
13782
- "mtime": "2026-01-06T14:52:49.401Z",
13783
- "size": 926,
13784
- "path": "../public/_nuxt/BD91kv0Y.js"
13772
+ "etag": "\"2d8f-hHhMV38AqS1+2OCfJA4ROfIabAE\"",
13773
+ "mtime": "2026-01-06T16:52:58.372Z",
13774
+ "size": 11663,
13775
+ "path": "../public/_nuxt/B7N9KVJb.js"
13785
13776
  },
13786
- "/_nuxt/BOlW1kmw.js": {
13777
+ "/_nuxt/B8fx2Odl.js": {
13787
13778
  "type": "text/javascript; charset=utf-8",
13788
- "etag": "\"632-RzDvn1UQyU203QyXbeurEN1JRU4\"",
13789
- "mtime": "2026-01-06T14:52:49.402Z",
13790
- "size": 1586,
13791
- "path": "../public/_nuxt/BOlW1kmw.js"
13779
+ "etag": "\"2830-ufwf9BsYP2i2cjUBzvVJgNuW11I\"",
13780
+ "mtime": "2026-01-06T16:52:58.372Z",
13781
+ "size": 10288,
13782
+ "path": "../public/_nuxt/B8fx2Odl.js"
13792
13783
  },
13793
- "/_nuxt/BQA5mXKu.js": {
13784
+ "/_nuxt/BMpzg2mk.js": {
13794
13785
  "type": "text/javascript; charset=utf-8",
13795
- "etag": "\"1f50-0cqYCBOmAwzKfcZtVog2q+U+EB8\"",
13796
- "mtime": "2026-01-06T14:52:49.402Z",
13797
- "size": 8016,
13798
- "path": "../public/_nuxt/BQA5mXKu.js"
13786
+ "etag": "\"c24-YQU/lhSRMCBWaE5T1sx2SeALkoE\"",
13787
+ "mtime": "2026-01-06T16:52:58.372Z",
13788
+ "size": 3108,
13789
+ "path": "../public/_nuxt/BMpzg2mk.js"
13799
13790
  },
13800
- "/_nuxt/BZVoUal8.js": {
13791
+ "/_nuxt/BSxoTORP.js": {
13801
13792
  "type": "text/javascript; charset=utf-8",
13802
- "etag": "\"3e8-ry8Q9MXcauXQ67KSm/VonY4zbO8\"",
13803
- "mtime": "2026-01-06T14:52:49.402Z",
13804
- "size": 1000,
13805
- "path": "../public/_nuxt/BZVoUal8.js"
13793
+ "etag": "\"78d-4HIwkRM96WE7LwDfHbB+lOk2TWs\"",
13794
+ "mtime": "2026-01-06T16:52:58.372Z",
13795
+ "size": 1933,
13796
+ "path": "../public/_nuxt/BSxoTORP.js"
13806
13797
  },
13807
- "/_nuxt/Be7frmwh.js": {
13798
+ "/_nuxt/BV98b_5N.js": {
13808
13799
  "type": "text/javascript; charset=utf-8",
13809
- "etag": "\"e59e-FahnL4QmNQjKcyW7yQxvdoDPkj0\"",
13810
- "mtime": "2026-01-06T14:52:49.402Z",
13811
- "size": 58782,
13812
- "path": "../public/_nuxt/Be7frmwh.js"
13800
+ "etag": "\"39e-JGraKco2uA/mEBzG0aifLJRWWdQ\"",
13801
+ "mtime": "2026-01-06T16:52:58.372Z",
13802
+ "size": 926,
13803
+ "path": "../public/_nuxt/BV98b_5N.js"
13813
13804
  },
13814
13805
  "/_nuxt/BmGeRwzG.js": {
13815
13806
  "type": "text/javascript; charset=utf-8",
13816
13807
  "etag": "\"5b4d-PGjPxJdeDnQIP/b4YM+m2fvMHTg\"",
13817
- "mtime": "2026-01-06T14:52:49.402Z",
13808
+ "mtime": "2026-01-06T16:52:58.372Z",
13818
13809
  "size": 23373,
13819
13810
  "path": "../public/_nuxt/BmGeRwzG.js"
13820
13811
  },
13821
- "/_nuxt/BpO4XY0_.js": {
13812
+ "/_nuxt/BmXdU8s6.js": {
13822
13813
  "type": "text/javascript; charset=utf-8",
13823
- "etag": "\"445ad-8VVSVhmfaFpNDsFhSVqebLIfk8U\"",
13824
- "mtime": "2026-01-06T14:52:49.403Z",
13825
- "size": 279981,
13826
- "path": "../public/_nuxt/BpO4XY0_.js"
13814
+ "etag": "\"6f9-mNTimnSZV9+BcdJCtcA+8hm/dvc\"",
13815
+ "mtime": "2026-01-06T16:52:58.372Z",
13816
+ "size": 1785,
13817
+ "path": "../public/_nuxt/BmXdU8s6.js"
13827
13818
  },
13828
- "/_nuxt/BuvntByx.js": {
13819
+ "/_nuxt/BnYbZ_Q-.js": {
13829
13820
  "type": "text/javascript; charset=utf-8",
13830
- "etag": "\"78d-4aOfKj3aEOrNYzxnwLbTN2pQyYE\"",
13831
- "mtime": "2026-01-06T14:52:49.403Z",
13832
- "size": 1933,
13833
- "path": "../public/_nuxt/BuvntByx.js"
13821
+ "etag": "\"98a-HtZRuzumDVSzGn6ljBIb9MSjsK0\"",
13822
+ "mtime": "2026-01-06T16:52:58.372Z",
13823
+ "size": 2442,
13824
+ "path": "../public/_nuxt/BnYbZ_Q-.js"
13834
13825
  },
13835
- "/_nuxt/BuzdD3AW.js": {
13826
+ "/_nuxt/Bng5mevu.js": {
13836
13827
  "type": "text/javascript; charset=utf-8",
13837
- "etag": "\"308-x26boAlK2Xsf9AqRkQ8I0W+LkUI\"",
13838
- "mtime": "2026-01-06T14:52:49.403Z",
13839
- "size": 776,
13840
- "path": "../public/_nuxt/BuzdD3AW.js"
13828
+ "etag": "\"87c-YPXC1uRn0t/ewiX77dHZ4l2Ti6c\"",
13829
+ "mtime": "2026-01-06T16:52:58.373Z",
13830
+ "size": 2172,
13831
+ "path": "../public/_nuxt/Bng5mevu.js"
13841
13832
  },
13842
- "/_nuxt/Bw7FWqV0.js": {
13833
+ "/_nuxt/BxuncHIl.js": {
13843
13834
  "type": "text/javascript; charset=utf-8",
13844
- "etag": "\"956-3z2pAGMwWws0QpBOPB6jBJpFEI8\"",
13845
- "mtime": "2026-01-06T14:52:49.403Z",
13846
- "size": 2390,
13847
- "path": "../public/_nuxt/Bw7FWqV0.js"
13835
+ "etag": "\"1b6d-l3RlFSmELMcZnodRGqdg5Svcqh4\"",
13836
+ "mtime": "2026-01-06T16:52:58.373Z",
13837
+ "size": 7021,
13838
+ "path": "../public/_nuxt/BxuncHIl.js"
13848
13839
  },
13849
13840
  "/_nuxt/C0Rlrcoy.js": {
13850
13841
  "type": "text/javascript; charset=utf-8",
13851
13842
  "etag": "\"9b9c-sPbZRCii4LQs1AA2sMQvCzqiMD4\"",
13852
- "mtime": "2026-01-06T14:52:49.403Z",
13843
+ "mtime": "2026-01-06T16:52:58.373Z",
13853
13844
  "size": 39836,
13854
13845
  "path": "../public/_nuxt/C0Rlrcoy.js"
13855
13846
  },
13856
- "/_nuxt/C7io_DSW.js": {
13847
+ "/_nuxt/CHghi4ZS.js": {
13857
13848
  "type": "text/javascript; charset=utf-8",
13858
- "etag": "\"12d6-KydxI5ZFyxQSKngCZiO7EadTx3Y\"",
13859
- "mtime": "2026-01-06T14:52:49.403Z",
13860
- "size": 4822,
13861
- "path": "../public/_nuxt/C7io_DSW.js"
13849
+ "etag": "\"674-t1ELKZ5lO2393J/ZXIMSj9ChigA\"",
13850
+ "mtime": "2026-01-06T16:52:58.373Z",
13851
+ "size": 1652,
13852
+ "path": "../public/_nuxt/CHghi4ZS.js"
13862
13853
  },
13863
- "/_nuxt/CNk26ZYn.js": {
13854
+ "/_nuxt/CfnfFBgB.js": {
13864
13855
  "type": "text/javascript; charset=utf-8",
13865
- "etag": "\"1b6d-vgvY9WVTGV4UicFbVl3G1X5SK1Y\"",
13866
- "mtime": "2026-01-06T14:52:49.403Z",
13867
- "size": 7021,
13868
- "path": "../public/_nuxt/CNk26ZYn.js"
13856
+ "etag": "\"2f360-Xusz1puDtP9ZaAZm6LW4BxYLopk\"",
13857
+ "mtime": "2026-01-06T16:52:58.373Z",
13858
+ "size": 193376,
13859
+ "path": "../public/_nuxt/CfnfFBgB.js"
13869
13860
  },
13870
- "/_nuxt/Cds_QjoL.js": {
13861
+ "/_nuxt/CheLvSKu.js": {
13871
13862
  "type": "text/javascript; charset=utf-8",
13872
- "etag": "\"1a6-Bt3R8VrEKEdGNjMAiF0hxzqtF00\"",
13873
- "mtime": "2026-01-06T14:52:49.403Z",
13874
- "size": 422,
13875
- "path": "../public/_nuxt/Cds_QjoL.js"
13863
+ "etag": "\"13d6-gUILvO3conNS+0Q7KCJmap+z/8k\"",
13864
+ "mtime": "2026-01-06T16:52:58.373Z",
13865
+ "size": 5078,
13866
+ "path": "../public/_nuxt/CheLvSKu.js"
13867
+ },
13868
+ "/_nuxt/CjrJmDFL.js": {
13869
+ "type": "text/javascript; charset=utf-8",
13870
+ "etag": "\"6c4-kYjYTXs3bzriSvLwbVVq+qKWbRI\"",
13871
+ "mtime": "2026-01-06T16:52:58.376Z",
13872
+ "size": 1732,
13873
+ "path": "../public/_nuxt/CjrJmDFL.js"
13874
+ },
13875
+ "/_nuxt/CrYhmOVM.js": {
13876
+ "type": "text/javascript; charset=utf-8",
13877
+ "etag": "\"9ea-7fBaG7LnPqvxi97QTwuQIB8xyDg\"",
13878
+ "mtime": "2026-01-06T16:52:58.374Z",
13879
+ "size": 2538,
13880
+ "path": "../public/_nuxt/CrYhmOVM.js"
13876
13881
  },
13877
13882
  "/_nuxt/CtVoJCjv.js": {
13878
13883
  "type": "text/javascript; charset=utf-8",
13879
13884
  "etag": "\"60e1-nIA6Jbnn6uAHuDaU32OF/jkPj2w\"",
13880
- "mtime": "2026-01-06T14:52:49.403Z",
13885
+ "mtime": "2026-01-06T16:52:58.374Z",
13881
13886
  "size": 24801,
13882
13887
  "path": "../public/_nuxt/CtVoJCjv.js"
13883
13888
  },
13884
- "/_nuxt/D-wynznW.js": {
13889
+ "/_nuxt/DDXh7sp0.js": {
13885
13890
  "type": "text/javascript; charset=utf-8",
13886
- "etag": "\"13d6-31S+LNT4euZQVu/Z1H/5y9r33FQ\"",
13887
- "mtime": "2026-01-06T14:52:49.403Z",
13888
- "size": 5078,
13889
- "path": "../public/_nuxt/D-wynznW.js"
13891
+ "etag": "\"e59e-astDzFG3rWJGrG5wbSqj9YyoBfE\"",
13892
+ "mtime": "2026-01-06T16:52:58.374Z",
13893
+ "size": 58782,
13894
+ "path": "../public/_nuxt/DDXh7sp0.js"
13890
13895
  },
13891
- "/_nuxt/D76qSnWT.js": {
13896
+ "/_nuxt/DJpW4QHw.js": {
13892
13897
  "type": "text/javascript; charset=utf-8",
13893
- "etag": "\"2830-07rkD77w5rsc3AcqWkc3LojyDAw\"",
13894
- "mtime": "2026-01-06T14:52:49.403Z",
13895
- "size": 10288,
13896
- "path": "../public/_nuxt/D76qSnWT.js"
13898
+ "etag": "\"632-84uYQKIav2qLmRpse2XVudHU2qo\"",
13899
+ "mtime": "2026-01-06T16:52:58.374Z",
13900
+ "size": 1586,
13901
+ "path": "../public/_nuxt/DJpW4QHw.js"
13897
13902
  },
13898
- "/_nuxt/DD1ePXYS.js": {
13903
+ "/_nuxt/DLjMZl4b.js": {
13899
13904
  "type": "text/javascript; charset=utf-8",
13900
- "etag": "\"1191-0Gkm1rxhQONXmU21F7g1dlUm+4I\"",
13901
- "mtime": "2026-01-06T14:52:49.403Z",
13902
- "size": 4497,
13903
- "path": "../public/_nuxt/DD1ePXYS.js"
13905
+ "etag": "\"1402-bdyKW30Ta6gEGzaL7x2VOPv06IY\"",
13906
+ "mtime": "2026-01-06T16:52:58.374Z",
13907
+ "size": 5122,
13908
+ "path": "../public/_nuxt/DLjMZl4b.js"
13904
13909
  },
13905
- "/_nuxt/DDWI4XwX.js": {
13910
+ "/_nuxt/Da5mz8p9.js": {
13906
13911
  "type": "text/javascript; charset=utf-8",
13907
- "etag": "\"2f360-eIBkFNIBw9QRn4BPojnYT1oH7/o\"",
13908
- "mtime": "2026-01-06T14:52:49.403Z",
13909
- "size": 193376,
13910
- "path": "../public/_nuxt/DDWI4XwX.js"
13912
+ "etag": "\"445ad-793VVQkegiel5JjF57CD8XIlnN8\"",
13913
+ "mtime": "2026-01-06T16:52:58.374Z",
13914
+ "size": 279981,
13915
+ "path": "../public/_nuxt/Da5mz8p9.js"
13911
13916
  },
13912
- "/_nuxt/DFrkGi3U.js": {
13917
+ "/_nuxt/DcEDc3V6.js": {
13913
13918
  "type": "text/javascript; charset=utf-8",
13914
- "etag": "\"ace-5GxK3EVEvnuWIIB1/rVraxSmEFw\"",
13915
- "mtime": "2026-01-06T14:52:49.403Z",
13916
- "size": 2766,
13917
- "path": "../public/_nuxt/DFrkGi3U.js"
13919
+ "etag": "\"bee-dqA0WI3HTMirSaBpVlXLZGToWxQ\"",
13920
+ "mtime": "2026-01-06T16:52:58.374Z",
13921
+ "size": 3054,
13922
+ "path": "../public/_nuxt/DcEDc3V6.js"
13918
13923
  },
13919
- "/_nuxt/DIXqNKPo.js": {
13924
+ "/_nuxt/DhIzsKNb.js": {
13920
13925
  "type": "text/javascript; charset=utf-8",
13921
- "etag": "\"9ea-2lAJ9RurK/on/7vnFK3Mvw2DkPM\"",
13922
- "mtime": "2026-01-06T14:52:49.403Z",
13923
- "size": 2538,
13924
- "path": "../public/_nuxt/DIXqNKPo.js"
13926
+ "etag": "\"2ae-TME065rygc+9MacjKis9l2kUDw8\"",
13927
+ "mtime": "2026-01-06T16:52:58.374Z",
13928
+ "size": 686,
13929
+ "path": "../public/_nuxt/DhIzsKNb.js"
13925
13930
  },
13926
- "/_nuxt/DM4Ho2Bv.js": {
13931
+ "/_nuxt/Di3lPWqt.js": {
13927
13932
  "type": "text/javascript; charset=utf-8",
13928
- "etag": "\"2d8f-2upbEaf/Tc7kO6pRme3wFO4v1Jg\"",
13929
- "mtime": "2026-01-06T14:52:49.403Z",
13930
- "size": 11663,
13931
- "path": "../public/_nuxt/DM4Ho2Bv.js"
13933
+ "etag": "\"3e8-CF+gZ8nljO8RYmu1rs0lrQOO4Og\"",
13934
+ "mtime": "2026-01-06T16:52:58.374Z",
13935
+ "size": 1000,
13936
+ "path": "../public/_nuxt/Di3lPWqt.js"
13932
13937
  },
13933
- "/_nuxt/DpoEnJ3J.js": {
13938
+ "/_nuxt/DomCSEI3.js": {
13934
13939
  "type": "text/javascript; charset=utf-8",
13935
- "etag": "\"bee-p61SvD2eBqyuVSai4eqkNR93LM4\"",
13936
- "mtime": "2026-01-06T14:52:49.405Z",
13937
- "size": 3054,
13938
- "path": "../public/_nuxt/DpoEnJ3J.js"
13940
+ "etag": "\"308-oLvd0biH2+skGqdIoQcjAawrkC0\"",
13941
+ "mtime": "2026-01-06T16:52:58.374Z",
13942
+ "size": 776,
13943
+ "path": "../public/_nuxt/DomCSEI3.js"
13939
13944
  },
13940
- "/_nuxt/Du9kBm9P.js": {
13945
+ "/_nuxt/DtwILEdu.js": {
13941
13946
  "type": "text/javascript; charset=utf-8",
13942
- "etag": "\"6ff5-qfOMM34tOzpVLCghtVeRIgDNL+o\"",
13943
- "mtime": "2026-01-06T14:52:49.404Z",
13947
+ "etag": "\"6ff5-4hERS4ElgA0tJSANU7IqPS3G7aY\"",
13948
+ "mtime": "2026-01-06T16:52:58.374Z",
13944
13949
  "size": 28661,
13945
- "path": "../public/_nuxt/Du9kBm9P.js"
13946
- },
13947
- "/_nuxt/Dv0ot_Lu.js": {
13948
- "type": "text/javascript; charset=utf-8",
13949
- "etag": "\"7fe-JWprKAqcF5hVUqOpw+LDCgRbWuk\"",
13950
- "mtime": "2026-01-06T14:52:49.404Z",
13951
- "size": 2046,
13952
- "path": "../public/_nuxt/Dv0ot_Lu.js"
13953
- },
13954
- "/_nuxt/FqD3jYDA.js": {
13955
- "type": "text/javascript; charset=utf-8",
13956
- "etag": "\"26b-L67p13GSoPcsmmEPd03Iv5Fr+2k\"",
13957
- "mtime": "2026-01-06T14:52:49.404Z",
13958
- "size": 619,
13959
- "path": "../public/_nuxt/FqD3jYDA.js"
13950
+ "path": "../public/_nuxt/DtwILEdu.js"
13960
13951
  },
13961
13952
  "/_nuxt/IssueHeader.BKYJE9Ko.css": {
13962
13953
  "type": "text/css; charset=utf-8",
13963
13954
  "etag": "\"4a1-cNhs83r9kPH36WuqXuq0TmsK7qM\"",
13964
- "mtime": "2026-01-06T14:52:49.404Z",
13955
+ "mtime": "2026-01-06T16:52:58.374Z",
13965
13956
  "size": 1185,
13966
13957
  "path": "../public/_nuxt/IssueHeader.BKYJE9Ko.css"
13967
13958
  },
13968
- "/_nuxt/L_n8XUuv.js": {
13969
- "type": "text/javascript; charset=utf-8",
13970
- "etag": "\"6c4-/frqi2eN/4kGAKvbJP/lJPCz2MQ\"",
13971
- "mtime": "2026-01-06T14:52:49.404Z",
13972
- "size": 1732,
13973
- "path": "../public/_nuxt/L_n8XUuv.js"
13974
- },
13975
13959
  "/_nuxt/LangSwitcher.DDTh1sNN.css": {
13976
13960
  "type": "text/css; charset=utf-8",
13977
13961
  "etag": "\"2b5-PbdPNItC3+BzxiC+s9FMK4GX5Hg\"",
13978
- "mtime": "2026-01-06T14:52:49.404Z",
13962
+ "mtime": "2026-01-06T16:52:58.374Z",
13979
13963
  "size": 693,
13980
13964
  "path": "../public/_nuxt/LangSwitcher.DDTh1sNN.css"
13981
13965
  },
13982
- "/_nuxt/LrqIIcWX.js": {
13966
+ "/_nuxt/PiC8eKKb.js": {
13983
13967
  "type": "text/javascript; charset=utf-8",
13984
- "etag": "\"98a-stnW8fXtadEaTCJmOCSijcnr0Xk\"",
13985
- "mtime": "2026-01-06T14:52:49.404Z",
13986
- "size": 2442,
13987
- "path": "../public/_nuxt/LrqIIcWX.js"
13968
+ "etag": "\"26b-WhaMbGKHNETJd7ZoVJ47wvDvQwg\"",
13969
+ "mtime": "2026-01-06T16:52:58.374Z",
13970
+ "size": 619,
13971
+ "path": "../public/_nuxt/PiC8eKKb.js"
13988
13972
  },
13989
- "/_nuxt/OyKw9-Gx.js": {
13973
+ "/_nuxt/Sgc77AB2.js": {
13990
13974
  "type": "text/javascript; charset=utf-8",
13991
- "etag": "\"2ae-AhXeoQqL+m6kk0cnTSFzl3I0Neo\"",
13992
- "mtime": "2026-01-06T14:52:49.404Z",
13993
- "size": 686,
13994
- "path": "../public/_nuxt/OyKw9-Gx.js"
13975
+ "etag": "\"1191-fGySJYaNlOnlHHebLKTpWt8avus\"",
13976
+ "mtime": "2026-01-06T16:52:58.375Z",
13977
+ "size": 4497,
13978
+ "path": "../public/_nuxt/Sgc77AB2.js"
13979
+ },
13980
+ "/_nuxt/U87oYT86.js": {
13981
+ "type": "text/javascript; charset=utf-8",
13982
+ "etag": "\"1f50-Hr1Gvhp+18orLJnmLzHuPpz0dSc\"",
13983
+ "mtime": "2026-01-06T16:52:58.375Z",
13984
+ "size": 8016,
13985
+ "path": "../public/_nuxt/U87oYT86.js"
13986
+ },
13987
+ "/_nuxt/Up0p2QoY.js": {
13988
+ "type": "text/javascript; charset=utf-8",
13989
+ "etag": "\"7fe-wyX1TdTGJ7kfZDopUp5k48g5lfQ\"",
13990
+ "mtime": "2026-01-06T16:52:58.375Z",
13991
+ "size": 2046,
13992
+ "path": "../public/_nuxt/Up0p2QoY.js"
13993
+ },
13994
+ "/_nuxt/YT65Mr4H.js": {
13995
+ "type": "text/javascript; charset=utf-8",
13996
+ "etag": "\"ace-xMLMaXO5AVY2boCFjGAn9/xVnU8\"",
13997
+ "mtime": "2026-01-06T16:52:58.375Z",
13998
+ "size": 2766,
13999
+ "path": "../public/_nuxt/YT65Mr4H.js"
13995
14000
  },
13996
14001
  "/_nuxt/_id_.CYj9w2Sw.css": {
13997
14002
  "type": "text/css; charset=utf-8",
13998
14003
  "etag": "\"147-FPzJs5si7nasSxfswldrOJcSWQc\"",
13999
- "mtime": "2026-01-06T14:52:49.404Z",
14004
+ "mtime": "2026-01-06T16:52:58.375Z",
14000
14005
  "size": 327,
14001
14006
  "path": "../public/_nuxt/_id_.CYj9w2Sw.css"
14002
14007
  },
14003
14008
  "/_nuxt/_name_.OOW3Ydwv.css": {
14004
14009
  "type": "text/css; charset=utf-8",
14005
14010
  "etag": "\"29e5-SV28LM5C6hUKzP0u2eg0Y7G9EF8\"",
14006
- "mtime": "2026-01-06T14:52:49.404Z",
14011
+ "mtime": "2026-01-06T16:52:58.375Z",
14007
14012
  "size": 10725,
14008
14013
  "path": "../public/_nuxt/_name_.OOW3Ydwv.css"
14009
14014
  },
14010
- "/_nuxt/aTnkUihz.js": {
14011
- "type": "text/javascript; charset=utf-8",
14012
- "etag": "\"87c-8g6JLUW7aVfNVKFItqCnZScgsA8\"",
14013
- "mtime": "2026-01-06T14:52:49.404Z",
14014
- "size": 2172,
14015
- "path": "../public/_nuxt/aTnkUihz.js"
14016
- },
14017
14015
  "/_nuxt/autocreate.-iJ9Pxhm.css": {
14018
14016
  "type": "text/css; charset=utf-8",
14019
14017
  "etag": "\"ce7-/4F3SaPlMwTbSTDcvVlRCgyWVuo\"",
14020
- "mtime": "2026-01-06T14:52:49.404Z",
14018
+ "mtime": "2026-01-06T16:52:58.375Z",
14021
14019
  "size": 3303,
14022
14020
  "path": "../public/_nuxt/autocreate.-iJ9Pxhm.css"
14023
14021
  },
14024
14022
  "/_nuxt/changelog.CziWegef.css": {
14025
14023
  "type": "text/css; charset=utf-8",
14026
14024
  "etag": "\"943-Wd23/oRkMR3dPNniVkYvKH4iYZU\"",
14027
- "mtime": "2026-01-06T14:52:49.404Z",
14025
+ "mtime": "2026-01-06T16:52:58.375Z",
14028
14026
  "size": 2371,
14029
14027
  "path": "../public/_nuxt/changelog.CziWegef.css"
14030
14028
  },
14031
14029
  "/_nuxt/comments.BcvjcN1z.css": {
14032
14030
  "type": "text/css; charset=utf-8",
14033
14031
  "etag": "\"e51-p2ulj0SgvCmnXgDs2Pt+HZCPV68\"",
14034
- "mtime": "2026-01-06T14:52:49.404Z",
14032
+ "mtime": "2026-01-06T16:52:58.375Z",
14035
14033
  "size": 3665,
14036
14034
  "path": "../public/_nuxt/comments.BcvjcN1z.css"
14037
14035
  },
14038
14036
  "/_nuxt/default.BaZU2Ea8.css": {
14039
14037
  "type": "text/css; charset=utf-8",
14040
14038
  "etag": "\"1221-mqSxKm41WTP6Dlwr1Ua3eHfN+Go\"",
14041
- "mtime": "2026-01-06T14:52:49.404Z",
14039
+ "mtime": "2026-01-06T16:52:58.375Z",
14042
14040
  "size": 4641,
14043
14041
  "path": "../public/_nuxt/default.BaZU2Ea8.css"
14044
14042
  },
14045
14043
  "/_nuxt/entry.CzscD3wg.css": {
14046
14044
  "type": "text/css; charset=utf-8",
14047
14045
  "etag": "\"727b-yFKgcl3fUZnijzu9dws3tloA4MM\"",
14048
- "mtime": "2026-01-06T14:52:49.404Z",
14046
+ "mtime": "2026-01-06T16:52:58.375Z",
14049
14047
  "size": 29307,
14050
14048
  "path": "../public/_nuxt/entry.CzscD3wg.css"
14051
14049
  },
14052
14050
  "/_nuxt/graph.BbpRRv0M.css": {
14053
14051
  "type": "text/css; charset=utf-8",
14054
14052
  "etag": "\"627-nt3GDdORgjzH4esnRuCHd1lImMY\"",
14055
- "mtime": "2026-01-06T14:52:49.404Z",
14053
+ "mtime": "2026-01-06T16:52:58.375Z",
14056
14054
  "size": 1575,
14057
14055
  "path": "../public/_nuxt/graph.BbpRRv0M.css"
14058
14056
  },
14059
14057
  "/_nuxt/index.CDND7dpO.css": {
14060
14058
  "type": "text/css; charset=utf-8",
14061
14059
  "etag": "\"38fb-KxIT9Gz+y8Wmb70FrCU7cXx7l0o\"",
14062
- "mtime": "2026-01-06T14:52:49.404Z",
14060
+ "mtime": "2026-01-06T16:52:58.375Z",
14063
14061
  "size": 14587,
14064
14062
  "path": "../public/_nuxt/index.CDND7dpO.css"
14065
14063
  },
14066
14064
  "/_nuxt/index.COVdL_Kx.css": {
14067
14065
  "type": "text/css; charset=utf-8",
14068
14066
  "etag": "\"c13-0P9BCBpSGAwz9eBjyp4Y8XCHLE8\"",
14069
- "mtime": "2026-01-06T14:52:49.404Z",
14067
+ "mtime": "2026-01-06T16:52:58.375Z",
14070
14068
  "size": 3091,
14071
14069
  "path": "../public/_nuxt/index.COVdL_Kx.css"
14072
14070
  },
14073
14071
  "/_nuxt/index.CTkgb9uR.css": {
14074
14072
  "type": "text/css; charset=utf-8",
14075
14073
  "etag": "\"1f2b-mxpyAvUZ7skCVAxrZq8J8SDKzUI\"",
14076
- "mtime": "2026-01-06T14:52:49.405Z",
14074
+ "mtime": "2026-01-06T16:52:58.375Z",
14077
14075
  "size": 7979,
14078
14076
  "path": "../public/_nuxt/index.CTkgb9uR.css"
14079
14077
  },
14080
14078
  "/_nuxt/index.DkNg_n4G.css": {
14081
14079
  "type": "text/css; charset=utf-8",
14082
14080
  "etag": "\"136-9XyHqK+b/ydB9ueq6YFewVPmSW4\"",
14083
- "mtime": "2026-01-06T14:52:49.405Z",
14081
+ "mtime": "2026-01-06T16:52:58.375Z",
14084
14082
  "size": 310,
14085
14083
  "path": "../public/_nuxt/index.DkNg_n4G.css"
14086
14084
  },
14087
14085
  "/_nuxt/kanban.BuPOCLgG.css": {
14088
14086
  "type": "text/css; charset=utf-8",
14089
14087
  "etag": "\"13c2-QYyqf5fyeEnrqYohP0pQB5QGRLs\"",
14090
- "mtime": "2026-01-06T14:52:49.405Z",
14088
+ "mtime": "2026-01-06T16:52:58.375Z",
14091
14089
  "size": 5058,
14092
14090
  "path": "../public/_nuxt/kanban.BuPOCLgG.css"
14093
14091
  },
14094
- "/_nuxt/kfPKQYdW.js": {
14095
- "type": "text/javascript; charset=utf-8",
14096
- "etag": "\"674-X4jcF5hACTGGo+s2LOAAG7tnQCc\"",
14097
- "mtime": "2026-01-06T14:52:49.405Z",
14098
- "size": 1652,
14099
- "path": "../public/_nuxt/kfPKQYdW.js"
14100
- },
14101
14092
  "/_nuxt/landing.D5KkDm1b.css": {
14102
14093
  "type": "text/css; charset=utf-8",
14103
14094
  "etag": "\"393-IP7IMSuvaLw71bURxWfVx2E2Q7I\"",
14104
- "mtime": "2026-01-06T14:52:49.405Z",
14095
+ "mtime": "2026-01-06T16:52:58.375Z",
14105
14096
  "size": 915,
14106
14097
  "path": "../public/_nuxt/landing.D5KkDm1b.css"
14107
14098
  },
14108
14099
  "/_nuxt/new.BFERdqdm.css": {
14109
14100
  "type": "text/css; charset=utf-8",
14110
14101
  "etag": "\"e38-t4k/fVPiMoh//7XTa7VA8WixSHw\"",
14111
- "mtime": "2026-01-06T14:52:49.405Z",
14102
+ "mtime": "2026-01-06T16:52:58.375Z",
14112
14103
  "size": 3640,
14113
14104
  "path": "../public/_nuxt/new.BFERdqdm.css"
14114
14105
  },
14115
14106
  "/_nuxt/new.BzaiohPo.css": {
14116
14107
  "type": "text/css; charset=utf-8",
14117
14108
  "etag": "\"71f-Sf1vS7pI6TH0XyyA8vE15d1t2SE\"",
14118
- "mtime": "2026-01-06T14:52:49.405Z",
14109
+ "mtime": "2026-01-06T16:52:58.376Z",
14119
14110
  "size": 1823,
14120
14111
  "path": "../public/_nuxt/new.BzaiohPo.css"
14121
14112
  },
14122
- "/_nuxt/oLlK4WXl.js": {
14123
- "type": "text/javascript; charset=utf-8",
14124
- "etag": "\"1402-yRKbTcwP3kensVm0vLUDv6wcylw\"",
14125
- "mtime": "2026-01-06T14:52:49.405Z",
14126
- "size": 5122,
14127
- "path": "../public/_nuxt/oLlK4WXl.js"
14128
- },
14129
14113
  "/_nuxt/prompt.CbFHjm-L.css": {
14130
14114
  "type": "text/css; charset=utf-8",
14131
14115
  "etag": "\"55f-faq16m4XDEEcy8d4uHQam/6TmYM\"",
14132
- "mtime": "2026-01-06T14:52:49.405Z",
14116
+ "mtime": "2026-01-06T16:52:58.376Z",
14133
14117
  "size": 1375,
14134
14118
  "path": "../public/_nuxt/prompt.CbFHjm-L.css"
14135
14119
  },
14136
14120
  "/_nuxt/prompt.DM4VdPnn.css": {
14137
14121
  "type": "text/css; charset=utf-8",
14138
14122
  "etag": "\"98d-6SgyexayLVWpB/uiTxJddZCOSNs\"",
14139
- "mtime": "2026-01-06T14:52:49.405Z",
14123
+ "mtime": "2026-01-06T16:52:58.376Z",
14140
14124
  "size": 2445,
14141
14125
  "path": "../public/_nuxt/prompt.DM4VdPnn.css"
14142
14126
  },
14143
14127
  "/_nuxt/prompt.DZ0wdOji.css": {
14144
14128
  "type": "text/css; charset=utf-8",
14145
14129
  "etag": "\"5e1-PqnnCsmh+l9VGfHth+8ur20eqFQ\"",
14146
- "mtime": "2026-01-06T14:52:49.405Z",
14130
+ "mtime": "2026-01-06T16:52:58.376Z",
14147
14131
  "size": 1505,
14148
14132
  "path": "../public/_nuxt/prompt.DZ0wdOji.css"
14149
14133
  },
14150
14134
  "/_nuxt/stats.CXzKxZ71.css": {
14151
14135
  "type": "text/css; charset=utf-8",
14152
14136
  "etag": "\"132a-6OE0a+UmTHJMBzCVvnrjAUSGRT8\"",
14153
- "mtime": "2026-01-06T14:52:49.405Z",
14137
+ "mtime": "2026-01-06T16:52:58.376Z",
14154
14138
  "size": 4906,
14155
14139
  "path": "../public/_nuxt/stats.CXzKxZ71.css"
14156
14140
  },
14141
+ "/_nuxt/t_pTtAs-.js": {
14142
+ "type": "text/javascript; charset=utf-8",
14143
+ "etag": "\"1a6-Te3obxpI7MA/xvAjaMa4xVuzsWo\"",
14144
+ "mtime": "2026-01-06T16:52:58.376Z",
14145
+ "size": 422,
14146
+ "path": "../public/_nuxt/t_pTtAs-.js"
14147
+ },
14157
14148
  "/_nuxt/terminal.BL0EPPyU.css": {
14158
14149
  "type": "text/css; charset=utf-8",
14159
14150
  "etag": "\"79d-a+4LEiyc04ntLd9WPiqFIj0AKbk\"",
14160
- "mtime": "2026-01-06T14:52:49.405Z",
14151
+ "mtime": "2026-01-06T16:52:58.376Z",
14161
14152
  "size": 1949,
14162
14153
  "path": "../public/_nuxt/terminal.BL0EPPyU.css"
14163
14154
  },
14164
14155
  "/_nuxt/terminal.D3JI44PH.css": {
14165
14156
  "type": "text/css; charset=utf-8",
14166
14157
  "etag": "\"7e5-uC0ih9QvDsN9w6zGgrvIQiV6FfE\"",
14167
- "mtime": "2026-01-06T14:52:49.405Z",
14158
+ "mtime": "2026-01-06T16:52:58.376Z",
14168
14159
  "size": 2021,
14169
14160
  "path": "../public/_nuxt/terminal.D3JI44PH.css"
14170
14161
  },
14171
14162
  "/_nuxt/terminal.YXDzS4Ng.css": {
14172
14163
  "type": "text/css; charset=utf-8",
14173
14164
  "etag": "\"763-YHR0QMT8SZXOv2Y07u5ZMWZP7d4\"",
14174
- "mtime": "2026-01-06T14:52:49.405Z",
14165
+ "mtime": "2026-01-06T16:52:58.376Z",
14175
14166
  "size": 1891,
14176
14167
  "path": "../public/_nuxt/terminal.YXDzS4Ng.css"
14177
14168
  },
14178
14169
  "/_nuxt/builds/latest.json": {
14179
14170
  "type": "application/json",
14180
- "etag": "\"47-KsHvEThsJFOseculNdXWGsCC4hA\"",
14181
- "mtime": "2026-01-06T14:52:49.378Z",
14171
+ "etag": "\"47-Nq5HVoBObn5omGjyxCaMjPUpwPw\"",
14172
+ "mtime": "2026-01-06T16:52:58.348Z",
14182
14173
  "size": 71,
14183
14174
  "path": "../public/_nuxt/builds/latest.json"
14184
14175
  },
14185
14176
  "/fake-features/cocktail-generator/cocktails.js": {
14186
14177
  "type": "text/javascript; charset=utf-8",
14187
14178
  "etag": "\"43d6-0s3qVKkQ2tk2pol1LWTezlL6k5A\"",
14188
- "mtime": "2026-01-06T14:52:49.413Z",
14179
+ "mtime": "2026-01-06T16:52:58.382Z",
14189
14180
  "size": 17366,
14190
14181
  "path": "../public/fake-features/cocktail-generator/cocktails.js"
14191
14182
  },
14192
14183
  "/fake-features/cocktail-generator/index.html": {
14193
14184
  "type": "text/html; charset=utf-8",
14194
14185
  "etag": "\"4d80-t887lMYESnthojImevzITTCSIGE\"",
14195
- "mtime": "2026-01-06T14:52:49.414Z",
14186
+ "mtime": "2026-01-06T16:52:58.390Z",
14196
14187
  "size": 19840,
14197
14188
  "path": "../public/fake-features/cocktail-generator/index.html"
14198
14189
  },
14199
14190
  "/media/podcast/en.m4a": {
14200
14191
  "type": "audio/mp4",
14201
14192
  "etag": "\"1c00c86-MbX28IpSmI393JWCzCz6rlkdYS0\"",
14202
- "mtime": "2026-01-06T14:52:49.450Z",
14193
+ "mtime": "2026-01-06T16:52:58.431Z",
14203
14194
  "size": 29363334,
14204
14195
  "path": "../public/media/podcast/en.m4a"
14205
14196
  },
14206
14197
  "/media/podcast/fr.m4a": {
14207
14198
  "type": "audio/mp4",
14208
14199
  "etag": "\"1619637-vBY2YSdzI9Lseb+qriWqqUgyYdI\"",
14209
- "mtime": "2026-01-06T14:52:49.444Z",
14200
+ "mtime": "2026-01-06T16:52:58.421Z",
14210
14201
  "size": 23172663,
14211
14202
  "path": "../public/media/podcast/fr.m4a"
14212
14203
  },
14213
- "/_i18n/r7fAfybn/en/messages.json": {
14204
+ "/_i18n/o5vy9wFb/en/messages.json": {
14214
14205
  "type": "application/json",
14215
14206
  "etag": "\"399f-q0zYHcJCee9l9+ayCAjo0PQBXII\"",
14216
- "mtime": "2026-01-06T14:52:49.349Z",
14207
+ "mtime": "2026-01-06T16:52:58.316Z",
14217
14208
  "size": 14751,
14218
- "path": "../public/_i18n/r7fAfybn/en/messages.json"
14209
+ "path": "../public/_i18n/o5vy9wFb/en/messages.json"
14219
14210
  },
14220
- "/_i18n/r7fAfybn/fr/messages.json": {
14211
+ "/_i18n/o5vy9wFb/fr/messages.json": {
14221
14212
  "type": "application/json",
14222
14213
  "etag": "\"3f33-0xMEfoD3ECgVH1/tTkqNIQbF0kk\"",
14223
- "mtime": "2026-01-06T14:52:49.349Z",
14214
+ "mtime": "2026-01-06T16:52:58.316Z",
14224
14215
  "size": 16179,
14225
- "path": "../public/_i18n/r7fAfybn/fr/messages.json"
14216
+ "path": "../public/_i18n/o5vy9wFb/fr/messages.json"
14226
14217
  },
14227
- "/_nuxt/builds/meta/e54571d7-66b0-4c23-8da2-367054427374.json": {
14218
+ "/_nuxt/builds/meta/d9565cd3-0558-4052-9d4b-0d843258bfa3.json": {
14228
14219
  "type": "application/json",
14229
- "etag": "\"8e-v3pE7E7a4cB/tBBKyW39kDNpb58\"",
14230
- "mtime": "2026-01-06T14:52:49.373Z",
14220
+ "etag": "\"8e-HEdQCMB2Wk3FuZkCNEbzzBMmamM\"",
14221
+ "mtime": "2026-01-06T16:52:58.343Z",
14231
14222
  "size": 142,
14232
- "path": "../public/_nuxt/builds/meta/e54571d7-66b0-4c23-8da2-367054427374.json"
14223
+ "path": "../public/_nuxt/builds/meta/d9565cd3-0558-4052-9d4b-0d843258bfa3.json"
14233
14224
  }
14234
14225
  };
14235
14226
 
@@ -14599,6 +14590,7 @@ const _lazy_Y0vbXJ = () => import('../routes/api/pipelines/_name/versions/_versi
14599
14590
  const _lazy_WNvMoR = () => import('../routes/api/pipelines/_name/versions/_version/finalize.post.mjs');
14600
14591
  const _lazy_NeZamp = () => import('../routes/api/index.get4.mjs');
14601
14592
  const _lazy_dj0SHw = () => import('../routes/api/index.post3.mjs');
14593
+ const _lazy_64Q7R0 = () => import('../routes/api/purge.post.mjs');
14602
14594
  const _lazy_jMT0u0 = () => import('../routes/api/stats.get.mjs');
14603
14595
  const _lazy_rMc8aJ = () => import('../routes/api/status.get.mjs');
14604
14596
  const _lazy_00OU1V = () => import('../routes/api/workflow/health.get.mjs');
@@ -14657,6 +14649,7 @@ const handlers = [
14657
14649
  { route: '/api/pipelines/:name/versions/:version/finalize', handler: _lazy_WNvMoR, lazy: true, middleware: false, method: "post" },
14658
14650
  { route: '/api/pipelines', handler: _lazy_NeZamp, lazy: true, middleware: false, method: "get" },
14659
14651
  { route: '/api/pipelines', handler: _lazy_dj0SHw, lazy: true, middleware: false, method: "post" },
14652
+ { route: '/api/purge', handler: _lazy_64Q7R0, lazy: true, middleware: false, method: "post" },
14660
14653
  { route: '/api/stats', handler: _lazy_jMT0u0, lazy: true, middleware: false, method: "get" },
14661
14654
  { route: '/api/status', handler: _lazy_rMc8aJ, lazy: true, middleware: false, method: "get" },
14662
14655
  { route: '/api/workflow/health', handler: _lazy_00OU1V, lazy: true, middleware: false, method: "get" },