@inkeep/open-knowledge 0.10.0-beta.8 → 0.10.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/assets/skills/discovery/SKILL.md +1 -1
- package/dist/assets/skills/project/SKILL.md +3 -1
- package/dist/cli.mjs +55 -48
- package/dist/config-schema.json +57 -21
- package/dist/config.project-local.schema.json +57 -0
- package/dist/config.project.schema.json +0 -21
- package/dist/constants-DfoUZtqY.mjs +2 -0
- package/dist/dist-CaLi0vY9.mjs +1 -0
- package/dist/{dist-peyy_Xqa.mjs → dist-jSj9zzv0.mjs} +26 -25
- package/dist/{gh-detect-BUPEzJp9.mjs → gh-detect-Bl7eyodQ.mjs} +2 -2
- package/dist/index.mjs +1 -1
- package/dist/{init-DFIeFfDO.mjs → init-C-JifwEm.mjs} +18 -18
- package/dist/init-bD4lWQ2B.mjs +1 -0
- package/dist/{loader-BRV6jbT-.mjs → loader-DYJhIg5U.mjs} +3 -3
- package/dist/loader-DznbAjEH.mjs +1 -0
- package/dist/preview-BEJ6SfIa.mjs +1 -0
- package/dist/{preview-Cj1NaXIB.mjs → preview-CG5C712c.mjs} +2 -2
- package/dist/public/assets/{ActivityModeContent-D2i8Zn71.js → ActivityModeContent-DUcYHbIo.js} +1 -1
- package/dist/public/assets/{DocumentContext-B8GbZdoY.js → DocumentContext-BMFT2k_y.js} +17 -17
- package/dist/public/assets/{GraphPanel-DnTtjLxL.js → GraphPanel-_BCbvLM6.js} +1 -1
- package/dist/public/assets/SettingsDialogBody-DUB7Be0M.js +7 -0
- package/dist/public/assets/SourceEditor-NuqcNnnQ.js +2 -0
- package/dist/public/assets/{config-validation-events-D_EFbncj.js → config-validation-events-BNceQeM2.js} +5 -5
- package/dist/public/assets/{index-srOfVrqh.js → index-BUIBMYs5.js} +8 -8
- package/dist/public/assets/index-Cof56snX.css +1 -0
- package/dist/public/assets/{keyboard-shortcuts-DmIuP6Z1.js → keyboard-shortcuts-D1ntCgJI.js} +1 -1
- package/dist/public/assets/{prop-types-9e5DMg2o.js → prop-types-3UnRySkO.js} +130 -130
- package/dist/public/assets/{target-navigation-intent-BAEzEWPW.js → target-navigation-intent-SROx-nlb.js} +1 -1
- package/dist/public/assets/{typing-burst-detector-C8iPoowF.js → typing-burst-detector-C-vAHUwY.js} +2 -2
- package/dist/public/index.html +8 -8
- package/dist/{repair-launch-json-rjX_x5sN.mjs → repair-launch-json-DFBWIp_2.mjs} +2 -2
- package/dist/{repair-mcp-configs-CeShfDta.mjs → repair-mcp-configs-BZ5j2f4N.mjs} +2 -2
- package/dist/repair-skills-CqSK9MSk.mjs +1 -0
- package/dist/{repair-skills-CDKiT_Bf.mjs → repair-skills-CxXhBfwl.mjs} +2 -2
- package/dist/schemas/v0/config.project-local.schema.json +57 -0
- package/dist/schemas/v0/config.project.schema.json +0 -21
- package/dist/{server-lock-BpjJj3OD-yLJv0roS.mjs → server-lock-BpjJj3OD-BPX9iz2A.mjs} +89 -89
- package/dist/server-lock-CyhBidkz-C_shPhcO.mjs +1 -0
- package/dist/{src-D084_rtj.mjs → src-BX-ipJD9.mjs} +2 -2
- package/dist/start-CrGSyGS2.mjs +3 -0
- package/dist/start-DIcFlFoz.mjs +1 -0
- package/dist/{write-project-skill-BNGFBLtA.mjs → write-project-skill-dGukOGLo.mjs} +2 -2
- package/package.json +1 -1
- package/dist/constants-BXvmkg7Y.mjs +0 -2
- package/dist/dist-CuFjIU6M.mjs +0 -1
- package/dist/init-CKGWEe26.mjs +0 -1
- package/dist/loader-CTYLzMxp.mjs +0 -1
- package/dist/preview-BItkz8RQ.mjs +0 -1
- package/dist/public/assets/SettingsDialogBody-pdbayjAd.js +0 -7
- package/dist/public/assets/SourceEditor-7WDSLWRs.js +0 -2
- package/dist/public/assets/index-B3eQbsM3.css +0 -1
- package/dist/repair-skills-DnsSeH8x.mjs +0 -1
- package/dist/server-lock-CyhBidkz-B4QDNiiR.mjs +0 -1
- package/dist/start-CUB_B0aW.mjs +0 -3
- package/dist/start-JN3FGdMq.mjs +0 -1
package/dist/config-schema.json
CHANGED
|
@@ -19,27 +19,6 @@
|
|
|
19
19
|
},
|
|
20
20
|
"additionalProperties": {}
|
|
21
21
|
},
|
|
22
|
-
"preview": {
|
|
23
|
-
"default": {
|
|
24
|
-
"scriptSrc": "cdn-allowlist"
|
|
25
|
-
},
|
|
26
|
-
"type": "object",
|
|
27
|
-
"properties": {
|
|
28
|
-
"scriptSrc": {
|
|
29
|
-
"default": "cdn-allowlist",
|
|
30
|
-
"type": "string",
|
|
31
|
-
"enum": [
|
|
32
|
-
"cdn-allowlist",
|
|
33
|
-
"inline-only"
|
|
34
|
-
],
|
|
35
|
-
"scope": "project",
|
|
36
|
-
"agentSettable": false,
|
|
37
|
-
"defaultScope": "project",
|
|
38
|
-
"description": "Security policy for scripts in code-block preview embeds. 'cdn-allowlist' allows <script src> from a fixed set of trusted CDNs; 'inline-only' is the strict policy for cloud / multi-tenant deployments. Shared across collaborators."
|
|
39
|
-
}
|
|
40
|
-
},
|
|
41
|
-
"additionalProperties": {}
|
|
42
|
-
},
|
|
43
22
|
"appearance": {
|
|
44
23
|
"default": {
|
|
45
24
|
"preview": {
|
|
@@ -256,6 +235,63 @@
|
|
|
256
235
|
}
|
|
257
236
|
},
|
|
258
237
|
"additionalProperties": {}
|
|
238
|
+
},
|
|
239
|
+
"search": {
|
|
240
|
+
"default": {
|
|
241
|
+
"semantic": {
|
|
242
|
+
"enabled": false,
|
|
243
|
+
"baseUrl": "https://api.openai.com/v1",
|
|
244
|
+
"model": "text-embedding-3-small"
|
|
245
|
+
}
|
|
246
|
+
},
|
|
247
|
+
"type": "object",
|
|
248
|
+
"properties": {
|
|
249
|
+
"semantic": {
|
|
250
|
+
"default": {
|
|
251
|
+
"enabled": false,
|
|
252
|
+
"baseUrl": "https://api.openai.com/v1",
|
|
253
|
+
"model": "text-embedding-3-small"
|
|
254
|
+
},
|
|
255
|
+
"type": "object",
|
|
256
|
+
"properties": {
|
|
257
|
+
"enabled": {
|
|
258
|
+
"default": false,
|
|
259
|
+
"type": "boolean",
|
|
260
|
+
"scope": "project-local",
|
|
261
|
+
"agentSettable": false,
|
|
262
|
+
"defaultScope": "project-local",
|
|
263
|
+
"description": "Add semantic (embeddings) ranking to the MCP search tool, fused with the lexical engine so conceptually-related pages surface even with no shared keywords. When ON and an API key is set (`ok embeddings set-key`), the search query and matching document content are sent to the configured embeddings provider — content egress. Default OFF. Per-machine (project-local) — not shared with collaborators."
|
|
264
|
+
},
|
|
265
|
+
"baseUrl": {
|
|
266
|
+
"default": "https://api.openai.com/v1",
|
|
267
|
+
"type": "string",
|
|
268
|
+
"scope": "project-local",
|
|
269
|
+
"agentSettable": false,
|
|
270
|
+
"defaultScope": "project-local",
|
|
271
|
+
"description": "Base URL of the OpenAI-compatible embeddings API (default https://api.openai.com/v1). Override for Azure / self-hosted / other providers. The API key is NOT stored here — set it with `ok embeddings set-key` (OS keyring)."
|
|
272
|
+
},
|
|
273
|
+
"model": {
|
|
274
|
+
"default": "text-embedding-3-small",
|
|
275
|
+
"type": "string",
|
|
276
|
+
"scope": "project-local",
|
|
277
|
+
"agentSettable": false,
|
|
278
|
+
"defaultScope": "project-local",
|
|
279
|
+
"description": "Embeddings model id (default text-embedding-3-small). Must be served by the provider at baseUrl. Changing it re-embeds the corpus (the cache is keyed by provider + model + dimensions)."
|
|
280
|
+
},
|
|
281
|
+
"dimensions": {
|
|
282
|
+
"type": "integer",
|
|
283
|
+
"exclusiveMinimum": 0,
|
|
284
|
+
"maximum": 9007199254740991,
|
|
285
|
+
"scope": "project-local",
|
|
286
|
+
"agentSettable": false,
|
|
287
|
+
"defaultScope": "project-local",
|
|
288
|
+
"description": "Optional output vector dimensions. Omit to use the model's native size (1536 for text-embedding-3-small). Set a smaller value (text-embedding-3 supports e.g. 512 / 1024) to shrink the on-disk cache, trading a little retrieval quality. Changing it re-embeds the corpus."
|
|
289
|
+
}
|
|
290
|
+
},
|
|
291
|
+
"additionalProperties": {}
|
|
292
|
+
}
|
|
293
|
+
},
|
|
294
|
+
"additionalProperties": {}
|
|
259
295
|
}
|
|
260
296
|
},
|
|
261
297
|
"additionalProperties": {}
|
|
@@ -58,6 +58,63 @@
|
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
60
|
"additionalProperties": {}
|
|
61
|
+
},
|
|
62
|
+
"search": {
|
|
63
|
+
"default": {
|
|
64
|
+
"semantic": {
|
|
65
|
+
"enabled": false,
|
|
66
|
+
"baseUrl": "https://api.openai.com/v1",
|
|
67
|
+
"model": "text-embedding-3-small"
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"type": "object",
|
|
71
|
+
"properties": {
|
|
72
|
+
"semantic": {
|
|
73
|
+
"default": {
|
|
74
|
+
"enabled": false,
|
|
75
|
+
"baseUrl": "https://api.openai.com/v1",
|
|
76
|
+
"model": "text-embedding-3-small"
|
|
77
|
+
},
|
|
78
|
+
"type": "object",
|
|
79
|
+
"properties": {
|
|
80
|
+
"enabled": {
|
|
81
|
+
"default": false,
|
|
82
|
+
"type": "boolean",
|
|
83
|
+
"scope": "project-local",
|
|
84
|
+
"agentSettable": false,
|
|
85
|
+
"defaultScope": "project-local",
|
|
86
|
+
"description": "Add semantic (embeddings) ranking to the MCP search tool, fused with the lexical engine so conceptually-related pages surface even with no shared keywords. When ON and an API key is set (`ok embeddings set-key`), the search query and matching document content are sent to the configured embeddings provider — content egress. Default OFF. Per-machine (project-local) — not shared with collaborators."
|
|
87
|
+
},
|
|
88
|
+
"baseUrl": {
|
|
89
|
+
"default": "https://api.openai.com/v1",
|
|
90
|
+
"type": "string",
|
|
91
|
+
"scope": "project-local",
|
|
92
|
+
"agentSettable": false,
|
|
93
|
+
"defaultScope": "project-local",
|
|
94
|
+
"description": "Base URL of the OpenAI-compatible embeddings API (default https://api.openai.com/v1). Override for Azure / self-hosted / other providers. The API key is NOT stored here — set it with `ok embeddings set-key` (OS keyring)."
|
|
95
|
+
},
|
|
96
|
+
"model": {
|
|
97
|
+
"default": "text-embedding-3-small",
|
|
98
|
+
"type": "string",
|
|
99
|
+
"scope": "project-local",
|
|
100
|
+
"agentSettable": false,
|
|
101
|
+
"defaultScope": "project-local",
|
|
102
|
+
"description": "Embeddings model id (default text-embedding-3-small). Must be served by the provider at baseUrl. Changing it re-embeds the corpus (the cache is keyed by provider + model + dimensions)."
|
|
103
|
+
},
|
|
104
|
+
"dimensions": {
|
|
105
|
+
"type": "integer",
|
|
106
|
+
"exclusiveMinimum": 0,
|
|
107
|
+
"maximum": 9007199254740991,
|
|
108
|
+
"scope": "project-local",
|
|
109
|
+
"agentSettable": false,
|
|
110
|
+
"defaultScope": "project-local",
|
|
111
|
+
"description": "Optional output vector dimensions. Omit to use the model's native size (1536 for text-embedding-3-small). Set a smaller value (text-embedding-3 supports e.g. 512 / 1024) to shrink the on-disk cache, trading a little retrieval quality. Changing it re-embeds the corpus."
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
"additionalProperties": {}
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
"additionalProperties": {}
|
|
61
118
|
}
|
|
62
119
|
},
|
|
63
120
|
"additionalProperties": {}
|
|
@@ -19,27 +19,6 @@
|
|
|
19
19
|
},
|
|
20
20
|
"additionalProperties": {}
|
|
21
21
|
},
|
|
22
|
-
"preview": {
|
|
23
|
-
"default": {
|
|
24
|
-
"scriptSrc": "cdn-allowlist"
|
|
25
|
-
},
|
|
26
|
-
"type": "object",
|
|
27
|
-
"properties": {
|
|
28
|
-
"scriptSrc": {
|
|
29
|
-
"default": "cdn-allowlist",
|
|
30
|
-
"type": "string",
|
|
31
|
-
"enum": [
|
|
32
|
-
"cdn-allowlist",
|
|
33
|
-
"inline-only"
|
|
34
|
-
],
|
|
35
|
-
"scope": "project",
|
|
36
|
-
"agentSettable": false,
|
|
37
|
-
"defaultScope": "project",
|
|
38
|
-
"description": "Security policy for scripts in code-block preview embeds. 'cdn-allowlist' allows <script src> from a fixed set of trusted CDNs; 'inline-only' is the strict policy for cloud / multi-tenant deployments. Shared across collaborators."
|
|
39
|
-
}
|
|
40
|
-
},
|
|
41
|
-
"additionalProperties": {}
|
|
42
|
-
},
|
|
43
22
|
"autoSync": {
|
|
44
23
|
"default": {
|
|
45
24
|
"enabled": null
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{Dr as e,Sn as t,Tn as n,Zr as r,a as i,an as a,c as o,d as s,f as c,g as l,h as u,i as d,l as f,ln as p,m,n as h,o as g,p as _,q as v,qr as y,r as b,s as x,t as S,u as C}from"./server-lock-BpjJj3OD-BPX9iz2A.mjs";import{$ as w,$n as T,$r as E,$t as D,A as O,Ai as k,An as A,Ar as j,At as M,B as N,Bn as P,Br as F,Bt as I,C as L,Ci as R,Cn as z,Cr as B,Ct as V,D as H,Di as U,Dn as W,Dr as G,Dt as K,E as q,Ei as J,En as Y,Er as X,Et as Z,F as Q,Fn as $,Fr as ee,Ft as te,G as ne,Gn as re,Gr as ie,Gt as ae,H as oe,Hn as se,Hr as ce,Ht as le,I as ue,In as de,Ir as fe,It as pe,J as me,Jn as he,Jr as ge,Jt as _e,K as ve,Ki as ye,Kn as be,Kr as xe,Kt as Se,L as Ce,Ln as we,Lr as Te,Lt as Ee,M as De,Mi as Oe,Mn as ke,Mr as Ae,Mt as je,N as Me,Ni as Ne,Nn as Pe,Nr as Fe,Nt as Ie,O as Le,Oi as Re,On as ze,Or as Be,Ot as Ve,P as He,Pi as Ue,Pn as We,Pr as Ge,Pt as Ke,Q as qe,Qn as Je,Qr as Ye,Qt as Xe,R as Ze,Rn as Qe,Rr as $e,Rt as et,S as tt,Si as nt,Sn as rt,Sr as it,St as at,T as ot,Ti as st,Tn as ct,Tr as lt,Tt as ut,U as dt,Un as ft,Ur as pt,Ut as mt,V as ht,Vn as gt,Vr as _t,Vt as vt,W as yt,Wn as bt,Wr as xt,Wt as St,X as Ct,Xn as wt,Xr as Tt,Xt as Et,Y as Dt,Yn as Ot,Yr as kt,Yt as At,Z as jt,Zn as Mt,Zr as Nt,Zt as Pt,_ as Ft,_i as It,_n as Lt,_r as Rt,_t as zt,a as Bt,ai as Vt,an as Ht,ar as Ut,at as Wt,b as Gt,bi as Kt,bn as qt,br as Jt,bt as Yt,c as Xt,ci as Zt,cn as Qt,cr as $t,ct as en,d as tn,di as nn,dn as rn,dr as an,dt as on,ei as sn,en as cn,er as ln,et as un,f as dn,fi as fn,fn as pn,fr as mn,ft as hn,g as gn,gi as _n,gn as vn,gr as yn,gt as bn,h as xn,hi as Sn,hn as Cn,hr as wn,ht as Tn,i as En,ii as Dn,in as On,ir as kn,it as An,j as jn,ji as Mn,jn as Nn,jr as Pn,jt as Fn,k as In,ki as Ln,kn as Rn,kr as zn,kt as Bn,l as Vn,li as Hn,ln as Un,lr as Wn,lt as Gn,m as Kn,mi as qn,mn as Jn,mr as Yn,mt as Xn,n as Zn,ni as Qn,nn as $n,nr as er,nt as tr,o as nr,oi as rr,on as ir,or as ar,ot as or,p as sr,pi as cr,pn as lr,pr as ur,pt as dr,q as fr,qi as pr,qn as mr,qr as hr,qt as gr,r as _r,ri as vr,rn as yr,rr as br,rt as xr,s as Sr,si as Cr,sn as wr,sr as Tr,st as Er,t as Dr,ti as Or,tn as kr,tr as Ar,tt as jr,u as Mr,ui as Nr,un as Pr,ur as Fr,ut as Ir,v as Lr,vi as Rr,vn as zr,vr as Br,vt as Vr,w as Hr,wi as Ur,wn as Wr,wr as Gr,wt as Kr,x as qr,xi as Jr,xn as Yr,xr as Xr,xt as Zr,y as Qr,yi as $r,yn as ei,yr as ti,yt as ni,z as ri,zn as ii,zr as ai,zt as oi}from"./dist-jSj9zzv0.mjs";export{Dr as AGENT_ID_MAX_LEN,Zn as AGENT_ID_RE,_r as AGENT_WRITE_ORIGIN,En as AgentFocusBroadcaster,Bt as AgentPresenceBroadcaster,nr as AgentSessionCapacityError,Sr as AgentSessionManager,Xt as BacklinkIndex,Vn as CC1Broadcaster,v as CC1_CONTRACT_VERSION,Mr as CONFIG_FILENAME,tn as CONFLICT_MARKER_RE,dn as CURSOR_BUNDLE_PATHS_BY_PLATFORM,sr as ConfigSchema,Kn as DEFAULT_CHECKPOINT_RETENTION,xn as DEFAULT_EMBEDDINGS_DIMENSIONS,gn as DEFAULT_PACK_ID,Ft as EMBEDDINGS_API_KEY_ENV,Lr as FILE_SYSTEM_WRITER,Qr as FILE_WATCHER_ORIGIN,Gt as FileEmbeddingsBackend,qr as GIT_PREFLIGHT_FAIL_SPAN_NAME,tt as GIT_UPSTREAM_WRITER,ye as GitDirAccessError,L as GitNotAvailableError,Hr as GitTooOldError,ot as HOCUSPOCUS_AUTH_REJECTION_REASONS,q as HocuspocusAuthRejection,H as HocuspocusAuthTokenSchema,Le as INSTALLED_AGENTS_SCHEMES,In as LIVE_DERIVED_INDEX_DEBOUNCE_MS,O as LOG_MD_TEMPLATE,jn as MANAGED_RENAME_ORIGIN,De as MAX_AGENT_SESSIONS,Me as MCP_CONNECTION_ID_HEADER,He as MCP_SERVER_NAME,Q as MIN_GIT_VERSION,ue as MISSING_OK_CONFIG_MESSAGE,pr as MalformedGitPointerError,Ce as McpLogger,Ze as MissingOkConfigError,ri as OBSERVER_SYNC_ORIGIN,N as OK_OKIGNORE_TEMPLATE,a as ORPHAN_MODES,ht as PANE_TARGET_TTL_MS,p as PROTOCOL_VERSION,oe as PinoLogger,S as ProcessLockCollisionError,dt as ProjectGitInitError,yt as ROLLBACK_ORIGIN,ne as ROOT_GITIGNORE_TEMPLATE,h as RUNTIME_VERSION,ve as SERVICE_WRITER,fr as SKILL_INSTALL_EVENTS_FILE_REL,t as SKILL_STATE_TARGETS,me as STARTER_FOLDERS,Dt as STARTER_FOLDER_FRONTMATTER_FILENAME,Ct as STARTER_PACKS,jt as STARTER_PACK_IDS,qe as STARTER_TEMPLATES,w as STATE_MANIFEST_FILENAME,b as STATE_SCHEMA_VERSION,n as SYSTEM_DOC_NAME,un as SeedPrerequisiteError,jr as SeedRootDirError,d as ServerLockCollisionError,tr as SingleFileNotAFileError,xr as SingleFileNotFoundError,An as SingleFileNotMarkdownError,Wt as StateManifestError,or as TagIndex,Er as UiLockCollisionError,en as __getShowAllWalkStatsForTesting,Gn as __resetShowAllWalkStatsForTesting,i as acquireProcessLock,g as acquireServerLock,Ir as acquireUiLock,on as applyAgentMarkdownWrite,hn as applyExternalChange,dr as applySeed,Xn as armPaneTarget,Tn as assertCompatibleStateManifest,bn as assertGitAvailable,zt as assertNeverDiskEvent,Vr as attachIdleShutdown,ni as bootServer,Yt as buildAndOpenSkill,Zr as buildConfigYmlContent,at as buildExecResult,V as buildInstructions,Kr as buildSkillZip,ut as buildStarterFolderFrontmatterYaml,Z as buildWipTree,K as classifyEvents,Ve as classifyFsPath,Bn as clearArmedPaneTarget,M as clearContributors,Fn as clearEmbeddingsKeyFromAllBackends,je as coercePackId,e as colorFromSeed,Ie as commitUpstreamImport,Ke as commitWip,te as commitWipFromTree,pe as compareSemver,Ee as containsConflictMarkers,et as contentHash,oi as contributorCount,I as createApiExtension,vt as createAssetServeMiddleware,le as createContentFilter,mt as createContentFilterAsync,St as createEmbeddingsSecretStore,ae as createEphemeralProjectDir,Se as createExternalChangeHandler,gr as createFileLogger,_e as createLiveDerivedIndexExtension,At as createMcpHttpHandler,Et as createOsProbe,Pt as createPersistenceExtension,Xe as createServer,D as createServerObserverExtension,cn as createStreamingErrorWriter,kr as createTestLogger,$n as describeStoredEmbeddingsKey,yr as detectClaudeDesktopPresence,On as detectGit,Ht as detectProjectShape,ir as emitPreflightFailureSpan,wr as encodeDocName,Qt as encodeFolderRoute,Un as ensureProjectGit,Pr as errorResponse,rn as evictStaleTrackerEntries,pn as extractWikiLinksFromMarkdown,lr as fallbackPaths,Jn as findEnclosingGitRoot,Cn as findEnclosingProjectRoot,vn as formatAuthRejectionWire,Lt as formatContributors,zr as formatContributorsFrom,ei as gcCheckpointRefs,qt as getCurrentMcpLogger,Yr as getLocalDir,rt as getLogFilePath,z as getLogger,Wr as getLogsDir,ct as getMeter,Y as getMetrics,W as getTracer,ze as handleCollabSocketError,Rn as handleSpawnCursor,y as iconFromClientName,A as incrementCollabSocketFilteredError,Nn as incrementServerObserverFire,ke as initContent,Pe as initShadowRepo,We as initTelemetry,$ as installPrettyZodErrors,de as installTestLoggers,we as installUserSkill,Qe as isAllowedApiOrigin,ii as isAllowedWorkspaceHostHeader,P as isConfigDoc,gt as isHocuspocusAuthRejectionReason,se as isKnownPackId,ft as isLoopbackAddress,r as isOrphanMode,bt as isPairedWriteOrigin,re as isPathWithinDir,x as isProcessAlive,be as isProjectRoot,mr as isSelfWrite,he as isSystemDoc,o as isValidLockPid,Ot as lastKnownHash,wt as listRescueCheckpoints,Mt as listStarterPacks,Je as loadPrincipal,f as lockFilePath,T as loggerFactory,ln as logsCurrentPath,Ar as logsPreviousPath,er as makeLazyEmbeddingsKeyStore,br as mountMcpAndApi,kn as normalizeFsPath,Ut as packageVersionMajorMinor,ar as parseAuthRejectionWire,Tr as parseGitVersion,$t as parseHocuspocusAuthToken,Wn as parseKeepaliveConnectionId,Fr as pathToDocName,an as planSeed,mn as prepareSingleFileOpen,ur as readAllTargets,Yn as readArmedPaneTarget,wn as readBranchFromHead,C as readProcessLock,s as readProcessLockDetailed,yn as readProjectLocalSemanticConfig,c as readServerLock,Rt as readServerPackageVersion,Br as readSkillInstallStateSnapshot,ti as readStateManifest,Jt as readTargetRecordedAt,Xr as readTargetVersion,it as readUiLock,B as reconcile,Gr as recordContributor,lt as recordSkillInstallEvent,X as registerAllTools,G as registerWrite,_ as releaseProcessLock,m as releaseServerLock,Be as releaseUiLock,zn as removeLastKnownHash,j as resetMetrics,Pn as resolveBundledSkillDir,Ae as resolveContentDir,Fe as resolveCursorBinaryDefault,Ge as resolveCursorSpawnInvocation,ee as resolveLockDir,fe as resolvePack,Te as resolvePackageVersion,$e as resolveUiInfo,ai as restoreContributors,F as restoreLifecycleFromConflictsJson,_t as rewriteMarkdownLinksForDocumentRename,ce as rewriteWikiLinksForDocumentRename,pt as runAuthReposSubprocess,xt as runAuthStatusSubprocess,ie as runCloneSubprocess,xe as runDeviceFlowSubprocess,hr as runWithMcpLogger,ge as safeContentPath,kt as safeSubdir,Tt as safetyCheckpoint,Nt as sanitizeClientName,Ye as saveInMemoryCheckpoint,E as saveVersion,sn as seedBasenameIndex,Or as serializeError,Qn as setActiveSpanAttributes,vr as shadowGit,Dn as shutdownTelemetry,Vt as spansCurrentPath,rr as spansPreviousPath,Cr as spawnDetached,Zt as splitMarkdownBlocks,Hn as startWatcher,Nr as streamingProblemEvent,nn as swapContributors,fn as toBroadcasterKey,cr as tracedAppendFileSync,qn as tracedLinkSync,Sn as tracedMkdir,_n as tracedMkdirSync,It as tracedRename,Rr as tracedRenameSync,$r as tracedRmSync,Kt as tracedRmdirSync,Jr as tracedUnlinkSync,nt as tracedWriteFile,R as tracedWriteFileSync,Ur as updateLastKnownHash,u as updateProcessLockPort,l as updateServerLockPort,st as updateUiLockPort,J as validateAgentId,U as validateCloneInputs,Re as validateSkillZip,Ln as withSpan,k as withSpanSync,Mn as writeRootGitignoreForNewRepo,Oe as writeStateManifest,Ne as writeTargetVersion,Ue as writeTracker};
|