@vpxa/aikit 0.1.156 → 0.1.158

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.
@@ -1,31 +1,31 @@
1
- import{n as e,t}from"./curated-manager-BkSgtNC2.js";import{autoUpgradeScaffold as n,getCurrentVersion as r,getUpgradeState as i}from"./version-check-Bj07vc5x.js";import{createRequire as a}from"node:module";import{existsSync as o,mkdirSync as s,readFileSync as c,readdirSync as l,renameSync as u,rmSync as d,statSync as f,writeFileSync as p}from"node:fs";import{basename as m,dirname as h,isAbsolute as g,join as _,relative as v,resolve as y,sep as b}from"node:path";import{AIKIT_PATHS as x,CONTENT_TYPES as S,EMBEDDING_DEFAULTS as C,KNOWLEDGE_ORIGINS as w,SOURCE_TYPES as T,TOKEN_BUDGETS as E,addLogListener as D,computePartitionKey as O,createLogger as k,getGlobalDataDir as ee,getPartitionDir as A,isUserInstalled as te,listWorkspaces as ne,serializeError as j}from"../../core/dist/index.js";import{createHash as M,randomBytes as re,randomUUID as ie,timingSafeEqual as ae}from"node:crypto";import{FileCache as oe,acquireLease as se,addToWorkset as ce,audit as le,bookendReorder as ue,changelog as de,check as fe,checkpointDiff as pe,checkpointGC as me,checkpointHistory as he,checkpointLatest as ge,checkpointList as _e,checkpointLoad as ve,checkpointSave as ye,codemod as be,compact as xe,compressTerminalOutput as Se,createRestorePoint as Ce,dataTransform as we,delegate as Te,delegateListModels as Ee,deleteWorkset as De,diffParse as Oe,digest as ke,encode as Ae,envInfo as je,evaluate as Me,evidenceMap as Ne,fileSummary as Pe,find as Fe,findDeadSymbols as Ie,findExamples as Le,forgeClassify as Re,forgeGround as ze,getWorkset as Be,gitContext as Ve,graphAugmentSearch as He,graphQuery as Ue,guide as We,health as Ge,httpRequest as Ke,laneCreate as qe,laneDiff as Je,laneDiscard as Ye,laneList as Xe,laneMerge as Ze,laneStatus as Qe,listActiveLeases as $e,listRestorePoints as et,listWorksets as tt,measure as nt,onboard as rt,parseOutput as it,processList as at,processLogs as ot,processStart as st,processStatus as ct,processStop as lt,queueClear as ut,queueCreate as dt,queueDag as ft,queueDelete as pt,queueDone as mt,queueFail as ht,queueGet as gt,queueList as _t,queueNext as vt,queuePush as yt,regexTest as bt,releaseLease as xt,removeFromWorkset as St,rename as Ct,replayAppend as wt,replayClear as Tt,replayList as Et,replayTrim as Dt,restoreFromPoint as Ot,saveWorkset as kt,schemaValidate as At,scopeMap as jt,sessionDigest as Mt,sessionDigestSampling as Nt,stashClear as Pt,stashDelete as Ft,stashGet as It,stashList as Lt,stashSet as Rt,stratumCard as zt,summarizeCheckResult as Bt,symbol as Vt,testRun as Ht,timeUtils as Ut,trace as Wt,truncateToTokenBudget as Gt,watchList as Kt,watchStart as qt,watchStop as Jt,webFetch as Yt,webSearch as Xt}from"../../tools/dist/index.js";import{mkdir as Zt,readFile as Qt,readdir as $t,rm as en,stat as tn,unlink as nn,writeFile as rn}from"node:fs/promises";import{McpServer as an,ResourceTemplate as on}from"@modelcontextprotocol/sdk/server/mcp.js";import{buildFormSchema as sn,field as cn,normalizeResponse as ln}from"../../elicitation/dist/index.js";import{completable as N}from"@modelcontextprotocol/sdk/server/completable.js";import{z as P}from"zod";import{registerBrowserTools as un}from"../../browser/dist/index.js";import{BlastRadiusAnalyzer as dn,DependencyAnalyzer as fn,DiagramGenerator as pn,EntryPointAnalyzer as mn,KnowledgeProducer as hn,PatternAnalyzer as gn,StructureAnalyzer as _n,SymbolAnalyzer as vn}from"../../analyzers/dist/index.js";import{WasmDiagnostics as yn,WasmRuntime as bn,initializeWasm as xn}from"../../chunker/dist/index.js";import{ERCache as Sn,ERClient as Cn,EvolutionCollector as wn,PolicyStore as Tn,PushAdapter as En,mergeResults as Dn}from"../../enterprise-bridge/dist/index.js";import{RESOURCE_MIME_TYPE as On,registerAppResource as kn,registerAppTool as An}from"@modelcontextprotocol/ext-apps/server";import{SqliteGraphStore as jn,createSqliteAdapter as Mn,createStore as Nn}from"../../store/dist/index.js";import{exec as Pn,execSync as Fn}from"node:child_process";import{homedir as In}from"node:os";import{TemplateRegistry as Ln,buildShell as Rn,dashboardTemplateDefinition as zn,defaultRegistry as Bn,flameGraphTemplateDefinition as Vn,isError as Hn,isResult as Un,kanbanTemplateDefinition as Wn,listSortTemplateDefinition as Gn,renderSurface as Kn}from"../../blocks-core/dist/index.js";import{createServer as qn}from"node:http";import{EmbedderProxy as Jn}from"../../embeddings/dist/index.js";import{FileHashCache as Yn,IncrementalIndexer as Xn}from"../../indexer/dist/index.js";function Zn(e){function t(){return!!e.server?.getClientCapabilities?.()?.elicitation}async function n(n,r){if(t())try{let t=await e.server.elicitInput({message:n,requestedSchema:r});return ln(t?{action:t.action,content:t.content}:void 0)}catch{return}}return{get available(){return t()},async ask(e){return await n(e.message,e.schema)||{action:`decline`}},async confirm(e){let t=await n(e,sn({confirmed:cn.confirm(e)}));return t?.action===`accept`&&t.content?.confirmed===!0},async selectOne(e,t){let r=await n(e,sn({selection:cn.select(`Choose one`,t)}));if(r?.action!==`accept`)return null;let i=r.content?.selection;return typeof i==`string`?i:null},async selectMany(e,t){let r=await n(e,sn({selections:cn.multi(`Choose one or more`,t)}));if(r?.action!==`accept`)return[];let i=r.content?.selections;return Array.isArray(i)?i:[]},async promptText(e,t){let r=await n(e,sn({text:cn.text(e,{description:t})}));if(r?.action!==`accept`)return null;let i=r.content?.text;return typeof i==`string`?i:null}}}const Qn={debug:`debug`,info:`info`,warn:`warning`,error:`error`};function $n(e){return D(({level:t,component:n,message:r,data:i})=>{try{Promise.resolve(e.sendLoggingMessage({level:Qn[t],logger:n,data:i?{message:r,...i}:r})).catch(()=>{})}catch{}})}const er=3e4,tr=new Map;function nr(e,t,n){let r=tr.get(e);if(r&&Date.now()<r.expires)return Promise.resolve(r.data);let i=n();return Promise.resolve(i).then(n=>(tr.set(e,{data:n,expires:Date.now()+t}),n))}function rr(){tr.clear()}function ir(e,t){return nr(`curated-paths`,er,async()=>(await e.list()).map(e=>e.path)).then(e=>e.filter(e=>e.toLowerCase().includes(t.toLowerCase())).slice(0,20))}function ar(e,t){return nr(`file-paths`,er,()=>e.listSourcePaths()).then(e=>e.filter(e=>e.toLowerCase().includes(t.toLowerCase())).slice(0,20))}function or(e,t){return nr(`symbol-names`,er,async()=>(await e.findNodes({type:`symbol`,limit:500})).map(e=>e.name)).then(e=>e.filter(e=>e.toLowerCase().includes(t.toLowerCase())).slice(0,20))}function sr(e){return Lt().map(e=>e.key).filter(t=>t.toLowerCase().includes(e.toLowerCase())).slice(0,20)}function cr(e){return tt().map(e=>e.name).filter(t=>t.toLowerCase().includes(e.toLowerCase())).slice(0,20)}function lr(e){return _e().map(e=>e.label).filter(t=>t.toLowerCase().includes(e.toLowerCase())).slice(0,20)}function ur(e,t,n){if(e.registerPrompt(`ready`,{title:`AI Kit Ready`,description:`AI Kit is ready — quick-start guide for search, onboard, and workflows`},async()=>({messages:[{role:`user`,content:{type:`text`,text:[`AI Kit is ready. Quick start:`,``,'• **New project?** → `onboard({ path: "." })` for full codebase analysis','• **Returning?** → `status({})` then `search({ query: "SESSION CHECKPOINT", origin: "curated" })`','• **Exploring?** → `guide({ goal: "your task" })` for workflow recommendations','• **Quick lookup?** → `search({ query: "your question" })`'].join(`
2
- `)}}]})),e.registerPrompt(`onboard`,{title:`Onboard Codebase`,description:`Analyze the codebase for first-time onboarding — runs all analyzers and produces a knowledge summary`,argsSchema:{path:P.string().optional().describe(`Path to analyze (default: workspace root)`)}},async({path:e})=>({messages:[{role:`user`,content:{type:`text`,text:[`Run the full onboarding workflow for "${e??`.`}"`,``,`1. \`onboard({ path: "${e??`.`}" })\` — full codebase analysis`,`2. \`produce_knowledge({ path: "${e??`.`}" })\` — generate synthesis`,'3. `knowledge({ action: "remember", ... })` for key curated entries',"4. `status` to verify index health"].join(`
1
+ import{n as e,t}from"./curated-manager-BkSgtNC2.js";import{autoUpgradeScaffold as n,getCurrentVersion as r,getUpgradeState as i}from"./version-check-Bj07vc5x.js";import{createRequire as a}from"node:module";import{existsSync as o,mkdirSync as s,readFileSync as c,readdirSync as l,renameSync as u,rmSync as d,statSync as f,writeFileSync as p}from"node:fs";import{basename as m,dirname as h,isAbsolute as g,join as _,relative as v,resolve as y,sep as b}from"node:path";import{fileURLToPath as x}from"node:url";import{AIKIT_PATHS as S,CONTENT_TYPES as C,EMBEDDING_DEFAULTS as w,KNOWLEDGE_ORIGINS as T,SOURCE_TYPES as E,TOKEN_BUDGETS as D,addLogListener as O,computePartitionKey as k,createLogger as A,getGlobalDataDir as ee,getPartitionDir as te,isUserInstalled as ne,listWorkspaces as re,serializeError as j}from"../../core/dist/index.js";import{createHash as M,randomBytes as ie,randomUUID as ae,timingSafeEqual as oe}from"node:crypto";import{FileCache as se,acquireLease as ce,addToWorkset as le,audit as ue,bookendReorder as de,changelog as fe,check as pe,checkpointDiff as me,checkpointGC as he,checkpointHistory as ge,checkpointLatest as _e,checkpointList as ve,checkpointLoad as ye,checkpointSave as be,codemod as xe,compact as Se,compressTerminalOutput as Ce,createRestorePoint as we,dataTransform as Te,delegate as Ee,delegateListModels as De,deleteWorkset as Oe,diffParse as ke,digest as Ae,encode as je,envInfo as Me,evaluate as Ne,evidenceMap as Pe,fileSummary as Fe,find as Ie,findDeadSymbols as Le,findExamples as Re,forgeClassify as ze,forgeGround as Be,getWorkset as Ve,gitContext as He,graphAugmentSearch as Ue,graphQuery as We,guide as Ge,health as Ke,httpRequest as qe,laneCreate as Je,laneDiff as Ye,laneDiscard as Xe,laneList as Ze,laneMerge as Qe,laneStatus as $e,listActiveLeases as et,listRestorePoints as tt,listWorksets as nt,measure as rt,onboard as it,parseOutput as at,processList as ot,processLogs as st,processStart as ct,processStatus as lt,processStop as ut,queueClear as dt,queueCreate as ft,queueDag as pt,queueDelete as mt,queueDone as ht,queueFail as gt,queueGet as _t,queueList as vt,queueNext as yt,queuePush as bt,regexTest as xt,releaseLease as St,removeFromWorkset as Ct,rename as wt,replayAppend as Tt,replayClear as Et,replayList as Dt,replayTrim as Ot,restoreFromPoint as kt,saveWorkset as At,schemaValidate as jt,scopeMap as Mt,sessionDigest as Nt,sessionDigestSampling as Pt,stashClear as Ft,stashDelete as It,stashGet as Lt,stashList as Rt,stashSet as zt,stratumCard as Bt,summarizeCheckResult as Vt,symbol as Ht,testRun as Ut,timeUtils as Wt,trace as Gt,truncateToTokenBudget as Kt,watchList as qt,watchStart as Jt,watchStop as Yt,webFetch as Xt,webSearch as Zt}from"../../tools/dist/index.js";import{mkdir as Qt,readFile as $t,readdir as en,rm as tn,stat as nn,unlink as rn,writeFile as an}from"node:fs/promises";import{McpServer as on,ResourceTemplate as sn}from"@modelcontextprotocol/sdk/server/mcp.js";import{buildFormSchema as cn,field as ln,normalizeResponse as un}from"../../elicitation/dist/index.js";import{completable as dn}from"@modelcontextprotocol/sdk/server/completable.js";import{z as N}from"zod";import{registerBrowserTools as fn}from"../../browser/dist/index.js";import{BlastRadiusAnalyzer as pn,DependencyAnalyzer as mn,DiagramGenerator as hn,EntryPointAnalyzer as gn,KnowledgeProducer as _n,PatternAnalyzer as vn,StructureAnalyzer as yn,SymbolAnalyzer as bn}from"../../analyzers/dist/index.js";import{WasmDiagnostics as xn,WasmRuntime as Sn,initializeWasm as Cn}from"../../chunker/dist/index.js";import{ERCache as wn,ERClient as Tn,EvolutionCollector as En,PolicyStore as Dn,PushAdapter as On,mergeResults as kn}from"../../enterprise-bridge/dist/index.js";import{RESOURCE_MIME_TYPE as An,registerAppResource as jn,registerAppTool as Mn}from"@modelcontextprotocol/ext-apps/server";import{SqliteGraphStore as Nn,createSqliteAdapter as Pn,createStore as Fn}from"../../store/dist/index.js";import{exec as In,execSync as Ln}from"node:child_process";import{homedir as Rn}from"node:os";import{TemplateRegistry as zn,buildShell as Bn,dashboardTemplateDefinition as Vn,defaultRegistry as Hn,flameGraphTemplateDefinition as Un,isError as Wn,isResult as Gn,kanbanTemplateDefinition as Kn,listSortTemplateDefinition as qn,renderSurface as Jn}from"../../blocks-core/dist/index.js";import{createServer as Yn}from"node:http";import{EmbedderProxy as Xn}from"../../embeddings/dist/index.js";import{FileHashCache as Zn,IncrementalIndexer as Qn}from"../../indexer/dist/index.js";function $n(e){function t(){return!!e.server?.getClientCapabilities?.()?.elicitation}async function n(n,r){if(t())try{let t=await e.server.elicitInput({message:n,requestedSchema:r});return un(t?{action:t.action,content:t.content}:void 0)}catch{return}}return{get available(){return t()},async ask(e){return await n(e.message,e.schema)||{action:`decline`}},async confirm(e){let t=await n(e,cn({confirmed:ln.confirm(e)}));return t?.action===`accept`&&t.content?.confirmed===!0},async selectOne(e,t){let r=await n(e,cn({selection:ln.select(`Choose one`,t)}));if(r?.action!==`accept`)return null;let i=r.content?.selection;return typeof i==`string`?i:null},async selectMany(e,t){let r=await n(e,cn({selections:ln.multi(`Choose one or more`,t)}));if(r?.action!==`accept`)return[];let i=r.content?.selections;return Array.isArray(i)?i:[]},async promptText(e,t){let r=await n(e,cn({text:ln.text(e,{description:t})}));if(r?.action!==`accept`)return null;let i=r.content?.text;return typeof i==`string`?i:null}}}const er={debug:`debug`,info:`info`,warn:`warning`,error:`error`};function tr(e){return O(({level:t,component:n,message:r,data:i})=>{try{Promise.resolve(e.sendLoggingMessage({level:er[t],logger:n,data:i?{message:r,...i}:r})).catch(()=>{})}catch{}})}const nr=3e4,rr=new Map;function ir(e,t,n){let r=rr.get(e);if(r&&Date.now()<r.expires)return Promise.resolve(r.data);let i=n();return Promise.resolve(i).then(n=>(rr.set(e,{data:n,expires:Date.now()+t}),n))}function ar(){rr.clear()}function or(e,t){return ir(`curated-paths`,nr,async()=>(await e.list()).map(e=>e.path)).then(e=>e.filter(e=>e.toLowerCase().includes(t.toLowerCase())).slice(0,20))}function sr(e,t){return ir(`file-paths`,nr,()=>e.listSourcePaths()).then(e=>e.filter(e=>e.toLowerCase().includes(t.toLowerCase())).slice(0,20))}function cr(e,t){return ir(`symbol-names`,nr,async()=>(await e.findNodes({type:`symbol`,limit:500})).map(e=>e.name)).then(e=>e.filter(e=>e.toLowerCase().includes(t.toLowerCase())).slice(0,20))}function lr(e){return Rt().map(e=>e.key).filter(t=>t.toLowerCase().includes(e.toLowerCase())).slice(0,20)}function ur(e){return nt().map(e=>e.name).filter(t=>t.toLowerCase().includes(e.toLowerCase())).slice(0,20)}function dr(e){return ve().map(e=>e.label).filter(t=>t.toLowerCase().includes(e.toLowerCase())).slice(0,20)}function fr(e,t,n){if(e.registerPrompt(`ready`,{title:`AI Kit Ready`,description:`AI Kit is ready — quick-start guide for search, onboard, and workflows`},async()=>({messages:[{role:`user`,content:{type:`text`,text:[`AI Kit is ready. Quick start:`,``,'• **New project?** → `onboard({ path: "." })` for full codebase analysis','• **Returning?** → `status({})` then `search({ query: "SESSION CHECKPOINT", origin: "curated" })`','• **Exploring?** → `guide({ goal: "your task" })` for workflow recommendations','• **Quick lookup?** → `search({ query: "your question" })`'].join(`
2
+ `)}}]})),e.registerPrompt(`onboard`,{title:`Onboard Codebase`,description:`Analyze the codebase for first-time onboarding — runs all analyzers and produces a knowledge summary`,argsSchema:{path:N.string().optional().describe(`Path to analyze (default: workspace root)`)}},async({path:e})=>({messages:[{role:`user`,content:{type:`text`,text:[`Run the full onboarding workflow for "${e??`.`}"`,``,`1. \`onboard({ path: "${e??`.`}" })\` — full codebase analysis`,`2. \`produce_knowledge({ path: "${e??`.`}" })\` — generate synthesis`,'3. `knowledge({ action: "remember", ... })` for key curated entries',"4. `status` to verify index health"].join(`
3
3
  `)}}]})),e.registerPrompt(`sessionStart`,{title:`Start AI Kit Session`,description:`Initialize an AI Kit session — check status, list knowledge, and resume from last checkpoint`},async()=>({messages:[{role:`user`,content:{type:`text`,text:[`Run the session start protocol:`,``,"1. `status({})` — check AI Kit health and onboard state",'2. `knowledge({ action: "list" })` — see stored knowledge entries','3. `search({ query: "SESSION CHECKPOINT", origin: "curated" })` — resume prior work'].join(`
4
- `)}}]})),e.registerPrompt(`sessionEnd`,{title:`End AI Kit Session`,description:`Persist decisions and create a session checkpoint before ending`,argsSchema:{summary:P.string().describe(`Brief summary of decisions made, blockers encountered, and next steps`)}},async({summary:e})=>({messages:[{role:`user`,content:{type:`text`,text:[`Run the session end protocol:`,``,'1. `knowledge({ action: "remember", title: "Session checkpoint: '+e.slice(0,60)+`...", content: "`+e.replace(/"/g,`\\"`)+'", category: "conventions" })` — persist findings',n===`smart`?`2. Smart indexing is active — index refreshes automatically`:"2. `reindex({})` — refresh search index if files changed",`3. Confirm session data saved`].join(`
5
- `)}}]})),e.registerPrompt(`search`,{title:`Search AI Kit`,description:`Search AI Kit with hybrid semantic + keyword search`,argsSchema:{query:P.string().describe(`Search query`)}},async({query:e})=>({messages:[{role:`user`,content:{type:`text`,text:`Search AI Kit for: "${e}"\n\nUse \`search({ query: "${e.replace(/"/g,`\\"`)}" })\` to find relevant code, documentation, and curated knowledge.`}}]})),e.registerPrompt(`remember`,{title:`Remember Knowledge`,description:`Store a decision, convention, or finding as curated knowledge`,argsSchema:{title:P.string().describe(`Title of the knowledge entry`),content:P.string().describe(`Content to remember`),category:P.enum([`conventions`,`decisions`,`patterns`,`blockers`,`tasks`]).optional().describe(`Category (default: conventions)`)}},async({title:e,content:t,category:n})=>({messages:[{role:`user`,content:{type:`text`,text:`Store this knowledge:\n\n\`knowledge({ action: "remember", title: "${e.replace(/"/g,`\\"`)}", content: "${t.replace(/"/g,`\\"`).slice(0,200)}...", category: "${n??`conventions`}" })\``}}]})),e.registerPrompt(`planTask`,{title:`Plan a Task`,description:`Generate a reading plan and scope map for a development task`,argsSchema:{task:P.string().describe(`Description of the task to plan`)}},async({task:e})=>({messages:[{role:`user`,content:{type:`text`,text:[`Plan implementation for: "${e}"`,``,'1. `search({ query: "'+e.replace(/"/g,`\\"`)+'" })` — find related code and prior decisions','2. `scope_map({ task: "'+e.replace(/"/g,`\\"`)+'" })` — generate a reading plan',"3. For each recommended file, use `file_summary` then `compact` for detail","4. `blast_radius` on planned changes to assess impact"].join(`
6
- `)}}]})),e.registerPrompt(`investigate`,{title:`Investigate Bug`,description:`Bug investigation workflow — parse error, find symbols, trace data flow, assess impact`,argsSchema:{error:P.string().describe(`Error message, stack trace, or bug description`)}},async({error:e})=>({messages:[{role:`user`,content:{type:`text`,text:[`Investigate this error:`,"```",e,"```",``,`Follow the bug investigation workflow:`,"1. `parse_output({ text: <error> })` — extract structured data from the error","2. `symbol({ name: <relevant symbol> })` — find definition and references",'3. `trace({ symbol: <symbol>, direction: "backward" })` — trace data flow to find root cause',"4. `blast_radius({ changed_files: [<affected files>] })` — assess fix impact"].join(`
7
- `)}}]})),!t)return;let{curated:r,store:i,graphStore:a}=t;e.registerPrompt(`read_knowledge`,{title:`Read Knowledge`,description:`Read a curated knowledge entry by path — with autocomplete`,argsSchema:{path:N(P.string().describe(`Path of the curated entry (e.g. conventions/naming.md)`),async e=>ir(r,e))}},async({path:e})=>({messages:[{role:`user`,content:{type:`text`,text:`Read the curated knowledge entry: \`knowledge({ action: "read", path: "${e}" })\``}}]})),e.registerPrompt(`update_knowledge`,{title:`Update Knowledge`,description:`Update an existing curated knowledge entry — with autocomplete`,argsSchema:{path:N(P.string().describe(`Path of the curated entry to update`),async e=>ir(r,e)),content:P.string().describe(`New content for the entry`)}},async({path:e,content:t})=>({messages:[{role:`user`,content:{type:`text`,text:`Update the curated entry at "${e}":\n\n\`knowledge({ action: "update", path: "${e}", content: "${t.replace(/"/g,`\\"`).slice(0,200)}..." })\``}}]})),e.registerPrompt(`forget_knowledge`,{title:`Forget Knowledge`,description:`Delete a curated knowledge entry — with autocomplete`,argsSchema:{path:N(P.string().describe(`Path of the curated entry to delete`),async e=>ir(r,e))}},async({path:e})=>({messages:[{role:`user`,content:{type:`text`,text:`Delete the curated entry: \`knowledge({ action: "forget", path: "${e}" })\``}}]})),e.registerPrompt(`lookup_file`,{title:`Lookup File`,description:`Look up an indexed file — with autocomplete`,argsSchema:{path:N(P.string().describe(`Source file path`),async e=>ar(i,e))}},async({path:e})=>({messages:[{role:`user`,content:{type:`text`,text:`Look up the indexed file: \`file_summary({ path: "${e}" })\``}}]})),e.registerPrompt(`find_symbol`,{title:`Find Symbol`,description:`Find a symbol definition and references — with autocomplete`,argsSchema:{name:N(P.string().describe(`Symbol name`),async e=>or(a,e))}},async({name:e})=>({messages:[{role:`user`,content:{type:`text`,text:`Find symbol: \`symbol({ name: "${e}" })\``}}]})),e.registerPrompt(`get_stash`,{title:`Get Stash`,description:`Retrieve a stashed value by key — with autocomplete`,argsSchema:{key:N(P.string().describe(`Stash key`),e=>sr(e))}},async({key:e})=>({messages:[{role:`user`,content:{type:`text`,text:`Get stashed value: \`stash({ action: "get", key: "${e}" })\``}}]})),e.registerPrompt(`get_workset`,{title:`Get Workset`,description:`Load a saved workset by name — with autocomplete`,argsSchema:{name:N(P.string().describe(`Workset name`),e=>cr(e))}},async({name:e})=>({messages:[{role:`user`,content:{type:`text`,text:`Load workset: \`workset({ action: "load", name: "${e}" })\``}}]})),e.registerPrompt(`load_checkpoint`,{title:`Load Checkpoint`,description:`Restore a saved checkpoint by name — with autocomplete`,argsSchema:{name:N(P.string().describe(`Checkpoint name`),e=>lr(e))}},async({name:e})=>({messages:[{role:`user`,content:{type:`text`,text:`Load checkpoint: \`checkpoint({ action: "load", name: "${e}" })\``}}]})),e.registerPrompt(`audit_workflow`,{title:`Audit Workflow`,description:`Run a full project quality audit: check → test_run → audit → produce recommendations`},async()=>({messages:[{role:`user`,content:{type:`text`,text:[`## Audit Workflow`,``,`Execute the following tools in sequence:`,``,"1. `check({})` — Run typecheck + lint","2. `test_run({})` — Run all tests","3. `audit({})` — Full project audit","4. Review findings and `remember` important patterns",``,`Report: pass/fail status, error counts, audit recommendations, and suggested next steps.`].join(`
4
+ `)}}]})),e.registerPrompt(`sessionEnd`,{title:`End AI Kit Session`,description:`Persist decisions and create a session checkpoint before ending`,argsSchema:{summary:N.string().describe(`Brief summary of decisions made, blockers encountered, and next steps`)}},async({summary:e})=>({messages:[{role:`user`,content:{type:`text`,text:[`Run the session end protocol:`,``,'1. `knowledge({ action: "remember", title: "Session checkpoint: '+e.slice(0,60)+`...", content: "`+e.replace(/"/g,`\\"`)+'", category: "conventions" })` — persist findings',n===`smart`?`2. Smart indexing is active — index refreshes automatically`:"2. `reindex({})` — refresh search index if files changed",`3. Confirm session data saved`].join(`
5
+ `)}}]})),e.registerPrompt(`search`,{title:`Search AI Kit`,description:`Search AI Kit with hybrid semantic + keyword search`,argsSchema:{query:N.string().describe(`Search query`)}},async({query:e})=>({messages:[{role:`user`,content:{type:`text`,text:`Search AI Kit for: "${e}"\n\nUse \`search({ query: "${e.replace(/"/g,`\\"`)}" })\` to find relevant code, documentation, and curated knowledge.`}}]})),e.registerPrompt(`remember`,{title:`Remember Knowledge`,description:`Store a decision, convention, or finding as curated knowledge`,argsSchema:{title:N.string().describe(`Title of the knowledge entry`),content:N.string().describe(`Content to remember`),category:N.enum([`conventions`,`decisions`,`patterns`,`blockers`,`tasks`]).optional().describe(`Category (default: conventions)`)}},async({title:e,content:t,category:n})=>({messages:[{role:`user`,content:{type:`text`,text:`Store this knowledge:\n\n\`knowledge({ action: "remember", title: "${e.replace(/"/g,`\\"`)}", content: "${t.replace(/"/g,`\\"`).slice(0,200)}...", category: "${n??`conventions`}" })\``}}]})),e.registerPrompt(`planTask`,{title:`Plan a Task`,description:`Generate a reading plan and scope map for a development task`,argsSchema:{task:N.string().describe(`Description of the task to plan`)}},async({task:e})=>({messages:[{role:`user`,content:{type:`text`,text:[`Plan implementation for: "${e}"`,``,'1. `search({ query: "'+e.replace(/"/g,`\\"`)+'" })` — find related code and prior decisions','2. `scope_map({ task: "'+e.replace(/"/g,`\\"`)+'" })` — generate a reading plan',"3. For each recommended file, use `file_summary` then `compact` for detail","4. `blast_radius` on planned changes to assess impact"].join(`
6
+ `)}}]})),e.registerPrompt(`investigate`,{title:`Investigate Bug`,description:`Bug investigation workflow — parse error, find symbols, trace data flow, assess impact`,argsSchema:{error:N.string().describe(`Error message, stack trace, or bug description`)}},async({error:e})=>({messages:[{role:`user`,content:{type:`text`,text:[`Investigate this error:`,"```",e,"```",``,`Follow the bug investigation workflow:`,"1. `parse_output({ text: <error> })` — extract structured data from the error","2. `symbol({ name: <relevant symbol> })` — find definition and references",'3. `trace({ symbol: <symbol>, direction: "backward" })` — trace data flow to find root cause',"4. `blast_radius({ changed_files: [<affected files>] })` — assess fix impact"].join(`
7
+ `)}}]})),!t)return;let{curated:r,store:i,graphStore:a}=t;e.registerPrompt(`read_knowledge`,{title:`Read Knowledge`,description:`Read a curated knowledge entry by path — with autocomplete`,argsSchema:{path:dn(N.string().describe(`Path of the curated entry (e.g. conventions/naming.md)`),async e=>or(r,e))}},async({path:e})=>({messages:[{role:`user`,content:{type:`text`,text:`Read the curated knowledge entry: \`knowledge({ action: "read", path: "${e}" })\``}}]})),e.registerPrompt(`update_knowledge`,{title:`Update Knowledge`,description:`Update an existing curated knowledge entry — with autocomplete`,argsSchema:{path:dn(N.string().describe(`Path of the curated entry to update`),async e=>or(r,e)),content:N.string().describe(`New content for the entry`)}},async({path:e,content:t})=>({messages:[{role:`user`,content:{type:`text`,text:`Update the curated entry at "${e}":\n\n\`knowledge({ action: "update", path: "${e}", content: "${t.replace(/"/g,`\\"`).slice(0,200)}..." })\``}}]})),e.registerPrompt(`forget_knowledge`,{title:`Forget Knowledge`,description:`Delete a curated knowledge entry — with autocomplete`,argsSchema:{path:dn(N.string().describe(`Path of the curated entry to delete`),async e=>or(r,e))}},async({path:e})=>({messages:[{role:`user`,content:{type:`text`,text:`Delete the curated entry: \`knowledge({ action: "forget", path: "${e}" })\``}}]})),e.registerPrompt(`lookup_file`,{title:`Lookup File`,description:`Look up an indexed file — with autocomplete`,argsSchema:{path:dn(N.string().describe(`Source file path`),async e=>sr(i,e))}},async({path:e})=>({messages:[{role:`user`,content:{type:`text`,text:`Look up the indexed file: \`file_summary({ path: "${e}" })\``}}]})),e.registerPrompt(`find_symbol`,{title:`Find Symbol`,description:`Find a symbol definition and references — with autocomplete`,argsSchema:{name:dn(N.string().describe(`Symbol name`),async e=>cr(a,e))}},async({name:e})=>({messages:[{role:`user`,content:{type:`text`,text:`Find symbol: \`symbol({ name: "${e}" })\``}}]})),e.registerPrompt(`get_stash`,{title:`Get Stash`,description:`Retrieve a stashed value by key — with autocomplete`,argsSchema:{key:dn(N.string().describe(`Stash key`),e=>lr(e))}},async({key:e})=>({messages:[{role:`user`,content:{type:`text`,text:`Get stashed value: \`stash({ action: "get", key: "${e}" })\``}}]})),e.registerPrompt(`get_workset`,{title:`Get Workset`,description:`Load a saved workset by name — with autocomplete`,argsSchema:{name:dn(N.string().describe(`Workset name`),e=>ur(e))}},async({name:e})=>({messages:[{role:`user`,content:{type:`text`,text:`Load workset: \`workset({ action: "load", name: "${e}" })\``}}]})),e.registerPrompt(`load_checkpoint`,{title:`Load Checkpoint`,description:`Restore a saved checkpoint by name — with autocomplete`,argsSchema:{name:dn(N.string().describe(`Checkpoint name`),e=>dr(e))}},async({name:e})=>({messages:[{role:`user`,content:{type:`text`,text:`Load checkpoint: \`checkpoint({ action: "load", name: "${e}" })\``}}]})),e.registerPrompt(`audit_workflow`,{title:`Audit Workflow`,description:`Run a full project quality audit: check → test_run → audit → produce recommendations`},async()=>({messages:[{role:`user`,content:{type:`text`,text:[`## Audit Workflow`,``,`Execute the following tools in sequence:`,``,"1. `check({})` — Run typecheck + lint","2. `test_run({})` — Run all tests","3. `audit({})` — Full project audit","4. Review findings and `remember` important patterns",``,`Report: pass/fail status, error counts, audit recommendations, and suggested next steps.`].join(`
8
8
  `)}}]})),e.registerPrompt(`refactor_workflow`,{title:`Refactor Workflow`,description:`Safe refactoring workflow: analyze → blast_radius → implement → verify`},async()=>({messages:[{role:`user`,content:{type:`text`,text:[`## Refactor Workflow`,``,`For the target files/symbols:`,``,'1. `analyze({ aspect: "structure", path })` — Understand current structure','2. `analyze({ aspect: "dependencies", path })` — Map dependency graph',"3. `blast_radius({ changed_files })` — Assess impact scope",`4. Implement changes carefully`,"5. `check({})` + `test_run({})` — Verify nothing broke",n===`smart`?`6. Smart indexing is active — changes will be indexed automatically`:"6. `reindex({})` — Update AI Kit with changes",``,`What would you like to refactor?`].join(`
9
9
  `)}}]})),e.registerPrompt(`forge_workflow`,{title:`FORGE Workflow`,description:`Full FORGE protocol: classify → ground → implement with quality gates`},async()=>({messages:[{role:`user`,content:{type:`text`,text:[`## FORGE Quality Gate Workflow`,``,"1. `forge_classify({ task })` — Determine complexity tier (floor/standard/critical)","2. `forge_ground({ task, files, root_path })` — Full grounding analysis",`3. Review typed unknowns and constraints`,`4. Implement with evidence tracking`,'5. `evidence_map({ action: "validate" })` — Verify all claims',"6. `check({})` + `test_run({})` — Final verification",``,`Describe the task to classify:`].join(`
10
10
  `)}}]})),e.registerPrompt(`investigate_workflow`,{title:`Investigate Issue`,description:`Bug investigation workflow: trace → analyze → find root cause → fix`},async()=>({messages:[{role:`user`,content:{type:`text`,text:[`## Bug Investigation Workflow`,``,"1. `parse_output({ output })` — Parse error messages if available","2. `symbol({ name })` — Find the failing symbol",'3. `trace({ symbol, direction: "backward" })` — Trace data flow to root cause',"4. `blast_radius({ changed_files })` — Assess impact of fix",`5. Implement fix`,"6. `check({})` + `test_run({})` — Verify fix works",``,`Describe the issue:`].join(`
11
11
  `)}}]})),e.registerPrompt(`context_workflow`,{title:`Build Context`,description:`Progressive context building: file_summary → compact → digest for deep understanding`},async()=>({messages:[{role:`user`,content:{type:`text`,text:[`## Context Building Workflow`,``,`Build understanding progressively:`,``,"1. `file_summary({ path })` — Structure overview (~50 tokens)","2. `compact({ path, query })` — Extract relevant sections (5-20x reduction)","3. `digest({ sources })` — Multi-file compressed summary","4. `stratum_card({ files })` — Reusable reference card",``,`For project-wide context:`,"- `scope_map({ task })` — Reading plan for a specific task",'- `workset({ action: "save" })` — Save working set for later',``,`What do you need to understand?`].join(`
12
12
  `)}}]})),e.registerPrompt(`migrate_workflow`,{title:`Migration Workflow`,description:`Code migration workflow: analyze → plan → migrate → verify → document`},async()=>({messages:[{role:`user`,content:{type:`text`,text:[`## Migration Workflow`,``,'1. `analyze({ aspect: "structure", path })` — Current codebase state','2. `analyze({ aspect: "patterns", path })` — Identify patterns to migrate',"3. `dead_symbols({ path })` — Find unused code to remove",'4. `scope_map({ task: "migration" })` — Plan migration scope',"5. Use `codemod` for bulk transformations","6. `check({})` + `test_run({})` — Verify after each step","7. `changelog({ from })` — Document changes",``,`What are you migrating from/to?`].join(`
13
- `)}}]}))}const dr={enabled:!0,batchSize:10,debounceMs:5e3,maxFactsPerSession:50,minQuality:.3};function fr(e){return(e.content??[]).filter(e=>e.type===`text`&&typeof e.text==`string`).map(e=>e.text??``).join(`
14
- `)}function F(e){return M(`sha256`).update(e).digest(`hex`).slice(0,16)}function pr(e){let t=0;return e.length>=50&&(t+=.2),e.length>=150&&(t+=.1),/[a-zA-Z]\w+\.\w+/.test(e)&&(t+=.15),/[:=]|^[-*]|\n[-*]|```/.test(e)&&(t+=.15),/\b(use|should|must|always|never|prefer|avoid|requires?|detected|confirmed|verified)\b/i.test(e)&&(t+=.2),/^(Error|TypeError|ReferenceError):/m.test(e)&&e.length<100&&(t-=.2),Math.max(0,Math.min(1,t))}const mr={name:`build-commands`,tools:[`check`,`test_run`],extract(e){if(e.isError)return[];let t=fr(e.result);if(!t)return[];let n=[];if(e.toolName===`check`){let r=[];if(/typecheck.*(?:pass|success|0 error)/i.test(t)&&r.push(`typecheck`),/lint.*(?:pass|success|no (?:warning|error))/i.test(t)&&r.push(`lint`),/biome.*(?:checked|no fixes)/i.test(t)&&r.push(`biome`),r.length>0){let t=[...r].sort();n.push({title:`Verified checks: ${t.join(`, `)}`,content:`The following checks passed successfully: ${t.join(`, `)}.\nRun with the \`check\` tool to verify code quality.`,category:`conventions`,tags:[`build`,`verified`,...t],hash:F(`build-checks-${t.join(`,`)}`),quality:.8,source:e.toolName})}}if(e.toolName===`test_run`){let r=t.match(/(\d+)\s*(?:tests?\s+)?pass/i),i=t.match(/(\d+)\s*(?:total|tests)/i),a=t.match(/(\d+)\s*(?:test\s+)?files?/i);if(r){let t=r[1],o=i?.[1]??t,s=a?.[1]??`unknown`;n.push({title:`Test suite summary`,content:`Test results: ${t}/${o} tests passed across ${s} test files.\nUse \`test_run\` tool to execute the test suite.`,category:`context`,tags:[`testing`,`verified`,`test-summary`],hash:F(`test-summary-${t}-${o}`),quality:.7,source:e.toolName,ttlMs:72e5})}let o=t.match(/(?:running|command|exec):\s*(.+?)$/im);if(o?.[1]){let t=o[1].trim();n.push({title:`Test command: ${t.slice(0,60)}`,content:`Verified test command: \`${t}\`\nThis command successfully ran the project's test suite.`,category:`conventions`,tags:[`testing`,`build-command`,`verified`],hash:F(`test-cmd-${t}`),quality:.9,source:e.toolName})}}return n}},hr={name:`codebase-insights`,tools:[`analyze`,`scope_map`,`blast_radius`,`onboard`],extract(e){let t=fr(e.result);if(!t||t.length<50||e.isError)return[];let n=[];if(e.toolName===`analyze`&&e.args.aspect===`structure`){let r=typeof e.args.path==`string`?e.args.path:`.`,i=t.slice(0,600);n.push({title:`Structure: ${r}`,content:`Project structure analysis for ${r}:\n${i}`,category:`context`,tags:[`architecture`,`structure`,`analysis`],hash:F(`structure-${r}`),quality:Math.min(.9,pr(i)+.2),source:e.toolName})}if(e.toolName===`analyze`&&e.args.aspect===`dependencies`){let r=typeof e.args.path==`string`?e.args.path:`.`,i=t.split(/\r?\n/).filter(e=>/(?:depends on|imports?|requires?|from)\s/i.test(e)).slice(0,10);if(i.length>0){let t=`Dependency analysis for ${r}:\n${i.join(`
15
- `)}`;n.push({title:`Dependencies: ${r}`,content:t,category:`context`,tags:[`architecture`,`dependencies`,`analysis`],hash:F(`deps-${r}`),quality:.7,source:e.toolName})}}if(e.toolName===`blast_radius`){let r=e.args.changed_files,i=Array.isArray(r)?r.map(String).join(`, `):String(r??``);if(i&&t.length>50){let r=t.slice(0,400);n.push({title:`Blast radius: ${i.slice(0,60)}`,content:`Impact analysis for changes to ${i}:\n${r}`,category:`context`,tags:[`architecture`,`blast-radius`,`impact`],hash:F(`blast-${i}`),quality:.6,source:e.toolName,ttlMs:36e5})}}if(e.toolName===`analyze`&&e.args.aspect===`entry_points`){let r=t.split(/\r?\n/).filter(e=>/(?:entry|export|main|bin)\b/i.test(e)).slice(0,10);r.length>0&&n.push({title:`Project entry points`,content:`Detected entry points:\n${r.join(`
16
- `)}`,category:`context`,tags:[`architecture`,`entry-points`],hash:F(`entry-points`),quality:.7,source:e.toolName})}if(e.toolName===`scope_map`){let r=typeof e.args.task==`string`?e.args.task:``;r&&t.length>100&&n.push({title:`Scope map: ${r.slice(0,60)}`,content:`Scope analysis for "${r}":\n${t.slice(0,500)}`,category:`context`,tags:[`planning`,`scope-map`],hash:F(`scope-${r}`),quality:.6,source:e.toolName,ttlMs:72e5})}return e.toolName===`onboard`&&t.length>200&&n.push({title:`Onboard analysis summary`,content:`Codebase onboarding analysis:\n${t.slice(0,800)}`,category:`context`,tags:[`onboarding`,`analysis`,`structure`],hash:F(`onboard-summary`),quality:.9,source:e.toolName}),n}};function gr(e,t){let n=[],r=e.toLowerCase();r.includes(`biome`)?n.push({title:`Linter: Biome`,content:`This project uses Biome for linting and formatting.`,category:`conventions`,tags:[`tooling`,`linter`,`biome`],hash:F(`convention-linter-biome`),quality:.8,source:t}):r.includes(`eslint`)&&n.push({title:`Linter: ESLint`,content:`This project uses ESLint for linting.`,category:`conventions`,tags:[`tooling`,`linter`,`eslint`],hash:F(`convention-linter-eslint`),quality:.8,source:t}),r.includes(`prettier`)&&n.push({title:`Formatter: Prettier`,content:`This project uses Prettier for code formatting.`,category:`conventions`,tags:[`tooling`,`formatter`,`prettier`],hash:F(`convention-formatter-prettier`),quality:.8,source:t}),(/strict\s*(?:mode)?.*(?:enabled|true)/i.test(e)||/"strict"\s*:\s*true/.test(e))&&n.push({title:`TypeScript strict mode enabled`,content:`This project has TypeScript strict mode enabled. Ensure all types are explicit.`,category:`conventions`,tags:[`typescript`,`strict`,`config`],hash:F(`convention-ts-strict`),quality:.8,source:t});for(let e of[`pnpm`,`yarn`,`npm`,`bun`])if(r.includes(e)&&(r.includes(`lockfile`)||r.includes(`workspace`)||r.includes(`${e} run`))){n.push({title:`Package manager: ${e}`,content:`This project uses ${e} as its package manager.`,category:`conventions`,tags:[`tooling`,`package-manager`,e],hash:F(`convention-pm-${e}`),quality:.7,source:t});break}return(r.includes(`monorepo`)||r.includes(`workspaces`)||/packages\/\w+/.test(e))&&n.push({title:`Monorepo structure detected`,content:`This project uses a monorepo structure with multiple packages.`,category:`conventions`,tags:[`architecture`,`monorepo`],hash:F(`convention-monorepo`),quality:.7,source:t}),n}function _r(e,t){let n=[],r=e.matchAll(/(?:pattern|convention):\s*(.+?)(?:\n|$)/gi);for(let e of r){let r=e[1]?.trim();r&&r.length>20&&r.length<200&&n.push({title:`Pattern: ${r.slice(0,80)}`,content:r,category:`patterns`,tags:[`detected-pattern`],hash:F(`pattern-${r}`),quality:.6,source:t})}return n}const vr={name:`convention-detection`,tools:[`check`,`analyze`,`onboard`],extract(e){let t=fr(e.result);if(!t||e.isError)return[];let n=[];return n.push(...gr(t,e.toolName)),e.toolName===`analyze`&&e.args.aspect===`patterns`&&n.push(..._r(t,e.toolName)),n}};function yr(e,t){return e.match(t)?.[1]?.trim()||null}function br(e,t,n,r,i,a){return{title:e,content:t,category:`context`,tags:n,hash:F(r),quality:i,source:a}}const xr={name:`environment-facts`,tools:[`env`,`config`,`status`],extract(e){let t=fr(e.result);if(!t)return[];let n=[],r=yr(t,/node(?:\.js)?\s*[:=]\s*([^\r\n]+)/i);r&&n.push(br(`Node.js version`,`Detected Node.js version: ${r}`,[`environment`,`node`],`node-version-${r}`,.4,e.toolName));let i=yr(t,/(?:^|\n)os\s*[:=]\s*([^\r\n]+)/i);i&&n.push(br(`Operating system`,`Detected OS: ${i}`,[`environment`,`os`],`os-${i}`,.4,e.toolName));let a=yr(t,/workspace(?: path)?\s*[:=]\s*([^\r\n]+)/i);a&&n.push(br(`Workspace path`,`Primary workspace path: ${a}`,[`environment`,`workspace`],`workspace-${a}`,.4,e.toolName));let o=yr(t,/store(?: backend)?\s*[:=]\s*([^\r\n]+)/i);o&&n.push(br(`Store backend`,`Configured store backend: ${o}`,[`environment`,`storage`],`store-${o}`,.6,e.toolName));let s=yr(t,/embedding(?: model)?\s*[:=]\s*([^\r\n]+)/i);return s&&n.push(br(`Embedding model`,`Configured embedding model: ${s}`,[`environment`,`embedding`],`embedding-${s}`,.6,e.toolName)),n}},I={"search-result":800,"file-card":2e3,analysis:1500,"step-summary":3e3},Sr=[`search`,`file_summary`,`stratum_card`,`compact`,`blast_radius`,`scope_map`],Cr={search:`search-result`,file_summary:`file-card`,stratum_card:`file-card`,compact:`analysis`,blast_radius:`analysis`,scope_map:`step-summary`},wr={"search-result":72e5,"file-card":144e5,analysis:144e5,"step-summary":288e5};function Tr(e){return e.replace(/\s+/g,` `).trim()}function Er(e){return Math.max(.6,Math.min(.8,pr(e)))}function L(e,t=500){let n=Tr(e);return n.length<=t?n:`${n.slice(0,Math.max(0,t-3)).trimEnd()}...`}function Dr(e){return typeof e==`object`&&!!e}function Or(e){try{return JSON.parse(e)}catch{return null}}function R(e){return typeof e==`string`?Tr(e):typeof e==`number`||typeof e==`boolean`?String(e):``}function kr(e,t=5){if(!Array.isArray(e))return[];let n=[];for(let r of e){if(n.length>=t)break;if(typeof r==`string`){let e=Tr(r);e&&n.push(e);continue}if(Dr(r)){let e=R(r.path)||R(r.sourcePath)||R(r.title)||R(r.name)||R(r.label);e&&n.push(e)}}return n}function z(e,...t){for(let n of t){let t=R(e[n]);if(t)return t}return``}function Ar(e){let t=[e.file,e.path,e.files,e.changed_files,e.changedFiles].flatMap(e=>typeof e==`string`?[Tr(e)]:kr(e,6));return[...new Set(t.filter(Boolean))].slice(0,6)}function jr(e,t=6){let n=e.match(/(?:[A-Za-z]:[\\/]|\.\/?|\.\.[\\/]|[A-Za-z0-9_.-]+\/)[^\s,:;]+\.[A-Za-z0-9]+/g)??[];return[...new Set(n.map(e=>Tr(e)))].slice(0,t)}function Mr(e,t){return e.length===0?``:`${t}: ${e.join(`, `)}`}function Nr(e,t=3){return e.split(/\r?\n/).map(e=>Tr(e)).filter(e=>e.length>=12).slice(0,t)}function Pr(e){if(!Dr(e))return``;let t=R(e.title)||R(e.path)||R(e.sourcePath)||R(e.file),n=R(e.snippet)||R(e.preview)||R(e.content)||R(e.summary);return Tr([t,n&&`- ${n}`].filter(Boolean).join(` `))}function Fr(e,t){let n=z(e,`query`),r=Or(t);if(Dr(r)&&Array.isArray(r.results)){let e=r.results.map(e=>Pr(e)).filter(Boolean).slice(0,3);if(e.length>0)return L(`Query: ${n||`unknown`}. Top hits: ${e.join(` | `)}`,I[`search-result`])}let i=Nr(t,3);return L(`Query: ${n||`unknown`}. Top hits: ${i.join(` | `)}`,I[`search-result`])}function Ir(e,t){let n=z(e,`path`,`file`),r=Or(t);if(Dr(r)){let e=R(r.path)||n||`unknown file`,t=kr(r.imports,4),i=kr(r.exports,5),a=kr(r.functions,4),o=[`File: ${e}`,Mr(i,`Exports`),Mr(t,`Imports`),Mr(a,`Functions`)].filter(Boolean);if(o.length>1)return L(o.join(`. `),I[`file-card`])}let i=Nr(t,4);return L(`File: ${n||`unknown file`}. Structure: ${i.join(` | `)}`,I[`file-card`])}function Lr(e,t){let n=Ar(e),r=z(e,`tier`)||`T1`,i=Or(t);if(Dr(i)){let e=(Array.isArray(i.cards)?i.cards:[]).map(e=>Pr(e)).filter(Boolean).slice(0,3);if(e.length>0)return L(`Tier: ${r}. Files: ${n.join(`, `)||`unknown`}. Cards: ${e.join(` | `)}`,I[`file-card`])}let a=Nr(t,3);return L(`Tier: ${r}. Files: ${n.join(`, `)||`unknown`}. Highlights: ${a.join(` | `)}`,I[`file-card`])}function Rr(e,t){let n=z(e,`path`,`file`),r=z(e,`query`);return L(`Path: ${n||`unknown`}. Focus: ${r||`general`}. Summary: ${t}`,I.analysis)}function zr(e,t){let n=Ar(e),r=Or(t),i=Dr(r)?[...kr(r.affectedFiles,8),...kr(r.tests,4),...kr(r.importers,4)]:[],a=[...new Set([...i,...jr(t,8)])].slice(0,8),o=[`Changed: ${n.join(`, `)||`unknown`}`,Mr(a,`Affected`)].filter(Boolean);return o.length>1?L(o.join(`. `),I.analysis):L(`Changed: ${n.join(`, `)||`unknown`}. Summary: ${t}`,I.analysis)}function Br(e,t){let n=z(e,`task`),r=Or(t);if(Dr(r)){let e=kr(r.files,6),t=typeof r.totalFiles==`number`?r.totalFiles:e.length;if(e.length>0)return L(`Task: ${n||`unknown`}. Reading plan (${t} files): ${e.join(`, `)}`,I[`step-summary`])}let i=jr(t,6);return L(`Task: ${n||`unknown`}. Reading plan: ${i.join(`, `)||Nr(t,3).join(` | `)}`,I[`step-summary`])}function Vr(e,t){switch(e.toolName){case`search`:return Fr(e.args,t);case`file_summary`:return Ir(e.args,t);case`stratum_card`:return Lr(e.args,t);case`compact`:return Rr(e.args,t);case`blast_radius`:return zr(e.args,t);case`scope_map`:return Br(e.args,t);default:return``}}function Hr(e){switch(e.toolName){case`search`:return L(`Search: ${z(e.args,`query`)||`unknown query`}`,120);case`file_summary`:return L(`File summary: ${z(e.args,`path`,`file`)||`unknown file`}`,120);case`stratum_card`:return L(`Stratum card: ${Ar(e.args).join(`, `)||`unknown files`}${z(e.args,`tier`)?` (${z(e.args,`tier`)})`:``}`,120);case`compact`:return L(`Compact: ${z(e.args,`path`,`file`)||`unknown path`}${z(e.args,`query`)?` - ${z(e.args,`query`)}`:``}`,120);case`blast_radius`:return L(`Blast radius: ${Ar(e.args).join(`, `)||`unknown changes`}`,120);case`scope_map`:return L(`Scope map: ${z(e.args,`task`)||`unknown task`}`,120);default:return L(`Flow context: ${e.toolName}`,120)}}function Ur(e){return{name:`flow-context`,tools:[...Sr],extract(t){if(t.isError)return[];let n=e();if(!n?.active||!n.slug||!(t.toolName in Cr))return[];let r=fr(t.result).trim();if(r.length<50)return[];let i=Cr[t.toolName],a=Vr(t,r);if(a.length<50)return[];let o=Hr(t);return[{title:o,content:a,category:`flow-context`,tags:[`flow-context`,`flow:${n.slug}`,i,`tool:${t.toolName}`],hash:F(`${n.slug}|${t.toolName}|${o}|${a}`),quality:Er(a),ttlMs:wr[i],source:t.toolName}]}}}const Wr={name:`research-results`,tools:[`web_search`,`web_fetch`,`search`],extract(e){let t=fr(e.result);if(!t||t.length<100||e.isError)return[];let n=[];if(e.toolName===`web_search`){let r=typeof e.args.query==`string`?e.args.query:``;if(r&&t.length>200){let i=t.slice(0,800);n.push({title:`Web research: ${r.slice(0,80)}`,content:`Research query: "${r}"\n\nKey findings:\n${i}`,category:`context`,tags:[`research`,`web-search`],hash:F(`web-search-${r}`),quality:Math.min(.8,pr(i)+.2),source:e.toolName,ttlMs:864e5})}}if(e.toolName===`web_fetch`){let r=e.args.urls,i=Array.isArray(r)?String(r[0]??``):typeof e.args.url==`string`?e.args.url:``;if(i&&t.length>200){let r=t.split(/\r?\n/).find(e=>e.trim().length>10)?.trim()??i,a=t.slice(0,600);n.push({title:`Fetched: ${r.slice(0,80)}`,content:`Source: ${i}\n\n${a}`,category:`context`,tags:[`research`,`web-fetch`],hash:F(`web-fetch-${i}`),quality:pr(a),source:e.toolName,ttlMs:864e5})}}if(e.toolName===`search`){let r=typeof e.args.query==`string`?e.args.query:``;(typeof e.args.origin==`string`?e.args.origin:``)===`curated`&&r&&t.length>100&&n.push({title:`Curated search: ${r.slice(0,80)}`,content:`Searched curated knowledge for: "${r}"\n\nResults:\n${t.slice(0,500)}`,category:`context`,tags:[`research`,`curated-search`],hash:F(`curated-search-${r}`),quality:.5,source:e.toolName,ttlMs:36e5})}return n}};function Gr(e){let t=e.toLowerCase();return t.includes(`vitest`)?`vitest`:t.includes(`jest`)?`jest`:t.includes(`mocha`)?`mocha`:t.includes(`playwright`)?`playwright`:t.includes(`cypress`)?`cypress`:null}function Kr(e){let t=[/(\S+\.test\.\w+)/,/(\S+\.spec\.\w+)/,/(\S+_test\.\w+)/,/__tests__\/\S+/],n=new Set;for(let r of t){let t=e.matchAll(new RegExp(r.source,`g`));for(let e of t){let t=e[0].match(/\.(test|spec)\.\w+$/);t&&n.add(t[0])}}return n.size>0?[...n].join(`, `):null}const qr={name:`test-results`,tools:[`check`,`test_run`],extract(e){let t=fr(e.result);if(!t)return[];let n=[],r=Gr(t);r&&n.push({title:`Test framework: ${r}`,content:`This project uses ${r} for testing. Detected from ${e.toolName} output.`,category:`context`,tags:[`testing`,`environment`,r],hash:F(`test-framework-${r}`),quality:.7,source:e.toolName});let i=Kr(t);return i&&n.push({title:`Test file pattern: ${i}`,content:`Test files use the naming pattern: ${i}. Follow this convention when creating new tests.`,category:`conventions`,tags:[`testing`,`naming-convention`],hash:F(`test-pattern-${i}`),quality:.7,source:e.toolName}),n}};function Jr(e){let t=e.toLowerCase();return/enoent|no such file|not found/i.test(e)?{type:`missing-file`,actionable:!1}:/econnreset|econnrefused|etimedout|fetch failed/i.test(e)?{type:`network`,actionable:!1}:/permission denied|eacces/i.test(e)?{type:`permission`,actionable:!0}:/type\s*error|cannot.*property|is not a function/i.test(e)?{type:`type-error`,actionable:!0}:/syntax\s*error|unexpected token|parsing error/i.test(e)?{type:`syntax`,actionable:!0}:/out of memory|heap|allocation/i.test(e)?{type:`memory`,actionable:!0}:/timeout|timed out/i.test(e)?{type:`timeout`,actionable:t.includes(`increase`)||t.includes(`config`)}:/import|require|module not found|cannot find module/i.test(e)?{type:`module-resolution`,actionable:!0}:{type:`unknown`,actionable:e.length>100}}const Yr={name:`tool-failure-patterns`,tools:[],extract(e){if(!e.isError)return[];let t=fr(e.result);if(!t||t.length<30)return[];let{type:n,actionable:r}=Jr(t);if(!r)return[];let i=t.slice(0,500),a=pr(i);return a<.2?[]:[{title:`${n} error in ${e.toolName}`,content:`Tool \`${e.toolName}\` failed with a ${n} error.\n\nArgs: ${JSON.stringify(e.args,null,2).slice(0,200)}\n\nError:\n${i}`,category:`context`,tags:[`errors`,n,e.toolName],hash:F(`smart-error-${n}-${e.toolName}-${t.slice(0,80)}`),quality:Math.min(.7,a+.1),source:e.toolName,ttlMs:72e5}]}};var Xr=class{extractors=[];register(e){this.extractors.push(e)}getExtractors(e){return this.extractors.filter(t=>t.tools.length===0||t.tools.includes(e))}extractAll(e){return this.getExtractors(e.toolName).flatMap(t=>t.extract(e))}};function Zr(e){return{content:[{type:`text`,text:(e instanceof Error,String(e))}],isError:!0}}function Qr(e,t){try{e.push(t)}catch{}}function $r(e){return async(t,n)=>{let r=Date.now();try{let i=await n();return Qr(e,{toolName:t.toolName,args:t.args,result:i,durationMs:Date.now()-r,isError:i.isError===!0,timestamp:new Date().toISOString()}),i}catch(n){throw Qr(e,{toolName:t.toolName,args:t.args,result:Zr(n),durationMs:Date.now()-r,isError:!0,timestamp:new Date().toISOString()}),n}}}const ei=k(`auto-knowledge`);var ti=class{registry;curated;flowContextAdapter;queue=[];timer=null;seenHashes=new Map;storedCount=0;droppedCount=0;dedupedCount=0;config;existingTitles=null;constructor(e,t,n={},r){this.registry=e,this.curated=t,this.flowContextAdapter=r,this.config={...dr,...n}}push(e){if(!(!this.config.enabled||!this.curated&&!this.flowContextAdapter)&&!(this.storedCount>=this.config.maxFactsPerSession)){if(this.queue.push(e),this.queue.length>=this.config.batchSize){this.flush().catch(e=>{ei.warn(`Auto-knowledge flush error`,{error:String(e)})});return}this.scheduleBatch()}}async flush(){this.timer&&=(clearTimeout(this.timer),null);let e=this.queue.splice(0);if(e.length===0||!this.curated&&!this.flowContextAdapter)return;this.existingTitles===null&&(this.existingTitles=await this.loadExistingTitles());let t=new Map;for(let n of e)for(let e of this.registry.extractAll(n)){if(e.quality<this.config.minQuality){this.droppedCount++;continue}if(this.isSeenRecently(e)){this.dedupedCount++;continue}if(t.has(e.hash)){this.dedupedCount++;continue}if(this.existingTitles.has(this.normalizeTitle(e.title))){this.dedupedCount++;continue}t.set(e.hash,e)}for(let e of t.values()){if(this.storedCount>=this.config.maxFactsPerSession)break;try{if(e.tags.includes(`flow-context`)&&this.flowContextAdapter){let t=`${e.tags.find(e=>!e.startsWith(`flow:`)&&!e.startsWith(`tool:`)&&e!==`flow-context`)||`analysis`}/${e.title.toLowerCase().replace(/[^a-z0-9]+/g,`-`).slice(0,60)}.md`;await this.flowContextAdapter.write(t,`# ${e.title}\n\n${e.content}`)}else if(this.curated)await this.curated.remember(e.title,e.content,e.category,e.tags);else continue;this.seenHashes.set(e.hash,Date.now()),this.existingTitles.add(this.normalizeTitle(e.title)),this.storedCount++,ei.info(`Auto-knowledge stored`,{title:e.title,category:e.category,quality:e.quality,source:e.source})}catch(t){ei.warn(`Auto-knowledge store failed`,{title:e.title,error:String(t)})}}}reset(){this.queue=[],this.seenHashes.clear(),this.storedCount=0,this.droppedCount=0,this.dedupedCount=0,this.existingTitles=null,this.timer&&=(clearTimeout(this.timer),null)}getStats(){return{queued:this.queue.length,stored:this.storedCount,seen:this.seenHashes.size,dropped:this.droppedCount,deduped:this.dedupedCount}}isSeenRecently(e){let t=this.seenHashes.get(e.hash);return t==null?!1:e.ttlMs==null?!0:Date.now()-t<e.ttlMs}normalizeTitle(e){return e.toLowerCase().trim()}async loadExistingTitles(){let e=new Set,t=this.curated;if(!t)return e;try{let n=await t.list();for(let t of n)e.add(this.normalizeTitle(t.title))}catch{ei.warn(`Failed to load existing curated titles for dedup`,{})}return e}scheduleBatch(){this.timer||=setTimeout(()=>{this.timer=null,this.flush().catch(e=>{ei.warn(`Auto-knowledge flush error`,{error:String(e)})})},this.config.debounceMs)}};const ni=new Set([`compact`,`digest`,`file_summary`,`stratum_card`,`present`,`web_fetch`,`web_search`,`check`,`audit`]);function ri(e){switch(e){case`efficient`:return{threshold:2e3,tokenBudget:1e3};case`full`:return{threshold:1/0};default:return{threshold:4e3,tokenBudget:2e3}}}function ii(e){let t=e?.threshold??4e3,n=e?.tokenBudget??2e3;return async(e,r)=>{if(ni.has(e.toolName))return r();let i=await r();if(!Array.isArray(i.content))return i;let a=0;for(let e of i.content)e.type===`text`&&typeof e.text==`string`&&(a+=e.text.length);if(a<t)return i;let o=i.content.map(r=>{if(r.type!==`text`||typeof r.text!=`string`||r.text.length<t)return r;let i=Se({text:r.text,tool:e.toolName,tokenBudget:n});return{...r,text:i.text}});return{...i,content:o}}}var ai=class{baseDir;getActiveSlug;constructor(e,t){this.baseDir=e,this.getActiveSlug=t}async initialize(){await Zt(this.baseDir,{recursive:!0})}async read(e){let t=this.resolveScopedPath(e);if(t==null)return null;try{return await Qt(t,`utf-8`)}catch(e){if(this.isMissingError(e))return null;throw e}}async write(e,t,n){let r=this.resolveScopedPath(e);r!=null&&(await Zt(h(r),{recursive:!0}),await rn(r,t,{encoding:`utf-8`,flag:n?.exclusive?`wx`:`w`}))}async delete(e){let t=this.resolveScopedPath(e);if(t==null)return!1;try{return await nn(t),!0}catch(e){if(this.isMissingError(e))return!1;throw e}}async list(e){let t=this.getActiveSlugDir();if(t==null)return[];let n=e?this.resolveScopedPath(e):t;return n==null?[]:this.collectFiles(n,e??``)}async exists(e){let t=this.resolveScopedPath(e);if(t==null)return!1;try{return await tn(t),!0}catch(e){if(this.isMissingError(e))return!1;throw e}}async listDirectories(){let e=this.getActiveSlugDir();if(e==null)return[];try{return(await $t(e,{withFileTypes:!0})).filter(e=>e.isDirectory()&&/^[a-z][a-z0-9-]*$/.test(e.name)).map(e=>e.name).sort()}catch(e){if(this.isMissingError(e))return[];throw e}}async flushAll(){let e=this.getActiveSlugDir();if(e==null)return 0;let t=await this.countFiles(e);return t===0?0:(await en(e,{recursive:!0,force:!0}),t)}async close(){}getActiveSlugDir(){let e=this.getActiveSlug();return e?_(this.baseDir,e):null}resolveScopedPath(e){let t=this.getActiveSlugDir();if(t==null)return null;let n=y(t),r=y(n,e),i=v(n,r);if(i===``||i===`..`||i.startsWith(`..${b}`)||g(i))throw Error(`Path escapes active flow context scope: ${e}`);return r}async collectFiles(e,t){let n;try{n=await $t(e,{withFileTypes:!0})}catch(e){if(this.isMissingError(e))return[];throw e}let r=[];for(let i of n){let n=t?`${t}/${i.name}`:i.name,a=_(e,i.name);if(i.isDirectory()){r.push(...await this.collectFiles(a,n));continue}if(!(!i.isFile()||!i.name.endsWith(`.md`)))try{let e=await tn(a);r.push({path:n,size:e.size})}catch(e){if(!this.isMissingError(e))throw e}}return r.sort((e,t)=>e.path.localeCompare(t.path))}async countFiles(e){let t;try{t=await $t(e,{withFileTypes:!0})}catch(e){if(this.isMissingError(e))return 0;throw e}let n=0;for(let r of t){let t=_(e,r.name);if(r.isDirectory()){n+=await this.countFiles(t);continue}r.isFile()&&(n+=1)}return n}isMissingError(e){return typeof e==`object`&&!!e&&`code`in e&&(e.code===`ENOENT`||e.code===`ENOTDIR`)}};const oi=k(`tool-pipeline`);function si(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}function ci(e,t){return e.tools?(Array.isArray(e.tools)?e.tools:[e.tools]).includes(t):!0}function li(e){return e.middleware.critical===!0}var ui=class{entries=[];use(e,t){this.entries.push({middleware:e,order:t?.order??100,tools:t?.tools,name:t?.name??e.name??`anonymous`})}useFor(e,t,n){this.use(t,{order:n?.order,tools:e,name:n?.name})}wrap(e,t,n,r){let i=this.entries.filter(t=>ci(t,e)).sort((e,t)=>e.order-t.order);return async(a,o)=>{let s={toolName:e,args:si(a)?a:{},requestId:ie(),meta:r,extra:o,toolConfig:n},c=async n=>{let r=i[n];if(!r)return await t(s.args,o);let a=!1,l=!1,u,d=async()=>{a=!0;let e=await c(n+1);return l=!0,u=e,e};try{return await r.middleware(s,d)}catch(t){if(li(r))throw t;if(oi.warn(`Middleware failed for tool`,{middleware:r.name,tool:e,error:String(t)}),a){if(l&&u)return u;throw t}return c(n+1)}};return c(0)}}getMiddlewareNames(){return this.entries.map(e=>e.name)}};const di=k(`auto-gc`);let fi=`warming`,pi=null,mi=0;function hi(){let e=[...Ei()];if(e.length<10)return 0;e.sort((e,t)=>e-t);let t=Math.floor(e.length*.95);return e[Math.min(t,e.length-1)]}function gi(e){let t=hi();if(t===0){fi=`warming`;return}if(t>500){fi=`degraded`;let n=Date.now();if(pi&&n-pi<36e5){di.debug(`GC cooldown active — skipping`,{lastGcAgoMs:n-pi});return}pi=n,mi++,di.warn(`p95 latency exceeds threshold, triggering GC`,{p95:t,cycle:mi}),e&&e().catch(e=>di.error(`GC callback failed`,{err:String(e)}))}else t<200&&(fi=`healthy`)}function _i(){return{state:fi,p95:hi(),lastGcAt:pi,gcCount:mi,bufferSize:Ei().length}}const vi=/key|token|secret|auth|password|bearer/i,yi=new Set([`eval`,`env`]);function bi(e){if(typeof e==`string`)return/^(Bearer |sk-|ghp_|glpat-|ghu_|ghs_|github_pat_)/i.test(e)?`[REDACTED]`:e;if(Array.isArray(e))return e.map(bi);if(e&&typeof e==`object`){let t={};for(let[n,r]of Object.entries(e))/(?:token|secret|password|passphrase|key|auth|credential|api.?key)/i.test(n)?t[n]=`[REDACTED]`:t[n]=bi(r);return t}return e}function xi(e,t){if(yi.has(e))return JSON.stringify({_redacted:!0,tool:e});let n=bi(t);if(e===`http`&&n.headers&&typeof n.headers==`object`){let e={};for(let[t,r]of Object.entries(n.headers))e[t]=vi.test(t)?`[REDACTED]`:r;return n.headers=e,JSON.stringify(n).slice(0,2e3)}return JSON.stringify(n).slice(0,2e3)}const Si=new Map,Ci=[];function wi(e,t,n,r,i){let a=Si.get(e);a||(a={callCount:0,totalDurationMs:0,totalInputChars:0,totalOutputChars:0,errorCount:0},Si.set(e,a)),a.callCount++,a.totalDurationMs+=t,a.totalInputChars+=n,a.totalOutputChars+=r,i&&a.errorCount++,Ci.push(t),Ci.length>100&&Ci.shift(),Ci.length>=10&&Ci.length%20==0&&gi()}function Ti(){return Array.from(Si.entries()).map(([e,t])=>({tool:e,...t}))}function Ei(){return Ci}function Di(){return async(e,t)=>{let n=Date.now(),r=JSON.stringify(e.args??{}).length;try{let i=await t(),a=Date.now()-n,o=JSON.stringify(i);return wt({ts:new Date().toISOString(),source:`mcp`,tool:e.toolName,input:xi(e.toolName,e.args),durationMs:a,status:`ok`,output:o,traceId:e.requestId,outputChars:o.length}),wi(e.toolName,a,r,o.length,!1),i}catch(t){let i=Date.now()-n;throw wt({ts:new Date().toISOString(),source:`mcp`,tool:e.toolName,input:xi(e.toolName,e.args),durationMs:i,status:`error`,output:t instanceof Error?t.message:String(t),traceId:e.requestId,outputChars:0}),wi(e.toolName,i,r,0,!0),t}}}function Oi(e,t){e.resource(`aikit-curated-index`,`aikit://curated`,{description:`Index of all curated knowledge entries`,mimeType:`text/markdown`},async()=>{let e=(await t.list()).map(e=>`- [${e.title}](aikit://curated/${e.path}) — ${e.category}`);return{contents:[{uri:`aikit://curated`,text:`# Curated Knowledge Index\n\n${e.length>0?e.join(`
17
- `):`_No curated entries yet._`}`,mimeType:`text/markdown`}]}});let n=new on(`aikit://curated/{+path}`,{list:async()=>({resources:(await t.list()).map(e=>({uri:`aikit://curated/${e.path}`,name:e.title,description:`[${e.category}] ${e.contentPreview?.slice(0,80)??``}`,mimeType:`text/markdown`}))})});e.resource(`aikit-curated-entry`,n,{description:`A curated knowledge entry`,mimeType:`text/markdown`},async(e,n)=>{let r=n.path;if(!r)throw Error(`Missing path variable in curated resource URI`);let i=await t.read(r);return{contents:[{uri:e.toString(),text:`---\ntitle: ${i.title}\ncategory: ${i.category}\ntags: ${i.tags?.join(`, `)??``}\nversion: ${i.version??1}\n---\n\n${i.content??i.contentPreview??``}`,mimeType:`text/markdown`}]}})}const ki=`aikit://schemas/channel-surface`,Ai=new URL(`../../../blocks-core/schemas/channel-surface.schema.json`,import.meta.url);let ji;function Mi(){return ji??=Qt(Ai,`utf8`),ji}function Ni(e,t,n){e.resource(`aikit-status`,`aikit://status`,{description:`Current AI Kit status and statistics`,mimeType:`text/plain`},async()=>{let e=await t.getStats();return{contents:[{uri:`aikit://status`,text:`AI Kit: ${e.totalRecords} records from ${e.totalFiles} files. Last indexed: ${e.lastIndexedAt??`Never`}`,mimeType:`text/plain`}]}}),e.resource(`aikit-file-tree`,`aikit://file-tree`,{description:`List of all indexed source files`,mimeType:`text/plain`},async()=>({contents:[{uri:`aikit://file-tree`,text:(await t.listSourcePaths()).sort().join(`
18
- `),mimeType:`text/plain`}]})),e.resource(`aikit-channel-surface-schema`,ki,{description:`JSON Schema for the ChannelSurface communication contract`,mimeType:`application/schema+json`},async()=>({contents:[{uri:ki,text:await Mi(),mimeType:`application/schema+json`}]})),Oi(e,n)}const Pi=[`er_push`,`er_pull`,`er_sync_status`],Fi=[...Pi,`er_update_policy`,`er_evolve_review`],Ii=new Set(Fi);function Li(e){return e.toolProfiles}const Ri=new Set(`browser.changelog.check.checkpoint.codemod.compact.config.data_transform.delegate.diff_parse.digest.encode.env.eval.evidence_map.file_summary.forge_classify.git_context.graph.guide.health.http.knowledge.lane.measure.onboard.parse_output.present.process.produce_knowledge.queue.regex_test.reindex.rename.replay.restore.schema_validate.session_digest.scope_map.stash.status.stratum_card.test_run.time.watch.web_fetch.web_search.workset`.split(`.`)),zi=5e3,Bi=new Set(`browser.changelog.check.checkpoint.codemod.data_transform.delegate.diff_parse.encode.env.eval.evidence_map.flow.describe_tool.list_tools.search_tools.forge_classify.git_context.guide.present.health.http.lane.measure.parse_output.process.produce_knowledge.queue.regex_test.rename.replay.restore.schema_validate.session_digest.stash.status.test_run.time.watch.web_fetch.web_search.workset`.split(`.`)),B=`analyze.audit.blast_radius.browser.changelog.check.checkpoint.codemod.compact.config.data_transform.dead_symbols.delegate.diff_parse.digest.encode.env.eval.evidence_map.file_summary.find.flow.forge_classify.forge_ground.git_context.graph.guide.health.http.knowledge.lane.describe_tool.list_tools.lookup.measure.onboard.parse_output.present.process.produce_knowledge.queue.regex_test.reindex.rename.replay.restore.schema_validate.scope_map.search.search_tools.session_digest.stash.status.stratum_card.symbol.test_run.time.trace.watch.web_fetch.web_search.workset`.split(`.`);function Vi(){let e=(async(e,t)=>{let n;try{n=await t()}catch(e){n={content:[{type:`text`,text:`[ERROR:INTERNAL] ${e instanceof Error?e.message:String(e)}`}],isError:!0}}let r=e.toolConfig??{};if(r.outputSchema==null||n.structuredContent!=null)return n;try{let e=Hi(r.outputSchema);n.structuredContent=e??{}}catch{n.structuredContent={}}return n});return e.critical=!0,e}function Hi(e){if(!e)return{};if(e.anyOf){let t=e.anyOf.find(e=>e.type!==`null`);return t?Hi(t):null}switch(e.type){case`object`:{let t={},n=e.properties??e.shape;if(n)for(let[e,r]of Object.entries(n))t[e]=Hi(r);return t}case`array`:return[];case`string`:return``;case`number`:case`integer`:return 0;case`boolean`:return!1;case`nullable`:return null;case`optional`:return;case`record`:return{};default:return{}}}const V={search:{title:`Hybrid Search`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`search`]},find:{title:`Federated Find`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`search`]},symbol:{title:`Symbol Resolver — Cross-Module Definitions & References`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`search`]},trace:{title:`Data Flow Tracer — Cross-Module Call & Import Chains`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`search`]},scope_map:{title:`Task Scope Map`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`search`]},lookup:{title:`Chunk Lookup`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`search`]},dead_symbols:{title:`Dead Symbol Finder`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`search`]},file_summary:{title:`File Summary`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`search`]},analyze:{title:`Analyze`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`analysis`]},blast_radius:{title:`Blast Radius`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`analysis`,`search`]},knowledge:{title:`Knowledge`,annotations:{readOnlyHint:!1},category:[`knowledge`]},produce_knowledge:{title:`Produce Knowledge`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`knowledge`]},compact:{title:`Semantic Compactor`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`compression`]},digest:{title:`Multi-Source Digest`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`compression`]},stratum_card:{title:`Stratum Card`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`compression`]},forge_ground:{title:`FORGE Ground`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`forge`]},forge_classify:{title:`FORGE Classify`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`forge`]},evidence_map:{title:`Evidence Map`,annotations:{readOnlyHint:!1},category:[`forge`]},present:{title:`Rich Content Presenter`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`presentation`]},check:{title:`Typecheck & Lint`,annotations:{readOnlyHint:!0,openWorldHint:!0},category:[`execution`]},test_run:{title:`Run Tests`,annotations:{readOnlyHint:!0,openWorldHint:!0},category:[`execution`]},eval:{title:`Evaluate Code`,annotations:{readOnlyHint:!1,openWorldHint:!0},category:[`execution`]},audit:{title:`Project Audit`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`execution`]},browser:{title:`Browser Automation`,annotations:{readOnlyHint:!1,openWorldHint:!0},category:[`web`]},rename:{title:`Rename Symbol`,annotations:{readOnlyHint:!1,destructiveHint:!0},category:[`manipulation`]},restore:{title:`Restore`,annotations:{readOnlyHint:!1},category:[`manipulation`]},codemod:{title:`Codemod`,annotations:{readOnlyHint:!1,destructiveHint:!0},category:[`manipulation`]},data_transform:{title:`Data Transform`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`manipulation`]},stash:{title:`Stash Values`,annotations:{readOnlyHint:!1},category:[`session`]},checkpoint:{title:`Session Checkpoint`,annotations:{readOnlyHint:!1},category:[`session`]},session_digest:{title:`Session Digest`,annotations:{readOnlyHint:!0,idempotentHint:!1},category:[`session`]},workset:{title:`Workset Manager`,annotations:{readOnlyHint:!1},category:[`session`]},lane:{title:`Exploration Lane`,annotations:{readOnlyHint:!1},category:[`session`]},git_context:{title:`Git Context`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`git`]},diff_parse:{title:`Diff Parser`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`git`]},parse_output:{title:`Parse Build Output`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`git`]},process:{title:`Process Manager`,annotations:{readOnlyHint:!1,openWorldHint:!0},category:[`process`]},watch:{title:`File Watcher`,annotations:{readOnlyHint:!1,openWorldHint:!0},category:[`process`]},delegate:{title:`Delegate Task`,annotations:{readOnlyHint:!1,openWorldHint:!0},category:[`process`]},config:{title:`Configuration Manager`,annotations:{readOnlyHint:!1},category:[`system`]},status:{title:`AI Kit Status`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`system`]},health:{title:`Health Check`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`system`]},reindex:{title:`Reindex`,annotations:{readOnlyHint:!1},category:[`system`]},onboard:{title:`Onboard Codebase`,annotations:{readOnlyHint:!1},category:[`system`]},graph:{title:`Code Knowledge Graph — Module & Symbol Relationships`,annotations:{readOnlyHint:!1},category:[`system`]},guide:{title:`Tool Guide`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`system`]},replay:{title:`Replay History`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`system`]},list_tools:{title:`List Available Tools`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`meta`]},describe_tool:{title:`Describe Tool`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`meta`]},search_tools:{title:`Search Tools`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`meta`]},changelog:{title:`Generate Changelog`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`utilities`]},regex_test:{title:`Regex Tester`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`utilities`]},encode:{title:`Encode / Decode`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`utilities`]},measure:{title:`Code Metrics`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`utilities`]},schema_validate:{title:`Schema Validator`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`utilities`]},env:{title:`Environment Info`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`utilities`]},time:{title:`Date & Time`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`utilities`]},web_fetch:{title:`Web Fetch`,annotations:{readOnlyHint:!0,openWorldHint:!0},category:[`web`]},web_search:{title:`Web Search`,annotations:{readOnlyHint:!0,openWorldHint:!0},category:[`web`]},http:{title:`HTTP Request`,annotations:{readOnlyHint:!1,openWorldHint:!0},category:[`web`]},queue:{title:`Operation Queue`,annotations:{readOnlyHint:!1},category:[`queue`]},bridge_push:{title:`Bridge Push`,annotations:{readOnlyHint:!1},category:[`system`]},bridge_pull:{title:`Bridge Pull`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`system`]},bridge_sync:{title:`Bridge Sync Status`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`system`]},er_push:{title:`Enterprise Push`,annotations:{readOnlyHint:!1},category:[`system`]},er_pull:{title:`Enterprise Pull`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`system`]},er_sync_status:{title:`Enterprise Sync Status`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`system`]},er_update_policy:{title:`Enterprise Update Policy`,annotations:{readOnlyHint:!1},category:[`system`]},er_evolve_review:{title:`Enterprise Evolution Review`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`system`]},evolution_state:{title:`Evolution State`,annotations:{readOnlyHint:!1},category:[`system`]},policy_check:{title:`Policy Check`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`system`]},flow:{title:`Flow`,annotations:{readOnlyHint:!1},category:[`flow`]}};function H(e){return V[e]??{title:e,annotations:{readOnlyHint:!1},category:[]}}const Ui=Symbol(`toolPipelineState`);function Wi(e){return e[Ui]}function Gi(e,t){e[Ui]=t}function Ki(e,t,n=``){let r=Wi(e);if(r){r.pipeline=t,r.prefix=n;return}Gi(e,{originalRegisterTool:e.registerTool.bind(e),pipeline:t,prefix:n}),e.registerTool=(n,r,i)=>{let a=Wi(e),o=a?.prefix?`${a.prefix}${n}`:n;if(!i)return a?.originalRegisterTool(o,r);if((a?.pipeline??t).getMiddlewareNames().length===0)return a?.originalRegisterTool(o,r,i);let s=H(n),c=(a?.pipeline??t).wrap(n,i,r,s);return a?.originalRegisterTool(o,r,c)}}const qi={analyze:1,audit:1,blast_radius:1,changelog:1,check:2,checkpoint:2,codemod:2,compact:1,config:0,data_transform:1,dead_symbols:1,delegate:3,describe_tool:1,diff_parse:1,digest:1,encode:1,env:0,eval:2,evidence_map:2,file_summary:1,find:1,flow:3,forge_classify:1,forge_ground:2,git_context:1,graph:1,guide:0,health:0,http:1,lane:2,list_tools:1,lookup:1,measure:1,onboard:3,parse_output:1,present:1,process:3,produce_knowledge:3,queue:3,regex_test:1,reindex:3,rename:2,replay:1,restore:2,schema_validate:1,scope_map:1,search:1,search_tools:1,session_digest:2,stash:2,status:0,stratum_card:1,symbol:1,test_run:2,time:0,trace:1,watch:3,web_fetch:1,web_search:1,workset:2};function Ji(e,t){return e.filter(e=>(qi[e]??0)<=t)}const Yi=new Set([`status`,`config`,`guide`,`health`]),Xi={full:{description:`All tools enabled (default)`,includeCategories:[]},safe:{description:`Read-only tools — no file/state modifications`,includeCategories:[`search`,`analysis`,`compression`,`utilities`,`system`,`git`,`flow`],excludeTools:[`reindex`,`onboard`]},research:{description:`Search, analysis, knowledge, and web access`,includeCategories:[`search`,`analysis`,`knowledge`,`compression`,`web`,`system`,`flow`]},minimal:{description:`Essential tools only — search, status, basic operations`,includeCategories:[`search`,`system`],includeTools:[`compact`,`file_summary`,`check`,`test_run`]},discovery:{description:`Full toolset plus discovery-oriented meta-tools for guided tool exploration`,includeCategories:[],includeTools:[`list_tools`,`describe_tool`,`search_tools`]}};function Zi(e,t){let n=Xi[e];if(n)return n;let r=t?.[e];if(r)return r;throw Error(`Unknown tool profile: ${e}`)}function Qi(e,t,n){return t.includes(`*`)?!0:(n[e]?.category??[]).some(e=>t.includes(e))}function $i(e,t,n,r){if(t.includes(`*`)){for(let t of n)e.add(t);return}for(let i of n)Qi(i,t,r)&&e.add(i)}function ea(e,t,n){if(t.includes(`*`)){e.clear();return}for(let r of[...e])Qi(r,t,n)&&e.delete(r)}function ta(e,t,n){if(!e||e.length===0||e.includes(`*`))return new Set(t);let r=new Set;return $i(r,e,t,n),r}function na(e,t){return e===void 0?t:t===void 0?e:Math.min(e,t)}function ra(e,t,n=0,r=[]){if(n>10)throw Error(`Tool profile inheritance exceeded max depth 10: ${[...r,e].join(` -> `)}`);if(r.includes(e))throw Error(`Tool profile inheritance cycle detected: ${[...r,e].join(` -> `)}`);let i=Zi(e,t);return na(i.extends?ra(i.extends,t,n+1,[...r,e]):void 0,i.maxTier)}function ia(e,t,n,r){let i=(e,a,o)=>{if(a>10)throw Error(`Tool profile inheritance exceeded max depth 10: ${[...o,e].join(` -> `)}`);if(o.includes(e))throw Error(`Tool profile inheritance cycle detected: ${[...o,e].join(` -> `)}`);let s=Zi(e,r),c=[...o,e],l=s.extends?i(s.extends,a+1,c):ta(s.includeCategories,t,n);s.extends&&s.includeCategories?.length&&$i(l,s.includeCategories,t,n),s.excludeCategories?.length&&ea(l,s.excludeCategories,n);for(let e of s.includeTools??[])l.add(e);for(let e of s.excludeTools??[])l.delete(e);return l},a=i(e,0,[]),o=ra(e,r);if(o!==void 0){let e=Ji([...a],o);a.clear();for(let t of e)a.add(t)}for(let e of Yi)a.add(e);return a}const aa=new Set([`search`,`analysis`,`knowledge`,`compression`,`forge`,`presentation`,`execution`,`manipulation`,`session`,`git`,`process`,`system`,`meta`,`utilities`,`web`,`queue`,`flow`]);function oa(e,t,n,r){let i=ia(process.env.AIKIT_TOOLSET||e.toolProfile||`full`,t,n,r);if(e.features&&e.features.length>0){let a=e.features.filter(e=>!aa.has(e));if(a.length>0)throw Error(`Unknown feature group(s): ${a.join(`, `)}. Valid categories: ${[...aa].join(`, `)}`);let o={description:`Synthetic profile from features config`,includeCategories:e.features},s=ia(`_features`,t,n,{...r,_features:o});for(let e of i)!s.has(e)&&!Yi.has(e)&&i.delete(e)}if(e.readOnly)for(let e of[...i])n[e]?.annotations?.readOnlyHint===!1&&!Yi.has(e)&&i.delete(e);for(let e of Yi)i.add(e);return i}const sa=P.object({mode:P.enum([`wasm`,`regex`,`unknown`]),reason:P.string(),pathsChecked:P.array(P.object({path:P.string(),exists:P.boolean()})),os:P.string(),arch:P.string(),nodeVersion:P.string(),webTreeSitterImportable:P.boolean(),healAttempted:P.boolean(),healSuccess:P.boolean(),healError:P.string().nullable(),initError:P.string().nullable(),wasmDir:P.string().nullable(),grammarCount:P.number()}),ca=P.object({totalRecords:P.number(),totalFiles:P.number(),lastIndexedAt:P.string().nullable(),onboarded:P.boolean(),onboardDir:P.string(),contentTypes:P.record(P.string(),P.number()),wasmAvailable:P.boolean(),wasmDiagnostics:sa,graphStats:P.object({nodes:P.number(),edges:P.number()}).nullable(),curatedCount:P.number(),serverVersion:P.string(),scaffoldVersion:P.string().nullable(),workspaceScaffoldVersion:P.string().nullable(),upgradeAvailable:P.boolean(),storeBackend:P.string().optional(),storeDiagnostics:P.object({adapterType:P.string(),vectorSearchEnabled:P.boolean(),ftsEnabled:P.boolean(),degradedMode:P.boolean(),dbPath:P.string(),dbSizeBytes:P.number().nullable(),embeddingDim:P.number(),vectorDtype:P.string()}).nullable().optional(),contextPressure:P.number().min(0).max(100).describe(`0–100 score indicating AI Kit saturation`)});P.object({entries:P.array(P.object({path:P.string(),title:P.string(),category:P.string(),tags:P.array(P.string()),version:P.number(),preview:P.string()})),totalCount:P.number()});const la=P.object({ok:P.boolean(),checks:P.array(P.object({name:P.string(),ok:P.boolean(),message:P.string().optional()}))}),ua=P.object({summary:P.object({totalFiles:P.number(),totalLines:P.number(),totalCodeLines:P.number(),totalFunctions:P.number(),avgComplexity:P.number(),maxComplexity:P.object({value:P.number(),file:P.string()})}),files:P.array(P.object({path:P.string(),lines:P.number(),code:P.number(),complexity:P.number(),functions:P.number()}))}),da=P.object({platform:P.string(),arch:P.string(),nodeVersion:P.string(),cwd:P.string(),cpus:P.number(),memoryFreeGb:P.number(),memoryTotalGb:P.number()}),fa=P.object({iso:P.string(),unix:P.number(),timezone:P.string(),formatted:P.string()}),pa=P.object({passed:P.boolean(),errorCount:P.number(),warningCount:P.number(),topErrors:P.array(P.string())}),ma=P.object({passed:P.boolean(),tsc:pa,biome:pa}),ha=P.object({name:P.string(),definedIn:P.object({path:P.string(),line:P.number(),kind:P.string(),signature:P.string().optional()}).nullable(),importedBy:P.array(P.object({path:P.string(),line:P.number(),importStatement:P.string()})),referencedIn:P.array(P.object({path:P.string(),line:P.number(),context:P.string(),scope:P.string().optional()})),graphContext:P.object({definingModule:P.string().optional(),importedByModules:P.array(P.string()),siblingSymbols:P.array(P.string())}).nullable()}),ga=P.object({sourcePath:P.string(),contentType:P.string(),score:P.number(),headingPath:P.string().optional(),startLine:P.number().optional(),endLine:P.number().optional(),origin:P.string().optional(),category:P.string().optional(),tags:P.array(P.string()).optional()}),_a=P.object({results:P.array(ga),totalResults:P.number(),searchMode:P.string(),query:P.string()}),va=P.object({path:P.string(),line:P.number().optional(),matchType:P.string(),preview:P.string()}),ya=P.object({matches:P.array(va),totalMatches:P.number(),pattern:P.string(),truncated:P.boolean()}),ba=P.object({path:P.string(),relevance:P.number(),estimatedTokens:P.number(),focusLines:P.array(P.string()).optional()}),xa=P.object({files:P.array(ba),totalFiles:P.number(),totalEstimatedTokens:P.number(),task:P.string()}),Sa=P.object({path:P.string(),impact:P.string(),reason:P.string()}),Ca=P.object({changedFiles:P.array(P.string()),affectedFiles:P.array(Sa),totalAffected:P.number(),riskLevel:P.string()}),wa=P.object({name:P.string(),passed:P.boolean(),message:P.string().optional(),severity:P.string().optional()}),Ta=P.object({passed:P.boolean(),score:P.number(),checks:P.array(wa),summary:P.string()}),Ea=P.object({id:P.string(),name:P.string(),type:P.string(),sourcePath:P.string().optional()}),Da=P.object({fromId:P.string(),toId:P.string(),type:P.string()}),Oa=P.object({nodes:P.array(Ea),edges:P.array(Da),totalNodes:P.number(),totalEdges:P.number(),query:P.string()}),ka=P.object({symbols:P.array(P.object({name:P.string(),path:P.string(),line:P.number().optional(),kind:P.string()})),totalDead:P.number()});P.object({files:P.number(),packages:P.number(),languages:P.record(P.string(),P.number()),tree:P.string()});const Aa=P.object({path:P.string(),language:P.string(),lines:P.number(),imports:P.number(),exports:P.number(),functions:P.number(),classes:P.number()}),ja=P.object({gitRoot:P.string(),branch:P.string(),commitCount:P.number(),hasUncommitted:P.boolean(),recentCommits:P.array(P.object({hash:P.string(),message:P.string(),author:P.string(),date:P.string()}))}),Ma=P.object({originalChars:P.number(),compressedChars:P.number(),ratio:P.number(),segmentsKept:P.number(),segmentsTotal:P.number()}),Na=P.object({passed:P.boolean(),totalTests:P.number(),passedTests:P.number(),failedTests:P.number(),skippedTests:P.number(),duration:P.number().describe(`Duration in milliseconds`),failures:P.array(P.object({name:P.string(),message:P.string(),file:P.string().optional()}))}),Pa=k(`utils:enrich`);async function U(e,t){let n={curated:[],graph:[]},r=t.limit??3,[i,a]=await Promise.allSettled([Fa(e,t.query,r),Ia(e,t.filePath)]);return i.status===`fulfilled`?n.curated=i.value:Pa.debug(`Curated enrichment failed`,{error:i.reason}),a.status===`fulfilled`?n.graph=a.value:Pa.debug(`Graph enrichment failed`,{error:a.reason}),n}async function Fa(e,t,n){if(!e.store||!t)return[];try{let r=await e.store.ftsSearch(t,{origin:`curated`,limit:n});if(r.length>0)return r.map(e=>La(e.record));if(e.embedder){let r=await e.embedder.embedQuery(t);return(await e.store.search(r,{origin:`curated`,limit:n,minScore:.3})).map(e=>La(e.record))}return[]}catch(e){return Pa.debug(`Curated enrichment failed`,{error:e}),[]}}async function Ia(e,t){if(!e.graphStore||!t)return[];try{let n=await e.graphStore.findNodes({sourcePath:t,limit:1});if(n.length===0){let r=t.split(/[/\\]/).pop()?.replace(/\.\w+$/,``)||``;if(!r)return[];let i=await e.graphStore.findNodes({namePattern:r,type:`module`,limit:1});if(i.length===0)return[];n.push(i[0])}let r=n[0],i=await e.graphStore.getNeighbors(r.id,{direction:`both`,limit:10}),a=[];for(let e of i.edges){let t=e.fromId===r.id?e.toId:e.fromId,n=i.nodes.find(e=>e.id===t);if(!n)continue;let o=e.fromId===r.id?`->`:`<-`;a.push(`${o} ${e.type}: ${n.name} (${n.type})`)}return a}catch(e){return Pa.debug(`Graph enrichment failed`,{error:e}),[]}}function W(e){let t=[];if(e.curated.length>0){t.push(`**Curated Knowledge:**`);for(let n of e.curated)t.push(`- ${n}`)}if(e.graph.length>0){t.push(`**Graph Context:**`);for(let n of e.graph)t.push(`- ${n}`)}return t.length===0?``:`\n\n---\n## Enrichment\n${t.join(`
19
- `)}`}function La(e){let t=Ra(e.metadata,`title`)||e.sourcePath||`Untitled`;return`[${Ra(e.metadata,`category`)}] ${t}: ${e.content.slice(0,200)}`}function Ra(e,t){let n=e?.[t];return typeof n==`string`?n:``}function G(e,t){return{content:[{type:`text`,text:`[ERROR:${e}] ${t}`}],isError:!0}}const za=k(`tools`),Ba=P.number().min(100).max(5e4).optional().describe(`Maximum token budget for the response. When set, output is truncated to fit.`);function Va(e,t){return t?Gt(e,t):e}function Ha(){let e=[];return bn.get()||e.push(`Tree-sitter unavailable — using regex fallback, symbol/pattern confidence reduced`),e.length===0?``:`\n\n> **⚠ Caveats:** ${e.join(`; `)}`}function Ua(e){return(e??[]).map(e=>{if(typeof e==`string`)return e;if(e&&typeof e==`object`&&`path`in e)return typeof e.path==`string`?e.path:void 0}).filter(e=>!!e)}function Wa(e){let t=[],n=e.filter(e=>/\.(ts|tsx|js|jsx)$/.test(e)&&/(service|store|model|schema|migration)/i.test(e)),r=e.filter(e=>/\.(ts|tsx|js|jsx)$/.test(e)&&!n.includes(e)),i=e.filter(e=>!/\.(ts|tsx|js|jsx)$/.test(e));return(n.length>0||r.length>0||i.length>0)&&(t.push(`
13
+ `)}}]}))}const pr={enabled:!0,batchSize:10,debounceMs:5e3,maxFactsPerSession:50,minQuality:.3};function mr(e){return(e.content??[]).filter(e=>e.type===`text`&&typeof e.text==`string`).map(e=>e.text??``).join(`
14
+ `)}function P(e){return M(`sha256`).update(e).digest(`hex`).slice(0,16)}function hr(e){let t=0;return e.length>=50&&(t+=.2),e.length>=150&&(t+=.1),/[a-zA-Z]\w+\.\w+/.test(e)&&(t+=.15),/[:=]|^[-*]|\n[-*]|```/.test(e)&&(t+=.15),/\b(use|should|must|always|never|prefer|avoid|requires?|detected|confirmed|verified)\b/i.test(e)&&(t+=.2),/^(Error|TypeError|ReferenceError):/m.test(e)&&e.length<100&&(t-=.2),Math.max(0,Math.min(1,t))}const gr={name:`build-commands`,tools:[`check`,`test_run`],extract(e){if(e.isError)return[];let t=mr(e.result);if(!t)return[];let n=[];if(e.toolName===`check`){let r=[];if(/typecheck.*(?:pass|success|0 error)/i.test(t)&&r.push(`typecheck`),/lint.*(?:pass|success|no (?:warning|error))/i.test(t)&&r.push(`lint`),/biome.*(?:checked|no fixes)/i.test(t)&&r.push(`biome`),r.length>0){let t=[...r].sort();n.push({title:`Verified checks: ${t.join(`, `)}`,content:`The following checks passed successfully: ${t.join(`, `)}.\nRun with the \`check\` tool to verify code quality.`,category:`conventions`,tags:[`build`,`verified`,...t],hash:P(`build-checks-${t.join(`,`)}`),quality:.8,source:e.toolName})}}if(e.toolName===`test_run`){let r=t.match(/(\d+)\s*(?:tests?\s+)?pass/i),i=t.match(/(\d+)\s*(?:total|tests)/i),a=t.match(/(\d+)\s*(?:test\s+)?files?/i);if(r){let t=r[1],o=i?.[1]??t,s=a?.[1]??`unknown`;n.push({title:`Test suite summary`,content:`Test results: ${t}/${o} tests passed across ${s} test files.\nUse \`test_run\` tool to execute the test suite.`,category:`context`,tags:[`testing`,`verified`,`test-summary`],hash:P(`test-summary-${t}-${o}`),quality:.7,source:e.toolName,ttlMs:72e5})}let o=t.match(/(?:running|command|exec):\s*(.+?)$/im);if(o?.[1]){let t=o[1].trim();n.push({title:`Test command: ${t.slice(0,60)}`,content:`Verified test command: \`${t}\`\nThis command successfully ran the project's test suite.`,category:`conventions`,tags:[`testing`,`build-command`,`verified`],hash:P(`test-cmd-${t}`),quality:.9,source:e.toolName})}}return n}},_r={name:`codebase-insights`,tools:[`analyze`,`scope_map`,`blast_radius`,`onboard`],extract(e){let t=mr(e.result);if(!t||t.length<50||e.isError)return[];let n=[];if(e.toolName===`analyze`&&e.args.aspect===`structure`){let r=typeof e.args.path==`string`?e.args.path:`.`,i=t.slice(0,600);n.push({title:`Structure: ${r}`,content:`Project structure analysis for ${r}:\n${i}`,category:`context`,tags:[`architecture`,`structure`,`analysis`],hash:P(`structure-${r}`),quality:Math.min(.9,hr(i)+.2),source:e.toolName})}if(e.toolName===`analyze`&&e.args.aspect===`dependencies`){let r=typeof e.args.path==`string`?e.args.path:`.`,i=t.split(/\r?\n/).filter(e=>/(?:depends on|imports?|requires?|from)\s/i.test(e)).slice(0,10);if(i.length>0){let t=`Dependency analysis for ${r}:\n${i.join(`
15
+ `)}`;n.push({title:`Dependencies: ${r}`,content:t,category:`context`,tags:[`architecture`,`dependencies`,`analysis`],hash:P(`deps-${r}`),quality:.7,source:e.toolName})}}if(e.toolName===`blast_radius`){let r=e.args.changed_files,i=Array.isArray(r)?r.map(String).join(`, `):String(r??``);if(i&&t.length>50){let r=t.slice(0,400);n.push({title:`Blast radius: ${i.slice(0,60)}`,content:`Impact analysis for changes to ${i}:\n${r}`,category:`context`,tags:[`architecture`,`blast-radius`,`impact`],hash:P(`blast-${i}`),quality:.6,source:e.toolName,ttlMs:36e5})}}if(e.toolName===`analyze`&&e.args.aspect===`entry_points`){let r=t.split(/\r?\n/).filter(e=>/(?:entry|export|main|bin)\b/i.test(e)).slice(0,10);r.length>0&&n.push({title:`Project entry points`,content:`Detected entry points:\n${r.join(`
16
+ `)}`,category:`context`,tags:[`architecture`,`entry-points`],hash:P(`entry-points`),quality:.7,source:e.toolName})}if(e.toolName===`scope_map`){let r=typeof e.args.task==`string`?e.args.task:``;r&&t.length>100&&n.push({title:`Scope map: ${r.slice(0,60)}`,content:`Scope analysis for "${r}":\n${t.slice(0,500)}`,category:`context`,tags:[`planning`,`scope-map`],hash:P(`scope-${r}`),quality:.6,source:e.toolName,ttlMs:72e5})}return e.toolName===`onboard`&&t.length>200&&n.push({title:`Onboard analysis summary`,content:`Codebase onboarding analysis:\n${t.slice(0,800)}`,category:`context`,tags:[`onboarding`,`analysis`,`structure`],hash:P(`onboard-summary`),quality:.9,source:e.toolName}),n}};function vr(e,t){let n=[],r=e.toLowerCase();r.includes(`biome`)?n.push({title:`Linter: Biome`,content:`This project uses Biome for linting and formatting.`,category:`conventions`,tags:[`tooling`,`linter`,`biome`],hash:P(`convention-linter-biome`),quality:.8,source:t}):r.includes(`eslint`)&&n.push({title:`Linter: ESLint`,content:`This project uses ESLint for linting.`,category:`conventions`,tags:[`tooling`,`linter`,`eslint`],hash:P(`convention-linter-eslint`),quality:.8,source:t}),r.includes(`prettier`)&&n.push({title:`Formatter: Prettier`,content:`This project uses Prettier for code formatting.`,category:`conventions`,tags:[`tooling`,`formatter`,`prettier`],hash:P(`convention-formatter-prettier`),quality:.8,source:t}),(/strict\s*(?:mode)?.*(?:enabled|true)/i.test(e)||/"strict"\s*:\s*true/.test(e))&&n.push({title:`TypeScript strict mode enabled`,content:`This project has TypeScript strict mode enabled. Ensure all types are explicit.`,category:`conventions`,tags:[`typescript`,`strict`,`config`],hash:P(`convention-ts-strict`),quality:.8,source:t});for(let e of[`pnpm`,`yarn`,`npm`,`bun`])if(r.includes(e)&&(r.includes(`lockfile`)||r.includes(`workspace`)||r.includes(`${e} run`))){n.push({title:`Package manager: ${e}`,content:`This project uses ${e} as its package manager.`,category:`conventions`,tags:[`tooling`,`package-manager`,e],hash:P(`convention-pm-${e}`),quality:.7,source:t});break}return(r.includes(`monorepo`)||r.includes(`workspaces`)||/packages\/\w+/.test(e))&&n.push({title:`Monorepo structure detected`,content:`This project uses a monorepo structure with multiple packages.`,category:`conventions`,tags:[`architecture`,`monorepo`],hash:P(`convention-monorepo`),quality:.7,source:t}),n}function yr(e,t){let n=[],r=e.matchAll(/(?:pattern|convention):\s*(.+?)(?:\n|$)/gi);for(let e of r){let r=e[1]?.trim();r&&r.length>20&&r.length<200&&n.push({title:`Pattern: ${r.slice(0,80)}`,content:r,category:`patterns`,tags:[`detected-pattern`],hash:P(`pattern-${r}`),quality:.6,source:t})}return n}const br={name:`convention-detection`,tools:[`check`,`analyze`,`onboard`],extract(e){let t=mr(e.result);if(!t||e.isError)return[];let n=[];return n.push(...vr(t,e.toolName)),e.toolName===`analyze`&&e.args.aspect===`patterns`&&n.push(...yr(t,e.toolName)),n}};function xr(e,t){return e.match(t)?.[1]?.trim()||null}function Sr(e,t,n,r,i,a){return{title:e,content:t,category:`context`,tags:n,hash:P(r),quality:i,source:a}}const Cr={name:`environment-facts`,tools:[`env`,`config`,`status`],extract(e){let t=mr(e.result);if(!t)return[];let n=[],r=xr(t,/node(?:\.js)?\s*[:=]\s*([^\r\n]+)/i);r&&n.push(Sr(`Node.js version`,`Detected Node.js version: ${r}`,[`environment`,`node`],`node-version-${r}`,.4,e.toolName));let i=xr(t,/(?:^|\n)os\s*[:=]\s*([^\r\n]+)/i);i&&n.push(Sr(`Operating system`,`Detected OS: ${i}`,[`environment`,`os`],`os-${i}`,.4,e.toolName));let a=xr(t,/workspace(?: path)?\s*[:=]\s*([^\r\n]+)/i);a&&n.push(Sr(`Workspace path`,`Primary workspace path: ${a}`,[`environment`,`workspace`],`workspace-${a}`,.4,e.toolName));let o=xr(t,/store(?: backend)?\s*[:=]\s*([^\r\n]+)/i);o&&n.push(Sr(`Store backend`,`Configured store backend: ${o}`,[`environment`,`storage`],`store-${o}`,.6,e.toolName));let s=xr(t,/embedding(?: model)?\s*[:=]\s*([^\r\n]+)/i);return s&&n.push(Sr(`Embedding model`,`Configured embedding model: ${s}`,[`environment`,`embedding`],`embedding-${s}`,.6,e.toolName)),n}},F={"search-result":800,"file-card":2e3,analysis:1500,"step-summary":3e3},wr=[`search`,`file_summary`,`stratum_card`,`compact`,`blast_radius`,`scope_map`],Tr={search:`search-result`,file_summary:`file-card`,stratum_card:`file-card`,compact:`analysis`,blast_radius:`analysis`,scope_map:`step-summary`},Er={"search-result":72e5,"file-card":144e5,analysis:144e5,"step-summary":288e5};function Dr(e){return e.replace(/\s+/g,` `).trim()}function Or(e){return Math.max(.6,Math.min(.8,hr(e)))}function I(e,t=500){let n=Dr(e);return n.length<=t?n:`${n.slice(0,Math.max(0,t-3)).trimEnd()}...`}function kr(e){return typeof e==`object`&&!!e}function Ar(e){try{return JSON.parse(e)}catch{return null}}function L(e){return typeof e==`string`?Dr(e):typeof e==`number`||typeof e==`boolean`?String(e):``}function jr(e,t=5){if(!Array.isArray(e))return[];let n=[];for(let r of e){if(n.length>=t)break;if(typeof r==`string`){let e=Dr(r);e&&n.push(e);continue}if(kr(r)){let e=L(r.path)||L(r.sourcePath)||L(r.title)||L(r.name)||L(r.label);e&&n.push(e)}}return n}function R(e,...t){for(let n of t){let t=L(e[n]);if(t)return t}return``}function Mr(e){let t=[e.file,e.path,e.files,e.changed_files,e.changedFiles].flatMap(e=>typeof e==`string`?[Dr(e)]:jr(e,6));return[...new Set(t.filter(Boolean))].slice(0,6)}function Nr(e,t=6){let n=e.match(/(?:[A-Za-z]:[\\/]|\.\/?|\.\.[\\/]|[A-Za-z0-9_.-]+\/)[^\s,:;]+\.[A-Za-z0-9]+/g)??[];return[...new Set(n.map(e=>Dr(e)))].slice(0,t)}function Pr(e,t){return e.length===0?``:`${t}: ${e.join(`, `)}`}function Fr(e,t=3){return e.split(/\r?\n/).map(e=>Dr(e)).filter(e=>e.length>=12).slice(0,t)}function Ir(e){if(!kr(e))return``;let t=L(e.title)||L(e.path)||L(e.sourcePath)||L(e.file),n=L(e.snippet)||L(e.preview)||L(e.content)||L(e.summary);return Dr([t,n&&`- ${n}`].filter(Boolean).join(` `))}function Lr(e,t){let n=R(e,`query`),r=Ar(t);if(kr(r)&&Array.isArray(r.results)){let e=r.results.map(e=>Ir(e)).filter(Boolean).slice(0,3);if(e.length>0)return I(`Query: ${n||`unknown`}. Top hits: ${e.join(` | `)}`,F[`search-result`])}let i=Fr(t,3);return I(`Query: ${n||`unknown`}. Top hits: ${i.join(` | `)}`,F[`search-result`])}function Rr(e,t){let n=R(e,`path`,`file`),r=Ar(t);if(kr(r)){let e=L(r.path)||n||`unknown file`,t=jr(r.imports,4),i=jr(r.exports,5),a=jr(r.functions,4),o=[`File: ${e}`,Pr(i,`Exports`),Pr(t,`Imports`),Pr(a,`Functions`)].filter(Boolean);if(o.length>1)return I(o.join(`. `),F[`file-card`])}let i=Fr(t,4);return I(`File: ${n||`unknown file`}. Structure: ${i.join(` | `)}`,F[`file-card`])}function zr(e,t){let n=Mr(e),r=R(e,`tier`)||`T1`,i=Ar(t);if(kr(i)){let e=(Array.isArray(i.cards)?i.cards:[]).map(e=>Ir(e)).filter(Boolean).slice(0,3);if(e.length>0)return I(`Tier: ${r}. Files: ${n.join(`, `)||`unknown`}. Cards: ${e.join(` | `)}`,F[`file-card`])}let a=Fr(t,3);return I(`Tier: ${r}. Files: ${n.join(`, `)||`unknown`}. Highlights: ${a.join(` | `)}`,F[`file-card`])}function Br(e,t){let n=R(e,`path`,`file`),r=R(e,`query`);return I(`Path: ${n||`unknown`}. Focus: ${r||`general`}. Summary: ${t}`,F.analysis)}function Vr(e,t){let n=Mr(e),r=Ar(t),i=kr(r)?[...jr(r.affectedFiles,8),...jr(r.tests,4),...jr(r.importers,4)]:[],a=[...new Set([...i,...Nr(t,8)])].slice(0,8),o=[`Changed: ${n.join(`, `)||`unknown`}`,Pr(a,`Affected`)].filter(Boolean);return o.length>1?I(o.join(`. `),F.analysis):I(`Changed: ${n.join(`, `)||`unknown`}. Summary: ${t}`,F.analysis)}function Hr(e,t){let n=R(e,`task`),r=Ar(t);if(kr(r)){let e=jr(r.files,6),t=typeof r.totalFiles==`number`?r.totalFiles:e.length;if(e.length>0)return I(`Task: ${n||`unknown`}. Reading plan (${t} files): ${e.join(`, `)}`,F[`step-summary`])}let i=Nr(t,6);return I(`Task: ${n||`unknown`}. Reading plan: ${i.join(`, `)||Fr(t,3).join(` | `)}`,F[`step-summary`])}function Ur(e,t){switch(e.toolName){case`search`:return Lr(e.args,t);case`file_summary`:return Rr(e.args,t);case`stratum_card`:return zr(e.args,t);case`compact`:return Br(e.args,t);case`blast_radius`:return Vr(e.args,t);case`scope_map`:return Hr(e.args,t);default:return``}}function Wr(e){switch(e.toolName){case`search`:return I(`Search: ${R(e.args,`query`)||`unknown query`}`,120);case`file_summary`:return I(`File summary: ${R(e.args,`path`,`file`)||`unknown file`}`,120);case`stratum_card`:return I(`Stratum card: ${Mr(e.args).join(`, `)||`unknown files`}${R(e.args,`tier`)?` (${R(e.args,`tier`)})`:``}`,120);case`compact`:return I(`Compact: ${R(e.args,`path`,`file`)||`unknown path`}${R(e.args,`query`)?` - ${R(e.args,`query`)}`:``}`,120);case`blast_radius`:return I(`Blast radius: ${Mr(e.args).join(`, `)||`unknown changes`}`,120);case`scope_map`:return I(`Scope map: ${R(e.args,`task`)||`unknown task`}`,120);default:return I(`Flow context: ${e.toolName}`,120)}}function Gr(e){return{name:`flow-context`,tools:[...wr],extract(t){if(t.isError)return[];let n=e();if(!n?.active||!n.slug||!(t.toolName in Tr))return[];let r=mr(t.result).trim();if(r.length<50)return[];let i=Tr[t.toolName],a=Ur(t,r);if(a.length<50)return[];let o=Wr(t);return[{title:o,content:a,category:`flow-context`,tags:[`flow-context`,`flow:${n.slug}`,i,`tool:${t.toolName}`],hash:P(`${n.slug}|${t.toolName}|${o}|${a}`),quality:Or(a),ttlMs:Er[i],source:t.toolName}]}}}const Kr={name:`research-results`,tools:[`web_search`,`web_fetch`,`search`],extract(e){let t=mr(e.result);if(!t||t.length<100||e.isError)return[];let n=[];if(e.toolName===`web_search`){let r=typeof e.args.query==`string`?e.args.query:``;if(r&&t.length>200){let i=t.slice(0,800);n.push({title:`Web research: ${r.slice(0,80)}`,content:`Research query: "${r}"\n\nKey findings:\n${i}`,category:`context`,tags:[`research`,`web-search`],hash:P(`web-search-${r}`),quality:Math.min(.8,hr(i)+.2),source:e.toolName,ttlMs:864e5})}}if(e.toolName===`web_fetch`){let r=e.args.urls,i=Array.isArray(r)?String(r[0]??``):typeof e.args.url==`string`?e.args.url:``;if(i&&t.length>200){let r=t.split(/\r?\n/).find(e=>e.trim().length>10)?.trim()??i,a=t.slice(0,600);n.push({title:`Fetched: ${r.slice(0,80)}`,content:`Source: ${i}\n\n${a}`,category:`context`,tags:[`research`,`web-fetch`],hash:P(`web-fetch-${i}`),quality:hr(a),source:e.toolName,ttlMs:864e5})}}if(e.toolName===`search`){let r=typeof e.args.query==`string`?e.args.query:``;(typeof e.args.origin==`string`?e.args.origin:``)===`curated`&&r&&t.length>100&&n.push({title:`Curated search: ${r.slice(0,80)}`,content:`Searched curated knowledge for: "${r}"\n\nResults:\n${t.slice(0,500)}`,category:`context`,tags:[`research`,`curated-search`],hash:P(`curated-search-${r}`),quality:.5,source:e.toolName,ttlMs:36e5})}return n}};function qr(e){let t=e.toLowerCase();return t.includes(`vitest`)?`vitest`:t.includes(`jest`)?`jest`:t.includes(`mocha`)?`mocha`:t.includes(`playwright`)?`playwright`:t.includes(`cypress`)?`cypress`:null}function Jr(e){let t=[/(\S+\.test\.\w+)/,/(\S+\.spec\.\w+)/,/(\S+_test\.\w+)/,/__tests__\/\S+/],n=new Set;for(let r of t){let t=e.matchAll(new RegExp(r.source,`g`));for(let e of t){let t=e[0].match(/\.(test|spec)\.\w+$/);t&&n.add(t[0])}}return n.size>0?[...n].join(`, `):null}const Yr={name:`test-results`,tools:[`check`,`test_run`],extract(e){let t=mr(e.result);if(!t)return[];let n=[],r=qr(t);r&&n.push({title:`Test framework: ${r}`,content:`This project uses ${r} for testing. Detected from ${e.toolName} output.`,category:`context`,tags:[`testing`,`environment`,r],hash:P(`test-framework-${r}`),quality:.7,source:e.toolName});let i=Jr(t);return i&&n.push({title:`Test file pattern: ${i}`,content:`Test files use the naming pattern: ${i}. Follow this convention when creating new tests.`,category:`conventions`,tags:[`testing`,`naming-convention`],hash:P(`test-pattern-${i}`),quality:.7,source:e.toolName}),n}};function Xr(e){let t=e.toLowerCase();return/enoent|no such file|not found/i.test(e)?{type:`missing-file`,actionable:!1}:/econnreset|econnrefused|etimedout|fetch failed/i.test(e)?{type:`network`,actionable:!1}:/permission denied|eacces/i.test(e)?{type:`permission`,actionable:!0}:/type\s*error|cannot.*property|is not a function/i.test(e)?{type:`type-error`,actionable:!0}:/syntax\s*error|unexpected token|parsing error/i.test(e)?{type:`syntax`,actionable:!0}:/out of memory|heap|allocation/i.test(e)?{type:`memory`,actionable:!0}:/timeout|timed out/i.test(e)?{type:`timeout`,actionable:t.includes(`increase`)||t.includes(`config`)}:/import|require|module not found|cannot find module/i.test(e)?{type:`module-resolution`,actionable:!0}:{type:`unknown`,actionable:e.length>100}}const Zr={name:`tool-failure-patterns`,tools:[],extract(e){if(!e.isError)return[];let t=mr(e.result);if(!t||t.length<30)return[];let{type:n,actionable:r}=Xr(t);if(!r)return[];let i=t.slice(0,500),a=hr(i);return a<.2?[]:[{title:`${n} error in ${e.toolName}`,content:`Tool \`${e.toolName}\` failed with a ${n} error.\n\nArgs: ${JSON.stringify(e.args,null,2).slice(0,200)}\n\nError:\n${i}`,category:`context`,tags:[`errors`,n,e.toolName],hash:P(`smart-error-${n}-${e.toolName}-${t.slice(0,80)}`),quality:Math.min(.7,a+.1),source:e.toolName,ttlMs:72e5}]}};var Qr=class{extractors=[];register(e){this.extractors.push(e)}getExtractors(e){return this.extractors.filter(t=>t.tools.length===0||t.tools.includes(e))}extractAll(e){return this.getExtractors(e.toolName).flatMap(t=>t.extract(e))}};function $r(e){return{content:[{type:`text`,text:(e instanceof Error,String(e))}],isError:!0}}function ei(e,t){try{e.push(t)}catch{}}function ti(e){return async(t,n)=>{let r=Date.now();try{let i=await n();return ei(e,{toolName:t.toolName,args:t.args,result:i,durationMs:Date.now()-r,isError:i.isError===!0,timestamp:new Date().toISOString()}),i}catch(n){throw ei(e,{toolName:t.toolName,args:t.args,result:$r(n),durationMs:Date.now()-r,isError:!0,timestamp:new Date().toISOString()}),n}}}const ni=A(`auto-knowledge`);var ri=class{registry;curated;flowContextAdapter;queue=[];timer=null;seenHashes=new Map;storedCount=0;droppedCount=0;dedupedCount=0;config;existingTitles=null;constructor(e,t,n={},r){this.registry=e,this.curated=t,this.flowContextAdapter=r,this.config={...pr,...n}}push(e){if(!(!this.config.enabled||!this.curated&&!this.flowContextAdapter)&&!(this.storedCount>=this.config.maxFactsPerSession)){if(this.queue.push(e),this.queue.length>=this.config.batchSize){this.flush().catch(e=>{ni.warn(`Auto-knowledge flush error`,{error:String(e)})});return}this.scheduleBatch()}}async flush(){this.timer&&=(clearTimeout(this.timer),null);let e=this.queue.splice(0);if(e.length===0||!this.curated&&!this.flowContextAdapter)return;this.existingTitles===null&&(this.existingTitles=await this.loadExistingTitles());let t=new Map;for(let n of e)for(let e of this.registry.extractAll(n)){if(e.quality<this.config.minQuality){this.droppedCount++;continue}if(this.isSeenRecently(e)){this.dedupedCount++;continue}if(t.has(e.hash)){this.dedupedCount++;continue}if(this.existingTitles.has(this.normalizeTitle(e.title))){this.dedupedCount++;continue}t.set(e.hash,e)}for(let e of t.values()){if(this.storedCount>=this.config.maxFactsPerSession)break;try{if(e.tags.includes(`flow-context`)&&this.flowContextAdapter){let t=`${e.tags.find(e=>!e.startsWith(`flow:`)&&!e.startsWith(`tool:`)&&e!==`flow-context`)||`analysis`}/${e.title.toLowerCase().replace(/[^a-z0-9]+/g,`-`).slice(0,60)}.md`;await this.flowContextAdapter.write(t,`# ${e.title}\n\n${e.content}`)}else if(this.curated)await this.curated.remember(e.title,e.content,e.category,e.tags);else continue;this.seenHashes.set(e.hash,Date.now()),this.existingTitles.add(this.normalizeTitle(e.title)),this.storedCount++,ni.info(`Auto-knowledge stored`,{title:e.title,category:e.category,quality:e.quality,source:e.source})}catch(t){ni.warn(`Auto-knowledge store failed`,{title:e.title,error:String(t)})}}}reset(){this.queue=[],this.seenHashes.clear(),this.storedCount=0,this.droppedCount=0,this.dedupedCount=0,this.existingTitles=null,this.timer&&=(clearTimeout(this.timer),null)}getStats(){return{queued:this.queue.length,stored:this.storedCount,seen:this.seenHashes.size,dropped:this.droppedCount,deduped:this.dedupedCount}}isSeenRecently(e){let t=this.seenHashes.get(e.hash);return t==null?!1:e.ttlMs==null?!0:Date.now()-t<e.ttlMs}normalizeTitle(e){return e.toLowerCase().trim()}async loadExistingTitles(){let e=new Set,t=this.curated;if(!t)return e;try{let n=await t.list();for(let t of n)e.add(this.normalizeTitle(t.title))}catch{ni.warn(`Failed to load existing curated titles for dedup`,{})}return e}scheduleBatch(){this.timer||=setTimeout(()=>{this.timer=null,this.flush().catch(e=>{ni.warn(`Auto-knowledge flush error`,{error:String(e)})})},this.config.debounceMs)}};const ii=new Set([`compact`,`digest`,`file_summary`,`stratum_card`,`present`,`web_fetch`,`web_search`,`check`,`audit`]);function ai(e){switch(e){case`efficient`:return{threshold:2e3,tokenBudget:1e3};case`full`:return{threshold:1/0};default:return{threshold:4e3,tokenBudget:2e3}}}function oi(e){let t=e?.threshold??4e3,n=e?.tokenBudget??2e3;return async(e,r)=>{if(ii.has(e.toolName))return r();let i=await r();if(!Array.isArray(i.content))return i;let a=0;for(let e of i.content)e.type===`text`&&typeof e.text==`string`&&(a+=e.text.length);if(a<t)return i;let o=i.content.map(r=>{if(r.type!==`text`||typeof r.text!=`string`||r.text.length<t)return r;let i=Ce({text:r.text,tool:e.toolName,tokenBudget:n});return{...r,text:i.text}});return{...i,content:o}}}var si=class{baseDir;getActiveSlug;constructor(e,t){this.baseDir=e,this.getActiveSlug=t}async initialize(){await Qt(this.baseDir,{recursive:!0})}async read(e){let t=this.resolveScopedPath(e);if(t==null)return null;try{return await $t(t,`utf-8`)}catch(e){if(this.isMissingError(e))return null;throw e}}async write(e,t,n){let r=this.resolveScopedPath(e);r!=null&&(await Qt(h(r),{recursive:!0}),await an(r,t,{encoding:`utf-8`,flag:n?.exclusive?`wx`:`w`}))}async delete(e){let t=this.resolveScopedPath(e);if(t==null)return!1;try{return await rn(t),!0}catch(e){if(this.isMissingError(e))return!1;throw e}}async list(e){let t=this.getActiveSlugDir();if(t==null)return[];let n=e?this.resolveScopedPath(e):t;return n==null?[]:this.collectFiles(n,e??``)}async exists(e){let t=this.resolveScopedPath(e);if(t==null)return!1;try{return await nn(t),!0}catch(e){if(this.isMissingError(e))return!1;throw e}}async listDirectories(){let e=this.getActiveSlugDir();if(e==null)return[];try{return(await en(e,{withFileTypes:!0})).filter(e=>e.isDirectory()&&/^[a-z][a-z0-9-]*$/.test(e.name)).map(e=>e.name).sort()}catch(e){if(this.isMissingError(e))return[];throw e}}async flushAll(){let e=this.getActiveSlugDir();if(e==null)return 0;let t=await this.countFiles(e);return t===0?0:(await tn(e,{recursive:!0,force:!0}),t)}async close(){}getActiveSlugDir(){let e=this.getActiveSlug();return e?_(this.baseDir,e):null}resolveScopedPath(e){let t=this.getActiveSlugDir();if(t==null)return null;let n=y(t),r=y(n,e),i=v(n,r);if(i===``||i===`..`||i.startsWith(`..${b}`)||g(i))throw Error(`Path escapes active flow context scope: ${e}`);return r}async collectFiles(e,t){let n;try{n=await en(e,{withFileTypes:!0})}catch(e){if(this.isMissingError(e))return[];throw e}let r=[];for(let i of n){let n=t?`${t}/${i.name}`:i.name,a=_(e,i.name);if(i.isDirectory()){r.push(...await this.collectFiles(a,n));continue}if(!(!i.isFile()||!i.name.endsWith(`.md`)))try{let e=await nn(a);r.push({path:n,size:e.size})}catch(e){if(!this.isMissingError(e))throw e}}return r.sort((e,t)=>e.path.localeCompare(t.path))}async countFiles(e){let t;try{t=await en(e,{withFileTypes:!0})}catch(e){if(this.isMissingError(e))return 0;throw e}let n=0;for(let r of t){let t=_(e,r.name);if(r.isDirectory()){n+=await this.countFiles(t);continue}r.isFile()&&(n+=1)}return n}isMissingError(e){return typeof e==`object`&&!!e&&`code`in e&&(e.code===`ENOENT`||e.code===`ENOTDIR`)}};const ci=A(`tool-pipeline`);function li(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}function ui(e,t){return e.tools?(Array.isArray(e.tools)?e.tools:[e.tools]).includes(t):!0}function di(e){return e.middleware.critical===!0}var fi=class{entries=[];use(e,t){this.entries.push({middleware:e,order:t?.order??100,tools:t?.tools,name:t?.name??e.name??`anonymous`})}useFor(e,t,n){this.use(t,{order:n?.order,tools:e,name:n?.name})}wrap(e,t,n,r){let i=this.entries.filter(t=>ui(t,e)).sort((e,t)=>e.order-t.order);return async(a,o)=>{let s={toolName:e,args:li(a)?a:{},requestId:ae(),meta:r,extra:o,toolConfig:n},c=async n=>{let r=i[n];if(!r)return await t(s.args,o);let a=!1,l=!1,u,d=async()=>{a=!0;let e=await c(n+1);return l=!0,u=e,e};try{return await r.middleware(s,d)}catch(t){if(di(r))throw t;if(ci.warn(`Middleware failed for tool`,{middleware:r.name,tool:e,error:String(t)}),a){if(l&&u)return u;throw t}return c(n+1)}};return c(0)}}getMiddlewareNames(){return this.entries.map(e=>e.name)}};const pi=A(`auto-gc`);let mi=`warming`,hi=null,gi=0;function _i(){let e=[...Oi()];if(e.length<10)return 0;e.sort((e,t)=>e-t);let t=Math.floor(e.length*.95);return e[Math.min(t,e.length-1)]}function vi(e){let t=_i();if(t===0){mi=`warming`;return}if(t>500){mi=`degraded`;let n=Date.now();if(hi&&n-hi<36e5){pi.debug(`GC cooldown active — skipping`,{lastGcAgoMs:n-hi});return}hi=n,gi++,pi.warn(`p95 latency exceeds threshold, triggering GC`,{p95:t,cycle:gi}),e&&e().catch(e=>pi.error(`GC callback failed`,{err:String(e)}))}else t<200&&(mi=`healthy`)}function yi(){return{state:mi,p95:_i(),lastGcAt:hi,gcCount:gi,bufferSize:Oi().length}}const bi=/key|token|secret|auth|password|bearer/i,xi=new Set([`eval`,`env`]);function Si(e){if(typeof e==`string`)return/^(Bearer |sk-|ghp_|glpat-|ghu_|ghs_|github_pat_)/i.test(e)?`[REDACTED]`:e;if(Array.isArray(e))return e.map(Si);if(e&&typeof e==`object`){let t={};for(let[n,r]of Object.entries(e))/(?:token|secret|password|passphrase|key|auth|credential|api.?key)/i.test(n)?t[n]=`[REDACTED]`:t[n]=Si(r);return t}return e}function Ci(e,t){if(xi.has(e))return JSON.stringify({_redacted:!0,tool:e});let n=Si(t);if(e===`http`&&n.headers&&typeof n.headers==`object`){let e={};for(let[t,r]of Object.entries(n.headers))e[t]=bi.test(t)?`[REDACTED]`:r;return n.headers=e,JSON.stringify(n).slice(0,2e3)}return JSON.stringify(n).slice(0,2e3)}const wi=new Map,Ti=[];function Ei(e,t,n,r,i){let a=wi.get(e);a||(a={callCount:0,totalDurationMs:0,totalInputChars:0,totalOutputChars:0,errorCount:0},wi.set(e,a)),a.callCount++,a.totalDurationMs+=t,a.totalInputChars+=n,a.totalOutputChars+=r,i&&a.errorCount++,Ti.push(t),Ti.length>100&&Ti.shift(),Ti.length>=10&&Ti.length%20==0&&vi()}function Di(){return Array.from(wi.entries()).map(([e,t])=>({tool:e,...t}))}function Oi(){return Ti}function ki(){return async(e,t)=>{let n=Date.now(),r=JSON.stringify(e.args??{}).length;try{let i=await t(),a=Date.now()-n,o=JSON.stringify(i);return Tt({ts:new Date().toISOString(),source:`mcp`,tool:e.toolName,input:Ci(e.toolName,e.args),durationMs:a,status:`ok`,output:o,traceId:e.requestId,outputChars:o.length}),Ei(e.toolName,a,r,o.length,!1),i}catch(t){let i=Date.now()-n;throw Tt({ts:new Date().toISOString(),source:`mcp`,tool:e.toolName,input:Ci(e.toolName,e.args),durationMs:i,status:`error`,output:t instanceof Error?t.message:String(t),traceId:e.requestId,outputChars:0}),Ei(e.toolName,i,r,0,!0),t}}}function Ai(e,t){e.registerResource(`aikit-curated-index`,`aikit://curated`,{description:`Index of all curated knowledge entries`,mimeType:`text/markdown`},async()=>{let e=(await t.list()).map(e=>`- [${e.title}](aikit://curated/${e.path}) — ${e.category}`);return{contents:[{uri:`aikit://curated`,text:`# Curated Knowledge Index\n\n${e.length>0?e.join(`
17
+ `):`_No curated entries yet._`}`,mimeType:`text/markdown`}]}});let n=new sn(`aikit://curated/{+path}`,{list:async()=>({resources:(await t.list()).map(e=>({uri:`aikit://curated/${e.path}`,name:e.title,description:`[${e.category}] ${e.contentPreview?.slice(0,80)??``}`,mimeType:`text/markdown`}))})});e.registerResource(`aikit-curated-entry`,n,{description:`A curated knowledge entry`,mimeType:`text/markdown`},async(e,n)=>{let r=n.path;if(!r)throw Error(`Missing path variable in curated resource URI`);let i=await t.read(r);return{contents:[{uri:e.toString(),text:`---\ntitle: ${i.title}\ncategory: ${i.category}\ntags: ${i.tags?.join(`, `)??``}\nversion: ${i.version??1}\n---\n\n${i.content??i.contentPreview??``}`,mimeType:`text/markdown`}]}})}const ji=`aikit://schemas/channel-surface`,Mi=new URL(`../../../blocks-core/schemas/channel-surface.schema.json`,import.meta.url);let Ni;function Pi(){return Ni??=$t(Mi,`utf8`),Ni}function Fi(e,t,n){e.registerResource(`aikit-status`,`aikit://status`,{description:`Current AI Kit status and statistics`,mimeType:`text/plain`},async()=>{let e=await t.getStats();return{contents:[{uri:`aikit://status`,text:`AI Kit: ${e.totalRecords} records from ${e.totalFiles} files. Last indexed: ${e.lastIndexedAt??`Never`}`,mimeType:`text/plain`}]}}),e.registerResource(`aikit-file-tree`,`aikit://file-tree`,{description:`List of all indexed source files`,mimeType:`text/plain`},async()=>({contents:[{uri:`aikit://file-tree`,text:(await t.listSourcePaths()).sort().join(`
18
+ `),mimeType:`text/plain`}]})),e.registerResource(`aikit-channel-surface-schema`,ji,{description:`JSON Schema for the ChannelSurface communication contract`,mimeType:`application/schema+json`},async()=>({contents:[{uri:ji,text:await Pi(),mimeType:`application/schema+json`}]})),Ai(e,n)}const Ii=[`er_push`,`er_pull`,`er_sync_status`],Li=[...Ii,`er_update_policy`,`er_evolve_review`],Ri=new Set(Li);function zi(e){return e.toolProfiles}const Bi=new Set(`browser.changelog.check.checkpoint.codemod.compact.config.data_transform.delegate.diff_parse.digest.encode.env.eval.evidence_map.file_summary.forge_classify.git_context.graph.guide.health.http.knowledge.lane.measure.onboard.parse_output.present.process.produce_knowledge.queue.regex_test.reindex.rename.replay.restore.schema_validate.session_digest.scope_map.stash.status.stratum_card.test_run.time.watch.web_fetch.web_search.workset`.split(`.`)),Vi=5e3,Hi=new Set(`browser.changelog.check.checkpoint.codemod.data_transform.delegate.diff_parse.encode.env.eval.evidence_map.flow.describe_tool.list_tools.search_tools.forge_classify.git_context.guide.present.health.http.lane.measure.parse_output.process.produce_knowledge.queue.regex_test.rename.replay.restore.schema_validate.session_digest.stash.status.test_run.time.watch.web_fetch.web_search.workset`.split(`.`)),z=`analyze.audit.blast_radius.browser.changelog.check.checkpoint.codemod.compact.config.data_transform.dead_symbols.delegate.diff_parse.digest.encode.env.eval.evidence_map.file_summary.find.flow.forge_classify.forge_ground.git_context.graph.guide.health.http.knowledge.lane.describe_tool.list_tools.lookup.measure.onboard.parse_output.present.process.produce_knowledge.queue.regex_test.reindex.rename.replay.restore.schema_validate.scope_map.search.search_tools.session_digest.stash.status.stratum_card.symbol.test_run.time.trace.watch.web_fetch.web_search.workset`.split(`.`),Ui=A(`structured-content-guard`);function Wi(){let e=(async(e,t)=>{let n;try{n=await t()}catch(e){n={content:[{type:`text`,text:`[ERROR:INTERNAL] ${e instanceof Error?e.message:String(e)}`}],isError:!0}}let r=(e.toolConfig??{}).outputSchema;if(r==null)return n;let i=null;n.structuredContent??(n.structuredContent=Gi(r),i=`synthesize`);let a=Ki(r,n.structuredContent);return a.action!=null&&(n.structuredContent=a.structuredContent,i=a.action),n.structuredContent||(n.isError=!0,n.structuredContent={},i=`fallback-error`),i!=null&&Ui.warn(`Structured content guard activated`,{tool:e.toolName,action:i}),n});return e.critical=!0,e}function Gi(e){try{return Ji(e)??{}}catch{return{}}}function Ki(e,t){let n=e.safeParse;if(typeof n!=`function`)return{structuredContent:t,action:null};try{if(n(t).success)return{structuredContent:t,action:null};let r=Gi(e);if(qi(r)&&qi(t)){let e={...r,...t};if(n(e).success)return{structuredContent:e,action:`heal`}}return{structuredContent:r,action:`fallback-zero-value`}}catch{return{structuredContent:t,action:null}}}function qi(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}function Ji(e){if(!e)return{};if(e.anyOf){let t=e.anyOf.find(e=>e.type!==`null`);return t?Ji(t):null}switch(e.type){case`object`:{let t={},n=e.properties??e.shape;if(n)for(let[e,r]of Object.entries(n))t[e]=Ji(r);return t}case`array`:return[];case`string`:return``;case`number`:case`integer`:return 0;case`boolean`:return!1;case`nullable`:return null;case`optional`:return;case`record`:return{};default:return{}}}const B={search:{title:`Hybrid Search`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`search`]},find:{title:`Federated Find`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`search`]},symbol:{title:`Symbol Resolver — Cross-Module Definitions & References`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`search`]},trace:{title:`Data Flow Tracer — Cross-Module Call & Import Chains`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`search`]},scope_map:{title:`Task Scope Map`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`search`]},lookup:{title:`Chunk Lookup`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`search`]},dead_symbols:{title:`Dead Symbol Finder`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`search`]},file_summary:{title:`File Summary`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`search`]},analyze:{title:`Analyze`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`analysis`]},blast_radius:{title:`Blast Radius`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`analysis`,`search`]},knowledge:{title:`Knowledge`,annotations:{readOnlyHint:!1},category:[`knowledge`]},produce_knowledge:{title:`Produce Knowledge`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`knowledge`]},compact:{title:`Semantic Compactor`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`compression`]},digest:{title:`Multi-Source Digest`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`compression`]},stratum_card:{title:`Stratum Card`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`compression`]},forge_ground:{title:`FORGE Ground`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`forge`]},forge_classify:{title:`FORGE Classify`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`forge`]},evidence_map:{title:`Evidence Map`,annotations:{readOnlyHint:!1},category:[`forge`]},present:{title:`Rich Content Presenter`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`presentation`]},check:{title:`Typecheck & Lint`,annotations:{readOnlyHint:!0,openWorldHint:!0},category:[`execution`]},test_run:{title:`Run Tests`,annotations:{readOnlyHint:!0,openWorldHint:!0},category:[`execution`]},eval:{title:`Evaluate Code`,annotations:{readOnlyHint:!1,openWorldHint:!0},category:[`execution`]},audit:{title:`Project Audit`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`execution`]},browser:{title:`Browser Automation`,annotations:{readOnlyHint:!1,openWorldHint:!0},category:[`web`]},rename:{title:`Rename Symbol`,annotations:{readOnlyHint:!1,destructiveHint:!0},category:[`manipulation`]},restore:{title:`Restore`,annotations:{readOnlyHint:!1},category:[`manipulation`]},codemod:{title:`Codemod`,annotations:{readOnlyHint:!1,destructiveHint:!0},category:[`manipulation`]},data_transform:{title:`Data Transform`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`manipulation`]},stash:{title:`Stash Values`,annotations:{readOnlyHint:!1},category:[`session`]},checkpoint:{title:`Session Checkpoint`,annotations:{readOnlyHint:!1},category:[`session`]},session_digest:{title:`Session Digest`,annotations:{readOnlyHint:!0,idempotentHint:!1},category:[`session`]},workset:{title:`Workset Manager`,annotations:{readOnlyHint:!1},category:[`session`]},lane:{title:`Exploration Lane`,annotations:{readOnlyHint:!1},category:[`session`]},git_context:{title:`Git Context`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`git`]},diff_parse:{title:`Diff Parser`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`git`]},parse_output:{title:`Parse Build Output`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`git`]},process:{title:`Process Manager`,annotations:{readOnlyHint:!1,openWorldHint:!0},category:[`process`]},watch:{title:`File Watcher`,annotations:{readOnlyHint:!1,openWorldHint:!0},category:[`process`]},delegate:{title:`Delegate Task`,annotations:{readOnlyHint:!1,openWorldHint:!0},category:[`process`]},config:{title:`Configuration Manager`,annotations:{readOnlyHint:!1},category:[`system`]},status:{title:`AI Kit Status`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`system`]},health:{title:`Health Check`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`system`]},reindex:{title:`Reindex`,annotations:{readOnlyHint:!1},category:[`system`]},onboard:{title:`Onboard Codebase`,annotations:{readOnlyHint:!1},category:[`system`]},graph:{title:`Code Knowledge Graph — Module & Symbol Relationships`,annotations:{readOnlyHint:!1},category:[`system`]},guide:{title:`Tool Guide`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`system`]},replay:{title:`Replay History`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`system`]},list_tools:{title:`List Available Tools`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`meta`]},describe_tool:{title:`Describe Tool`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`meta`]},search_tools:{title:`Search Tools`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`meta`]},changelog:{title:`Generate Changelog`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`utilities`]},regex_test:{title:`Regex Tester`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`utilities`]},encode:{title:`Encode / Decode`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`utilities`]},measure:{title:`Code Metrics`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`utilities`]},schema_validate:{title:`Schema Validator`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`utilities`]},env:{title:`Environment Info`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`utilities`]},time:{title:`Date & Time`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`utilities`]},web_fetch:{title:`Web Fetch`,annotations:{readOnlyHint:!0,openWorldHint:!0},category:[`web`]},web_search:{title:`Web Search`,annotations:{readOnlyHint:!0,openWorldHint:!0},category:[`web`]},http:{title:`HTTP Request`,annotations:{readOnlyHint:!1,openWorldHint:!0},category:[`web`]},queue:{title:`Operation Queue`,annotations:{readOnlyHint:!1},category:[`queue`]},bridge_push:{title:`Bridge Push`,annotations:{readOnlyHint:!1},category:[`system`]},bridge_pull:{title:`Bridge Pull`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`system`]},bridge_sync:{title:`Bridge Sync Status`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`system`]},er_push:{title:`Enterprise Push`,annotations:{readOnlyHint:!1},category:[`system`]},er_pull:{title:`Enterprise Pull`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`system`]},er_sync_status:{title:`Enterprise Sync Status`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`system`]},er_update_policy:{title:`Enterprise Update Policy`,annotations:{readOnlyHint:!1},category:[`system`]},er_evolve_review:{title:`Enterprise Evolution Review`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`system`]},evolution_state:{title:`Evolution State`,annotations:{readOnlyHint:!1},category:[`system`]},policy_check:{title:`Policy Check`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`system`]},flow:{title:`Flow`,annotations:{readOnlyHint:!1},category:[`flow`]}};function V(e){return B[e]??{title:e,annotations:{readOnlyHint:!1},category:[]}}const Yi=Symbol(`toolPipelineState`);function Xi(e){return e[Yi]}function Zi(e,t){e[Yi]=t}function Qi(e,t,n=``){let r=Xi(e);if(r){r.pipeline=t,r.prefix=n;return}Zi(e,{originalRegisterTool:e.registerTool.bind(e),pipeline:t,prefix:n}),e.registerTool=(n,r,i)=>{let a=Xi(e),o=a?.prefix?`${a.prefix}${n}`:n;if(!i)return a?.originalRegisterTool(o,r);if((a?.pipeline??t).getMiddlewareNames().length===0)return a?.originalRegisterTool(o,r,i);let s=V(n),c=(a?.pipeline??t).wrap(n,i,r,s);return a?.originalRegisterTool(o,r,c)}}const $i={analyze:1,audit:1,blast_radius:1,changelog:1,check:2,checkpoint:2,codemod:2,compact:1,config:0,data_transform:1,dead_symbols:1,delegate:3,describe_tool:1,diff_parse:1,digest:1,encode:1,env:0,eval:2,evidence_map:2,file_summary:1,find:1,flow:3,forge_classify:1,forge_ground:2,git_context:1,graph:1,guide:0,health:0,http:1,lane:2,list_tools:1,lookup:1,measure:1,onboard:3,parse_output:1,present:1,process:3,produce_knowledge:3,queue:3,regex_test:1,reindex:3,rename:2,replay:1,restore:2,schema_validate:1,scope_map:1,search:1,search_tools:1,session_digest:2,stash:2,status:0,stratum_card:1,symbol:1,test_run:2,time:0,trace:1,watch:3,web_fetch:1,web_search:1,workset:2};function ea(e,t){return e.filter(e=>($i[e]??0)<=t)}const ta=new Set([`status`,`config`,`guide`,`health`]),na={full:{description:`All tools enabled (default)`,includeCategories:[]},safe:{description:`Read-only tools — no file/state modifications`,includeCategories:[`search`,`analysis`,`compression`,`utilities`,`system`,`git`,`flow`],excludeTools:[`reindex`,`onboard`]},research:{description:`Search, analysis, knowledge, and web access`,includeCategories:[`search`,`analysis`,`knowledge`,`compression`,`web`,`system`,`flow`]},minimal:{description:`Essential tools only — search, status, basic operations`,includeCategories:[`search`,`system`],includeTools:[`compact`,`file_summary`,`check`,`test_run`]},discovery:{description:`Full toolset plus discovery-oriented meta-tools for guided tool exploration`,includeCategories:[],includeTools:[`list_tools`,`describe_tool`,`search_tools`]}};function ra(e,t){let n=na[e];if(n)return n;let r=t?.[e];if(r)return r;throw Error(`Unknown tool profile: ${e}`)}function ia(e,t,n){return t.includes(`*`)?!0:(n[e]?.category??[]).some(e=>t.includes(e))}function aa(e,t,n,r){if(t.includes(`*`)){for(let t of n)e.add(t);return}for(let i of n)ia(i,t,r)&&e.add(i)}function oa(e,t,n){if(t.includes(`*`)){e.clear();return}for(let r of[...e])ia(r,t,n)&&e.delete(r)}function sa(e,t,n){if(!e||e.length===0||e.includes(`*`))return new Set(t);let r=new Set;return aa(r,e,t,n),r}function ca(e,t){return e===void 0?t:t===void 0?e:Math.min(e,t)}function la(e,t,n=0,r=[]){if(n>10)throw Error(`Tool profile inheritance exceeded max depth 10: ${[...r,e].join(` -> `)}`);if(r.includes(e))throw Error(`Tool profile inheritance cycle detected: ${[...r,e].join(` -> `)}`);let i=ra(e,t);return ca(i.extends?la(i.extends,t,n+1,[...r,e]):void 0,i.maxTier)}function ua(e,t,n,r){let i=(e,a,o)=>{if(a>10)throw Error(`Tool profile inheritance exceeded max depth 10: ${[...o,e].join(` -> `)}`);if(o.includes(e))throw Error(`Tool profile inheritance cycle detected: ${[...o,e].join(` -> `)}`);let s=ra(e,r),c=[...o,e],l=s.extends?i(s.extends,a+1,c):sa(s.includeCategories,t,n);s.extends&&s.includeCategories?.length&&aa(l,s.includeCategories,t,n),s.excludeCategories?.length&&oa(l,s.excludeCategories,n);for(let e of s.includeTools??[])l.add(e);for(let e of s.excludeTools??[])l.delete(e);return l},a=i(e,0,[]),o=la(e,r);if(o!==void 0){let e=ea([...a],o);a.clear();for(let t of e)a.add(t)}for(let e of ta)a.add(e);return a}const da=new Set([`search`,`analysis`,`knowledge`,`compression`,`forge`,`presentation`,`execution`,`manipulation`,`session`,`git`,`process`,`system`,`meta`,`utilities`,`web`,`queue`,`flow`]);function fa(e,t,n,r){let i=ua(process.env.AIKIT_TOOLSET||e.toolProfile||`full`,t,n,r);if(e.features&&e.features.length>0){let a=e.features.filter(e=>!da.has(e));if(a.length>0)throw Error(`Unknown feature group(s): ${a.join(`, `)}. Valid categories: ${[...da].join(`, `)}`);let o={description:`Synthetic profile from features config`,includeCategories:e.features},s=ua(`_features`,t,n,{...r,_features:o});for(let e of i)!s.has(e)&&!ta.has(e)&&i.delete(e)}if(e.readOnly)for(let e of[...i])n[e]?.annotations?.readOnlyHint===!1&&!ta.has(e)&&i.delete(e);for(let e of ta)i.add(e);return i}const pa=N.object({mode:N.enum([`wasm`,`regex`,`unknown`]),reason:N.string(),pathsChecked:N.array(N.object({path:N.string(),exists:N.boolean()})),os:N.string(),arch:N.string(),nodeVersion:N.string(),webTreeSitterImportable:N.boolean(),healAttempted:N.boolean(),healSuccess:N.boolean(),healError:N.string().nullable(),initError:N.string().nullable(),wasmDir:N.string().nullable(),grammarCount:N.number()}),ma=N.object({totalRecords:N.number(),totalFiles:N.number(),lastIndexedAt:N.string().nullable(),onboarded:N.boolean(),onboardDir:N.string(),contentTypes:N.record(N.string(),N.number()),wasmAvailable:N.boolean(),wasmDiagnostics:pa,graphStats:N.object({nodes:N.number(),edges:N.number()}).nullable(),curatedCount:N.number(),serverVersion:N.string(),scaffoldVersion:N.string().nullable(),workspaceScaffoldVersion:N.string().nullable(),upgradeAvailable:N.boolean(),storeBackend:N.string().optional(),storeDiagnostics:N.object({adapterType:N.string(),vectorSearchEnabled:N.boolean(),ftsEnabled:N.boolean(),degradedMode:N.boolean(),dbPath:N.string(),dbSizeBytes:N.number().nullable(),embeddingDim:N.number(),vectorDtype:N.string()}).nullable().optional(),contextPressure:N.number().min(0).max(100).describe(`0–100 score indicating AI Kit saturation`)});N.object({entries:N.array(N.object({path:N.string(),title:N.string(),category:N.string(),tags:N.array(N.string()),version:N.number(),preview:N.string()})),totalCount:N.number()});const ha=N.object({ok:N.boolean(),checks:N.array(N.object({name:N.string(),ok:N.boolean(),message:N.string().optional()}))}),ga=N.object({summary:N.object({totalFiles:N.number(),totalLines:N.number(),totalCodeLines:N.number(),totalFunctions:N.number(),avgComplexity:N.number(),maxComplexity:N.object({value:N.number(),file:N.string()})}),files:N.array(N.object({path:N.string(),lines:N.number(),code:N.number(),complexity:N.number(),functions:N.number()}))}),_a=N.object({platform:N.string(),arch:N.string(),nodeVersion:N.string(),cwd:N.string(),cpus:N.number(),memoryFreeGb:N.number(),memoryTotalGb:N.number()}),va=N.object({iso:N.string(),unix:N.number(),timezone:N.string(),formatted:N.string()}),ya=N.object({passed:N.boolean(),errorCount:N.number(),warningCount:N.number(),topErrors:N.array(N.string())}),ba=N.object({passed:N.boolean(),tsc:ya,biome:ya}),xa=N.object({name:N.string(),definedIn:N.object({path:N.string(),line:N.number(),kind:N.string(),signature:N.string().optional()}).nullable(),importedBy:N.array(N.object({path:N.string(),line:N.number(),importStatement:N.string()})),referencedIn:N.array(N.object({path:N.string(),line:N.number(),context:N.string(),scope:N.string().optional()})),graphContext:N.object({definingModule:N.string().optional(),importedByModules:N.array(N.string()),siblingSymbols:N.array(N.string())}).nullable()}),Sa=N.object({sourcePath:N.string(),contentType:N.string(),score:N.number(),headingPath:N.string().optional(),startLine:N.number().optional(),endLine:N.number().optional(),origin:N.string().optional(),category:N.string().optional(),tags:N.array(N.string()).optional()}),Ca=N.object({results:N.array(Sa),totalResults:N.number(),searchMode:N.string(),query:N.string()}),wa=N.object({path:N.string(),line:N.number().optional(),matchType:N.string(),preview:N.string()}),Ta=N.object({matches:N.array(wa),totalMatches:N.number(),pattern:N.string(),truncated:N.boolean()}),Ea=N.object({path:N.string(),relevance:N.number(),estimatedTokens:N.number(),focusLines:N.array(N.string()).optional()}),Da=N.object({files:N.array(Ea),totalFiles:N.number(),totalEstimatedTokens:N.number(),task:N.string()}),Oa=N.object({path:N.string(),impact:N.string(),reason:N.string()}),ka=N.object({changedFiles:N.array(N.string()),affectedFiles:N.array(Oa),totalAffected:N.number(),riskLevel:N.string()}),Aa=N.object({name:N.string(),passed:N.boolean(),message:N.string().optional(),severity:N.string().optional()}),ja=N.object({passed:N.boolean(),score:N.number(),checks:N.array(Aa),summary:N.string()}),Ma=N.object({id:N.string(),name:N.string(),type:N.string(),sourcePath:N.string().optional()}),Na=N.object({fromId:N.string(),toId:N.string(),type:N.string()}),Pa=N.object({nodes:N.array(Ma),edges:N.array(Na),totalNodes:N.number(),totalEdges:N.number(),query:N.string()}),Fa=N.object({symbols:N.array(N.object({name:N.string(),path:N.string(),line:N.number().optional(),kind:N.string()})),totalDead:N.number()});N.object({files:N.number(),packages:N.number(),languages:N.record(N.string(),N.number()),tree:N.string()});const Ia=N.object({path:N.string(),language:N.string(),lines:N.number(),imports:N.number(),exports:N.number(),functions:N.number(),classes:N.number()}),La=N.object({gitRoot:N.string(),branch:N.string(),commitCount:N.number(),hasUncommitted:N.boolean(),recentCommits:N.array(N.object({hash:N.string(),message:N.string(),author:N.string(),date:N.string()}))}),Ra=N.object({originalChars:N.number(),compressedChars:N.number(),ratio:N.number(),segmentsKept:N.number(),segmentsTotal:N.number()}),za=N.object({passed:N.boolean(),totalTests:N.number(),passedTests:N.number(),failedTests:N.number(),skippedTests:N.number(),duration:N.number().describe(`Duration in milliseconds`),failures:N.array(N.object({name:N.string(),message:N.string(),file:N.string().optional()}))}),Ba=A(`utils:enrich`);async function H(e,t){let n={curated:[],graph:[]},r=t.limit??3,[i,a]=await Promise.allSettled([Va(e,t.query,r),Ha(e,t.filePath)]);return i.status===`fulfilled`?n.curated=i.value:Ba.debug(`Curated enrichment failed`,{error:i.reason}),a.status===`fulfilled`?n.graph=a.value:Ba.debug(`Graph enrichment failed`,{error:a.reason}),n}async function Va(e,t,n){if(!e.store||!t)return[];try{let r=await e.store.ftsSearch(t,{origin:`curated`,limit:n});if(r.length>0)return r.map(e=>Ua(e.record));if(e.embedder){let r=await e.embedder.embedQuery(t);return(await e.store.search(r,{origin:`curated`,limit:n,minScore:.3})).map(e=>Ua(e.record))}return[]}catch(e){return Ba.debug(`Curated enrichment failed`,{error:e}),[]}}async function Ha(e,t){if(!e.graphStore||!t)return[];try{let n=await e.graphStore.findNodes({sourcePath:t,limit:1});if(n.length===0){let r=t.split(/[/\\]/).pop()?.replace(/\.\w+$/,``)||``;if(!r)return[];let i=await e.graphStore.findNodes({namePattern:r,type:`module`,limit:1});if(i.length===0)return[];n.push(i[0])}let r=n[0],i=await e.graphStore.getNeighbors(r.id,{direction:`both`,limit:10}),a=[];for(let e of i.edges){let t=e.fromId===r.id?e.toId:e.fromId,n=i.nodes.find(e=>e.id===t);if(!n)continue;let o=e.fromId===r.id?`->`:`<-`;a.push(`${o} ${e.type}: ${n.name} (${n.type})`)}return a}catch(e){return Ba.debug(`Graph enrichment failed`,{error:e}),[]}}function U(e){let t=[];if(e.curated.length>0){t.push(`**Curated Knowledge:**`);for(let n of e.curated)t.push(`- ${n}`)}if(e.graph.length>0){t.push(`**Graph Context:**`);for(let n of e.graph)t.push(`- ${n}`)}return t.length===0?``:`\n\n---\n## Enrichment\n${t.join(`
19
+ `)}`}function Ua(e){let t=Wa(e.metadata,`title`)||e.sourcePath||`Untitled`;return`[${Wa(e.metadata,`category`)}] ${t}: ${e.content.slice(0,200)}`}function Wa(e,t){let n=e?.[t];return typeof n==`string`?n:``}function W(e,t){return{content:[{type:`text`,text:`[ERROR:${e}] ${t}`}],isError:!0}}const Ga=A(`tools`),Ka=N.number().min(100).max(5e4).optional().describe(`Maximum token budget for the response. When set, output is truncated to fit.`);function qa(e,t){return t?Kt(e,t):e}function Ja(){let e=[];return Sn.get()||e.push(`Tree-sitter unavailable — using regex fallback, symbol/pattern confidence reduced`),e.length===0?``:`\n\n> **⚠ Caveats:** ${e.join(`; `)}`}function Ya(e){return(e??[]).map(e=>{if(typeof e==`string`)return e;if(e&&typeof e==`object`&&`path`in e)return typeof e.path==`string`?e.path:void 0}).filter(e=>!!e)}function Xa(e){let t=[],n=e.filter(e=>/\.(ts|tsx|js|jsx)$/.test(e)&&/(service|store|model|schema|migration)/i.test(e)),r=e.filter(e=>/\.(ts|tsx|js|jsx)$/.test(e)&&!n.includes(e)),i=e.filter(e=>!/\.(ts|tsx|js|jsx)$/.test(e));return(n.length>0||r.length>0||i.length>0)&&(t.push(`
20
20
 
21
21
  ### Risk Assessment`),n.length>0&&t.push(`- 🔴 **High risk** (${n.length}): ${n.slice(0,5).map(e=>`\`${e}\``).join(`, `)}`),r.length>0&&t.push(`- 🟡 **Medium risk** (${r.length}): source files`),i.length>0&&t.push(`- 🟢 **Low risk** (${i.length}): non-source files`)),t.join(`
22
- `)}function Ga(e){let t=e.replace(/\\/g,`/`);return/(^|\/)__tests__\/|\.(test|spec)\.[jt]sx?$/i.test(t)?`Tests`:/(controller|route|handler|api)/i.test(t)?`API`:/(service|store|model|schema|migration|repo|repository|db|database)/i.test(t)?`Core/Data`:/\.(ts|tsx|js|jsx)$/.test(t)?`Source`:`Config/Docs`}function Ka(e){if(e.length===0)return``;let t=[`Core/Data`,`API`,`Source`,`Tests`,`Config/Docs`],n=new Map;for(let t of e){let e=Ga(t),r=n.get(e)??[];r.push(t),n.set(e,r)}let r=[`
22
+ `)}function Za(e){let t=e.replace(/\\/g,`/`);return/(^|\/)__tests__\/|\.(test|spec)\.[jt]sx?$/i.test(t)?`Tests`:/(controller|route|handler|api)/i.test(t)?`API`:/(service|store|model|schema|migration|repo|repository|db|database)/i.test(t)?`Core/Data`:/\.(ts|tsx|js|jsx)$/.test(t)?`Source`:`Config/Docs`}function Qa(e){if(e.length===0)return``;let t=[`Core/Data`,`API`,`Source`,`Tests`,`Config/Docs`],n=new Map;for(let t of e){let e=Za(t),r=n.get(e)??[];r.push(t),n.set(e,r)}let r=[`
23
23
 
24
24
  ### Layer Classification`];for(let e of t){let t=n.get(e);if(!t?.length)continue;let i=t.slice(0,5).map(e=>`\`${e}\``).join(`, `),a=t.length>5?`, ... and ${t.length-5} more`:``;r.push(`- **${e}** (${t.length}): ${i}${a}`)}return r.join(`
25
- `)}async function qa(e,t){if(!e||t.length===0)return[];let n=new Set;for(let r of t){let i=await e.findNodes({sourcePath:r,limit:10});for(let r of i){let i=await e.getNeighbors(r.id,{direction:`incoming`,edgeType:`imports`});for(let e of i.nodes){let r=e.sourcePath??e.name;t.includes(r)||n.add(r)}}}return[...n]}async function Ja(e,t,n,r,i){try{let a=`produced/analysis/${n}/${M(`sha256`).update(r).digest(`hex`).slice(0,12)}.md`,o=M(`sha256`).update(i).digest(`hex`).slice(0,16),s=new Date().toISOString(),c=i.length>2e3?i.split(/(?=^## )/m).filter(e=>e.trim().length>0):[i],l=c.map((e,t)=>({id:M(`sha256`).update(`${a}::${t}`).digest(`hex`).slice(0,16),content:e.trim(),sourcePath:a,contentType:`produced-knowledge`,chunkIndex:t,totalChunks:c.length,startLine:0,endLine:0,fileHash:o,indexedAt:s,origin:`produced`,tags:[`analysis`,n],category:`analysis`,version:1})),u=await t.embedBatch(l.map(e=>e.content));await e.upsert(l,u),za.info(`Auto-persisted analysis`,{analyzerName:n,chunkCount:l.length})}catch(e){za.warn(`Auto-persist analysis failed`,{analyzerName:n,...j(e)})}}const Ya=P.enum([`structure`,`dependencies`,`symbols`,`patterns`,`entry_points`,`diagram`]),Xa=P.string().describe(`Root path to analyze`),Za=P.boolean().default(!1).describe(`Append curated knowledge and graph context to output. Adds ~150-250 tokens. Default false — set true when you need stored decisions, conventions, or relationship context.`),Qa=P.object({path:Xa,max_depth:P.number().min(1).max(10).default(6).describe(`Maximum directory depth`),format:P.enum([`json`,`markdown`]).default(`markdown`).describe(`Output format`),max_tokens:Ba,enrich:Za}),$a=P.object({path:Xa,format:P.enum([`json`,`markdown`,`mermaid`]).default(`markdown`).describe(`Output format`),max_tokens:Ba,enrich:Za}),eo=P.object({path:Xa,filter:P.string().optional().describe(`Filter symbols by name substring`),format:P.enum([`json`,`markdown`]).default(`markdown`).describe(`Output format`),enrich:Za}),to=P.object({path:Xa,enrich:Za}),no=P.object({path:Xa,enrich:Za}),ro=P.object({path:Xa,diagram_type:P.enum([`architecture`,`dependencies`]).default(`architecture`).describe(`Type of diagram`),enrich:Za}),io=P.object({aspect:Ya.describe(`Analysis aspect to execute`),path:Xa,max_depth:P.number().min(1).max(10).optional(),format:P.enum([`json`,`markdown`,`mermaid`]).optional(),max_tokens:Ba,filter:P.string().optional().describe(`Filter symbols by name substring`),diagram_type:P.enum([`architecture`,`dependencies`]).optional().describe(`Type of diagram when aspect="diagram"`),enrich:Za});async function ao(e,t,n,r){return!n||!r?e:e+W(await U(r,{query:t,filePath:t}))}async function oo(e,{store:t,embedder:n,enrichDeps:r}){let i=new _n,{path:a,max_depth:o,format:s,max_tokens:c,enrich:l}=Qa.parse(e),u=await i.analyze(a,{format:s,maxDepth:o,maxTokens:c});Ja(t,n,`structure`,a,u.output);let d=u.data;return{content:[{type:`text`,text:Va(await ao(u.output+'\n\n---\n_Analysis auto-saved to AI Kit memory. Next: Use `analyze({ aspect: "dependencies", ... })` for import graphs, or `analyze({ aspect: "patterns", ... })` to detect architecture patterns._',a,l,r),c)}],structuredContent:{files:d.fileCount??u.meta.fileCount,packages:d.packageCount??0,languages:d.languages??{},tree:u.output.slice(0,2e3)}}}async function so(e,{store:t,embedder:n,enrichDeps:r}){let i=new fn,{path:a,format:o,max_tokens:s,enrich:c}=$a.parse(e),l=await i.analyze(a,{format:o});return Ja(t,n,`dependencies`,a,l.output),{content:[{type:`text`,text:Va(await ao(l.output+'\n\n---\n_Analysis auto-saved to AI Kit memory. Next: Use `analyze({ aspect: "symbols", ... })` to explore exported symbols, or `analyze({ aspect: "diagram", ... })` for visual representation._',a,c,r),s)}]}}async function co(e,{store:t,embedder:n,enrichDeps:r}){let i=new vn,{path:a,filter:o,format:s,enrich:c}=eo.parse(e),l=await i.analyze(a,{format:s,filter:o});return Ja(t,n,`symbols`,a,l.output),{content:[{type:`text`,text:await ao(l.output+Ha()+'\n\n---\n_Analysis auto-saved to AI Kit memory. Next: Use `analyze({ aspect: "dependencies", ... })` to see import relationships, or `search` to find usage patterns._',a,c,r)}]}}async function lo(e,{store:t,embedder:n,enrichDeps:r}){let i=new gn,{path:a,enrich:o}=to.parse(e),s=await i.analyze(a);return Ja(t,n,`patterns`,a,s.output),{content:[{type:`text`,text:await ao(s.output+Ha()+'\n\n---\n_Analysis auto-saved to AI Kit memory. Next: Use `analyze({ aspect: "entry_points", ... })` to find Lambda handlers and main exports, or `produce_knowledge` for full analysis._',a,o,r)}]}}async function uo(e,{store:t,embedder:n,enrichDeps:r}){let i=new mn,{path:a,enrich:o}=no.parse(e),s=await i.analyze(a);return Ja(t,n,`entry-points`,a,s.output),{content:[{type:`text`,text:await ao(s.output+Ha()+'\n\n---\n_Analysis auto-saved to AI Kit memory. Next: Use `analyze({ aspect: "dependencies", ... })` to see what each entry point imports, or `produce_knowledge` for comprehensive analysis._',a,o,r)}]}}async function fo(e,{store:t,embedder:n,enrichDeps:r}){let i=new pn,{path:a,diagram_type:o,enrich:s}=ro.parse(e),c=await i.analyze(a,{diagramType:o});return Ja(t,n,`diagram`,a,c.output),{content:[{type:`text`,text:await ao(c.output+'\n\n---\n_Analysis auto-saved to AI Kit memory. Next: Use `analyze({ aspect: "structure", ... })` for detailed file tree, or `produce_knowledge` for comprehensive analysis._',a,s,r)}]}}async function po(e,t,n){switch(e){case`structure`:return oo(t,n);case`dependencies`:return so(t,n);case`symbols`:return co(t,n);case`patterns`:return lo(t,n);case`entry_points`:return uo(t,n);case`diagram`:return fo(t,n)}}function mo(e,t,n,r){let i=H(`analyze`);e.registerTool(`analyze`,{title:i.title,description:"Analyze a codebase using one of the supported aspects. Set `aspect` to structure, dependencies, symbols, patterns, entry_points, or diagram.",inputSchema:io.shape,annotations:i.annotations},async e=>{try{let i=io.parse(e);return await po(i.aspect,i,{store:t,embedder:n,enrichDeps:r})}catch(e){return za.error(`Analysis failed`,j(e)),G(`INTERNAL`,`Analysis failed: ${e instanceof Error?e.message:String(e)}`)}})}function ho(e,t,n,r,i){let a=new dn,o=H(`blast_radius`);e.registerTool(`blast_radius`,{title:o.title,description:`Given a list of changed files, trace the dependency graph to find all affected files (direct + transitive importers) and their tests. Useful for scoping code reviews and impact analysis.`,outputSchema:Ca,inputSchema:{path:P.string().describe(`Root path of the codebase`),files:P.array(P.string()).optional().describe(`Changed file paths (relative to root). If omitted, auto-detects from git status.`),max_depth:P.number().min(1).max(20).default(5).describe(`Maximum transitive dependency depth`),format:P.enum([`json`,`markdown`]).default(`markdown`).describe(`Output format`),max_tokens:Ba,enrich:P.boolean().default(!0).describe(`Append curated knowledge and graph context to output. Adds ~150-250 tokens. Default true for planning tools — set false to save tokens when enrichment is not needed.`)},annotations:o.annotations},async({path:e,files:o,max_depth:s,format:c,max_tokens:l,enrich:u})=>{try{let d=o??[];if(d.length===0)try{let t=await Ve({cwd:e,includeDiff:!1});if(d=Array.from(new Set([...Ua(t.status?.staged),...Ua(t.status?.modified),...Ua(t.status?.untracked)])),d.length===0)return{content:[{type:`text`,text:"No changed files detected from git status. Provide `files` explicitly or make changes first."}]}}catch{return G(`VALIDATION`,"Could not detect changed files from git. Provide `files` explicitly.")}let f=await a.analyze(e,{files:d,maxDepth:s,format:c}),p=[],m=``;if(r)try{p=await qa(r,d),p.length>0&&(m=`\n\n### Graph-discovered importers (${p.length})\n`+p.slice(0,20).map(e=>`- \`${e}\``).join(`
26
- `),p.length>20&&(m+=`\n- ... and ${p.length-20} more`))}catch{}let h=Ka(d),g=Wa(d),_=f.output+m+h+g+Ha()+'\n\n---\n_Analysis auto-saved to AI Kit memory. Next: Use `analyze({ aspect: "dependencies", ... })` to see the full import graph, or `analyze({ aspect: "symbols", ... })` to inspect affected exports._';if(u&&i){let t=await U(i,{query:e,filePath:e});_+=W(t)}Ja(t,n,`blast-radius`,e,_);let v=p.map(e=>({path:e,impact:`transitive`,reason:`imports changed file`})),y=d.length>10?`high`:d.length>3?`medium`:`low`;return{content:[{type:`text`,text:Va(_,l)}],structuredContent:{changedFiles:d,affectedFiles:v,totalAffected:v.length,riskLevel:y}}}catch(e){return za.error(`Blast radius analysis failed`,j(e)),G(`INTERNAL`,`Blast radius analysis failed: ${e instanceof Error?e.message:String(e)}`)}})}const go=k(`task-manager`);let _o=0;function vo(e){let t=typeof e?.sendNotification==`function`;return{createTask(n,r){let i=`aikit-task-${++_o}`,a=(n,r,a)=>{t&&e.sendNotification?.({method:`notifications/progress`,params:{progressToken:i,progress:n,total:r,...a?{message:a}:{}}}).catch(e=>{go.debug(`Progress notification failed`,{token:i,error:String(e)})})};return t&&go.debug(`Task created`,{token:i,title:n,totalSteps:r}),{progress(e,t){a(e,r,t??`${n}: step ${e+1}/${r}`)},complete(e){a(r,r,e??`${n}: complete`)},fail(e){a(r,r,e??`${n}: failed`)}}}}}const yo=k(`tools`);function bo(e,t,n,r){let i=H(`audit`);e.registerTool(`audit`,{title:i.title,description:`Run a unified audit: structure, dependencies, patterns, health, dead_symbols, check, entry_points. Returns synthesized report with score, recommendations, and next steps. 6 round-trips → 1.`,outputSchema:Ta,inputSchema:{path:P.string().default(`.`).describe(`Root path to audit`),checks:P.array(P.enum([`structure`,`dependencies`,`patterns`,`health`,`dead_symbols`,`check`,`entry_points`])).optional().describe(`Which checks to run (default: all)`),detail:P.enum(E).optional().describe(`'efficient' for overview (~500 tokens), 'full' includes pattern table`)},annotations:i.annotations},async({path:e,checks:i,detail:a},o)=>{try{let s=await le(t,n,{path:e,checks:i,detail:a??r??`efficient`});return vo(o).createTask(`Audit`,1).complete(`Audit complete: ${s.data?.recommendations?.length??0} recommendations`),{content:[{type:`text`,text:s.ok?`${s.summary}\n\n---\n_Audit score: ${s.data?.score}/100 | ${s.meta.durationMs}ms${s.next&&s.next.length>0?` | Next: ${s.next.map(e=>`\`${e.tool}\` (${e.reason})`).join(`, `)}`:``}_`:s.error?.message??`Audit failed`}],isError:!s.ok,...s.ok&&s.data?{structuredContent:{passed:s.ok,score:s.data.score??0,checks:(s.data.recommendations??[]).map(e=>({name:e.area,passed:e.priority!==`high`,message:e.message,severity:e.priority})),summary:s.summary??``}}:{}}}catch(e){return yo.error(`Audit failed`,j(e)),G(`INTERNAL`,`Audit failed: ${e instanceof Error?e.message:String(e)}`)}})}const xo=k(`tools`);function So(e){if(!e?.enabled)return;let t=process.env.AIKIT_ER_API_KEY;if(!t){xo.warn(`ER bridge enabled but AIKIT_ER_API_KEY not set; disabling`);return}return{enabled:!0,baseUrl:e.baseUrl,apiKey:t,timeoutMs:e.timeoutMs??5e3,cacheTtlMs:e.cacheTtlMs??360*60*1e3,cacheMaxEntries:e.cacheMaxEntries??100,fallbackThreshold:e.fallbackThreshold??.45}}function Co(e){let t=So(e);if(t)try{let e=new Cn(t),n=new Sn({maxEntries:t.cacheMaxEntries,defaultTtl:t.cacheTtlMs}),r=new En(e);try{let e=new URL(t.baseUrl).hostname;xo.info(`ER bridge initialized`,{host:e})}catch{xo.info(`ER bridge initialized`)}return{client:e,cache:n,pushAdapter:r,config:t}}catch(e){xo.warn(`ER bridge initialization failed`,j(e));return}}function wo(e,t,n){let r=H(`er_push`);e.registerTool(`er_push`,{title:r.title,description:`Push a curated knowledge entry to Enterprise RAG. The entry is stored via ER's curated_remember tool and becomes immediately searchable in the enterprise AI Kit.`,inputSchema:{title:P.string().min(3).max(120).describe(`Title for the knowledge entry`),content:P.string().min(10).max(1e5).describe(`Markdown content to push (max 100KB)`),category:P.string().regex(/^[a-z][a-z0-9-]*$/).default(`conventions`).describe(`Category slug (e.g., "decisions", "patterns", "conventions")`),tags:P.array(P.string()).default([]).describe(`Optional tags`),rule_id:P.string().optional().describe(`ID of the classification rule that motivated this push (from remember classification signals). Improves rule effectiveness tracking.`)},annotations:r.annotations},async({title:e,content:r,category:i,tags:a,rule_id:o})=>{try{let s=`${i}/${e.toLowerCase().replace(/[^a-z0-9]+/g,`-`)}`,c=await t.pushAdapter.push(s,{title:e,content:r,category:i,tags:a});return c.pushed?(n&&n.recordPush(s,c.pushed,o),{content:[{type:`text`,text:`Pushed to ER: **${e}**\n\nRemote path: \`${c.remotePath??`unknown`}\`\nTimestamp: ${c.timestamp}\n\n---\n_Next: Use \`er_pull\` to verify the entry is searchable in ER, or \`er_sync_status\` to see push history._`}]}):(n&&n.recordPush(s,!1,o),G(`INTERNAL`,`ER push failed: ${c.error??`Unknown error`}\n\n_The local AI Kit is unaffected. You can retry or check ER health with \`er_sync_status\`._`))}catch(t){if(xo.error(`ER push failed`,j(t)),n){let t=`${i}/${e.toLowerCase().replace(/[^a-z0-9]+/g,`-`)}`;n.recordPush(t,!1,o)}return G(`INTERNAL`,`ER push failed: operation unsuccessful
25
+ `)}async function $a(e,t){if(!e||t.length===0)return[];let n=new Set;for(let r of t){let i=await e.findNodes({sourcePath:r,limit:10});for(let r of i){let i=await e.getNeighbors(r.id,{direction:`incoming`,edgeType:`imports`});for(let e of i.nodes){let r=e.sourcePath??e.name;t.includes(r)||n.add(r)}}}return[...n]}async function eo(e,t,n,r,i){try{let a=`produced/analysis/${n}/${M(`sha256`).update(r).digest(`hex`).slice(0,12)}.md`,o=M(`sha256`).update(i).digest(`hex`).slice(0,16),s=new Date().toISOString(),c=i.length>2e3?i.split(/(?=^## )/m).filter(e=>e.trim().length>0):[i],l=c.map((e,t)=>({id:M(`sha256`).update(`${a}::${t}`).digest(`hex`).slice(0,16),content:e.trim(),sourcePath:a,contentType:`produced-knowledge`,chunkIndex:t,totalChunks:c.length,startLine:0,endLine:0,fileHash:o,indexedAt:s,origin:`produced`,tags:[`analysis`,n],category:`analysis`,version:1})),u=await t.embedBatch(l.map(e=>e.content));await e.upsert(l,u),Ga.info(`Auto-persisted analysis`,{analyzerName:n,chunkCount:l.length})}catch(e){Ga.warn(`Auto-persist analysis failed`,{analyzerName:n,...j(e)})}}const to=N.enum([`structure`,`dependencies`,`symbols`,`patterns`,`entry_points`,`diagram`]),no=N.string().describe(`Root path to analyze`),ro=N.boolean().default(!1).describe(`Append curated knowledge and graph context to output. Adds ~150-250 tokens. Default false — set true when you need stored decisions, conventions, or relationship context.`),io=N.object({path:no,max_depth:N.number().min(1).max(10).default(6).describe(`Maximum directory depth`),format:N.enum([`json`,`markdown`]).default(`markdown`).describe(`Output format`),max_tokens:Ka,enrich:ro}),ao=N.object({path:no,format:N.enum([`json`,`markdown`,`mermaid`]).default(`markdown`).describe(`Output format`),max_tokens:Ka,enrich:ro}),oo=N.object({path:no,filter:N.string().optional().describe(`Filter symbols by name substring`),format:N.enum([`json`,`markdown`]).default(`markdown`).describe(`Output format`),enrich:ro}),so=N.object({path:no,enrich:ro}),co=N.object({path:no,enrich:ro}),lo=N.object({path:no,diagram_type:N.enum([`architecture`,`dependencies`]).default(`architecture`).describe(`Type of diagram`),enrich:ro}),uo=N.object({aspect:to.describe(`Analysis aspect to execute`),path:no,max_depth:N.number().min(1).max(10).optional(),format:N.enum([`json`,`markdown`,`mermaid`]).optional(),max_tokens:Ka,filter:N.string().optional().describe(`Filter symbols by name substring`),diagram_type:N.enum([`architecture`,`dependencies`]).optional().describe(`Type of diagram when aspect="diagram"`),enrich:ro});async function fo(e,t,n,r){return!n||!r?e:e+U(await H(r,{query:t,filePath:t}))}async function po(e,{store:t,embedder:n,enrichDeps:r}){let i=new yn,{path:a,max_depth:o,format:s,max_tokens:c,enrich:l}=io.parse(e),u=await i.analyze(a,{format:s,maxDepth:o,maxTokens:c});eo(t,n,`structure`,a,u.output);let d=u.data;return{content:[{type:`text`,text:qa(await fo(u.output+'\n\n---\n_Analysis auto-saved to AI Kit memory. Next: Use `analyze({ aspect: "dependencies", ... })` for import graphs, or `analyze({ aspect: "patterns", ... })` to detect architecture patterns._',a,l,r),c)}],structuredContent:{files:d.fileCount??u.meta.fileCount,packages:d.packageCount??0,languages:d.languages??{},tree:u.output.slice(0,2e3)}}}async function mo(e,{store:t,embedder:n,enrichDeps:r}){let i=new mn,{path:a,format:o,max_tokens:s,enrich:c}=ao.parse(e),l=await i.analyze(a,{format:o});return eo(t,n,`dependencies`,a,l.output),{content:[{type:`text`,text:qa(await fo(l.output+'\n\n---\n_Analysis auto-saved to AI Kit memory. Next: Use `analyze({ aspect: "symbols", ... })` to explore exported symbols, or `analyze({ aspect: "diagram", ... })` for visual representation._',a,c,r),s)}]}}async function ho(e,{store:t,embedder:n,enrichDeps:r}){let i=new bn,{path:a,filter:o,format:s,enrich:c}=oo.parse(e),l=await i.analyze(a,{format:s,filter:o});return eo(t,n,`symbols`,a,l.output),{content:[{type:`text`,text:await fo(l.output+Ja()+'\n\n---\n_Analysis auto-saved to AI Kit memory. Next: Use `analyze({ aspect: "dependencies", ... })` to see import relationships, or `search` to find usage patterns._',a,c,r)}]}}async function go(e,{store:t,embedder:n,enrichDeps:r}){let i=new vn,{path:a,enrich:o}=so.parse(e),s=await i.analyze(a);return eo(t,n,`patterns`,a,s.output),{content:[{type:`text`,text:await fo(s.output+Ja()+'\n\n---\n_Analysis auto-saved to AI Kit memory. Next: Use `analyze({ aspect: "entry_points", ... })` to find Lambda handlers and main exports, or `produce_knowledge` for full analysis._',a,o,r)}]}}async function _o(e,{store:t,embedder:n,enrichDeps:r}){let i=new gn,{path:a,enrich:o}=co.parse(e),s=await i.analyze(a);return eo(t,n,`entry-points`,a,s.output),{content:[{type:`text`,text:await fo(s.output+Ja()+'\n\n---\n_Analysis auto-saved to AI Kit memory. Next: Use `analyze({ aspect: "dependencies", ... })` to see what each entry point imports, or `produce_knowledge` for comprehensive analysis._',a,o,r)}]}}async function vo(e,{store:t,embedder:n,enrichDeps:r}){let i=new hn,{path:a,diagram_type:o,enrich:s}=lo.parse(e),c=await i.analyze(a,{diagramType:o});return eo(t,n,`diagram`,a,c.output),{content:[{type:`text`,text:await fo(c.output+'\n\n---\n_Analysis auto-saved to AI Kit memory. Next: Use `analyze({ aspect: "structure", ... })` for detailed file tree, or `produce_knowledge` for comprehensive analysis._',a,s,r)}]}}async function yo(e,t,n){switch(e){case`structure`:return po(t,n);case`dependencies`:return mo(t,n);case`symbols`:return ho(t,n);case`patterns`:return go(t,n);case`entry_points`:return _o(t,n);case`diagram`:return vo(t,n)}}function bo(e,t,n,r){let i=V(`analyze`);e.registerTool(`analyze`,{title:i.title,description:"Analyze a codebase using one of the supported aspects. Set `aspect` to structure, dependencies, symbols, patterns, entry_points, or diagram.",inputSchema:uo.shape,annotations:i.annotations},async e=>{try{let i=uo.parse(e);return await yo(i.aspect,i,{store:t,embedder:n,enrichDeps:r})}catch(e){return Ga.error(`Analysis failed`,j(e)),W(`INTERNAL`,`Analysis failed: ${e instanceof Error?e.message:String(e)}`)}})}function xo(e,t,n,r,i){let a=new pn,o=V(`blast_radius`);e.registerTool(`blast_radius`,{title:o.title,description:`Given a list of changed files, trace the dependency graph to find all affected files (direct + transitive importers) and their tests. Useful for scoping code reviews and impact analysis.`,outputSchema:ka,inputSchema:{path:N.string().describe(`Root path of the codebase`),files:N.array(N.string()).optional().describe(`Changed file paths (relative to root). If omitted, auto-detects from git status.`),max_depth:N.number().min(1).max(20).default(5).describe(`Maximum transitive dependency depth`),format:N.enum([`json`,`markdown`]).default(`markdown`).describe(`Output format`),max_tokens:Ka,enrich:N.boolean().default(!0).describe(`Append curated knowledge and graph context to output. Adds ~150-250 tokens. Default true for planning tools — set false to save tokens when enrichment is not needed.`)},annotations:o.annotations},async({path:e,files:o,max_depth:s,format:c,max_tokens:l,enrich:u})=>{try{let d=o??[];if(d.length===0)try{let t=await He({cwd:e,includeDiff:!1});if(d=Array.from(new Set([...Ya(t.status?.staged),...Ya(t.status?.modified),...Ya(t.status?.untracked)])),d.length===0)return{content:[{type:`text`,text:"No changed files detected from git status. Provide `files` explicitly or make changes first."}]}}catch{return W(`VALIDATION`,"Could not detect changed files from git. Provide `files` explicitly.")}let f=await a.analyze(e,{files:d,maxDepth:s,format:c}),p=[],m=``;if(r)try{p=await $a(r,d),p.length>0&&(m=`\n\n### Graph-discovered importers (${p.length})\n`+p.slice(0,20).map(e=>`- \`${e}\``).join(`
26
+ `),p.length>20&&(m+=`\n- ... and ${p.length-20} more`))}catch{}let h=Qa(d),g=Xa(d),_=f.output+m+h+g+Ja()+'\n\n---\n_Analysis auto-saved to AI Kit memory. Next: Use `analyze({ aspect: "dependencies", ... })` to see the full import graph, or `analyze({ aspect: "symbols", ... })` to inspect affected exports._';if(u&&i){let t=await H(i,{query:e,filePath:e});_+=U(t)}eo(t,n,`blast-radius`,e,_);let v=p.map(e=>({path:e,impact:`transitive`,reason:`imports changed file`})),y=d.length>10?`high`:d.length>3?`medium`:`low`;return{content:[{type:`text`,text:qa(_,l)}],structuredContent:{changedFiles:d,affectedFiles:v,totalAffected:v.length,riskLevel:y}}}catch(e){return Ga.error(`Blast radius analysis failed`,j(e)),W(`INTERNAL`,`Blast radius analysis failed: ${e instanceof Error?e.message:String(e)}`)}})}const So=A(`task-manager`);let Co=0;function wo(e){let t=typeof e?.sendNotification==`function`;return{createTask(n,r){let i=`aikit-task-${++Co}`,a=(n,r,a)=>{t&&e.sendNotification?.({method:`notifications/progress`,params:{progressToken:i,progress:n,total:r,...a?{message:a}:{}}}).catch(e=>{So.debug(`Progress notification failed`,{token:i,error:String(e)})})};return t&&So.debug(`Task created`,{token:i,title:n,totalSteps:r}),{progress(e,t){a(e,r,t??`${n}: step ${e+1}/${r}`)},complete(e){a(r,r,e??`${n}: complete`)},fail(e){a(r,r,e??`${n}: failed`)}}}}}const To=A(`tools`);function Eo(e,t,n,r){let i=V(`audit`);e.registerTool(`audit`,{title:i.title,description:`Run a unified audit: structure, dependencies, patterns, health, dead_symbols, check, entry_points. Returns synthesized report with score, recommendations, and next steps. 6 round-trips → 1.`,outputSchema:ja,inputSchema:{path:N.string().default(`.`).describe(`Root path to audit`),checks:N.array(N.enum([`structure`,`dependencies`,`patterns`,`health`,`dead_symbols`,`check`,`entry_points`])).optional().describe(`Which checks to run (default: all)`),detail:N.enum(D).optional().describe(`'efficient' for overview (~500 tokens), 'full' includes pattern table`)},annotations:i.annotations},async({path:e,checks:i,detail:a},o)=>{try{let s=await ue(t,n,{path:e,checks:i,detail:a??r??`efficient`});return wo(o).createTask(`Audit`,1).complete(`Audit complete: ${s.data?.recommendations?.length??0} recommendations`),{content:[{type:`text`,text:s.ok?`${s.summary}\n\n---\n_Audit score: ${s.data?.score}/100 | ${s.meta.durationMs}ms${s.next&&s.next.length>0?` | Next: ${s.next.map(e=>`\`${e.tool}\` (${e.reason})`).join(`, `)}`:``}_`:s.error?.message??`Audit failed`}],isError:!s.ok,...s.ok&&s.data?{structuredContent:{passed:s.ok,score:s.data.score??0,checks:(s.data.recommendations??[]).map(e=>({name:e.area,passed:e.priority!==`high`,message:e.message,severity:e.priority})),summary:s.summary??``}}:{}}}catch(e){return To.error(`Audit failed`,j(e)),W(`INTERNAL`,`Audit failed: ${e instanceof Error?e.message:String(e)}`)}})}const Do=A(`tools`);function Oo(e){if(!e?.enabled)return;let t=process.env.AIKIT_ER_API_KEY;if(!t){Do.warn(`ER bridge enabled but AIKIT_ER_API_KEY not set; disabling`);return}return{enabled:!0,baseUrl:e.baseUrl,apiKey:t,timeoutMs:e.timeoutMs??5e3,cacheTtlMs:e.cacheTtlMs??360*60*1e3,cacheMaxEntries:e.cacheMaxEntries??100,fallbackThreshold:e.fallbackThreshold??.45}}function ko(e){let t=Oo(e);if(t)try{let e=new Tn(t),n=new wn({maxEntries:t.cacheMaxEntries,defaultTtl:t.cacheTtlMs}),r=new On(e);try{let e=new URL(t.baseUrl).hostname;Do.info(`ER bridge initialized`,{host:e})}catch{Do.info(`ER bridge initialized`)}return{client:e,cache:n,pushAdapter:r,config:t}}catch(e){Do.warn(`ER bridge initialization failed`,j(e));return}}function Ao(e,t,n){let r=V(`er_push`);e.registerTool(`er_push`,{title:r.title,description:`Push a curated knowledge entry to Enterprise RAG. The entry is stored via ER's curated_remember tool and becomes immediately searchable in the enterprise AI Kit.`,inputSchema:{title:N.string().min(3).max(120).describe(`Title for the knowledge entry`),content:N.string().min(10).max(1e5).describe(`Markdown content to push (max 100KB)`),category:N.string().regex(/^[a-z][a-z0-9-]*$/).default(`conventions`).describe(`Category slug (e.g., "decisions", "patterns", "conventions")`),tags:N.array(N.string()).default([]).describe(`Optional tags`),rule_id:N.string().optional().describe(`ID of the classification rule that motivated this push (from remember classification signals). Improves rule effectiveness tracking.`)},annotations:r.annotations},async({title:e,content:r,category:i,tags:a,rule_id:o})=>{try{let s=`${i}/${e.toLowerCase().replace(/[^a-z0-9]+/g,`-`)}`,c=await t.pushAdapter.push(s,{title:e,content:r,category:i,tags:a});return c.pushed?(n&&n.recordPush(s,c.pushed,o),{content:[{type:`text`,text:`Pushed to ER: **${e}**\n\nRemote path: \`${c.remotePath??`unknown`}\`\nTimestamp: ${c.timestamp}\n\n---\n_Next: Use \`er_pull\` to verify the entry is searchable in ER, or \`er_sync_status\` to see push history._`}]}):(n&&n.recordPush(s,!1,o),W(`INTERNAL`,`ER push failed: ${c.error??`Unknown error`}\n\n_The local AI Kit is unaffected. You can retry or check ER health with \`er_sync_status\`._`))}catch(t){if(Do.error(`ER push failed`,j(t)),n){let t=`${i}/${e.toLowerCase().replace(/[^a-z0-9]+/g,`-`)}`;n.recordPush(t,!1,o)}return W(`INTERNAL`,`ER push failed: operation unsuccessful
27
27
 
28
- _The local AI Kit is unaffected. You can retry or check ER health with \`er_sync_status\`._`)}})}function To(e,t){let n=H(`er_pull`);e.registerTool(`er_pull`,{title:n.title,description:`Explicitly search the Enterprise RAG AI Kit. Returns results from the enterprise system only (not local AI Kit). Uses a cache with 6-hour TTL to reduce API calls.`,inputSchema:{query:P.string().min(1).max(2e3).describe(`Search query for Enterprise RAG AI Kit (max 2000 chars)`),max_results:P.number().min(1).max(20).default(5).describe(`Maximum results to return`),bypass_cache:P.boolean().default(!0).describe(`Skip cache and fetch fresh results from ER (default: true per DR-001)`)},annotations:n.annotations},async({query:e,max_results:n,bypass_cache:r})=>{try{if(!r){let r=t.cache.get(e);if(r)return{content:[{type:`text`,text:`${r.slice(0,n).map((e,t)=>`### Result ${t+1} (score: ${e.score.toFixed(3)}, source: ER cached)\n- **Source**: ${e.sourcePath}\n\n${e.content}`).join(`
28
+ _The local AI Kit is unaffected. You can retry or check ER health with \`er_sync_status\`._`)}})}function jo(e,t){let n=V(`er_pull`);e.registerTool(`er_pull`,{title:n.title,description:`Explicitly search the Enterprise RAG AI Kit. Returns results from the enterprise system only (not local AI Kit). Uses a cache with 6-hour TTL to reduce API calls.`,inputSchema:{query:N.string().min(1).max(2e3).describe(`Search query for Enterprise RAG AI Kit (max 2000 chars)`),max_results:N.number().min(1).max(20).default(5).describe(`Maximum results to return`),bypass_cache:N.boolean().default(!0).describe(`Skip cache and fetch fresh results from ER (default: true per DR-001)`)},annotations:n.annotations},async({query:e,max_results:n,bypass_cache:r})=>{try{if(!r){let r=t.cache.get(e);if(r)return{content:[{type:`text`,text:`${r.slice(0,n).map((e,t)=>`### Result ${t+1} (score: ${e.score.toFixed(3)}, source: ER cached)\n- **Source**: ${e.sourcePath}\n\n${e.content}`).join(`
29
29
 
30
30
  ---
31
31
 
@@ -33,12 +33,12 @@ _The local AI Kit is unaffected. You can retry or check ER health with \`er_sync
33
33
 
34
34
  ---
35
35
 
36
- `)}\n\n---\n_Source: Enterprise RAG (${i.length} results) | Results cached for ${Math.floor(t.config.cacheTtlMs/36e5)}h_`}]}}catch(e){return xo.error(`ER pull failed`,j(e)),G(`INTERNAL`,`ER pull failed: search request unsuccessful
36
+ `)}\n\n---\n_Source: Enterprise RAG (${i.length} results) | Results cached for ${Math.floor(t.config.cacheTtlMs/36e5)}h_`}]}}catch(e){return Do.error(`ER pull failed`,j(e)),W(`INTERNAL`,`ER pull failed: search request unsuccessful
37
37
 
38
- _Enterprise RAG may be unavailable. Local AI Kit search is unaffected._`)}})}function Eo(e,t){let n=H(`er_sync_status`);e.registerTool(`er_sync_status`,{title:n.title,description:`Show the status of the Enterprise RAG bridge: health, cache stats, and push history.`,inputSchema:{check_health:P.boolean().default(!0).describe(`Whether to ping ER health endpoint (adds latency)`)},annotations:n.annotations},async({check_health:e})=>{try{let n=t.cache.stats(),r=t.pushAdapter.getStatus(),i=new URL(t.config.baseUrl),a=`${i.protocol}//${i.hostname}${i.port?`:${i.port}`:``}`,o=`_Health check skipped_`;if(e){let e=await t.client.health();o=e.healthy?`✅ Healthy (HTTP ${e.status})`:`❌ Unhealthy${e.status?` (HTTP ${e.status})`:``}`}let s=[`## ER Bridge Status
38
+ _Enterprise RAG may be unavailable. Local AI Kit search is unaffected._`)}})}function Mo(e,t){let n=V(`er_sync_status`);e.registerTool(`er_sync_status`,{title:n.title,description:`Show the status of the Enterprise RAG bridge: health, cache stats, and push history.`,inputSchema:{check_health:N.boolean().default(!0).describe(`Whether to ping ER health endpoint (adds latency)`)},annotations:n.annotations},async({check_health:e})=>{try{let n=t.cache.stats(),r=t.pushAdapter.getStatus(),i=new URL(t.config.baseUrl),a=`${i.protocol}//${i.hostname}${i.port?`:${i.port}`:``}`,o=`_Health check skipped_`;if(e){let e=await t.client.health();o=e.healthy?`✅ Healthy (HTTP ${e.status})`:`❌ Unhealthy${e.status?` (HTTP ${e.status})`:``}`}let s=[`## ER Bridge Status
39
39
  `,`**Endpoint**: \`${a}\``,`**Health**: ${o}`,`**Threshold**: ${t.config.fallbackThreshold} (vector similarity for auto-fallback)`,``,`### Cache`,`- Entries: ${n.size} / ${n.maxEntries}`,`- TTL: ${Math.floor(n.defaultTtlMs/36e5)}h`,``,`### Push History`,`- Total pushed: ${r.totalPushed}`,`- Successful: ${r.successCount}`,`- Failed: ${r.failCount}`];return r.lastPush&&s.push(`- Last push: "${r.lastPush.title}" at ${r.lastPush.pushedAt} (${r.lastPush.status})`),s.push("\n---\n_Next: Use `er_push` to send knowledge to ER, or `er_pull` to search ER._"),{content:[{type:`text`,text:s.join(`
40
- `)}]}}catch(e){return xo.error(`ER sync status failed`,j(e)),G(`INTERNAL`,`ER sync status failed: ${e instanceof Error?e.message:String(e)}`)}})}function K(e){return String(e??``).replace(/&/g,`&amp;`).replace(/</g,`&lt;`).replace(/>/g,`&gt;`).replace(/"/g,`&quot;`)}const Do=P.object({action:P.enum([`view`,`update`]).default(`view`).describe(`Action to perform: view current configuration or update it`),updates:P.record(P.string(),P.unknown()).optional().describe(`Partial configuration to merge when action is "update". Supports nested paths like { "indexing": { "chunkSize": 2000 } }`)}),Oo=k(`config-tool`),ko=`ui://aikit/config.html`,Ao=[`serverName`,`toolPrefix`,`autoIndex`,`sources`,`indexing`,`tokenBudget`];function jo(){let e=process.env.AIKIT_CONFIG_PATH;if(e&&o(e))return e;let t=y(process.cwd(),`aikit.config.json`);return o(t)?t:``}function q(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}function Mo(e,t){let n={...e};for(let[e,r]of Object.entries(t)){let t=n[e];if(q(t)&&q(r)){n[e]=Mo(t,r);continue}n[e]=r}return n}function No(e){return e===void 0?`undefined`:JSON.stringify(e)}function Po(e,t,n,r=``){let i=[];for(let[a,o]of Object.entries(n)){let n=r?`${r}.${a}`:a,s=e[a],c=t[a];if(q(o)&&q(s)&&q(c)){i.push(...Po(s,c,o,n));continue}No(s)!==No(c)&&i.push(`- ${n}: ${No(s)} -> ${No(c)}`)}return i}function Fo(e){let t=[];for(let[n,r]of Object.entries(e)){if(n===`store`||n===`embedding`||n===`er`){t.push(`Field "${n}" cannot be updated through this tool because it requires a restart.`);continue}if(n===`onboardDir`||n===`stateDir`||n===`curated`){t.push(`Field "${n}" cannot be updated through this tool because it requires a restart.`);continue}if(n===`autoIndex`){typeof r!=`boolean`&&t.push(`autoIndex must be a boolean.`);continue}if(n===`serverName`||n===`toolPrefix`){typeof r!=`string`&&t.push(`${n} must be a string.`);continue}if(n===`sources`){(!Array.isArray(r)||r.length===0)&&t.push(`sources must be a non-empty array.`);continue}if(n===`indexing`){if(!q(r)){t.push(`indexing must be an object.`);continue}for(let[e,n]of Object.entries(r)){if(e!==`chunkSize`&&e!==`chunkOverlap`&&e!==`minChunkSize`&&e!==`concurrency`){t.push(`indexing.${e} is not updatable through this tool.`);continue}(typeof n!=`number`||!Number.isFinite(n)||n<=0)&&t.push(`indexing.${e} must be a positive number.`)}continue}if(n===`tokenBudget`){(typeof r!=`string`||!E.includes(r))&&t.push(`tokenBudget must be one of: ${E.join(`, `)}.`);continue}t.push(`Field "${n}" is not updatable through this tool.`)}return t}function Io(e){let t=[];if(`autoIndex`in e&&typeof e.autoIndex!=`boolean`&&t.push(`autoIndex must be a boolean.`),`serverName`in e&&e.serverName!==void 0&&typeof e.serverName!=`string`&&t.push(`serverName must be a string.`),`toolPrefix`in e&&e.toolPrefix!==void 0&&typeof e.toolPrefix!=`string`&&t.push(`toolPrefix must be a string.`),(!Array.isArray(e.sources)||e.sources.length===0)&&t.push(`sources must be a non-empty array.`),!q(e.indexing))return t.push(`indexing must be an object.`),t;for(let n of[`chunkSize`,`chunkOverlap`,`minChunkSize`,`concurrency`]){let r=e.indexing[n];r!==void 0&&(typeof r!=`number`||!Number.isFinite(r)||r<=0)&&t.push(`indexing.${n} must be a positive number.`)}return t}function Lo(e){let t=JSON.parse(c(e,`utf-8`));if(!q(t))throw Error(`Config file must contain a JSON object.`);return t}function Ro(e,t){return[`AI Kit Configuration`,`Config file: ${t}`,``,JSON.stringify(e,null,2)].join(`
41
- `)}function zo(e){return e===void 0?``:q(e)||Array.isArray(e)?JSON.stringify(e,null,2):String(e)}function Bo(e){let t=e.metrics??[],n={success:`#22c55e`,warning:`#f59e0b`,error:`#ef4444`,info:`#38bdf8`},r={up:`↑`,down:`↓`,neutral:`→`};return`
40
+ `)}]}}catch(e){return Do.error(`ER sync status failed`,j(e)),W(`INTERNAL`,`ER sync status failed: ${e instanceof Error?e.message:String(e)}`)}})}function G(e){return String(e??``).replace(/&/g,`&amp;`).replace(/</g,`&lt;`).replace(/>/g,`&gt;`).replace(/"/g,`&quot;`)}const No=N.object({action:N.enum([`view`,`update`]).default(`view`).describe(`Action to perform: view current configuration or update it`),updates:N.record(N.string(),N.unknown()).optional().describe(`Partial configuration to merge when action is "update". Supports nested paths like { "indexing": { "chunkSize": 2000 } }`)}),Po=A(`config-tool`),Fo=`ui://aikit/config.html`,Io=[`serverName`,`toolPrefix`,`autoIndex`,`sources`,`indexing`,`tokenBudget`];function Lo(){let e=process.env.AIKIT_CONFIG_PATH;if(e&&o(e))return e;let t=y(process.cwd(),`aikit.config.json`);return o(t)?t:``}function K(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}function Ro(e,t){let n={...e};for(let[e,r]of Object.entries(t)){let t=n[e];if(K(t)&&K(r)){n[e]=Ro(t,r);continue}n[e]=r}return n}function zo(e){return e===void 0?`undefined`:JSON.stringify(e)}function Bo(e,t,n,r=``){let i=[];for(let[a,o]of Object.entries(n)){let n=r?`${r}.${a}`:a,s=e[a],c=t[a];if(K(o)&&K(s)&&K(c)){i.push(...Bo(s,c,o,n));continue}zo(s)!==zo(c)&&i.push(`- ${n}: ${zo(s)} -> ${zo(c)}`)}return i}function Vo(e){let t=[];for(let[n,r]of Object.entries(e)){if(n===`store`||n===`embedding`||n===`er`){t.push(`Field "${n}" cannot be updated through this tool because it requires a restart.`);continue}if(n===`onboardDir`||n===`stateDir`||n===`curated`){t.push(`Field "${n}" cannot be updated through this tool because it requires a restart.`);continue}if(n===`autoIndex`){typeof r!=`boolean`&&t.push(`autoIndex must be a boolean.`);continue}if(n===`serverName`||n===`toolPrefix`){typeof r!=`string`&&t.push(`${n} must be a string.`);continue}if(n===`sources`){(!Array.isArray(r)||r.length===0)&&t.push(`sources must be a non-empty array.`);continue}if(n===`indexing`){if(!K(r)){t.push(`indexing must be an object.`);continue}for(let[e,n]of Object.entries(r)){if(e!==`chunkSize`&&e!==`chunkOverlap`&&e!==`minChunkSize`&&e!==`concurrency`){t.push(`indexing.${e} is not updatable through this tool.`);continue}(typeof n!=`number`||!Number.isFinite(n)||n<=0)&&t.push(`indexing.${e} must be a positive number.`)}continue}if(n===`tokenBudget`){(typeof r!=`string`||!D.includes(r))&&t.push(`tokenBudget must be one of: ${D.join(`, `)}.`);continue}t.push(`Field "${n}" is not updatable through this tool.`)}return t}function Ho(e){let t=[];if(`autoIndex`in e&&typeof e.autoIndex!=`boolean`&&t.push(`autoIndex must be a boolean.`),`serverName`in e&&e.serverName!==void 0&&typeof e.serverName!=`string`&&t.push(`serverName must be a string.`),`toolPrefix`in e&&e.toolPrefix!==void 0&&typeof e.toolPrefix!=`string`&&t.push(`toolPrefix must be a string.`),(!Array.isArray(e.sources)||e.sources.length===0)&&t.push(`sources must be a non-empty array.`),!K(e.indexing))return t.push(`indexing must be an object.`),t;for(let n of[`chunkSize`,`chunkOverlap`,`minChunkSize`,`concurrency`]){let r=e.indexing[n];r!==void 0&&(typeof r!=`number`||!Number.isFinite(r)||r<=0)&&t.push(`indexing.${n} must be a positive number.`)}return t}function Uo(e){let t=JSON.parse(c(e,`utf-8`));if(!K(t))throw Error(`Config file must contain a JSON object.`);return t}function Wo(e,t){return[`AI Kit Configuration`,`Config file: ${t}`,``,JSON.stringify(e,null,2)].join(`
41
+ `)}function Go(e){return e===void 0?``:K(e)||Array.isArray(e)?JSON.stringify(e,null,2):String(e)}function Ko(e){let t=e.metrics??[],n={success:`#22c55e`,warning:`#f59e0b`,error:`#ef4444`,info:`#38bdf8`},r={up:`↑`,down:`↓`,neutral:`→`};return`
42
42
  <style>
43
43
  .db-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px}
44
44
  .db-card{padding:14px;border:1px solid var(--aikit-border,#3c3c3c);border-left-width:4px;border-radius:8px;background:var(--aikit-surface,#252526)}
@@ -51,11 +51,11 @@ _Enterprise RAG may be unavailable. Local AI Kit search is unaffected._`)}})}fun
51
51
  .db-list{margin-top:8px;display:grid;gap:4px}
52
52
  .db-list-row{display:flex;justify-content:space-between;padding:4px 0;color:var(--aikit-muted,#9ca3af);font:400 12px var(--aikit-font-sans,system-ui,sans-serif);border-bottom:1px solid var(--aikit-border,#3c3c3c)}
53
53
  </style>
54
- <div class="db-grid">${t.map(e=>{let t=n[e.status??`info`]??n.info,i=e.trend?`<span class="db-trend ${e.trend.direction}">${r[e.trend.direction]??``} ${K(e.trend.value)}</span>`:``,a=`<div class="db-value">${K(String(e.value))}</div>${i}`;return e.type===`progress`&&e.progress!=null&&(a+=`<div class="db-progress"><div class="db-progress-bar" style="width:${Math.min(100,Math.max(0,e.progress))}%;background:${t}"></div></div>`),e.type===`list`&&e.items?.length&&(a+=`<div class="db-list">${e.items.map(e=>`<div class="db-list-row"><span>${K(e.label)}</span><span>${K(e.value)}</span></div>`).join(``)}</div>`),`
54
+ <div class="db-grid">${t.map(e=>{let t=n[e.status??`info`]??n.info,i=e.trend?`<span class="db-trend ${e.trend.direction}">${r[e.trend.direction]??``} ${G(e.trend.value)}</span>`:``,a=`<div class="db-value">${G(String(e.value))}</div>${i}`;return e.type===`progress`&&e.progress!=null&&(a+=`<div class="db-progress"><div class="db-progress-bar" style="width:${Math.min(100,Math.max(0,e.progress))}%;background:${t}"></div></div>`),e.type===`list`&&e.items?.length&&(a+=`<div class="db-list">${e.items.map(e=>`<div class="db-list-row"><span>${G(e.label)}</span><span>${G(e.value)}</span></div>`).join(``)}</div>`),`
55
55
  <div class="db-card" style="border-left-color:${t}">
56
- <div class="db-label">${K(e.label)}</div>
56
+ <div class="db-label">${G(e.label)}</div>
57
57
  ${a}
58
- </div>`}).join(``)}</div>`}function Vo(e){let t=e.fields??[];return`
58
+ </div>`}).join(``)}</div>`}function qo(e){let t=e.fields??[];return`
59
59
  <style>
60
60
  .fm-container{display:grid;grid-template-columns:1fr 280px;gap:24px}
61
61
  @media(max-width:640px){.fm-container{grid-template-columns:1fr}}
@@ -81,7 +81,7 @@ _Enterprise RAG may be unavailable. Local AI Kit search is unaffected._`)}})}fun
81
81
  </style>
82
82
  <div class="fm-container">
83
83
  <div class="fm-fields" id="fmFields">
84
- ${t.map(e=>{let t=e.type??`text`,n;if(t===`select`&&e.options){let t=e.options.map(t=>`<option value="${K(t)}"${t===e.value?` selected`:``}>${K(t)}</option>`).join(``);n=`<select class="fm-input" data-field="${K(e.name)}">${t}</select>`}else n=t===`textarea`?`<textarea class="fm-input fm-textarea" data-field="${K(e.name)}" rows="4">${K(e.value??``)}</textarea>`:t===`multi-select`&&e.options?`<div class="fm-multi">${e.options.map(t=>`<label class="fm-check-label"><input type="checkbox" data-field="${K(e.name)}" value="${K(t)}"${e.value?.includes(t)?` checked`:``}> ${K(t)}</label>`).join(``)}</div>`:`<input class="fm-input" type="${K(t)}" data-field="${K(e.name)}" value="${K(e.value??``)}">`;return`<div class="fm-group"><label class="fm-label">${K(e.label)}</label>${n}</div>`}).join(``)}
84
+ ${t.map(e=>{let t=e.type??`text`,n;if(t===`select`&&e.options){let t=e.options.map(t=>`<option value="${G(t)}"${t===e.value?` selected`:``}>${G(t)}</option>`).join(``);n=`<select class="fm-input" data-field="${G(e.name)}">${t}</select>`}else n=t===`textarea`?`<textarea class="fm-input fm-textarea" data-field="${G(e.name)}" rows="4">${G(e.value??``)}</textarea>`:t===`multi-select`&&e.options?`<div class="fm-multi">${e.options.map(t=>`<label class="fm-check-label"><input type="checkbox" data-field="${G(e.name)}" value="${G(t)}"${e.value?.includes(t)?` checked`:``}> ${G(t)}</label>`).join(``)}</div>`:`<input class="fm-input" type="${G(t)}" data-field="${G(e.name)}" value="${G(e.value??``)}">`;return`<div class="fm-group"><label class="fm-label">${G(e.label)}</label>${n}</div>`}).join(``)}
85
85
  <button class="fm-submit" id="fmSubmit">Submit</button>
86
86
  </div>
87
87
  <div class="fm-preview">
@@ -120,9 +120,9 @@ _Enterprise RAG may be unavailable. Local AI Kit search is unaffected._`)}})}fun
120
120
  }
121
121
  });
122
122
  })();
123
- <\/script>`}function Ho(e){return Bo({metrics:Object.entries(e).map(([e,t])=>({label:e,value:q(t)||Array.isArray(t)?JSON.stringify(t,null,2):String(t),status:`info`}))})}function Uo(e){return Vo({fields:Ao.map(t=>{let n=e[t];return typeof n==`boolean`?{name:t,label:t,type:`select`,options:[`true`,`false`],value:String(n)}:{name:t,label:t,type:q(n)||Array.isArray(n)?`textarea`:`text`,value:zo(n)}})})}function Wo(e,t){return`<!DOCTYPE html><html><head><meta charset="utf-8"><title>${e}</title><style>:root{--aikit-bg:#1e1e1e;--aikit-surface:#252526;--aikit-surface2:#2d2d30;--aikit-border:#3c3c3c;--aikit-text:#e5e7eb;--aikit-muted:#9ca3af;--aikit-accent:#60a5fa;--aikit-success:#22c55e;font-family:system-ui,sans-serif}body{margin:0;padding:20px;background:var(--aikit-bg);color:var(--aikit-text);font-family:system-ui,sans-serif}h2{margin:0 0 16px}</style></head><body><h2>${e}</h2>${t}</body></html>`}function Go(e,t,n){kn(e,`AI Kit Config App`,ko,{description:`View and update AI Kit configuration`},async()=>({contents:[{uri:ko,mimeType:On,text:Wo(t,n)}]}))}function Ko(e,t){let n=H(`config`);An(e,`config`,{title:n.title,description:`View and update AI Kit server configuration. Use action "view" to see current settings, or "update" to modify configuration values. Changes are written to aikit.config.json and take effect on next server restart. Some settings (store, embedding) require a full restart.`,inputSchema:Do,annotations:n.annotations,_meta:{ui:{resourceUri:ko}}},async n=>{let{action:r,updates:i}=n;if(t.readOnly&&r!==`view`)return G(`PERMISSION`,`Configuration updates are disabled in read-only mode`);if(r===`view`){let n=jo(),r=n||`(runtime config only; no aikit.config.json found)`;try{let i=n?Lo(n):t,a=Ro(i,r);return Go(e,`Configuration`,Ho(i)),{content:[{type:`text`,text:a}],ui:{type:`resource`,uri:ko}}}catch(e){return Oo.error(`Failed to read config for view`,{configPath:n,error:e instanceof Error?e.message:String(e)}),{content:[{type:`text`,text:`Failed to read configuration from ${r}: ${e instanceof Error?e.message:String(e)}`}]}}}if(!i)return Go(e,`Configuration Form`,Uo(t)),{content:[{type:`text`,text:`No updates provided. Pass an updates object when action is "update".`}],ui:{type:`resource`,uri:ko}};let a=jo();if(!a)return Go(e,`Configuration Form`,Uo(t)),{content:[{type:`text`,text:`No config file found to update.`}],ui:{type:`resource`,uri:ko}};let o=Fo(i);if(o.length>0)return Go(e,`Configuration Form`,Uo(Lo(a))),{content:[{type:`text`,text:`Configuration update rejected:\n${o.map(e=>`- ${e}`).join(`
124
- `)}`}],ui:{type:`resource`,uri:ko}};try{let t=Lo(a),n=Mo(t,i),r=Io(n);if(r.length>0)return Go(e,`Configuration Form`,Uo(t)),{content:[{type:`text`,text:`Configuration update rejected:\n${r.map(e=>`- ${e}`).join(`
125
- `)}`}],ui:{type:`resource`,uri:ko}};p(a,JSON.stringify(n,null,2),`utf-8`);let o=Po(t,n,i),s=`Configuration updated successfully.
123
+ <\/script>`}function Jo(e){return Ko({metrics:Object.entries(e).map(([e,t])=>({label:e,value:K(t)||Array.isArray(t)?JSON.stringify(t,null,2):String(t),status:`info`}))})}function Yo(e){return qo({fields:Io.map(t=>{let n=e[t];return typeof n==`boolean`?{name:t,label:t,type:`select`,options:[`true`,`false`],value:String(n)}:{name:t,label:t,type:K(n)||Array.isArray(n)?`textarea`:`text`,value:Go(n)}})})}function Xo(e,t){return`<!DOCTYPE html><html><head><meta charset="utf-8"><title>${e}</title><style>:root{--aikit-bg:#1e1e1e;--aikit-surface:#252526;--aikit-surface2:#2d2d30;--aikit-border:#3c3c3c;--aikit-text:#e5e7eb;--aikit-muted:#9ca3af;--aikit-accent:#60a5fa;--aikit-success:#22c55e;font-family:system-ui,sans-serif}body{margin:0;padding:20px;background:var(--aikit-bg);color:var(--aikit-text);font-family:system-ui,sans-serif}h2{margin:0 0 16px}</style></head><body><h2>${e}</h2>${t}</body></html>`}function Zo(e,t,n){jn(e,`AI Kit Config App`,Fo,{description:`View and update AI Kit configuration`},async()=>({contents:[{uri:Fo,mimeType:An,text:Xo(t,n)}]}))}function Qo(e,t){let n=V(`config`);Mn(e,`config`,{title:n.title,description:`View and update AI Kit server configuration. Use action "view" to see current settings, or "update" to modify configuration values. Changes are written to aikit.config.json and take effect on next server restart. Some settings (store, embedding) require a full restart.`,inputSchema:No,annotations:n.annotations,_meta:{ui:{resourceUri:Fo}}},async n=>{let{action:r,updates:i}=n;if(t.readOnly&&r!==`view`)return W(`PERMISSION`,`Configuration updates are disabled in read-only mode`);if(r===`view`){let n=Lo(),r=n||`(runtime config only; no aikit.config.json found)`;try{let i=n?Uo(n):t,a=Wo(i,r);return Zo(e,`Configuration`,Jo(i)),{content:[{type:`text`,text:a}],ui:{type:`resource`,uri:Fo}}}catch(e){return Po.error(`Failed to read config for view`,{configPath:n,error:e instanceof Error?e.message:String(e)}),{content:[{type:`text`,text:`Failed to read configuration from ${r}: ${e instanceof Error?e.message:String(e)}`}]}}}if(!i)return Zo(e,`Configuration Form`,Yo(t)),{content:[{type:`text`,text:`No updates provided. Pass an updates object when action is "update".`}],ui:{type:`resource`,uri:Fo}};let a=Lo();if(!a)return Zo(e,`Configuration Form`,Yo(t)),{content:[{type:`text`,text:`No config file found to update.`}],ui:{type:`resource`,uri:Fo}};let o=Vo(i);if(o.length>0)return Zo(e,`Configuration Form`,Yo(Uo(a))),{content:[{type:`text`,text:`Configuration update rejected:\n${o.map(e=>`- ${e}`).join(`
124
+ `)}`}],ui:{type:`resource`,uri:Fo}};try{let t=Uo(a),n=Ro(t,i),r=Ho(n);if(r.length>0)return Zo(e,`Configuration Form`,Yo(t)),{content:[{type:`text`,text:`Configuration update rejected:\n${r.map(e=>`- ${e}`).join(`
125
+ `)}`}],ui:{type:`resource`,uri:Fo}};p(a,JSON.stringify(n,null,2),`utf-8`);let o=Bo(t,n,i),s=`Configuration updated successfully.
126
126
 
127
127
  Config file: ${a}
128
128
 
@@ -130,23 +130,23 @@ Changed values:
130
130
  ${o.length>0?o.join(`
131
131
  `):`- No effective changes; requested values already matched the file.`}
132
132
 
133
- These changes take effect on the next server restart.`;return Go(e,`Configuration`,Ho(n)),{content:[{type:`text`,text:s}],ui:{type:`resource`,uri:ko}}}catch(e){return Oo.error(`Failed to update config`,{configPath:a,error:e instanceof Error?e.message:String(e)}),{content:[{type:`text`,text:`Failed to update configuration in ${a}: ${e instanceof Error?e.message:String(e)}`}]}}})}const qo=k(`cross-workspace`);function Jo(e,t){if(!te())return[];let n=ne();if(n.length===0)return[];if(e.includes(`*`))return t?n.filter(e=>e.partition!==t):n;let r=[];for(let i of e){let e=n.find(e=>e.partition===i);if(e){e.partition!==t&&r.push(e);continue}let a=n.filter(e=>e.partition!==t&&e.partition.replace(/-[a-f0-9]{8}$/,``)===i.toLowerCase());r.push(...a)}let i=new Set;return r.filter(e=>i.has(e.partition)?!1:(i.add(e.partition),!0))}async function Yo(e){let t=new Map;for(let n of e)try{let e=await Nn({backend:`sqlite-vec`,path:A(n.partition)});await e.initialize(),t.set(n.partition,e)}catch(e){qo.warn(`Failed to open workspace store`,{partition:n.partition,err:e})}return{stores:t,closeAll:async()=>{for(let[,e]of t)try{await e.close()}catch{}}}}async function Xo(e,t,n){let r=[...e.entries()].map(async([e,r])=>{try{return(await r.search(t,n)).map(t=>({...t,workspace:e}))}catch(t){return qo.warn(`Cross-workspace search failed for partition`,{partition:e,err:t}),[]}});return(await Promise.all(r)).flat().sort((e,t)=>t.score-e.score).slice(0,n.limit)}async function Zo(e,t,n){let r=[...e.entries()].map(async([e,r])=>{try{return(await r.ftsSearch(t,n)).map(t=>({...t,workspace:e}))}catch(t){return qo.warn(`Cross-workspace FTS search failed for partition`,{partition:e,err:t}),[]}});return(await Promise.all(r)).flat().sort((e,t)=>t.score-e.score).slice(0,n.limit)}function Qo(e){return e.toLowerCase().replace(/[-_]/g,``)}function $o(e){let t=h(e),n=Qo(m(e));try{let e=l(t);for(let r of e)if(Qo(r)===n){let e=y(t,r);if(o(e))return e}}catch{}}function es(e,t,n){if(g(e))return o(e)?e:$o(e)||e;let r=y(t,e);if(o(r))return r;let i=$o(r);if(i)return i;if(n)for(let r of n){if(r===t)continue;let n=y(r,e);if(o(n))return n;let i=$o(n);if(i)return i}try{let n=l(t,{withFileTypes:!0});for(let r of n){if(!r.isDirectory()||r.name.startsWith(`.`)||r.name===`node_modules`)continue;let n=y(t,r.name,e);if(o(n))return n;let i=$o(n);if(i)return i}}catch{}return r}const ts=k(`tools:context`);function ns(e,t,n,r,i,a){let o=H(`compact`);e.registerTool(`compact`,{title:o.title,description:"Compress text to relevant sections using embedding similarity (no LLM). Provide either `text` or `path` (server reads the file — saves a round-trip). Segments by paragraph/sentence/line.",outputSchema:Ma,inputSchema:{text:P.string().optional().describe(`The text to compress (provide this OR path, not both)`),path:P.string().optional().describe(`File path to read server-side — avoids read_file round-trip + token doubling (provide this OR text)`),query:P.string().describe(`Focus query — what are you trying to understand?`),max_chars:P.number().min(100).max(5e4).default(3e3).describe(`Target output size in characters`),segmentation:P.enum([`paragraph`,`sentence`,`line`]).default(`paragraph`).describe(`How to split the text for scoring`),token_budget:P.number().min(50).max(12500).optional().describe(`Token budget — overrides max_chars (approx 4 chars per token). Use to fit output into a specific context window.`),enrich:P.boolean().default(!1).describe(`Append curated knowledge and graph context to output. Adds ~150-250 tokens. Default false — set true when you need stored decisions, conventions, or relationship context for the file/query.`)},annotations:o.annotations},async({text:e,path:o,query:s,max_chars:c,segmentation:l,token_budget:u,enrich:d})=>{try{let f=o?es(o,r,i):void 0;if(!e&&!f)return G(`VALIDATION`,`Either "text" or "path" must be provided.`);let p=await xe(t,{text:e,path:f,query:s,maxChars:c,tokenBudget:u,segmentation:l,cache:n}),m=[`Compressed ${p.originalChars} → ${p.compressedChars} chars (${(p.ratio*100).toFixed(0)}%)`,`Kept ${p.segmentsKept}/${p.segmentsTotal} segments`,``,p.text].join(`
134
- `);if(d&&a){let e=await U(a,{query:s,filePath:f});m+=W(e)}return{content:[{type:`text`,text:m}],structuredContent:{originalChars:p.originalChars,compressedChars:p.compressedChars,ratio:p.ratio,segmentsKept:p.segmentsKept,segmentsTotal:p.segmentsTotal}}}catch(e){return ts.error(`Compact failed`,j(e)),G(`INTERNAL`,`Compact failed: ${e instanceof Error?e.message:String(e)}`)}})}function rs(e,t,n,r){let i=H(`scope_map`);e.registerTool(`scope_map`,{title:i.title,description:`Generate a task-scoped reading plan. Given a task description, identifies which files and sections are relevant, with estimated token counts and suggested reading order.`,outputSchema:xa,inputSchema:{task:P.string().describe(`Description of the task to scope`),max_files:P.number().min(1).max(50).default(15).describe(`Maximum files to include`),content_type:P.enum(S).optional().describe(`Filter by content type`),max_tokens:P.number().min(100).max(5e4).optional().describe(`Maximum token budget for the response. When set, output is truncated to fit.`),enrich:P.boolean().default(!0).describe(`Append curated knowledge and graph context to output. Adds ~150-250 tokens. Default true for planning tools — set false to save tokens when enrichment is not needed.`)},annotations:i.annotations},async({task:e,max_files:i,content_type:a,max_tokens:o,enrich:s})=>{try{let c=await jt(t,n,{task:e,maxFiles:i,contentType:a}),l=[`## Scope Map: ${e}`,`Total estimated tokens: ~${c.totalEstimatedTokens}`,``,`### Files (by relevance)`,...c.files.map((e,t)=>`${t+1}. **${e.path}** (~${e.estimatedTokens} tokens, ${(e.relevance*100).toFixed(0)}% relevant)\n ${e.reason}\n Focus: ${e.focusRanges.map(e=>`L${e.start}-${e.end}`).join(`, `)}`),``,`### Suggested Reading Order`,...c.readingOrder.map((e,t)=>`${t+1}. ${e}`),``,`### Suggested Compact Calls`,`_Estimated compressed total: ~${Math.ceil(c.totalEstimatedTokens/5)} tokens_`,...c.compactCommands.map((e,t)=>`${t+1}. ${e}`)].join(`
135
- `)+"\n\n---\n_Next: Use `search` to dive into specific files, or `compact` to compress file contents for context._";if(s&&r){let t=await U(r,{query:e});l+=W(t)}return{content:[{type:`text`,text:o?Gt(l,o):l}],structuredContent:{files:c.files.map(e=>({path:e.path,relevance:e.relevance,estimatedTokens:e.estimatedTokens,...e.focusRanges.length>0?{focusLines:e.focusRanges.map(e=>`L${e.start}-${e.end}`)}:{}})),totalFiles:c.files.length,totalEstimatedTokens:c.totalEstimatedTokens,task:e}}}catch(e){return ts.error(`Scope map failed`,j(e)),G(`INTERNAL`,`Scope map failed: ${e instanceof Error?e.message:String(e)}`)}})}function is(e,t,n,r,i){let a=H(`find`);e.registerTool(`find`,{title:a.title,description:`Multi-strategy search combining vector, FTS, glob, and regex. Use for precise queries needing multiple strategies. mode=examples finds real usage of a symbol. For general discovery use search instead.`,outputSchema:ya,inputSchema:{query:P.string().optional().describe(`Semantic/keyword search query (required for mode "examples")`),glob:P.string().optional().describe(`File glob pattern (search mode only)`),pattern:P.string().optional().describe(`Regex pattern to match in content (search mode only)`),limit:P.number().min(1).max(50).default(10).describe(`Max results`),content_type:P.enum(S).optional().describe(`Filter by content type`),mode:P.enum([`search`,`examples`]).default(`search`).describe(`Mode: "search" (default) for federated search, "examples" to find usage examples of a symbol/pattern`),max_tokens:P.number().min(100).max(5e4).optional().describe(`Maximum token budget for the response. When set, output is truncated to fit.`),workspaces:P.array(P.string()).optional().describe(`Cross-workspace search: partition names or folder basenames to include. Use ["*"] for all. User-level mode only.`),enrich:P.boolean().default(!1).describe(`Append curated knowledge and graph context to output. Adds ~150-250 tokens. Default false — set true when you need stored decisions, conventions, or relationship context for the file/query.`)},annotations:a.annotations},async({query:e,glob:a,pattern:o,limit:s,content_type:c,mode:l,max_tokens:u,workspaces:d,enrich:f})=>{try{if(l===`examples`){if(!e)return G(`VALIDATION`,`"query" is required for mode "examples".`);let r=await Le(t,n,{query:e,limit:s,contentType:c}),a=JSON.stringify(r);if(f&&i){let t=await U(i,{query:e});a+=W(t)}return{content:[{type:`text`,text:u?Gt(a,u):a}]}}let p=await Fe(t,n,{query:e,glob:a,pattern:o,limit:s,contentType:c,cwd:r}),m=``;if(d&&d.length>0&&e){let n=Jo(d,O(process.cwd()));if(n.length>0){let{stores:r,closeAll:i}=await Yo(n);try{let i=await Xo(r,await t.embedQuery(e),{limit:s,contentType:c});for(let e of i)p.results.push({path:`[${e.workspace}] ${e.record.sourcePath}`,score:e.score,source:`cross-workspace`,lineRange:e.record.startLine?{start:e.record.startLine,end:e.record.endLine}:void 0,preview:e.record.content.slice(0,200)});p.results.sort((e,t)=>t.score-e.score),p.results=p.results.slice(0,s),p.totalFound=p.results.length,m=` + ${n.length} workspace(s)`}finally{await i()}}}if(p.results.length===0){let t=`No results found.${p.failedStrategies?.length?`\nStrategies attempted: ${p.strategies.join(`, `)}\nFailed: ${p.failedStrategies.map(e=>`${e.strategy} (${e.reason})`).join(`, `)}`:p.strategies.length===0?`
136
- No search strategies were activated. Provide at least one of: query, glob, or pattern.`:``}`;if(f&&i){let n=await U(i,{query:e});t+=W(n)}return{content:[{type:`text`,text:t}],structuredContent:{matches:[],totalMatches:0,pattern:e??a??o??``,truncated:!1}}}let h=[`Found ${p.totalFound} results via ${p.strategies.join(` + `)}${m}`,``,...p.results.map(e=>{let t=e.lineRange?`:${e.lineRange.start}-${e.lineRange.end}`:``,n=e.preview?`\n ${e.preview.slice(0,100)}...`:``;return`- [${e.source}] ${e.path}${t} (${(e.score*100).toFixed(0)}%)${n}`})].join(`
137
- `);if(f&&i){let t=await U(i,{query:e,filePath:p.results[0]?.path});h+=W(t)}return{content:[{type:`text`,text:u?Gt(h,u):h}],structuredContent:{matches:p.results.map(e=>({path:e.path,...e.lineRange?{line:e.lineRange.start}:{},matchType:e.source,preview:e.preview?.slice(0,200)??``})),totalMatches:p.totalFound,pattern:e??a??o??``,truncated:p.results.length<p.totalFound}}}catch(e){return ts.error(`Find failed`,j(e)),G(`INTERNAL`,`Find failed: ${e instanceof Error?e.message:String(e)}`)}})}function as(e,t,n,r){let i=H(`symbol`);e.registerTool(`symbol`,{title:i.title,description:`Find definition, imports, and references of a named symbol (function, class, type). For tracing data flow across call sites use trace instead.`,inputSchema:{name:P.string().describe(`Symbol name to look up (function, class, type, etc.)`),limit:P.number().min(1).max(50).default(20).describe(`Max results per category`),workspaces:P.array(P.string()).optional().describe(`Cross-workspace search: partition names or folder basenames to include. Use ["*"] for all. User-level mode only.`)},outputSchema:ha,annotations:i.annotations},async({name:e,limit:i,workspaces:a})=>{try{let o=await Vt(t,n,{name:e,limit:i,graphStore:r});if(a&&a.length>0){let n=Jo(a,O(process.cwd()));if(n.length>0){let{stores:r,closeAll:a}=await Yo(n);try{for(let[n,a]of r){let r=await Vt(t,a,{name:e,limit:i});r.definedIn&&!o.definedIn&&(o.definedIn={...r.definedIn,path:`[${n}] ${r.definedIn.path}`});for(let e of r.referencedIn)o.referencedIn.push({...e,path:`[${n}] ${e.path}`});if(r.importedBy){o.importedBy=o.importedBy??[];for(let e of r.importedBy)o.importedBy.push({...e,path:`[${n}] ${e.path}`})}}}finally{await a()}}}let s={name:o.name,definedIn:o.definedIn??null,importedBy:o.importedBy??[],referencedIn:o.referencedIn??[],graphContext:o.graphContext??null};return{content:[{type:`text`,text:ls(o)}],structuredContent:s}}catch(e){return ts.error(`Symbol lookup failed`,j(e)),G(`INTERNAL`,`Symbol lookup failed: ${e instanceof Error?e.message:String(e)}`)}})}function os(e,t,n,r,i){let a=new _n,o=H(`file_summary`);e.registerTool(`file_summary`,{title:o.title,description:`Create a concise structural summary of a source file: imports, exports, functions, classes, interfaces, and types.`,outputSchema:Aa,inputSchema:{path:P.string().describe(`Absolute path to the file to summarize`),max_tokens:P.number().min(100).max(5e4).optional().describe(`Maximum token budget for the response.`),enrich:P.boolean().default(!1).describe(`Append curated knowledge and graph context to output. Adds ~150-250 tokens. Default false — set true when you need stored decisions, conventions, or relationship context for the file/query.`)},annotations:o.annotations},async({path:e,max_tokens:o,enrich:s})=>{try{let c=es(e,n,r);if((await tn(c)).isDirectory()){let t=await a.analyze(c,{format:`markdown`,maxDepth:3,maxTokens:o}),n=t.data.stats?.languages??{},r=Object.entries(n).sort((e,t)=>t[1]-e[1])[0]?.[0],l=`📁 **Directory**: \`${e}\`\n\n${t.output}\n\n---\n_Path is a directory. Showing structure analysis. Use \`analyze({ aspect: "structure", ... })\` for deeper analysis with custom depth._`;if(s&&i){let t=await U(i,{query:e,filePath:c});l+=W(t)}return{content:[{type:`text`,text:o?Gt(l,o):l}],structuredContent:{path:c,language:r??`directory`,lines:0,imports:0,exports:0,functions:0,classes:0}}}let l=await Pe({path:c,content:(await t.get(c)).content}),u=us(l);if(s&&i){let t=await U(i,{query:e,filePath:c});u+=W(t)}return{content:[{type:`text`,text:u}],structuredContent:{path:l.path,language:l.language,lines:l.lines,imports:l.imports?.length??0,exports:l.exports?.length??0,functions:l.functions?.length??0,classes:l.classes?.length??0}}}catch(e){return ts.error(`File summary failed`,j(e)),G(`INTERNAL`,`File summary failed: ${e instanceof Error?e.message:String(e)}`)}})}function ss(e,t,n,r){let i=H(`trace`);e.registerTool(`trace`,{title:i.title,description:`Follow data flow forward/backward across imports and call sites from a starting symbol or file:line. For finding a single symbol definition use symbol instead.`,inputSchema:{start:P.string().describe(`Starting point — symbol name or file:line reference`),direction:P.enum([`forward`,`backward`,`both`]).describe(`Which direction to trace relationships`),max_depth:P.number().min(1).max(10).default(3).optional().describe(`Maximum trace depth`)},annotations:i.annotations},async({start:e,direction:i,max_depth:a})=>{try{let o=await Wt(t,n,{start:e,direction:i,maxDepth:a,graphStore:r}),s=[`## Trace: ${o.start}`,`Direction: ${o.direction} | Depth: ${o.depth}`,``];if(o.graphContext&&(s.push(`### Graph Context`),o.graphContext.definingModule&&s.push(`- Module: ${o.graphContext.definingModule}`),o.graphContext.community&&s.push(`- Community: ${o.graphContext.community}`),o.graphContext.importedByModules.length>0&&s.push(`- Imported by modules: ${o.graphContext.importedByModules.join(`, `)}`),o.graphContext.siblingSymbols.length>0&&s.push(`- Sibling symbols: ${o.graphContext.siblingSymbols.join(`, `)}`),s.push(``)),o.nodes.length===0)s.push(`No connections found.`);else{let e=o.nodes.filter(e=>e.relationship===`calls`),t=o.nodes.filter(e=>e.relationship===`called-by`),n=o.nodes.filter(e=>e.relationship===`imports`),r=o.nodes.filter(e=>e.relationship===`imported-by`),i=o.nodes.filter(e=>e.relationship===`references`);if(e.length>0){s.push(`### Calls (${e.length})`);for(let t of e){let e=t.scope?` (from ${t.scope}())`:``;s.push(`- ${t.symbol}() — ${t.path}:${t.line}${e}`)}s.push(``)}if(t.length>0){s.push(`### Called by (${t.length})`);for(let e of t){let t=e.scope?` in ${e.scope}()`:``;s.push(`- ${e.symbol}()${t} — ${e.path}:${e.line}`)}s.push(``)}if(n.length>0){s.push(`### Imports (${n.length})`);for(let e of n)s.push(`- ${e.symbol} — ${e.path}:${e.line}`);s.push(``)}if(r.length>0){s.push(`### Imported by (${r.length})`);for(let e of r)s.push(`- ${e.path}:${e.line}`);s.push(``)}if(i.length>0){s.push(`### References (${i.length})`);for(let e of i)s.push(`- ${e.path}:${e.line}`);s.push(``)}}return s.push(`---`,"_Next: `symbol` for definition details | `compact` to read a referenced file | `blast_radius` for impact analysis_"),{content:[{type:`text`,text:s.join(`
138
- `)}],structuredContent:{start:o.start,direction:o.direction,depth:o.depth,nodes:o.nodes,graphContext:o.graphContext??null}}}catch(e){return ts.error(`Trace failed`,j(e)),G(`INTERNAL`,`Trace failed: ${e instanceof Error?e.message:String(e)}`)}})}function cs(e,t,n,r,i,a){let o=H(`dead_symbols`);e.registerTool(`dead_symbols`,{title:o.title,description:`Find exported symbols that appear to be unused because they are never imported or re-exported.`,outputSchema:ka,inputSchema:{path:P.string().optional().describe(`Root path to scope the search (default: cwd)`),limit:P.number().min(1).max(500).default(100).optional().describe(`Maximum exported symbols to scan`),enrich:P.boolean().default(!1).describe(`Append curated knowledge and graph context to output. Adds ~150-250 tokens. Default false — set true when you need stored decisions, conventions, or relationship context for the file/query.`)},annotations:o.annotations},async({path:e,limit:o,enrich:s})=>{try{let c=e&&r?es(e,r,i):e,l=await Ie(t,n,{rootPath:c,limit:o}),u=[`## Dead Symbol Analysis`,``,`**Exports scanned:** ${l.totalExports}`,`**Dead in source:** ${l.totalDeadSource} (actionable)`,`**Dead in docs:** ${l.totalDeadDocs} (informational — code samples in .md files)`,``];if(l.deadInSource.length>0){u.push(`### Dead in Source (actionable)`);for(let e of l.deadInSource)u.push(`- \`${e.name}\` (${e.kind}) — ${e.path}:${e.line}`);u.push(``)}if(l.deadInDocs.length>0){u.push(`### Dead in Docs (informational)`),u.push(`_${l.totalDeadDocs} symbol(s) found only in documentation code samples — not actionable dead code._`);for(let e of l.deadInDocs.slice(0,5))u.push(`- \`${e.name}\` — ${e.path}:${e.line}`);l.deadInDocs.length>5&&u.push(`- _... ${l.deadInDocs.length-5} more omitted_`)}l.totalDeadSource>0?u.push(``,`---`,`_Next: \`codemod\` to remove ${l.totalDeadSource} unused exports | \`symbol\` to verify usage before removing_`):u.push(``,`---`,"_Next: `check` — no dead symbols found, validate types and lint_");let d=u.join(`
139
- `);if(s&&a){let t=await U(a,{query:`dead symbols ${e??c??``}`});d+=W(t)}return{content:[{type:`text`,text:d}],structuredContent:{symbols:[...l.deadInSource,...l.deadInDocs].map(e=>({name:e.name,path:e.path,...e.line===void 0?{}:{line:e.line},kind:e.kind})),totalDead:l.totalDeadSource+l.totalDeadDocs}}}catch(e){return ts.error(`Dead symbol scan failed`,j(e)),G(`INTERNAL`,`Dead symbol scan failed: ${e instanceof Error?e.message:String(e)}`)}})}function ls(e){let t=[`Symbol: ${e.name}`];if(e.definedIn){let n=`Defined in: ${e.definedIn.path}:${e.definedIn.line} (${e.definedIn.kind})`;e.definedIn.signature&&(n+=`\nSignature: ${e.definedIn.signature}`),t.push(n)}else t.push(`Defined in: not found`);if(t.push(``,`Imported by:`),e.importedBy.length===0)t.push(` none`);else for(let n of e.importedBy)t.push(` - ${n.path}:${n.line} ${n.importStatement}`);if(t.push(``,`Referenced in:`),e.referencedIn.length===0)t.push(` none`);else for(let n of e.referencedIn){let e=`scope`in n&&n.scope?` in ${n.scope}()`:``;t.push(` - ${n.path}:${n.line}${e} ${n.context}`)}if(e.graphContext){let n=e.graphContext;t.push(``,`Graph context:`),n.definingModule&&t.push(` Module: ${n.definingModule}`),n.importedByModules.length>0&&t.push(` Imported by modules: ${n.importedByModules.join(`, `)}`),n.siblingSymbols.length>0&&t.push(` Sibling symbols: ${n.siblingSymbols.join(`, `)}`)}return t.join(`
140
- `)}function us(e){let t=[e.path,`Language: ${e.language}`,`Lines: ${e.lines}`,`Estimated tokens: ~${e.estimatedTokens}`,``,`Imports (${e.imports.length}):`,...ds(e.imports),``,`Exports (${e.exports.length}):`,...ds(e.exports),``,`Functions (${e.functions.length}):`,...ds(e.functions.map(e=>`${e.name} @ line ${e.line}${e.exported?` [exported]`:``}${`signature`in e&&e.signature?` — ${e.signature}`:``}`)),``,`Classes (${e.classes.length}):`,...ds(e.classes.map(e=>`${e.name} @ line ${e.line}${e.exported?` [exported]`:``}${e.signature?` — ${e.signature}`:``}`)),``,`Interfaces (${e.interfaces.length}):`,...ds(e.interfaces.map(e=>`${e.name} @ line ${e.line}${`exported`in e&&e.exported?` [exported]`:``}`)),``,`Types (${e.types.length}):`,...ds(e.types.map(e=>`${e.name} @ line ${e.line}${`exported`in e&&e.exported?` [exported]`:``}`))];if(`importDetails`in e&&e.importDetails&&e.importDetails.length>0){let n=e.importDetails.filter(e=>e.isExternal).length,r=e.importDetails.length-n;t.push(``,`Import breakdown: ${n} external, ${r} internal`)}if(`callEdges`in e&&e.callEdges&&e.callEdges.length>0){t.push(``,`Call edges (${e.callEdges.length} intra-file):`);for(let n of e.callEdges.slice(0,30))t.push(` - ${n.caller}() → ${n.callee}() @ line ${n.line}`);e.callEdges.length>30&&t.push(` - ... ${e.callEdges.length-30} more`)}return t.join(`
141
- `)}function ds(e){return e.length===0?[` none`]:e.map(e=>` - ${e}`)}const fs=k(`tools`);function ps(e,t){let n=H(`er_evolve_review`);e.registerTool(`er_evolve_review`,{title:n.title,description:`Review evolution metrics for the AI Kit ↔ ER bridge. Shows local miss rates, push acceptance, rule effectiveness, and top missed queries. Use this to reason about improving classification rules and knowledge flow.`,inputSchema:{include_details:P.boolean().default(!0).describe(`Include detailed breakdowns (top missed queries, rule stats)`),reset_after:P.boolean().default(!1).describe(`Reset collected metrics after review`)},annotations:n.annotations},async({include_details:e,reset_after:n})=>{try{let r=t.getMetrics(),i=[`## ER Evolution Review
133
+ These changes take effect on the next server restart.`;return Zo(e,`Configuration`,Jo(n)),{content:[{type:`text`,text:s}],ui:{type:`resource`,uri:Fo}}}catch(e){return Po.error(`Failed to update config`,{configPath:a,error:e instanceof Error?e.message:String(e)}),{content:[{type:`text`,text:`Failed to update configuration in ${a}: ${e instanceof Error?e.message:String(e)}`}]}}})}const $o=A(`cross-workspace`);function es(e,t){if(!ne())return[];let n=re();if(n.length===0)return[];if(e.includes(`*`))return t?n.filter(e=>e.partition!==t):n;let r=[];for(let i of e){let e=n.find(e=>e.partition===i);if(e){e.partition!==t&&r.push(e);continue}let a=n.filter(e=>e.partition!==t&&e.partition.replace(/-[a-f0-9]{8}$/,``)===i.toLowerCase());r.push(...a)}let i=new Set;return r.filter(e=>i.has(e.partition)?!1:(i.add(e.partition),!0))}async function ts(e){let t=new Map;for(let n of e)try{let e=await Fn({backend:`sqlite-vec`,path:te(n.partition)});await e.initialize(),t.set(n.partition,e)}catch(e){$o.warn(`Failed to open workspace store`,{partition:n.partition,err:e})}return{stores:t,closeAll:async()=>{for(let[,e]of t)try{await e.close()}catch{}}}}async function ns(e,t,n){let r=[...e.entries()].map(async([e,r])=>{try{return(await r.search(t,n)).map(t=>({...t,workspace:e}))}catch(t){return $o.warn(`Cross-workspace search failed for partition`,{partition:e,err:t}),[]}});return(await Promise.all(r)).flat().sort((e,t)=>t.score-e.score).slice(0,n.limit)}async function rs(e,t,n){let r=[...e.entries()].map(async([e,r])=>{try{return(await r.ftsSearch(t,n)).map(t=>({...t,workspace:e}))}catch(t){return $o.warn(`Cross-workspace FTS search failed for partition`,{partition:e,err:t}),[]}});return(await Promise.all(r)).flat().sort((e,t)=>t.score-e.score).slice(0,n.limit)}function is(e){return e.toLowerCase().replace(/[-_]/g,``)}function as(e){let t=h(e),n=is(m(e));try{let e=l(t);for(let r of e)if(is(r)===n){let e=y(t,r);if(o(e))return e}}catch{}}function os(e,t,n){if(g(e))return o(e)?e:as(e)||e;let r=y(t,e);if(o(r))return r;let i=as(r);if(i)return i;if(n)for(let r of n){if(r===t)continue;let n=y(r,e);if(o(n))return n;let i=as(n);if(i)return i}try{let n=l(t,{withFileTypes:!0});for(let r of n){if(!r.isDirectory()||r.name.startsWith(`.`)||r.name===`node_modules`)continue;let n=y(t,r.name,e);if(o(n))return n;let i=as(n);if(i)return i}}catch{}return r}const ss=A(`tools:context`);function cs(e,t,n,r,i,a){let o=V(`compact`);e.registerTool(`compact`,{title:o.title,description:"Compress text to relevant sections using embedding similarity (no LLM). Provide either `text` or `path` (server reads the file — saves a round-trip). Segments by paragraph/sentence/line.",outputSchema:Ra,inputSchema:{text:N.string().optional().describe(`The text to compress (provide this OR path, not both)`),path:N.string().optional().describe(`File path to read server-side — avoids read_file round-trip + token doubling (provide this OR text)`),query:N.string().describe(`Focus query — what are you trying to understand?`),max_chars:N.number().min(100).max(5e4).default(3e3).describe(`Target output size in characters`),segmentation:N.enum([`paragraph`,`sentence`,`line`]).default(`paragraph`).describe(`How to split the text for scoring`),token_budget:N.number().min(50).max(12500).optional().describe(`Token budget — overrides max_chars (approx 4 chars per token). Use to fit output into a specific context window.`),enrich:N.boolean().default(!1).describe(`Append curated knowledge and graph context to output. Adds ~150-250 tokens. Default false — set true when you need stored decisions, conventions, or relationship context for the file/query.`)},annotations:o.annotations},async({text:e,path:o,query:s,max_chars:c,segmentation:l,token_budget:u,enrich:d})=>{try{let f=o?os(o,r,i):void 0;if(!e&&!f)return W(`VALIDATION`,`Either "text" or "path" must be provided.`);let p=await Se(t,{text:e,path:f,query:s,maxChars:c,tokenBudget:u,segmentation:l,cache:n}),m=[`Compressed ${p.originalChars} → ${p.compressedChars} chars (${(p.ratio*100).toFixed(0)}%)`,`Kept ${p.segmentsKept}/${p.segmentsTotal} segments`,``,p.text].join(`
134
+ `);if(d&&a){let e=await H(a,{query:s,filePath:f});m+=U(e)}return{content:[{type:`text`,text:m}],structuredContent:{originalChars:p.originalChars,compressedChars:p.compressedChars,ratio:p.ratio,segmentsKept:p.segmentsKept,segmentsTotal:p.segmentsTotal}}}catch(e){return ss.error(`Compact failed`,j(e)),W(`INTERNAL`,`Compact failed: ${e instanceof Error?e.message:String(e)}`)}})}function ls(e,t,n,r){let i=V(`scope_map`);e.registerTool(`scope_map`,{title:i.title,description:`Generate a task-scoped reading plan. Given a task description, identifies which files and sections are relevant, with estimated token counts and suggested reading order.`,outputSchema:Da,inputSchema:{task:N.string().describe(`Description of the task to scope`),max_files:N.number().min(1).max(50).default(15).describe(`Maximum files to include`),content_type:N.enum(C).optional().describe(`Filter by content type`),max_tokens:N.number().min(100).max(5e4).optional().describe(`Maximum token budget for the response. When set, output is truncated to fit.`),enrich:N.boolean().default(!0).describe(`Append curated knowledge and graph context to output. Adds ~150-250 tokens. Default true for planning tools — set false to save tokens when enrichment is not needed.`)},annotations:i.annotations},async({task:e,max_files:i,content_type:a,max_tokens:o,enrich:s})=>{try{let c=await Mt(t,n,{task:e,maxFiles:i,contentType:a}),l=[`## Scope Map: ${e}`,`Total estimated tokens: ~${c.totalEstimatedTokens}`,``,`### Files (by relevance)`,...c.files.map((e,t)=>`${t+1}. **${e.path}** (~${e.estimatedTokens} tokens, ${(e.relevance*100).toFixed(0)}% relevant)\n ${e.reason}\n Focus: ${e.focusRanges.map(e=>`L${e.start}-${e.end}`).join(`, `)}`),``,`### Suggested Reading Order`,...c.readingOrder.map((e,t)=>`${t+1}. ${e}`),``,`### Suggested Compact Calls`,`_Estimated compressed total: ~${Math.ceil(c.totalEstimatedTokens/5)} tokens_`,...c.compactCommands.map((e,t)=>`${t+1}. ${e}`)].join(`
135
+ `)+"\n\n---\n_Next: Use `search` to dive into specific files, or `compact` to compress file contents for context._";if(s&&r){let t=await H(r,{query:e});l+=U(t)}return{content:[{type:`text`,text:o?Kt(l,o):l}],structuredContent:{files:c.files.map(e=>({path:e.path,relevance:e.relevance,estimatedTokens:e.estimatedTokens,...e.focusRanges.length>0?{focusLines:e.focusRanges.map(e=>`L${e.start}-${e.end}`)}:{}})),totalFiles:c.files.length,totalEstimatedTokens:c.totalEstimatedTokens,task:e}}}catch(e){return ss.error(`Scope map failed`,j(e)),W(`INTERNAL`,`Scope map failed: ${e instanceof Error?e.message:String(e)}`)}})}function us(e,t,n,r,i){let a=V(`find`);e.registerTool(`find`,{title:a.title,description:`Multi-strategy search combining vector, FTS, glob, and regex. Use for precise queries needing multiple strategies. mode=examples finds real usage of a symbol. For general discovery use search instead.`,outputSchema:Ta,inputSchema:{query:N.string().optional().describe(`Semantic/keyword search query (required for mode "examples")`),glob:N.string().optional().describe(`File glob pattern (search mode only)`),pattern:N.string().optional().describe(`Regex pattern to match in content (search mode only)`),limit:N.number().min(1).max(50).default(10).describe(`Max results`),content_type:N.enum(C).optional().describe(`Filter by content type`),mode:N.enum([`search`,`examples`]).default(`search`).describe(`Mode: "search" (default) for federated search, "examples" to find usage examples of a symbol/pattern`),max_tokens:N.number().min(100).max(5e4).optional().describe(`Maximum token budget for the response. When set, output is truncated to fit.`),workspaces:N.array(N.string()).optional().describe(`Cross-workspace search: partition names or folder basenames to include. Use ["*"] for all. User-level mode only.`),enrich:N.boolean().default(!1).describe(`Append curated knowledge and graph context to output. Adds ~150-250 tokens. Default false — set true when you need stored decisions, conventions, or relationship context for the file/query.`)},annotations:a.annotations},async({query:e,glob:a,pattern:o,limit:s,content_type:c,mode:l,max_tokens:u,workspaces:d,enrich:f})=>{try{if(l===`examples`){if(!e)return W(`VALIDATION`,`"query" is required for mode "examples".`);let r=await Re(t,n,{query:e,limit:s,contentType:c}),a=JSON.stringify(r);if(f&&i){let t=await H(i,{query:e});a+=U(t)}return{content:[{type:`text`,text:u?Kt(a,u):a}]}}let p=await Ie(t,n,{query:e,glob:a,pattern:o,limit:s,contentType:c,cwd:r}),m=``;if(d&&d.length>0&&e){let n=es(d,k(process.cwd()));if(n.length>0){let{stores:r,closeAll:i}=await ts(n);try{let i=await ns(r,await t.embedQuery(e),{limit:s,contentType:c});for(let e of i)p.results.push({path:`[${e.workspace}] ${e.record.sourcePath}`,score:e.score,source:`cross-workspace`,lineRange:e.record.startLine?{start:e.record.startLine,end:e.record.endLine}:void 0,preview:e.record.content.slice(0,200)});p.results.sort((e,t)=>t.score-e.score),p.results=p.results.slice(0,s),p.totalFound=p.results.length,m=` + ${n.length} workspace(s)`}finally{await i()}}}if(p.results.length===0){let t=`No results found.${p.failedStrategies?.length?`\nStrategies attempted: ${p.strategies.join(`, `)}\nFailed: ${p.failedStrategies.map(e=>`${e.strategy} (${e.reason})`).join(`, `)}`:p.strategies.length===0?`
136
+ No search strategies were activated. Provide at least one of: query, glob, or pattern.`:``}`;if(f&&i){let n=await H(i,{query:e});t+=U(n)}return{content:[{type:`text`,text:t}],structuredContent:{matches:[],totalMatches:0,pattern:e??a??o??``,truncated:!1}}}let h=[`Found ${p.totalFound} results via ${p.strategies.join(` + `)}${m}`,``,...p.results.map(e=>{let t=e.lineRange?`:${e.lineRange.start}-${e.lineRange.end}`:``,n=e.preview?`\n ${e.preview.slice(0,100)}...`:``;return`- [${e.source}] ${e.path}${t} (${(e.score*100).toFixed(0)}%)${n}`})].join(`
137
+ `);if(f&&i){let t=await H(i,{query:e,filePath:p.results[0]?.path});h+=U(t)}return{content:[{type:`text`,text:u?Kt(h,u):h}],structuredContent:{matches:p.results.map(e=>({path:e.path,...e.lineRange?{line:e.lineRange.start}:{},matchType:e.source,preview:e.preview?.slice(0,200)??``})),totalMatches:p.totalFound,pattern:e??a??o??``,truncated:p.results.length<p.totalFound}}}catch(e){return ss.error(`Find failed`,j(e)),W(`INTERNAL`,`Find failed: ${e instanceof Error?e.message:String(e)}`)}})}function ds(e,t,n,r){let i=V(`symbol`);e.registerTool(`symbol`,{title:i.title,description:`Find definition, imports, and references of a named symbol (function, class, type). For tracing data flow across call sites use trace instead.`,inputSchema:{name:N.string().describe(`Symbol name to look up (function, class, type, etc.)`),limit:N.number().min(1).max(50).default(20).describe(`Max results per category`),workspaces:N.array(N.string()).optional().describe(`Cross-workspace search: partition names or folder basenames to include. Use ["*"] for all. User-level mode only.`)},outputSchema:xa,annotations:i.annotations},async({name:e,limit:i,workspaces:a})=>{try{let o=await Ht(t,n,{name:e,limit:i,graphStore:r});if(a&&a.length>0){let n=es(a,k(process.cwd()));if(n.length>0){let{stores:r,closeAll:a}=await ts(n);try{for(let[n,a]of r){let r=await Ht(t,a,{name:e,limit:i});r.definedIn&&!o.definedIn&&(o.definedIn={...r.definedIn,path:`[${n}] ${r.definedIn.path}`});for(let e of r.referencedIn)o.referencedIn.push({...e,path:`[${n}] ${e.path}`});if(r.importedBy){o.importedBy=o.importedBy??[];for(let e of r.importedBy)o.importedBy.push({...e,path:`[${n}] ${e.path}`})}}}finally{await a()}}}let s={name:o.name,definedIn:o.definedIn??null,importedBy:o.importedBy??[],referencedIn:o.referencedIn??[],graphContext:o.graphContext??null};return{content:[{type:`text`,text:hs(o)}],structuredContent:s}}catch(e){return ss.error(`Symbol lookup failed`,j(e)),W(`INTERNAL`,`Symbol lookup failed: ${e instanceof Error?e.message:String(e)}`)}})}function fs(e,t,n,r,i){let a=new yn,o=V(`file_summary`);e.registerTool(`file_summary`,{title:o.title,description:`Create a concise structural summary of a source file: imports, exports, functions, classes, interfaces, and types.`,outputSchema:Ia,inputSchema:{path:N.string().describe(`Absolute path to the file to summarize`),max_tokens:N.number().min(100).max(5e4).optional().describe(`Maximum token budget for the response.`),enrich:N.boolean().default(!1).describe(`Append curated knowledge and graph context to output. Adds ~150-250 tokens. Default false — set true when you need stored decisions, conventions, or relationship context for the file/query.`)},annotations:o.annotations},async({path:e,max_tokens:o,enrich:s})=>{try{let c=os(e,n,r);if((await nn(c)).isDirectory()){let t=await a.analyze(c,{format:`markdown`,maxDepth:3,maxTokens:o}),n=t.data.stats?.languages??{},r=Object.entries(n).sort((e,t)=>t[1]-e[1])[0]?.[0],l=`📁 **Directory**: \`${e}\`\n\n${t.output}\n\n---\n_Path is a directory. Showing structure analysis. Use \`analyze({ aspect: "structure", ... })\` for deeper analysis with custom depth._`;if(s&&i){let t=await H(i,{query:e,filePath:c});l+=U(t)}return{content:[{type:`text`,text:o?Kt(l,o):l}],structuredContent:{path:c,language:r??`directory`,lines:0,imports:0,exports:0,functions:0,classes:0}}}let l=await Fe({path:c,content:(await t.get(c)).content}),u=gs(l);if(s&&i){let t=await H(i,{query:e,filePath:c});u+=U(t)}return{content:[{type:`text`,text:u}],structuredContent:{path:l.path,language:l.language,lines:l.lines,imports:l.imports?.length??0,exports:l.exports?.length??0,functions:l.functions?.length??0,classes:l.classes?.length??0}}}catch(e){return ss.error(`File summary failed`,j(e)),W(`INTERNAL`,`File summary failed: ${e instanceof Error?e.message:String(e)}`)}})}function ps(e,t,n,r){let i=V(`trace`);e.registerTool(`trace`,{title:i.title,description:`Follow data flow forward/backward across imports and call sites from a starting symbol or file:line. For finding a single symbol definition use symbol instead.`,inputSchema:{start:N.string().describe(`Starting point — symbol name or file:line reference`),direction:N.enum([`forward`,`backward`,`both`]).describe(`Which direction to trace relationships`),max_depth:N.number().min(1).max(10).default(3).optional().describe(`Maximum trace depth`)},annotations:i.annotations},async({start:e,direction:i,max_depth:a})=>{try{let o=await Gt(t,n,{start:e,direction:i,maxDepth:a,graphStore:r}),s=[`## Trace: ${o.start}`,`Direction: ${o.direction} | Depth: ${o.depth}`,``];if(o.graphContext&&(s.push(`### Graph Context`),o.graphContext.definingModule&&s.push(`- Module: ${o.graphContext.definingModule}`),o.graphContext.community&&s.push(`- Community: ${o.graphContext.community}`),o.graphContext.importedByModules.length>0&&s.push(`- Imported by modules: ${o.graphContext.importedByModules.join(`, `)}`),o.graphContext.siblingSymbols.length>0&&s.push(`- Sibling symbols: ${o.graphContext.siblingSymbols.join(`, `)}`),s.push(``)),o.nodes.length===0)s.push(`No connections found.`);else{let e=o.nodes.filter(e=>e.relationship===`calls`),t=o.nodes.filter(e=>e.relationship===`called-by`),n=o.nodes.filter(e=>e.relationship===`imports`),r=o.nodes.filter(e=>e.relationship===`imported-by`),i=o.nodes.filter(e=>e.relationship===`references`);if(e.length>0){s.push(`### Calls (${e.length})`);for(let t of e){let e=t.scope?` (from ${t.scope}())`:``;s.push(`- ${t.symbol}() — ${t.path}:${t.line}${e}`)}s.push(``)}if(t.length>0){s.push(`### Called by (${t.length})`);for(let e of t){let t=e.scope?` in ${e.scope}()`:``;s.push(`- ${e.symbol}()${t} — ${e.path}:${e.line}`)}s.push(``)}if(n.length>0){s.push(`### Imports (${n.length})`);for(let e of n)s.push(`- ${e.symbol} — ${e.path}:${e.line}`);s.push(``)}if(r.length>0){s.push(`### Imported by (${r.length})`);for(let e of r)s.push(`- ${e.path}:${e.line}`);s.push(``)}if(i.length>0){s.push(`### References (${i.length})`);for(let e of i)s.push(`- ${e.path}:${e.line}`);s.push(``)}}return s.push(`---`,"_Next: `symbol` for definition details | `compact` to read a referenced file | `blast_radius` for impact analysis_"),{content:[{type:`text`,text:s.join(`
138
+ `)}],structuredContent:{start:o.start,direction:o.direction,depth:o.depth,nodes:o.nodes,graphContext:o.graphContext??null}}}catch(e){return ss.error(`Trace failed`,j(e)),W(`INTERNAL`,`Trace failed: ${e instanceof Error?e.message:String(e)}`)}})}function ms(e,t,n,r,i,a){let o=V(`dead_symbols`);e.registerTool(`dead_symbols`,{title:o.title,description:`Find exported symbols that appear to be unused because they are never imported or re-exported.`,outputSchema:Fa,inputSchema:{path:N.string().optional().describe(`Root path to scope the search (default: cwd)`),limit:N.number().min(1).max(500).default(100).optional().describe(`Maximum exported symbols to scan`),enrich:N.boolean().default(!1).describe(`Append curated knowledge and graph context to output. Adds ~150-250 tokens. Default false — set true when you need stored decisions, conventions, or relationship context for the file/query.`)},annotations:o.annotations},async({path:e,limit:o,enrich:s})=>{try{let c=e&&r?os(e,r,i):e,l=await Le(t,n,{rootPath:c,limit:o}),u=[`## Dead Symbol Analysis`,``,`**Exports scanned:** ${l.totalExports}`,`**Dead in source:** ${l.totalDeadSource} (actionable)`,`**Dead in docs:** ${l.totalDeadDocs} (informational — code samples in .md files)`,``];if(l.deadInSource.length>0){u.push(`### Dead in Source (actionable)`);for(let e of l.deadInSource)u.push(`- \`${e.name}\` (${e.kind}) — ${e.path}:${e.line}`);u.push(``)}if(l.deadInDocs.length>0){u.push(`### Dead in Docs (informational)`),u.push(`_${l.totalDeadDocs} symbol(s) found only in documentation code samples — not actionable dead code._`);for(let e of l.deadInDocs.slice(0,5))u.push(`- \`${e.name}\` — ${e.path}:${e.line}`);l.deadInDocs.length>5&&u.push(`- _... ${l.deadInDocs.length-5} more omitted_`)}l.totalDeadSource>0?u.push(``,`---`,`_Next: \`codemod\` to remove ${l.totalDeadSource} unused exports | \`symbol\` to verify usage before removing_`):u.push(``,`---`,"_Next: `check` — no dead symbols found, validate types and lint_");let d=u.join(`
139
+ `);if(s&&a){let t=await H(a,{query:`dead symbols ${e??c??``}`});d+=U(t)}return{content:[{type:`text`,text:d}],structuredContent:{symbols:[...l.deadInSource,...l.deadInDocs].map(e=>({name:e.name,path:e.path,...e.line===void 0?{}:{line:e.line},kind:e.kind})),totalDead:l.totalDeadSource+l.totalDeadDocs}}}catch(e){return ss.error(`Dead symbol scan failed`,j(e)),W(`INTERNAL`,`Dead symbol scan failed: ${e instanceof Error?e.message:String(e)}`)}})}function hs(e){let t=[`Symbol: ${e.name}`];if(e.definedIn){let n=`Defined in: ${e.definedIn.path}:${e.definedIn.line} (${e.definedIn.kind})`;e.definedIn.signature&&(n+=`\nSignature: ${e.definedIn.signature}`),t.push(n)}else t.push(`Defined in: not found`);if(t.push(``,`Imported by:`),e.importedBy.length===0)t.push(` none`);else for(let n of e.importedBy)t.push(` - ${n.path}:${n.line} ${n.importStatement}`);if(t.push(``,`Referenced in:`),e.referencedIn.length===0)t.push(` none`);else for(let n of e.referencedIn){let e=`scope`in n&&n.scope?` in ${n.scope}()`:``;t.push(` - ${n.path}:${n.line}${e} ${n.context}`)}if(e.graphContext){let n=e.graphContext;t.push(``,`Graph context:`),n.definingModule&&t.push(` Module: ${n.definingModule}`),n.importedByModules.length>0&&t.push(` Imported by modules: ${n.importedByModules.join(`, `)}`),n.siblingSymbols.length>0&&t.push(` Sibling symbols: ${n.siblingSymbols.join(`, `)}`)}return t.join(`
140
+ `)}function gs(e){let t=[e.path,`Language: ${e.language}`,`Lines: ${e.lines}`,`Estimated tokens: ~${e.estimatedTokens}`,``,`Imports (${e.imports.length}):`,..._s(e.imports),``,`Exports (${e.exports.length}):`,..._s(e.exports),``,`Functions (${e.functions.length}):`,..._s(e.functions.map(e=>`${e.name} @ line ${e.line}${e.exported?` [exported]`:``}${`signature`in e&&e.signature?` — ${e.signature}`:``}`)),``,`Classes (${e.classes.length}):`,..._s(e.classes.map(e=>`${e.name} @ line ${e.line}${e.exported?` [exported]`:``}${e.signature?` — ${e.signature}`:``}`)),``,`Interfaces (${e.interfaces.length}):`,..._s(e.interfaces.map(e=>`${e.name} @ line ${e.line}${`exported`in e&&e.exported?` [exported]`:``}`)),``,`Types (${e.types.length}):`,..._s(e.types.map(e=>`${e.name} @ line ${e.line}${`exported`in e&&e.exported?` [exported]`:``}`))];if(`importDetails`in e&&e.importDetails&&e.importDetails.length>0){let n=e.importDetails.filter(e=>e.isExternal).length,r=e.importDetails.length-n;t.push(``,`Import breakdown: ${n} external, ${r} internal`)}if(`callEdges`in e&&e.callEdges&&e.callEdges.length>0){t.push(``,`Call edges (${e.callEdges.length} intra-file):`);for(let n of e.callEdges.slice(0,30))t.push(` - ${n.caller}() → ${n.callee}() @ line ${n.line}`);e.callEdges.length>30&&t.push(` - ... ${e.callEdges.length-30} more`)}return t.join(`
141
+ `)}function _s(e){return e.length===0?[` none`]:e.map(e=>` - ${e}`)}const vs=A(`tools`);function ys(e,t){let n=V(`er_evolve_review`);e.registerTool(`er_evolve_review`,{title:n.title,description:`Review evolution metrics for the AI Kit ↔ ER bridge. Shows local miss rates, push acceptance, rule effectiveness, and top missed queries. Use this to reason about improving classification rules and knowledge flow.`,inputSchema:{include_details:N.boolean().default(!0).describe(`Include detailed breakdowns (top missed queries, rule stats)`),reset_after:N.boolean().default(!1).describe(`Reset collected metrics after review`)},annotations:n.annotations},async({include_details:e,reset_after:n})=>{try{let r=t.getMetrics(),i=[`## ER Evolution Review
142
142
  `,`**Period**: ${r.period.startedAt} → ${r.period.queriedAt}`,`**Total events**: ${r.period.totalEvents}\n`,`### Search`,`- Total searches: ${r.search.totalSearches}`,`- ER fallback triggered: ${r.search.erFallbackCount} (${(r.search.erFallbackRate*100).toFixed(1)}%)`,`- ER cache hits: ${r.search.erCacheHitCount} (${(r.search.erCacheHitRate*100).toFixed(1)}% of fallbacks)`];if(e&&r.search.topMissedQueries.length>0){i.push(`
143
- **Top missed queries** (triggered ER fallback):`);for(let e of r.search.topMissedQueries.slice(0,10)){let t=e.query.length>60?`${e.query.slice(0,57)}...`:e.query;i.push(` - "${t}" (${e.count}x)`)}}if(i.push(``,`### Push`,`- Total pushes: ${r.push.totalPushes} (${r.push.successCount} ok, ${r.push.failCount} failed)`,`- Classification match rate: ${(r.push.classificationMatchRate*100).toFixed(1)}%`,`- Push acceptance rate: ${(r.push.pushAcceptanceRate*100).toFixed(1)}%`),i.push(``,`### Rule Effectiveness`),Object.keys(r.rules.matchCounts).length>0)for(let[e,t]of Object.entries(r.rules.matchCounts)){let n=r.rules.pushCounts[e]??0,a=t>0?(n/t*100).toFixed(0):`0`;i.push(`- **${e}**: ${t} matches → ${n} pushes (${a}% conversion)`)}else i.push(`- _No rule activity recorded yet_`);if(e&&r.rules.lowConversionRules.length>0){i.push(``,`### ⚠️ Low Conversion Rules (potential false positives)`);for(let e of r.rules.lowConversionRules)i.push(`- **${e.ruleId}**: ${e.matchCount} matches, ${e.pushCount} pushes (${(e.conversionRate*100).toFixed(0)}% conversion) — consider tightening patterns`)}return i.push(``,`---`,"_Next: Use `er_update_policy` to refine rules based on these metrics, or `er_push` to share high-value knowledge._"),n&&(fs.info(`Evolution metrics reset requested`,{requestedAt:new Date().toISOString(),clearedEvents:r.period.totalEvents}),t.reset(),i.push(`
143
+ **Top missed queries** (triggered ER fallback):`);for(let e of r.search.topMissedQueries.slice(0,10)){let t=e.query.length>60?`${e.query.slice(0,57)}...`:e.query;i.push(` - "${t}" (${e.count}x)`)}}if(i.push(``,`### Push`,`- Total pushes: ${r.push.totalPushes} (${r.push.successCount} ok, ${r.push.failCount} failed)`,`- Classification match rate: ${(r.push.classificationMatchRate*100).toFixed(1)}%`,`- Push acceptance rate: ${(r.push.pushAcceptanceRate*100).toFixed(1)}%`),i.push(``,`### Rule Effectiveness`),Object.keys(r.rules.matchCounts).length>0)for(let[e,t]of Object.entries(r.rules.matchCounts)){let n=r.rules.pushCounts[e]??0,a=t>0?(n/t*100).toFixed(0):`0`;i.push(`- **${e}**: ${t} matches → ${n} pushes (${a}% conversion)`)}else i.push(`- _No rule activity recorded yet_`);if(e&&r.rules.lowConversionRules.length>0){i.push(``,`### ⚠️ Low Conversion Rules (potential false positives)`);for(let e of r.rules.lowConversionRules)i.push(`- **${e.ruleId}**: ${e.matchCount} matches, ${e.pushCount} pushes (${(e.conversionRate*100).toFixed(0)}% conversion) — consider tightening patterns`)}return i.push(``,`---`,"_Next: Use `er_update_policy` to refine rules based on these metrics, or `er_push` to share high-value knowledge._"),n&&(vs.info(`Evolution metrics reset requested`,{requestedAt:new Date().toISOString(),clearedEvents:r.period.totalEvents}),t.reset(),i.push(`
144
144
  _Metrics have been reset._`)),{content:[{type:`text`,text:i.join(`
145
- `)}]}}catch(e){return fs.error(`Evolution review failed`,j(e)),G(`INTERNAL`,`Evolution review failed: unable to compute metrics`)}})}const ms=k(`tools:execution`);function hs(e,t,n){let r=H(`check`);e.registerTool(`check`,{title:r.title,description:`Run incremental typecheck (tsc) and lint (biome) on the project or specific files. Returns structured error and warning lists. Default detail level is "efficient" (~300 tokens).`,inputSchema:{files:P.array(P.string()).optional().describe(`Specific files to check (if omitted, checks all)`),cwd:P.string().optional().describe(`Working directory`),skip_types:P.boolean().default(!1).describe(`Skip TypeScript typecheck`),skip_lint:P.boolean().default(!1).describe(`Skip Biome lint`),detail:P.enum(E).optional().describe(`Output detail level: efficient (default, ~300 tokens — pass/fail + counts + top errors), normal (parsed error objects), full (includes raw terminal output)`),enrich:P.boolean().default(!1).describe(`Append curated knowledge and graph context to output. Adds ~150-250 tokens. Default false — set true when you need stored decisions, conventions, or relationship context.`)},outputSchema:ma,annotations:r.annotations},async({files:e,cwd:r,skip_types:i,skip_lint:a,detail:o,enrich:s},c)=>{try{let l=o??n??`efficient`,u=await fe({files:e,cwd:r,skipTypes:i,skipLint:a,detail:l===`efficient`?`normal`:l}),d=vo(c).createTask(`Check`,2);if(d.progress(0,`tsc: ${u.tsc.errors.length} errors`),d.progress(1,`biome: ${u.biome.errors.length} errors`),d.complete(`Check ${u.passed?`passed`:`failed`}`),l===`efficient`){let e=Bt(u),n=[];if(u.passed)n.push({tool:`test_run`,reason:`Types and lint clean — run tests next`});else{let e=u.tsc.errors[0]?.file??u.biome.errors[0]?.file;e&&n.push({tool:`symbol`,reason:`Resolve failing symbol in ${e}`,suggested_args:{name:e}}),n.push({tool:`check`,reason:`Re-check after fixing errors`,suggested_args:{detail:`normal`}})}let r=[`## Check ${e.passed?`✅ PASS`:`❌ FAIL`}`,``,`**tsc**: ${e.tsc.passed?`✅`:`❌`} ${e.tsc.errorCount} errors, ${e.tsc.warningCount} warnings`];if(e.tsc.topErrors.length>0)for(let t of e.tsc.topErrors)r.push(` - ${t}`);if(r.push(`**biome**: ${e.biome.passed?`✅`:`❌`} ${e.biome.errorCount} errors, ${e.biome.warningCount} warnings`),e.biome.topErrors.length>0)for(let t of e.biome.topErrors)r.push(` - ${t}`);if(n.length>0){r.push(``,`**Next steps:**`);for(let e of n)r.push(`- \`${e.tool}\`: ${e.reason}`)}let i=r.join(`
146
- `);if(s&&t){let e=await U(t,{query:`known issues failures`});i+=W(e)}return{content:[{type:`text`,text:i}],structuredContent:{...e}}}let f=JSON.stringify(u);if(s&&t){let e=await U(t,{query:`known issues failures`});f+=W(e)}return{content:[{type:`text`,text:f}]}}catch(e){return ms.error(`Check failed`,j(e)),G(`INTERNAL`,`Check failed: ${e instanceof Error?e.message:String(e)}`)}})}function gs(e){let t=H(`eval`);e.registerTool(`eval`,{title:t.title,description:`Execute a JavaScript or TypeScript snippet in a constrained VM sandbox with a timeout. Captures console output and returned values.`,inputSchema:{code:P.string().max(1e5).describe(`Code snippet to execute`),lang:P.enum([`js`,`ts`]).default(`js`).optional().describe(`Language mode: js executes directly, ts strips common type syntax first`),timeout:P.number().min(1).max(6e4).default(5e3).optional().describe(`Execution timeout in milliseconds`)},annotations:t.annotations},async({code:e,lang:t,timeout:n})=>{try{let r=Me({code:e,lang:t,timeout:n});return r.success?{content:[{type:`text`,text:`Eval succeeded in ${r.durationMs}ms\n\n${r.output}`}]}:G(`INTERNAL`,`Eval failed in ${r.durationMs}ms: ${r.error??`Unknown error`}`)}catch(e){return ms.error(`Eval failed`,j(e)),G(`INTERNAL`,`Eval failed: ${e instanceof Error?e.message:String(e)}`)}})}function _s(e,t){let n=H(`test_run`);e.registerTool(`test_run`,{title:n.title,description:`Run Vitest for the current project or a subset of files, then return a structured summary of passing and failing tests.`,inputSchema:{files:P.array(P.string()).optional().describe(`Specific test files or patterns to run`),grep:P.string().optional().describe(`Only run tests whose names match this pattern`),cwd:P.string().optional().describe(`Working directory for the test run`),enrich:P.boolean().default(!1).describe(`Append curated knowledge and graph context to output. Adds ~150-250 tokens. Default false — set true when you need stored decisions, conventions, or relationship context.`)},annotations:n.annotations,outputSchema:Na},async({files:e,grep:n,cwd:r,enrich:i},a)=>{try{let o=await Ht({files:e,grep:n,cwd:r}),s=vo(a).createTask(`Test Run`,1),c=o.summary.passed+o.summary.failed+o.summary.skipped;s.complete(`Tests: ${o.passed?`passed`:`failed`} (${c} tests)`);let l=bs(o);if(i&&t){let e=await U(t,{query:`test patterns known failures`});l+=W(e)}return{content:[{type:`text`,text:l}],structuredContent:{passed:o.passed,totalTests:c,passedTests:o.summary.passed,failedTests:o.summary.failed,skippedTests:o.summary.skipped,duration:o.summary.duration??0,failures:o.summary.tests.filter(e=>e.status===`fail`).map(e=>({name:e.name,message:e.error??``,...e.file?{file:e.file}:{}}))},isError:!o.passed}}catch(e){return ms.error(`Test run failed`,j(e)),G(`INTERNAL`,`Test run failed: ${e instanceof Error?e.message:String(e)}`)}})}function vs(e){let t=H(`parse_output`);e.registerTool(`parse_output`,{title:t.title,description:`Parse structured data from build tool output. Supports tsc, vitest, biome, and git status. Auto-detects the tool or specify explicitly.`,inputSchema:{output:P.string().max(5e5).describe(`Raw output text from a build tool`),tool:P.enum([`tsc`,`vitest`,`biome`,`git-status`]).optional().describe(`Tool to parse as (auto-detects if omitted)`)},annotations:t.annotations},async({output:e,tool:t})=>{try{let n=it(e.replace(/\\n/g,`
147
- `).replace(/\\t/g,` `),t);return{content:[{type:`text`,text:JSON.stringify(n)}]}}catch(e){return ms.error(`Parse failed`,j(e)),G(`INTERNAL`,`Parse failed: ${e instanceof Error?e.message:String(e)}`)}})}function ys(e,t){let n=H(`delegate`);e.registerTool(`delegate`,{title:n.title,description:`Delegate a subtask to a local Ollama model. Use for summarization, classification, naming, or any task that can offload work from the host agent. Fails fast if Ollama is not running.`,inputSchema:{prompt:P.string().max(2e5).describe(`The task or question to send to the local model`),model:P.string().optional().describe(`Ollama model name (default: first available model)`),system:P.string().optional().describe(`System prompt for the model`),context:P.string().max(5e5).optional().describe(`Context text to include before the prompt (e.g. file contents)`),temperature:P.number().min(0).max(2).default(.3).optional().describe(`Sampling temperature (0=deterministic, default 0.3)`),timeout:P.number().min(1e3).max(6e5).default(12e4).optional().describe(`Timeout in milliseconds (default 120000)`),action:P.enum([`generate`,`list_models`]).default(`generate`).optional().describe(`Action: generate a response or list available models`)},annotations:n.annotations},async({prompt:e,model:n,system:r,context:i,temperature:a,timeout:o,action:s})=>{try{if(s===`list_models`){let e=await Ee();return{content:[{type:`text`,text:JSON.stringify({models:e,count:e.length,_Next:`Use delegate with a model name`},null,2)}]}}if(t?.available)try{let n=await t.createMessage({prompt:e,systemPrompt:r,context:i,maxTokens:4e3,modelPreferences:{intelligencePriority:.8,speedPriority:.5,costPriority:.3}});return{content:[{type:`text`,text:JSON.stringify({model:n.model??`sampling`,response:n.text,provider:`mcp-sampling`,_Next:`Use the response in your workflow. stash to save it.`},null,2)}]}}catch{ms.debug(`Sampling failed, falling back to Ollama`)}let c=await Te({prompt:e,model:n,system:r,context:i,temperature:a,timeout:o});return c.error?G(`INTERNAL`,JSON.stringify({error:c.error,model:c.model,durationMs:c.durationMs},null,2)):{content:[{type:`text`,text:JSON.stringify({model:c.model,response:c.response,durationMs:c.durationMs,tokenCount:c.tokenCount,_Next:`Use the response in your workflow. stash to save it.`},null,2)}]}}catch(e){return ms.error(`Delegate failed`,j(e)),G(`INTERNAL`,`Delegate failed: ${e instanceof Error?e.message:String(e)}`)}})}function bs(e){let t=[`Vitest run: ${e.passed?`passed`:`failed`}`,`Duration: ${e.durationMs}ms`,`Passed: ${e.summary.passed}`,`Failed: ${e.summary.failed}`,`Skipped: ${e.summary.skipped}`];e.summary.suites!==void 0&&t.push(`Suites: ${e.summary.suites}`);let n=e.summary.tests.filter(e=>e.status===`fail`);if(n.length>0){t.push(``,`Failed tests:`);for(let e of n)t.push(`- ${e.name}${e.file?` (${e.file})`:``}`),e.error&&t.push(` ${e.error}`)}return t.join(`
148
- `)}const xs=k(`sampling`);function Ss(e){if(!e.modelPreferences)return;let t={...e.modelPreferences.costPriority===void 0?{}:{costPriority:e.modelPreferences.costPriority},...e.modelPreferences.speedPriority===void 0?{}:{speedPriority:e.modelPreferences.speedPriority},...e.modelPreferences.intelligencePriority===void 0?{}:{intelligencePriority:e.modelPreferences.intelligencePriority}};return Object.keys(t).length>0?t:void 0}function Cs(e){if(Array.isArray(e))return e.map(e=>Cs(e)).filter(e=>e.length>0).join(`
149
- `);if(e&&typeof e==`object`&&`type`in e){let t=e;if(t.type===`text`&&typeof t.text==`string`)return t.text}return JSON.stringify(e)}function ws(e){let t=e.server,n=typeof t?.createMessage==`function`;return{get available(){return n},async createMessage(e){if(!n)throw Error(`Sampling not available: client does not support createMessage`);let r=e.context?`${e.context}\n\n---\n\n${e.prompt}`:e.prompt;try{let n=await t.createMessage({messages:[{role:`user`,content:{type:`text`,text:r}}],systemPrompt:e.systemPrompt,modelPreferences:Ss(e),maxTokens:e.maxTokens??4e3});return{text:Cs(n.content),model:n.model,stopReason:n.stopReason}}catch(e){throw xs.warn(`Sampling createMessage failed`,{error:String(e)}),e}}}}const Ts=[],Es=[`_docs-sync`],Ds=new Map([[`_docs-sync`,`Synchronize project documentation — update docs/ folder based on changes made during the flow.`]]);function Os(e){function t(t,n,r){let i=n?.installPath?m(n.installPath):t.replaceAll(`:`,`-`),a=y(In(),`.copilot`,`flows`,i).replaceAll(`\\`,`/`);if(o(a))return a;let s=y(In(),`.claude`,`flows`,i).replaceAll(`\\`,`/`);if(o(s))return s;let c=y(r??e(),`.github`,`flows`,i).replaceAll(`\\`,`/`);return o(c)?c:n?.installPath&&o(n.installPath)?n.installPath.replaceAll(`\\`,`/`):null}function n(e,n,r){let i=t(e.name,e,r);return i?y(i,n).replaceAll(`\\`,`/`):n}function r(t,n){let r=t.replace(/^_/,``),i=n??e(),a=[_(i,`.github`,`flows`,`_epilogue`,`steps`,r,`README.md`),_(i,`.github`,`flows`,`_epilogue`,r,`README.md`)];for(let e of a)if(o(e))return e.replaceAll(`\\`,`/`);return null}function i(e){return[...Ts,...e.manifest.steps.map(e=>e.id),...Es]}function a(e,t,r){let i=t?e.manifest.steps.find(e=>e.id===t)??null:null,a=t?Ds.get(t)??null:null;return{currentStep:i,epilogueStep:a?{id:t,description:a}:null,instructionPath:i&&t?n(e,i.instruction,r):null,description:i?.description??a}}function s(){try{let e=_(Fn(`npm root -g`,{encoding:`utf-8`}).trim(),`@fission-ai`,`openspec`);if(o(e))return{path:e,sourceType:`npm-global`,isGit:!1}}catch{}return{path:`https://github.com/Fission-AI/OpenSpec.git`,sourceType:`git`,isGit:!0}}function u(e){let t=y(e);if(o(_(t,`.claude-plugin`,`plugin.json`)))return{path:t,sourceType:`claude-plugin`};let n=In(),r=_(n,`.claude`,`plugins`,e);if(o(_(r,`.claude-plugin`,`plugin.json`)))return{path:r,sourceType:`claude-plugin`};let i=_(n,`.claude`,`plugins`);if(!o(i))return null;for(let t of l(i,{withFileTypes:!0})){if(!t.isDirectory())continue;let n=_(i,t.name,`.claude-plugin`,`plugin.json`);if(o(n))try{if(JSON.parse(c(n,`utf-8`)).name===e)return{path:_(i,t.name),sourceType:`claude-plugin`}}catch{}}return null}return{resolveInstallPath:t,resolveInstructionPath:n,resolveEpilogueInstructionPath:r,getStepSequence:i,resolveCurrentStepInfo:a,resolveOpenSpecSource:s,resolveClaudePluginSource:u}}function ks(e){function t(){return e.sources?.[0]?.path??process.cwd()}function n(e){let t=[];try{let n=l(e,{withFileTypes:!0});for(let r of n){if(!r.isDirectory()||r.name.startsWith(`.`))continue;let n=_(e,r.name);o(_(n,`.git`))&&t.push(n)}}catch{}return t}function r(){let r=e.allRoots?.length?e.allRoots:[t()],i=new Set(r);for(let e of r)for(let t of n(e))i.add(t);return[...i]}function i(n){let i=n.replaceAll(`\\`,`/`);if(r().map(e=>e.replaceAll(`\\`,`/`)).includes(i))return!0;let a=(e.allRoots?.length?e.allRoots:[t()]).map(e=>e.replaceAll(`\\`,`/`));for(let e of a)if(i.startsWith(`${e}/`)&&o(_(n,`.git`)))return!0;return!1}function a(e){return _(e??t(),`.flows`)}async function d(){let e=r();for(let t of e){let e=a(t);if(o(e))for(let n of l(e,{withFileTypes:!0})){if(!n.isDirectory())continue;let r=_(e,n.name,`meta.json`);if(o(r))try{let e=JSON.parse(c(r,`utf-8`));if(e.status===`active`)return e.primaryRoot?e.primaryRoot:t}catch{}}}return null}async function f(e){return e||(await d()??t())}function m(e,t,n){let r=_(a(t),e,`meta.json`),i=c(r,`utf-8`),o=JSON.parse(i);o.roots=n.map(e=>e.replaceAll(`\\`,`/`)),o.primaryRoot=t.replaceAll(`\\`,`/`);let s=`${r}.tmp`;p(s,JSON.stringify(o,null,2),`utf-8`),u(s,r)}function h(e,t){let n=_(a(t),e,`meta.json`);if(!o(n))return;let r=c(n,`utf-8`),i=JSON.parse(r),l=i.roots;if(!l||l.length<=1)return;let d=t.replaceAll(`\\`,`/`);for(let t of l){if(t===d)continue;let n=_(t,`.flows`,e);s(n,{recursive:!0});let a=_(n,`meta.json`),o=`${a}.tmp`;p(o,r,`utf-8`),u(o,a),s(_(n,i.artifactsDir??`.spec`),{recursive:!0})}}return{getWorkspaceRoot:t,getAllRoots:r,getFlowsDir:a,isValidFlowRoot:i,resolveFlowRoot:f,patchMetaRoots:m,syncMetaToRoots:h}}const As=k(`flow-tools`);function js(e){return Array.isArray(e)?e.filter(e=>typeof e==`string`&&e.trim().length>0):[]}function Ms(e){return{content:[{type:`text`,text:e}]}}function Ns(e){return e instanceof Error?e.message:String(e)}const Ps={before:[],after:[{id:`_docs-sync`,description:`Synchronize project documentation — update docs/ folder based on changes made during the flow.`,position:`after`,skills:[`docs`]}]};function Fs(e,t){let n=ks(t),r=Os(n.getWorkspaceRoot);function i(){return _(ee(),`flows`,`registry.json`)}function a(){let t=ws(e);return async({content:e,sourceFormat:n,stepName:r,metadata:i})=>{let a=r.charAt(0).toUpperCase()+r.slice(1),o=i?JSON.stringify(i,null,2):void 0,s=`You are converting a flow step definition from "${n}" format to aikit native flow step README.md format.
145
+ `)}]}}catch(e){return vs.error(`Evolution review failed`,j(e)),W(`INTERNAL`,`Evolution review failed: unable to compute metrics`)}})}const bs=A(`tools:execution`);function xs(e,t,n){let r=V(`check`);e.registerTool(`check`,{title:r.title,description:`Run incremental typecheck (tsc) and lint (biome) on the project or specific files. Returns structured error and warning lists. Default detail level is "efficient" (~300 tokens).`,inputSchema:{files:N.array(N.string()).optional().describe(`Specific files to check (if omitted, checks all)`),cwd:N.string().optional().describe(`Working directory`),skip_types:N.boolean().default(!1).describe(`Skip TypeScript typecheck`),skip_lint:N.boolean().default(!1).describe(`Skip Biome lint`),detail:N.enum(D).optional().describe(`Output detail level: efficient (default, ~300 tokens — pass/fail + counts + top errors), normal (parsed error objects), full (includes raw terminal output)`),enrich:N.boolean().default(!1).describe(`Append curated knowledge and graph context to output. Adds ~150-250 tokens. Default false — set true when you need stored decisions, conventions, or relationship context.`)},outputSchema:ba,annotations:r.annotations},async({files:e,cwd:r,skip_types:i,skip_lint:a,detail:o,enrich:s},c)=>{try{let l=o??n??`efficient`,u=await pe({files:e,cwd:r,skipTypes:i,skipLint:a,detail:l===`efficient`?`normal`:l}),d=wo(c).createTask(`Check`,2);if(d.progress(0,`tsc: ${u.tsc.errors.length} errors`),d.progress(1,`biome: ${u.biome.errors.length} errors`),d.complete(`Check ${u.passed?`passed`:`failed`}`),l===`efficient`){let e=Vt(u),n=[];if(u.passed)n.push({tool:`test_run`,reason:`Types and lint clean — run tests next`});else{let e=u.tsc.errors[0]?.file??u.biome.errors[0]?.file;e&&n.push({tool:`symbol`,reason:`Resolve failing symbol in ${e}`,suggested_args:{name:e}}),n.push({tool:`check`,reason:`Re-check after fixing errors`,suggested_args:{detail:`normal`}})}let r=[`## Check ${e.passed?`✅ PASS`:`❌ FAIL`}`,``,`**tsc**: ${e.tsc.passed?`✅`:`❌`} ${e.tsc.errorCount} errors, ${e.tsc.warningCount} warnings`];if(e.tsc.topErrors.length>0)for(let t of e.tsc.topErrors)r.push(` - ${t}`);if(r.push(`**biome**: ${e.biome.passed?`✅`:`❌`} ${e.biome.errorCount} errors, ${e.biome.warningCount} warnings`),e.biome.topErrors.length>0)for(let t of e.biome.topErrors)r.push(` - ${t}`);if(n.length>0){r.push(``,`**Next steps:**`);for(let e of n)r.push(`- \`${e.tool}\`: ${e.reason}`)}let i=r.join(`
146
+ `);if(s&&t){let e=await H(t,{query:`known issues failures`});i+=U(e)}return{content:[{type:`text`,text:i}],structuredContent:{...e}}}let f=JSON.stringify(u);if(s&&t){let e=await H(t,{query:`known issues failures`});f+=U(e)}return{content:[{type:`text`,text:f}]}}catch(e){return bs.error(`Check failed`,j(e)),W(`INTERNAL`,`Check failed: ${e instanceof Error?e.message:String(e)}`)}})}function Ss(e){let t=V(`eval`);e.registerTool(`eval`,{title:t.title,description:`Execute a JavaScript or TypeScript snippet in a constrained VM sandbox with a timeout. Captures console output and returned values.`,inputSchema:{code:N.string().max(1e5).describe(`Code snippet to execute`),lang:N.enum([`js`,`ts`]).default(`js`).optional().describe(`Language mode: js executes directly, ts strips common type syntax first`),timeout:N.number().min(1).max(6e4).default(5e3).optional().describe(`Execution timeout in milliseconds`)},annotations:t.annotations},async({code:e,lang:t,timeout:n})=>{try{let r=Ne({code:e,lang:t,timeout:n});return r.success?{content:[{type:`text`,text:`Eval succeeded in ${r.durationMs}ms\n\n${r.output}`}]}:W(`INTERNAL`,`Eval failed in ${r.durationMs}ms: ${r.error??`Unknown error`}`)}catch(e){return bs.error(`Eval failed`,j(e)),W(`INTERNAL`,`Eval failed: ${e instanceof Error?e.message:String(e)}`)}})}function Cs(e,t){let n=V(`test_run`);e.registerTool(`test_run`,{title:n.title,description:`Run Vitest for the current project or a subset of files, then return a structured summary of passing and failing tests.`,inputSchema:{files:N.array(N.string()).optional().describe(`Specific test files or patterns to run`),grep:N.string().optional().describe(`Only run tests whose names match this pattern`),cwd:N.string().optional().describe(`Working directory for the test run`),enrich:N.boolean().default(!1).describe(`Append curated knowledge and graph context to output. Adds ~150-250 tokens. Default false — set true when you need stored decisions, conventions, or relationship context.`)},annotations:n.annotations,outputSchema:za},async({files:e,grep:n,cwd:r,enrich:i},a)=>{try{let o=await Ut({files:e,grep:n,cwd:r}),s=wo(a).createTask(`Test Run`,1),c=o.summary.passed+o.summary.failed+o.summary.skipped;s.complete(`Tests: ${o.passed?`passed`:`failed`} (${c} tests)`);let l=Es(o);if(i&&t){let e=await H(t,{query:`test patterns known failures`});l+=U(e)}return{content:[{type:`text`,text:l}],structuredContent:{passed:o.passed,totalTests:c,passedTests:o.summary.passed,failedTests:o.summary.failed,skippedTests:o.summary.skipped,duration:o.summary.duration??0,failures:o.summary.tests.filter(e=>e.status===`fail`).map(e=>({name:e.name,message:e.error??``,...e.file?{file:e.file}:{}}))},isError:!o.passed}}catch(e){return bs.error(`Test run failed`,j(e)),W(`INTERNAL`,`Test run failed: ${e instanceof Error?e.message:String(e)}`)}})}function ws(e){let t=V(`parse_output`);e.registerTool(`parse_output`,{title:t.title,description:`Parse structured data from build tool output. Supports tsc, vitest, biome, and git status. Auto-detects the tool or specify explicitly.`,inputSchema:{output:N.string().max(5e5).describe(`Raw output text from a build tool`),tool:N.enum([`tsc`,`vitest`,`biome`,`git-status`]).optional().describe(`Tool to parse as (auto-detects if omitted)`)},annotations:t.annotations},async({output:e,tool:t})=>{try{let n=at(e.replace(/\\n/g,`
147
+ `).replace(/\\t/g,` `),t);return{content:[{type:`text`,text:JSON.stringify(n)}]}}catch(e){return bs.error(`Parse failed`,j(e)),W(`INTERNAL`,`Parse failed: ${e instanceof Error?e.message:String(e)}`)}})}function Ts(e,t){let n=V(`delegate`);e.registerTool(`delegate`,{title:n.title,description:`Delegate a subtask to a local Ollama model. Use for summarization, classification, naming, or any task that can offload work from the host agent. Fails fast if Ollama is not running.`,inputSchema:{prompt:N.string().max(2e5).describe(`The task or question to send to the local model`),model:N.string().optional().describe(`Ollama model name (default: first available model)`),system:N.string().optional().describe(`System prompt for the model`),context:N.string().max(5e5).optional().describe(`Context text to include before the prompt (e.g. file contents)`),temperature:N.number().min(0).max(2).default(.3).optional().describe(`Sampling temperature (0=deterministic, default 0.3)`),timeout:N.number().min(1e3).max(6e5).default(12e4).optional().describe(`Timeout in milliseconds (default 120000)`),action:N.enum([`generate`,`list_models`]).default(`generate`).optional().describe(`Action: generate a response or list available models`)},annotations:n.annotations},async({prompt:e,model:n,system:r,context:i,temperature:a,timeout:o,action:s})=>{try{if(s===`list_models`){let e=await De();return{content:[{type:`text`,text:JSON.stringify({models:e,count:e.length,_Next:`Use delegate with a model name`},null,2)}]}}if(t?.available)try{let n=await t.createMessage({prompt:e,systemPrompt:r,context:i,maxTokens:4e3,modelPreferences:{intelligencePriority:.8,speedPriority:.5,costPriority:.3}});return{content:[{type:`text`,text:JSON.stringify({model:n.model??`sampling`,response:n.text,provider:`mcp-sampling`,_Next:`Use the response in your workflow. stash to save it.`},null,2)}]}}catch{bs.debug(`Sampling failed, falling back to Ollama`)}let c=await Ee({prompt:e,model:n,system:r,context:i,temperature:a,timeout:o});return c.error?W(`INTERNAL`,JSON.stringify({error:c.error,model:c.model,durationMs:c.durationMs},null,2)):{content:[{type:`text`,text:JSON.stringify({model:c.model,response:c.response,durationMs:c.durationMs,tokenCount:c.tokenCount,_Next:`Use the response in your workflow. stash to save it.`},null,2)}]}}catch(e){return bs.error(`Delegate failed`,j(e)),W(`INTERNAL`,`Delegate failed: ${e instanceof Error?e.message:String(e)}`)}})}function Es(e){let t=[`Vitest run: ${e.passed?`passed`:`failed`}`,`Duration: ${e.durationMs}ms`,`Passed: ${e.summary.passed}`,`Failed: ${e.summary.failed}`,`Skipped: ${e.summary.skipped}`];e.summary.suites!==void 0&&t.push(`Suites: ${e.summary.suites}`);let n=e.summary.tests.filter(e=>e.status===`fail`);if(n.length>0){t.push(``,`Failed tests:`);for(let e of n)t.push(`- ${e.name}${e.file?` (${e.file})`:``}`),e.error&&t.push(` ${e.error}`)}return t.join(`
148
+ `)}const Ds=A(`sampling`);function Os(e){if(!e.modelPreferences)return;let t={...e.modelPreferences.costPriority===void 0?{}:{costPriority:e.modelPreferences.costPriority},...e.modelPreferences.speedPriority===void 0?{}:{speedPriority:e.modelPreferences.speedPriority},...e.modelPreferences.intelligencePriority===void 0?{}:{intelligencePriority:e.modelPreferences.intelligencePriority}};return Object.keys(t).length>0?t:void 0}function ks(e){if(Array.isArray(e))return e.map(e=>ks(e)).filter(e=>e.length>0).join(`
149
+ `);if(e&&typeof e==`object`&&`type`in e){let t=e;if(t.type===`text`&&typeof t.text==`string`)return t.text}return JSON.stringify(e)}function As(e){let t=e.server,n=typeof t?.createMessage==`function`;return{get available(){return n},async createMessage(e){if(!n)throw Error(`Sampling not available: client does not support createMessage`);let r=e.context?`${e.context}\n\n---\n\n${e.prompt}`:e.prompt;try{let n=await t.createMessage({messages:[{role:`user`,content:{type:`text`,text:r}}],systemPrompt:e.systemPrompt,modelPreferences:Os(e),maxTokens:e.maxTokens??4e3});return{text:ks(n.content),model:n.model,stopReason:n.stopReason}}catch(e){throw Ds.warn(`Sampling createMessage failed`,{error:String(e)}),e}}}}const js=[],Ms=[`_docs-sync`],Ns=new Map([[`_docs-sync`,`Synchronize project documentation — update docs/ folder based on changes made during the flow.`]]);function Ps(e){function t(t,n,r){let i=n?.installPath?m(n.installPath):t.replaceAll(`:`,`-`),a=y(Rn(),`.copilot`,`flows`,i).replaceAll(`\\`,`/`);if(o(a))return a;let s=y(Rn(),`.claude`,`flows`,i).replaceAll(`\\`,`/`);if(o(s))return s;let c=y(r??e(),`.github`,`flows`,i).replaceAll(`\\`,`/`);return o(c)?c:n?.installPath&&o(n.installPath)?n.installPath.replaceAll(`\\`,`/`):null}function n(e,n,r){let i=t(e.name,e,r);return i?y(i,n).replaceAll(`\\`,`/`):n}function r(t,n){let r=t.replace(/^_/,``),i=n??e(),a=[_(i,`.github`,`flows`,`_epilogue`,`steps`,r,`README.md`),_(i,`.github`,`flows`,`_epilogue`,r,`README.md`)];for(let e of a)if(o(e))return e.replaceAll(`\\`,`/`);return null}function i(e){return[...js,...e.manifest.steps.map(e=>e.id),...Ms]}function a(e,t,r){let i=t?e.manifest.steps.find(e=>e.id===t)??null:null,a=t?Ns.get(t)??null:null;return{currentStep:i,epilogueStep:a?{id:t,description:a}:null,instructionPath:i&&t?n(e,i.instruction,r):null,description:i?.description??a}}function s(){try{let e=_(Ln(`npm root -g`,{encoding:`utf-8`}).trim(),`@fission-ai`,`openspec`);if(o(e))return{path:e,sourceType:`npm-global`,isGit:!1}}catch{}return{path:`https://github.com/Fission-AI/OpenSpec.git`,sourceType:`git`,isGit:!0}}function u(e){let t=y(e);if(o(_(t,`.claude-plugin`,`plugin.json`)))return{path:t,sourceType:`claude-plugin`};let n=Rn(),r=_(n,`.claude`,`plugins`,e);if(o(_(r,`.claude-plugin`,`plugin.json`)))return{path:r,sourceType:`claude-plugin`};let i=_(n,`.claude`,`plugins`);if(!o(i))return null;for(let t of l(i,{withFileTypes:!0})){if(!t.isDirectory())continue;let n=_(i,t.name,`.claude-plugin`,`plugin.json`);if(o(n))try{if(JSON.parse(c(n,`utf-8`)).name===e)return{path:_(i,t.name),sourceType:`claude-plugin`}}catch{}}return null}return{resolveInstallPath:t,resolveInstructionPath:n,resolveEpilogueInstructionPath:r,getStepSequence:i,resolveCurrentStepInfo:a,resolveOpenSpecSource:s,resolveClaudePluginSource:u}}function Fs(e){function t(){return e.sources?.[0]?.path??process.cwd()}function n(e){let t=[];try{let n=l(e,{withFileTypes:!0});for(let r of n){if(!r.isDirectory()||r.name.startsWith(`.`))continue;let n=_(e,r.name);o(_(n,`.git`))&&t.push(n)}}catch{}return t}function r(){let r=e.allRoots?.length?e.allRoots:[t()],i=new Set(r);for(let e of r)for(let t of n(e))i.add(t);return[...i]}function i(n){let i=n.replaceAll(`\\`,`/`);if(r().map(e=>e.replaceAll(`\\`,`/`)).includes(i))return!0;let a=(e.allRoots?.length?e.allRoots:[t()]).map(e=>e.replaceAll(`\\`,`/`));for(let e of a)if(i.startsWith(`${e}/`)&&o(_(n,`.git`)))return!0;return!1}function a(e){return _(e??t(),`.flows`)}async function d(){let e=r();for(let t of e){let e=a(t);if(o(e))for(let n of l(e,{withFileTypes:!0})){if(!n.isDirectory())continue;let r=_(e,n.name,`meta.json`);if(o(r))try{let e=JSON.parse(c(r,`utf-8`));if(e.status===`active`)return e.primaryRoot?e.primaryRoot:t}catch{}}}return null}async function f(e){return e||(await d()??t())}function m(e,t,n){let r=_(a(t),e,`meta.json`),i=c(r,`utf-8`),o=JSON.parse(i);o.roots=n.map(e=>e.replaceAll(`\\`,`/`)),o.primaryRoot=t.replaceAll(`\\`,`/`);let s=`${r}.tmp`;p(s,JSON.stringify(o,null,2),`utf-8`),u(s,r)}function h(e,t){let n=_(a(t),e,`meta.json`);if(!o(n))return;let r=c(n,`utf-8`),i=JSON.parse(r),l=i.roots;if(!l||l.length<=1)return;let d=t.replaceAll(`\\`,`/`);for(let t of l){if(t===d)continue;let n=_(t,`.flows`,e);s(n,{recursive:!0});let a=_(n,`meta.json`),o=`${a}.tmp`;p(o,r,`utf-8`),u(o,a),s(_(n,i.artifactsDir??`.spec`),{recursive:!0})}}return{getWorkspaceRoot:t,getAllRoots:r,getFlowsDir:a,isValidFlowRoot:i,resolveFlowRoot:f,patchMetaRoots:m,syncMetaToRoots:h}}const Is=A(`flow-tools`);function Ls(e){return Array.isArray(e)?e.filter(e=>typeof e==`string`&&e.trim().length>0):[]}function Rs(e){return{content:[{type:`text`,text:e}]}}function zs(e){return e instanceof Error?e.message:String(e)}const Bs={before:[],after:[{id:`_docs-sync`,description:`Synchronize project documentation — update docs/ folder based on changes made during the flow.`,position:`after`,skills:[`docs`]}]};function Vs(e,t){let n=Fs(t),r=Ps(n.getWorkspaceRoot);function i(){return _(ee(),`flows`,`registry.json`)}function a(){let t=As(e);return async({content:e,sourceFormat:n,stepName:r,metadata:i})=>{let a=r.charAt(0).toUpperCase()+r.slice(1),o=i?JSON.stringify(i,null,2):void 0,s=`You are converting a flow step definition from "${n}" format to aikit native flow step README.md format.
150
150
 
151
151
  Convert the provided content into a well-structured README.md for a flow step named "${r}".
152
152
 
@@ -159,18 +159,18 @@ The output must:
159
159
  6. Preserve ALL tool restrictions, constraints, and requirements from the source
160
160
  7. Be formatted as clean Markdown
161
161
 
162
- Output ONLY the README.md content, nothing else.`;if(t.available)try{let i=(await t.createMessage({prompt:e,systemPrompt:s,context:o?`Step name: ${r}\nSource format: ${n}\nMetadata:\n${o}`:`Step name: ${r}\nSource format: ${n}`,maxTokens:4096,modelPreferences:{intelligencePriority:.8,speedPriority:.4,costPriority:.2}})).text.trim();if(i.length>0)return i}catch(e){As.debug(`Flow transform sampling failed; using fallback formatting`,{error:Ns(e),sourceFormat:n,stepName:r})}let c=typeof i?.description==`string`&&i.description.trim().length>0?i.description.trim():null,l=js(i?.produces),u=js(i?.requires);return[`# ${a}`,``,`## Purpose`,``,c??`${a} step.`,``,`## Instructions`,``,e.trim(),``,`## Artifacts`,``,...l.length>0?l.map(e=>`- ${e}`):[`- ${r}.md`],...u.length>0?[``,`## Prerequisites`,``,...u.map(e=>`- ${e}`)]:[],``].join(`
162
+ Output ONLY the README.md content, nothing else.`;if(t.available)try{let i=(await t.createMessage({prompt:e,systemPrompt:s,context:o?`Step name: ${r}\nSource format: ${n}\nMetadata:\n${o}`:`Step name: ${r}\nSource format: ${n}`,maxTokens:4096,modelPreferences:{intelligencePriority:.8,speedPriority:.4,costPriority:.2}})).text.trim();if(i.length>0)return i}catch(e){Is.debug(`Flow transform sampling failed; using fallback formatting`,{error:zs(e),sourceFormat:n,stepName:r})}let c=typeof i?.description==`string`&&i.description.trim().length>0?i.description.trim():null,l=Ls(i?.produces),u=Ls(i?.requires);return[`# ${a}`,``,`## Purpose`,``,c??`${a} step.`,``,`## Instructions`,``,e.trim(),``,`## Artifacts`,``,...l.length>0?l.map(e=>`- ${e}`):[`- ${r}.md`],...u.length>0?[``,`## Prerequisites`,``,...u.map(e=>`- ${e}`)]:[],``].join(`
163
163
  `).trimEnd().concat(`
164
- `)}}async function o(e){let{FlowRegistryManager:r,FlowStateMachine:a,FlowLoader:o,GitInstaller:s}=await import(`../../flows/dist/index.js`),c=_(t.stateDir??_(n.getWorkspaceRoot(),`.aikit-state`),`flows`,`installed`);return{registry:new r(i()),stateMachine:new a(n.getFlowsDir(e),Ps),loader:new o,installer:new s(c)}}return{server:e,config:t,log:As,toTextResponse:Ms,toErrorText:Ns,createFlowTransform:a,getFlows:o,...n,...r}}async function Is(e,t){let{getFlows:n,log:r,resolveEpilogueInstructionPath:i,resolveFlowRoot:a,resolveInstructionPath:o,toErrorText:s,toTextResponse:c}=t,{step:l}=e;try{let e=await a(),{registry:t,stateMachine:r}=await n(e),s=r.getStatus();if(!s.success||!s.data)return c(`No active flow. Use flow({ action: "start", name: "<flow>" }) to begin one, or flow({ action: "list" }) to see available flows.`);let u=s.data,d=t.get(u.flow);if(!d)return c(`Flow "${u.flow}" not found in registry.`);let f=l??u.currentStep;if(!f)return c(`No current step is available for the active flow.`);let p=d.manifest.steps.find(e=>e.id===f||e.name===f);if(!p){let t=i(f,e);if(t){let n=await Qt(t,`utf-8`),r=_(u.runDir,d.manifest.artifacts_dir).replaceAll(`\\`,`/`),i=u.runDir.replaceAll(`\\`,`/`);return n=n.replaceAll(`{{artifacts_path}}`,r).replaceAll(`{{run_dir}}`,i).replaceAll(`{{workspace_root}}`,(u.primaryRoot??e).replaceAll(`\\`,`/`)).replaceAll(`{{all_roots}}`,JSON.stringify(u.roots??[e.replaceAll(`\\`,`/`)],null,2)),c(n)}return c(`Step "${f}" not found in flow "${u.flow}".`)}let m=await Qt(o(d,p.instruction,e),`utf-8`),h=_(u.runDir,d.manifest.artifacts_dir).replaceAll(`\\`,`/`),g=u.runDir.replaceAll(`\\`,`/`);m=m.replaceAll(`{{artifacts_path}}`,h).replaceAll(`{{run_dir}}`,g).replaceAll(`{{workspace_root}}`,(u.primaryRoot??e).replaceAll(`\\`,`/`)).replaceAll(`{{all_roots}}`,JSON.stringify(u.roots??[e.replaceAll(`\\`,`/`)],null,2));for(let e of[`spec-driven`])m=m.replaceAll(`${e}/${u.slug}/`,`${h}/`);return c(m)}catch(e){return r.error(`flow action read failed`,j(e)),e instanceof Error&&`code`in e&&e.code===`ENOENT`?c(`Could not read instruction file: ${e.message}`):c(`Error: ${s(e)}`)}}async function Ls(e,t){let{registry:n,loader:r,installer:i}=await e.getFlows(),a=e.createFlowTransform(),s=y(t.source);if(!o(s))return e.toTextResponse(`Source path no longer exists: ${s}`);let c=`${t.installPath}.updating`,l=`${t.installPath}.backup`;o(c)&&d(c,{recursive:!0,force:!0}),o(l)&&d(l,{recursive:!0,force:!0});let f=i.copyLocal(s,m(c));if(!f.success||!f.data)return e.toTextResponse(`Failed to copy flow: ${f.error}`);let p=await r.load(c,{forceAssetSync:!0,transform:a});if(!p.success||!p.data)return i.remove(c),e.toTextResponse(`Failed to load flow manifest: ${p.error}`);let h=!1;try{u(t.installPath,l),u(c,t.installPath);let e=await r.load(t.installPath,{forceAssetSync:!0,transform:a});if(!e.success||!e.data)throw Error(`Failed to load flow manifest: ${e.error}`);let o=e.data.manifest,s=e.data.format,f=n.register({...t,version:o.version,format:s,installPath:t.installPath,manifest:o,updatedAt:new Date().toISOString()});if(!f.success)throw Error(`Failed to refresh flow registry entry: ${f.error}`);if(h=!0,o.install.length>0){let e=i.runInstallDeps(o.install);if(!e.success)throw Error(`Dependency install failed: ${e.error}`)}d(l,{recursive:!0,force:!0})}catch(r){return o(c)&&d(c,{recursive:!0,force:!0}),o(l)&&(o(t.installPath)&&d(t.installPath,{recursive:!0,force:!0}),u(l,t.installPath)),h&&n.register(t),e.toTextResponse(e.toErrorText(r))}return e.toTextResponse(`Flow "${t.name}" updated from ${t.sourceType} source successfully.`)}async function Rs(e,t){let{registry:n,loader:r}=await e.getFlows(),i=e.createFlowTransform();try{Fn(`npm update -g @fission-ai/openspec`,{encoding:`utf-8`,stdio:`pipe`})}catch(t){return e.toTextResponse(`npm update failed: ${e.toErrorText(t)}`)}let a=e.resolveOpenSpecSource(),o=await r.load(a.path,{forceAssetSync:!0,transform:i}),s=o.success&&o.data?o.data.manifest:null,c=o.success&&o.data?o.data.format:t.format;if(s){let r=n.register({...t,version:s.version,format:c,installPath:a.path,manifest:s,updatedAt:new Date().toISOString()});if(!r.success)return e.toTextResponse(`Failed to refresh flow registry entry: ${r.error}`)}return e.toTextResponse(`Flow "${t.name}" updated via npm successfully.`)}async function zs(e,t){let{registry:n,loader:r,installer:i}=await e.getFlows(),a=e.createFlowTransform(),o=i.update(t.installPath);if(!o.success)return e.toTextResponse(`Update failed: ${o.error}`);let s=await r.load(t.installPath,{forceAssetSync:!0,transform:a}),c=s.success&&s.data?s.data.manifest:null,l=s.success&&s.data?s.data.format:t.format;if(c){let r=i.getLocalCommit(t.installPath),a=n.register({...t,version:c.version,format:l,manifest:c,updatedAt:new Date().toISOString(),...r?{commitSha:r}:{}});if(!a.success)return e.toTextResponse(`Failed to refresh flow registry entry: ${a.error}`)}let u=c?.install??t.manifest.install;if(u.length>0){let t=i.runInstallDeps(u);if(!t.success)return e.toTextResponse(`Dependency install failed: ${t.error}`)}return e.toTextResponse(`Flow "${t.name}" updated successfully.`)}async function Bs(e,t){let{createFlowTransform:n,getFlows:r,log:i,resolveClaudePluginSource:a,resolveOpenSpecSource:o,toErrorText:s,toTextResponse:c}=t,{source:l,name:u,token:d}=e;try{let{registry:e,loader:t,installer:i}=await r(),s=n(),f=l===`openspec`||l.startsWith(`openspec:`),p,h=l,g;if(f){let e=o();h=e.path,p=e.sourceType}let _=f?null:a(h);_&&(h=_.path,p=_.sourceType);let v=/^https?:\/\/|^git@/.test(h),b;if(v){let e=i.clone(h,d);if(!e.success||!e.data)return c(`Failed to clone flow: ${e.error}`);b=e.data}else{let e=y(h);g=e;let t=u||m(e)||`custom-flow`,n=i.copyLocal(e,t);if(!n.success||!n.data)return c(`Failed to copy flow: ${n.error}`);b=n.data}let x=await t.load(b,{forceAssetSync:!0,transform:s});if(!x.success||!x.data)return i.remove(b),c(`Failed to load flow manifest: ${x.error}`);let{manifest:S,format:C}=x.data,w=u||S.name,T=p??(v?`git`:`local`);if(e.has(w))return i.remove(b),c(`Flow "${w}" is already installed. Use flow({ action: "update", name: "${w}" }) to update it, or flow({ action: "remove", name: "${w}" }) then flow({ action: "add", source: "..." }) to replace.`);if(S.install.length>0){let e=i.runInstallDeps(S.install);if(!e.success)return i.remove(b),c(`Dependency install failed: ${e.error}`)}let E=new Date().toISOString(),D=v?i.getLocalCommit(b):void 0,O=e.register({name:w,version:S.version,source:T===`local`||T===`claude-plugin`?g??l:l,sourceType:T,installPath:b,format:C,registeredAt:E,updatedAt:E,manifest:S,...D?{commitSha:D}:{}});if(!O.success)return i.remove(b),c(`Failed to register flow: ${O.error}`);let k=S.steps.length;return c(`Flow "${w}" installed successfully (${k} steps). Use flow({ action: "start", name: "${w}" }) to begin.`)}catch(e){return i.error(`flow action add failed`,j(e)),c(`Error: ${s(e)}`)}}async function Vs(e,t){let{getFlows:n,log:r,toErrorText:i,toTextResponse:a}=t,{name:o}=e;try{let{registry:e,installer:t}=await n();if(!e.has(o))return a(`Flow "${o}" is not installed.`);let r=e.get(o);if(!r)return a(`Flow "${o}" is not installed.`);if(r.sourceType===`builtin`)return a(`Cannot remove builtin flow "${o}".`);let i=t.remove(r.installPath);if(!i.success)return a(`Failed to remove flow files: ${i.error}`);let s=e.unregister(o);return s.success?a(`Flow "${o}" removed successfully.`):a(`Failed to unregister flow: ${s.error}`)}catch(e){return r.error(`flow action remove failed`,j(e)),a(`Error: ${i(e)}`)}}async function Hs(e,t){let{getFlows:n,log:r,toErrorText:i,toTextResponse:a}=t,{name:o}=e,s={createFlowTransform:t.createFlowTransform,getFlows:t.getFlows,resolveOpenSpecSource:t.resolveOpenSpecSource,toErrorText:t.toErrorText,toTextResponse:t.toTextResponse};try{let{registry:e}=await n();if(!e.has(o))return a(`Flow "${o}" is not installed.`);let t=e.get(o);return!t||t.sourceType!==`git`&&t.sourceType!==`npm-global`&&t.sourceType!==`local`&&t.sourceType!==`claude-plugin`?a(`Flow "${o}" was not installed from git, npm, or a local source — cannot update. Remove and re-add instead.`):t.sourceType===`local`||t.sourceType===`claude-plugin`?Ls(s,t):t.sourceType===`npm-global`?Rs(s,t):zs(s,t)}catch(e){return r.error(`flow action update failed`,j(e)),a(`Error: ${i(e)}`)}}async function Us(e,t){let{getAllRoots:n,getFlows:r,getStepSequence:i,getWorkspaceRoot:a,isValidFlowRoot:o,log:s,patchMetaRoots:c,resolveCurrentStepInfo:l,toErrorText:u,toTextResponse:d}=t,{flow:f,topic:p,roots:m}=e;try{if(m&&m.length>0){let e=m.filter(e=>!o(e));if(e.length>0)return d(`Invalid roots — not part of the workspace or a recognized sub-repository: ${e.join(`, `)}. Available roots: ${n().map(e=>e.replaceAll(`\\`,`/`)).join(`, `)}`)}let e=n(),s=e.length>1,u=!m&&s,h=m?.[0]??a(),{registry:g,stateMachine:v}=await r(h),y=g.get(f);if(!y)return d(`Flow "${f}" not found. Use flow({ action: "list" }) to see available flows.`);let b=v.start(y.name,y.manifest,p);if(!b.success||!b.data)return d(`Cannot start: ${b.error}`);let x=b.data;if(m&&m.length>1)try{c(x.slug,h,m),t.syncMetaToRoots(x.slug,h)}catch(e){return v.reset(),d(`Flow created but failed to sync to secondary roots — rolled back. Error: ${e instanceof Error?e.message:String(e)}`)}try{await Zt(_(h,`.aikit-state`,`flow-context`,x.slug),{recursive:!0})}catch{}let{instructionPath:S,description:C}=l(y,x.currentStep,h),w=i(y),T={started:!0,flow:x.flow,slug:x.slug,topic:x.topic,runDir:x.runDir,artifactsPath:_(x.runDir,y.manifest.artifacts_dir).replaceAll(`\\`,`/`),currentStep:x.currentStep,currentStepInstruction:S,currentStepDescription:C,phase:x.phase,isEpilogue:x.isEpilogue,totalSteps:w.length,stepSequence:w,artifactsDir:y.manifest.artifacts_dir,roots:m??[h.replaceAll(`\\`,`/`)],...u?{multiRootWarning:`No roots specified in multi-root workspace. Flow created at workspace root. Pass roots parameter with target repo for precise placement.`,availableRoots:e.map(e=>e.replaceAll(`\\`,`/`))}:{}};return d(JSON.stringify(T,null,2))}catch(e){return s.error(`flow action start failed`,j(e)),d(`Error: ${u(e)}`)}}async function Ws(e){let{config:t,getAllRoots:n,getFlows:r,getStepSequence:i,getWorkspaceRoot:a,log:o,resolveCurrentStepInfo:s,resolveFlowRoot:c,toErrorText:l,toTextResponse:u}=e;try{let e=await c(),{registry:o,stateMachine:l}=await r(e),d=l.getStatus();if(!d.success||!d.data)return u(`No active flow. Use flow({ action: "start", name: "<flow>" }) to begin one, or flow({ action: "list" }) to see available flows.`);let f=d.data,p=o.get(f.flow),m=p?s(p,f.currentStep,e):null,h=p?i(p):[],g=m?.instructionPath??null,v={flow:f.flow,status:f.status,slug:f.slug,topic:f.topic,runDir:f.runDir,artifactsPath:p?_(f.runDir,p.manifest.artifacts_dir).replaceAll(`\\`,`/`):null,currentStep:f.currentStep,currentStepInstruction:g,instructionPath:g,currentStepDescription:m?.description??null,phase:f.phase,isEpilogue:f.isEpilogue,completedSteps:f.completedSteps,skippedSteps:f.skippedSteps,artifacts:f.artifacts,startedAt:f.startedAt,updatedAt:f.updatedAt,totalSteps:h.length,progress:p?`${f.completedSteps.length+f.skippedSteps.length}/${h.length}`:`unknown`,workspaceRoot:e.replaceAll(`\\`,`/`),primaryRoot:(f.primaryRoot??e).replaceAll(`\\`,`/`),roots:f.roots??[e.replaceAll(`\\`,`/`)],allRoots:n().map(e=>e.replaceAll(`\\`,`/`)),discoveredRepos:(()=>{let e=(t.allRoots?.length?t.allRoots:[a()]).map(e=>e.replaceAll(`\\`,`/`)),r=n().map(e=>e.replaceAll(`\\`,`/`)).filter(t=>!e.includes(t));return r.length>0?r:void 0})()};return u(JSON.stringify(v,null,2))}catch(e){return o.error(`flow action status failed`,j(e)),u(`Error: ${l(e)}`)}}async function Gs(e){let{getFlows:t,log:n,resolveFlowRoot:r,syncMetaToRoots:i,toErrorText:a,toTextResponse:o}=e;try{let e=await r(),{stateMachine:n}=await t(e),a=n.getStatus(),s=n.reset();if(!s.success)return o(`Reset failed: ${s.error}`);if(a.success&&a.data&&i(a.data.slug,e),a.success&&a.data?.slug)try{await en(_(e,`.aikit-state`,`flow-context`,a.data.slug),{recursive:!0,force:!0})}catch{}return o(`Flow abandoned. Use flow({ action: "start", name: "<flow>" }) to begin a new flow.`)}catch(e){return n.error(`flow action reset failed`,j(e)),o(`Error: ${a(e)}`)}}async function Ks(e,t){let{getFlows:n,getStepSequence:r,log:i,resolveCurrentStepInfo:a,resolveFlowRoot:o,syncMetaToRoots:s,toErrorText:c,toTextResponse:l}=t,{action:u}=e;try{let e=await o(),{registry:t,stateMachine:i}=await n(e),c=i.getStatus();if(!c.success||!c.data)return l(`No active flow. Use flow({ action: "start", name: "<flow>" }) first.`);let d=t.get(c.data.flow);if(!d)return l(`Flow "${c.data.flow}" not found in registry.`);let f=i.step(u,d.manifest);if(!f.success||!f.data)return l(`Cannot ${u}: ${f.error}`);s(f.data.slug,e);let p=f.data,{instructionPath:m,description:h}=a(d,p.currentStep,e),g=r(d),v={flow:p.flow,status:p.status,action:u,slug:p.slug,topic:p.topic,runDir:p.runDir,artifactsPath:_(p.runDir,d.manifest.artifacts_dir).replaceAll(`\\`,`/`),currentStep:p.currentStep,currentStepInstruction:m,currentStepDescription:h,phase:p.phase,isEpilogue:p.isEpilogue,completedSteps:p.completedSteps,skippedSteps:p.skippedSteps,totalSteps:g.length,remaining:g.filter(e=>!p.completedSteps.includes(e)&&!p.skippedSteps.includes(e)&&e!==p.currentStep)};return l(JSON.stringify(v,null,2))}catch(e){return i.error(`flow action step failed`,j(e)),l(`Error: ${c(e)}`)}}async function qs(e){let{config:t,getAllRoots:n,getFlows:r,getWorkspaceRoot:i,log:a,resolveFlowRoot:o,toErrorText:s,toTextResponse:c}=e;try{let{registry:e,stateMachine:a,installer:s}=await r(await o()),l=e.list(),u=a.getStatus(),d={flows:l.map(e=>{let t={name:e.name,version:e.version,source:e.source,sourceType:e.sourceType,format:e.format,steps:e.manifest.steps.map(e=>e.id)};if(e.sourceType===`git`&&e.commitSha){let n=s.hasUpdates(e.installPath);return{...t,commitSha:e.commitSha,updateAvailable:n.success&&n.data?n.data.hasUpdates:void 0}}return t}),activeFlow:u.success&&u.data?{flow:u.data.flow,status:u.data.status,currentStep:u.data.currentStep,slug:u.data.slug,topic:u.data.topic,runDir:u.data.runDir}:null,allRoots:n().map(e=>e.replaceAll(`\\`,`/`)),discoveredRepos:(()=>{let e=(t.allRoots?.length?t.allRoots:[i()]).map(e=>e.replaceAll(`\\`,`/`)),r=n().map(e=>e.replaceAll(`\\`,`/`)).filter(t=>!e.includes(t));return r.length>0?r:void 0})()};return c(JSON.stringify(d,null,2))}catch(e){return a.error(`flow action list failed`,j(e)),c(`Error: ${s(e)}`)}}async function Js(e,t){let{getFlows:n,log:r,resolveInstallPath:i,resolveInstructionPath:a,toErrorText:o,toTextResponse:s}=t,{name:c}=e;try{let{registry:e,installer:t}=await n(),r=e.get(c);if(!r)return s(`Flow "${c}" not found. Use flow({ action: "list" }) to see available flows.`);let o=r.commitSha??null,l;if(r.sourceType===`git`&&r.installPath){let e=t.hasUpdates(r.installPath);l=e.success&&e.data?e.data.hasUpdates:void 0}let u={name:r.name,version:r.version,description:r.manifest.description,source:r.source,sourceType:r.sourceType,format:r.format,commitSha:o,updateAvailable:l,installPath:i(r.name,r),registeredAt:r.registeredAt,updatedAt:r.updatedAt,steps:r.manifest.steps.map(e=>({id:e.id,name:e.name,instruction:a(r,e.instruction),produces:e.produces,requires:e.requires,description:e.description})),agents:r.manifest.agents,artifactsDir:r.manifest.artifacts_dir,install:r.manifest.install};return s(JSON.stringify(u,null,2))}catch(e){return r.error(`flow action info failed`,j(e)),s(`Error: ${o(e)}`)}}async function Ys(e,t){let{getAllRoots:n,getFlows:r,log:i,toErrorText:a,toTextResponse:o}=t,{flow:s,status:c}=e;try{let e=n(),t=[];for(let n of e){let{stateMachine:e}=await r(n),i=e.listRuns({flow:s,status:c});for(let e of i)t.push({...JSON.parse(JSON.stringify(e)),root:n.replaceAll(`\\`,`/`)})}let i=new Set,a=t.filter(e=>{let t=e.id;return i.has(t)?!1:(i.add(t),!0)});return a.length===0?o(`No flow runs found.`):o(JSON.stringify(a,null,2))}catch(e){return i.error(`flow action runs failed`,j(e)),o(`Error: ${a(e)}`)}}function Xs(e){let t=e.content?.find(e=>e.type===`text`)?.text??``;if(!t)return null;try{let e=JSON.parse(t);if(typeof e.slug==`string`&&e.slug.length>0)return e.slug}catch{}return t.match(/[Ss]lug[:\s]*`?([^`\s,]+)`?/)?.[1]??null}function Zs(e,t,n){let r=Fs(e,t),i=H(`flow`);e.registerTool(`flow`,{title:i.title,description:`Manage development flows — list available flows, start/stop runs, navigate steps, read instructions, and install/remove/update flows. Use action parameter to select operation.`,annotations:i.annotations,inputSchema:{action:P.enum([`list`,`info`,`start`,`step`,`status`,`reset`,`read`,`runs`,`add`,`remove`,`update`]).describe(`The flow operation to perform.`),name:P.string().optional().describe(`Flow name — required for info, start, remove, update. Optional override for add.`),topic:P.string().optional().describe(`Human-readable topic for the run (used by start).`),roots:P.array(P.string()).optional().describe(`Workspace roots participating in this flow (used by start).`),advance:P.enum([`next`,`skip`,`redo`]).optional().describe(`Step navigation action — required for step.`),step:P.string().optional().describe(`Step id or name to read (used by read). Defaults to current step.`),source:P.string().optional().describe(`Git URL, local path, or "openspec" shorthand — required for add.`),token:P.string().optional().describe(`Auth token for private repos (used by add).`),filter_flow:P.string().optional().describe(`Filter runs by flow name (used by runs).`),filter_status:P.string().optional().describe(`Filter runs by status: active, completed, abandoned (used by runs).`)}},async e=>{switch(e.action){case`list`:return qs(r);case`info`:return e.name?Js({name:e.name},r):r.toTextResponse(`Missing required parameter: name`);case`start`:{if(!e.name)return r.toTextResponse(`Missing required parameter: name (flow to start)`);let t=await Us({flow:e.name,topic:e.topic,roots:e.roots},r),i=Xs(t);return i&&n&&n(i),t}case`step`:return e.advance?Ks({action:e.advance},r):r.toTextResponse(`Missing required parameter: advance (next/skip/redo)`);case`status`:{let e=await Ws(r);return n&&n(Xs(e)),e}case`reset`:{let e=await Gs(r);return n&&n(null),e}case`read`:return Is({step:e.step},r);case`runs`:return Ys({flow:e.filter_flow,status:e.filter_status},r);case`add`:return e.source?Bs({source:e.source,name:e.name,token:e.token},r):r.toTextResponse(`Missing required parameter: source`);case`remove`:return e.name?Vs({name:e.name},r):r.toTextResponse(`Missing required parameter: name`);case`update`:return e.name?Hs({name:e.name},r):r.toTextResponse(`Missing required parameter: name`);default:return r.toTextResponse(`Unknown action: ${e.action}`)}})}const Qs=k(`tools`);function $s(e){let t=H(`evidence_map`);e.registerTool(`evidence_map`,{title:t.title,description:`Track verified/assumed/unresolved claims for complex tasks. Gate readiness: YIELD (proceed), HOLD (unknowns), HARD_BLOCK (critical gaps). Persists across calls.`,inputSchema:{action:P.enum([`create`,`add`,`update`,`get`,`gate`,`list`,`delete`]).describe(`Operation to perform`),task_id:P.string().optional().describe(`Task identifier (required for all except list)`),tier:P.enum([`floor`,`standard`,`critical`]).optional().describe(`FORGE tier (required for create)`),claim:P.string().optional().describe(`Critical-path claim text (for add)`),status:P.enum([`V`,`A`,`U`]).optional().describe(`Evidence status: V=Verified, A=Assumed, U=Unresolved`),receipt:P.string().optional().describe(`Evidence receipt: tool→ref for V, reasoning for A, attempts for U`),id:P.number().optional().describe(`Entry ID (for update)`),critical_path:P.boolean().default(!0).describe(`Whether this claim is on the critical path`),unknown_type:P.enum([`contract`,`convention`,`freshness`,`runtime`,`data-flow`,`impact`]).optional().describe(`Typed unknown classification`),safety_gate:P.enum([`provenance`,`commitment`,`coverage`]).optional().describe(`Safety gate tag: provenance (claim→evidence), commitment (user-approved), coverage (nothing dropped)`),retry_count:P.number().default(0).describe(`Retry count for gate evaluation (0 = first attempt)`),max_retries:P.number().int().min(0).optional().describe(`Maximum retries before escalating. Default: 3`),timeout_action:P.enum([`iterate`,`retry`,`manual`,`terminate`]).optional().describe(`Action to take when gate retries are exhausted. Default: manual`),cwd:P.string().optional().describe(`Working directory for evidence map storage (default: server cwd). Use root_path from forge_ground to match.`)},annotations:t.annotations},async({action:e,task_id:t,tier:n,claim:r,status:i,receipt:a,id:o,critical_path:s,unknown_type:c,safety_gate:l,retry_count:u,max_retries:d,timeout_action:f,cwd:p})=>{try{switch(e){case`create`:if(!t)throw Error(`task_id required for create`);if(!n)throw Error(`tier required for create`);return Ne({action:`create`,taskId:t,tier:n},p),{content:[{type:`text`,text:`Created evidence map "${t}" (tier: ${n}).\n\n---\n_Next: Use \`evidence_map\` with action "add" to record critical-path claims._`}]};case`add`:{if(!t)throw Error(`task_id required for add`);if(!r)throw Error(`claim required for add`);if(!i)throw Error(`status required for add`);let e=Ne({action:`add`,taskId:t,claim:r,status:i,receipt:a??``,criticalPath:s,unknownType:c,safetyGate:l},p),n=e.autoCreated?[`⚠️ Evidence map "${t}" was auto-created with tier "standard". Use \`create\` action to set a specific tier.`,``,`Added entry #${e.entry?.id} to "${t}": [${i}] ${r}`]:[`Added entry #${e.entry?.id} to "${t}": [${i}] ${r}`];return e.formattedMap&&n.push(``,e.formattedMap),{content:[{type:`text`,text:n.join(`
165
- `)}]}}case`update`:{if(!t)throw Error(`task_id required for update`);if(o===void 0)throw Error(`id required for update`);if(!i)throw Error(`status required for update`);let e=Ne({action:`update`,taskId:t,id:o,status:i,receipt:a??``},p),n=[`Updated entry #${o} in "${t}" → ${i}`];return e.formattedMap&&n.push(``,e.formattedMap),{content:[{type:`text`,text:n.join(`
166
- `)}]}}case`get`:{if(!t)throw Error(`task_id required for get`);let e=Ne({action:`get`,taskId:t},p);return e.state?{content:[{type:`text`,text:[`## Evidence Map: ${t} (${e.state.tier})`,``,e.formattedMap??`No entries.`,``,`_${e.state.entries.length} entries — created ${e.state.createdAt}_`].join(`
167
- `)}]}:{content:[{type:`text`,text:`Evidence map "${t}" not found.`}]}}case`gate`:{if(!t)throw Error(`task_id required for gate`);let e=Ne({action:`gate`,taskId:t,retryCount:u,maxRetries:d,timeoutAction:f},p);if(!e.gate)return{content:[{type:`text`,text:`Evidence map "${t}" not found.`}]};let n=e.gate,r=[`## FORGE Gate: **${n.verdict}**`,``,`**Reason:** ${n.reason}`,``,`**Stats:** ${n.stats.verified}V / ${n.stats.assumed}A / ${n.stats.unresolved}U (${n.stats.total} total)`];return n.action&&r.push(``,`**Recommended action:** ${n.action}`),n.retriesRemaining!==void 0&&r.push(`**Retries remaining:** ${n.retriesRemaining}`),n.summary&&r.push(``,`**Summary:** ${n.summary}`),n.warnings.length>0&&r.push(``,`**Warnings:**`,...n.warnings.map(e=>`- ⚠️ ${e}`)),n.unresolvedCritical.length>0&&r.push(``,`**Blocking entries:**`,...n.unresolvedCritical.map(e=>`- #${e.id}: ${e.claim} [${e.unknownType??`untyped`}]`)),n.safetyGates&&(r.push(``,`**Safety Gates:**`,`- Provenance: ${n.safetyGates.provenance}`,`- Commitment: ${n.safetyGates.commitment}`,`- Coverage: ${n.safetyGates.coverage}`),n.safetyGates.failures.length>0&&r.push(``,`**Safety failures:**`,...n.safetyGates.failures.map(e=>`- \u{1F6D1} ${e}`))),n.annotation&&r.push(``,`**Annotation:**`,n.annotation),e.formattedMap&&r.push(``,`---`,``,e.formattedMap),r.push(``,`---`,`_Next: ${n.verdict===`YIELD`?`Proceed to implementation.`:n.action===`iterate`?`Re-run the build loop, then evaluate the gate again.`:n.action===`retry`?`Re-evaluate the gate after refreshing evidence.`:n.action===`manual`?`Ask for human review before proceeding.`:`Abort the current path and terminate the task.`}_`),{content:[{type:`text`,text:r.join(`
168
- `)}]}}case`list`:{let e=Ne({action:`list`},p);return!e.states||e.states.length===0?{content:[{type:`text`,text:`No evidence maps found.`}]}:{content:[{type:`text`,text:e.states.map(e=>`- **${e.taskId}** (${e.tier}) — ${e.entries.length} entries — ${e.updatedAt}`).join(`
169
- `)}]}}case`delete`:if(!t)throw Error(`task_id required for delete`);return{content:[{type:`text`,text:Ne({action:`delete`,taskId:t},p).deleted?`Deleted evidence map "${t}".`:`Evidence map "${t}" not found.`}]}}}catch(e){return Qs.error(`Evidence map error`,j(e)),G(`INTERNAL`,`Evidence map error: ${e instanceof Error?e.message:String(e)}`)}})}function ec(e,t){let n=H(`digest`);e.registerTool(`digest`,{title:n.title,description:`Compress multiple text sources (handoffs, debates, phase summaries) into a token-budgeted digest. Jointly ranks across all sources, pins structured fields (status, files, decisions, blockers), and allocates budget by priority weight.`,inputSchema:{sources:P.array(P.object({id:P.string().describe(`Source identifier (e.g., "phase-2-handoff")`),text:P.string().max(5e5).describe(`Source text to compress`),weight:P.number().min(0).default(1).describe(`Priority weight (higher = more budget)`)})).min(1).max(20).describe(`Text sources to compress`),query:P.string().describe(`Focus query — what matters for the next step?`),max_chars:P.number().min(100).max(5e4).default(4e3).describe(`Target budget in characters`),pin_fields:P.array(P.string()).optional().describe(`Key fields to always extract (default: status, files, decisions, blockers, next)`),segmentation:P.enum([`paragraph`,`sentence`,`line`]).default(`paragraph`).describe(`How to split text for scoring`),token_budget:P.number().min(50).max(12500).optional().describe(`Token budget — overrides max_chars (approx 4 chars per token). Use to fit output into a specific context window.`)},annotations:n.annotations},async({sources:e,query:n,max_chars:r,pin_fields:i,segmentation:a,token_budget:o})=>{try{let s=await ke(t,{sources:e,query:n,maxChars:o?o*4:r,pinFields:i,segmentation:a}),c=[`## Digest (${s.totalOriginalChars} → ${s.totalCompressedChars} chars, ${(s.ratio*100).toFixed(0)}%)`,``],l=Object.keys(s.fields);if(l.length>0){c.push(`### Extracted Fields`);for(let e of l){let t=s.fields[e];c.push(`**${e}:**`);for(let e of t)c.push(` - [${e.sourceId}] ${e.value}`)}c.push(``)}c.push(`### Compressed Content`,``,s.text),c.push(``,`### Source Stats`);for(let e of s.sourceStats)c.push(`- **${e.id}**: ${e.originalChars} → ${e.keptChars} chars (${e.segmentsKept}/${e.segmentsTotal} segments)`);return c.push(``,`---`,"_Next: Use the digest as compressed context for the next phase. Use `stash` to persist it if needed._"),{content:[{type:`text`,text:c.join(`
170
- `)}]}}catch(e){return Qs.error(`Digest failed`,j(e)),G(`INTERNAL`,`Digest failed: ${e instanceof Error?e.message:String(e)}`)}})}function tc(e){let t=H(`forge_classify`);e.registerTool(`forge_classify`,{title:t.title,description:`Classify FORGE tier (Floor/Standard/Critical) from target files and task description. Checks blast radius, cross-package boundaries, schema/contract patterns, and security signals. Returns tier, triggers, typed unknown seeds, and ceremony guidance.`,inputSchema:{files:P.array(P.string()).min(1).max(100).describe(`Files being modified (paths)`),task:P.string().describe(`Task description`),root_path:P.string().describe(`Root path of the codebase`)},annotations:t.annotations},async({files:e,task:t,root_path:n})=>{try{let r=await Re({files:e,task:t,rootPath:n}),i=[`## FORGE Classification: **${r.tier.toUpperCase()}**`,``];if(r.triggers.length>0){i.push(`### Triggers`);for(let e of r.triggers)i.push(`- **${e.rule}** (${e.source}): ${e.detail}`);i.push(``)}if(r.packagesCrossed.length>0&&i.push(`**Packages crossed:** ${r.packagesCrossed.join(`, `)}`),r.typedUnknownSeeds.length>0){i.push(``,`### Typed Unknown Seeds`);for(let e of r.typedUnknownSeeds)i.push(`- [${e.type}] ${e.description} → use \`${e.suggestedTool}\``)}i.push(``,`### Ceremony`);let a=r.ceremony;return i.push(`- **Ground:** ${a.ground}`,`- **Build:** ${a.build}`,`- **Break:** ${a.break}`,`- **Evidence Map:** ${a.evidenceMap}`,`- **Gate:** ${a.gate}`),i.push(``,`---`,`_Next: ${r.tier===`floor`?`Proceed directly to implementation.`:"Run `forge_ground` to execute the full Ground phase."}_`),{content:[{type:`text`,text:i.join(`
171
- `)}]}}catch(e){return Qs.error(`FORGE classify failed`,j(e)),G(`INTERNAL`,`FORGE classify failed: ${e instanceof Error?e.message:String(e)}`)}})}function nc(e,t,n){let r=H(`stratum_card`);e.registerTool(`stratum_card`,{title:r.title,description:`Generate context cards from files — a compressed alternative to reading full files (10-100x token reduction). Tier 1 (T1): structure only (~100 tokens/file — imports, exports, functions). Tier 2 (T2): structure + query-relevant content (~300 tokens/file).`,inputSchema:{files:P.array(P.string()).min(1).max(50).describe(`Absolute file paths to generate cards for`),query:P.string().describe(`Current task query — guides relevance scoring`),tier:P.enum([`T1`,`T2`]).default(`T1`).describe(`Card tier: T1 = structural only, T2 = T1 + compressed content`),max_content_chars:P.number().min(100).max(5e3).default(800).describe(`For T2: max chars for compressed content section`)},annotations:r.annotations},async({files:e,query:r,tier:i,max_content_chars:a})=>{try{let o=await zt(t,{files:e,query:r,tier:i,maxContentChars:a,cache:n}),s=[`## STRATUM Cards (${i}) — ${o.cards.length} files`,`Total: ~${o.totalTokenEstimate} tokens (was ~${o.totalOriginalTokenEstimate}, ${(o.compressionRatio*100).toFixed(0)}% of original)`,``];for(let e of o.cards)s.push(e.card,``);return s.push(`---`,"_Next: Use these cards as context instead of reading full files. Use `compact` for deeper content extraction on specific files._"),{content:[{type:`text`,text:s.join(`
172
- `)}]}}catch(e){return Qs.error(`STRATUM cards failed`,j(e)),G(`INTERNAL`,`STRATUM cards failed: ${e instanceof Error?e.message:String(e)}`)}})}function rc(e,t,n){let r=H(`forge_ground`);e.registerTool(`forge_ground`,{title:r.title,description:`Execute the complete FORGE Ground phase in a single call. Chains: tier classification → scope map → typed unknown seeds → constraint loading → file summaries → evidence map creation. Replaces 5-15 manual tool calls.`,inputSchema:{task:P.string().describe(`Task description`),files:P.array(P.string()).min(1).max(100).describe(`Target files being modified (absolute paths)`),root_path:P.string().describe(`Root path of the codebase`),max_constraints:P.number().min(0).max(10).default(3).describe(`Max constraint entries to load from AI Kit memory`),force_tier:P.enum([`floor`,`standard`,`critical`]).optional().describe(`Force a specific tier (skips auto-classification)`),task_id:P.string().optional().describe(`Custom task ID for evidence map (auto-generated if omitted)`)},annotations:r.annotations},async({task:e,files:r,root_path:i,max_constraints:a,force_tier:o,task_id:s},c)=>{try{let l=await ze(t,n,{task:e,files:r,rootPath:i,maxConstraints:a,forceTier:o,taskId:s}),u=vo(c).createTask(`FORGE Ground`,3);u.progress(0,`Classification: ${l.tier}`),u.progress(1,`Files analyzed: ${l.fileSummaries.length}`),u.progress(2,`Unknowns: ${l.typedUnknownSeeds.length}`),u.complete(`FORGE Ground complete: tier=${l.tier}`);let d=[`## FORGE Ground: **${l.tier.toUpperCase()}**`,`Estimated output: ~${l.estimatedTokens} tokens`,``];if(l.classifyTriggers.length>0){d.push(`### Classification Triggers`);for(let e of l.classifyTriggers)d.push(`- **${e.rule}** (${e.source}): ${e.detail}`);d.push(``)}if(l.fileSummaries.length>0){d.push(`### Target Files`);for(let e of l.fileSummaries)d.push(`- **${e.path}** (${e.lines} lines) — exports: ${e.exports.join(`, `)||`none`} — functions: ${e.functions.join(`, `)||`none`}`);d.push(``)}if(l.typedUnknownSeeds.length>0){d.push(`### Typed Unknown Seeds`);for(let e of l.typedUnknownSeeds)d.push(`- [${e.type}] ${e.description} → \`${e.suggestedTool}\``);d.push(``)}if(l.constraints.length>0){d.push(`### Constraint Seed`);for(let e of l.constraints)d.push(`- **${e.source}** (${(e.relevance*100).toFixed(0)}%): ${e.snippet}`);d.push(``)}if(l.scopeMap){d.push(`### Scope Map: ${l.scopeMap.files.length} files (~${l.scopeMap.totalEstimatedTokens} tokens)`);for(let e of l.scopeMap.files.slice(0,5))d.push(`- ${e.path} (${(e.relevance*100).toFixed(0)}%) — ${e.reason}`);l.scopeMap.files.length>5&&d.push(`- _...and ${l.scopeMap.files.length-5} more_`),d.push(``)}l.evidenceMapTaskId&&(d.push(`**Evidence Map:** \`${l.evidenceMapTaskId}\` (initialized)`),d.push(``)),d.push(`### Ceremony Guidance`);let f=l.ceremony;return d.push(`- **Ground:** ${f.ground}`,`- **Build:** ${f.build}`,`- **Break:** ${f.break}`,`- **Evidence Map:** ${f.evidenceMap}`,`- **Gate:** ${f.gate}`),d.push(``,`---`,`_Next: ${l.tier===`floor`?`Proceed to Build phase.`:"Use `evidence_map` to track claims during Build, then `evidence_map` gate after Break."}_`),{content:[{type:`text`,text:d.join(`
173
- `)}]}}catch(e){return Qs.error(`FORGE Ground failed`,j(e)),G(`INTERNAL`,`FORGE Ground failed: ${e instanceof Error?e.message:String(e)}`)}})}const ic=k(`tools`),ac=P.object({id:P.string().optional().describe(`Node ID (auto-generated if omitted)`),type:P.string().describe(`Node type (entity, service, api, concept, decision)`),name:P.string().describe(`Display name`),properties:P.record(P.string(),P.unknown()).optional().describe(`Arbitrary properties`),sourceRecordId:P.string().optional().describe(`Back-link to knowledge record ID`),sourcePath:P.string().optional().describe(`Source file path`)}),oc=P.object({id:P.string().optional().describe(`Edge ID (auto-generated if omitted)`),fromId:P.string().describe(`Source node ID`),toId:P.string().describe(`Target node ID`),type:P.string().describe(`Relationship type (depends-on, implements, calls, affects)`),weight:P.number().min(0).max(1).optional().describe(`Relationship weight`),properties:P.record(P.string(),P.unknown()).optional().describe(`Arbitrary properties`)});function sc(e,t){let n=H(`graph`);e.registerTool(`graph`,{title:n.title,description:`Query the auto-populated code knowledge graph (modules, symbols, imports) to answer
164
+ `)}}async function o(e){let{FlowRegistryManager:r,FlowStateMachine:a,FlowLoader:o,GitInstaller:s}=await import(`../../flows/dist/index.js`),c=_(t.stateDir??_(n.getWorkspaceRoot(),`.aikit-state`),`flows`,`installed`);return{registry:new r(i()),stateMachine:new a(n.getFlowsDir(e),Bs),loader:new o,installer:new s(c)}}return{server:e,config:t,log:Is,toTextResponse:Rs,toErrorText:zs,createFlowTransform:a,getFlows:o,...n,...r}}async function Hs(e,t){let{getFlows:n,log:r,resolveEpilogueInstructionPath:i,resolveFlowRoot:a,resolveInstructionPath:o,toErrorText:s,toTextResponse:c}=t,{step:l}=e;try{let e=await a(),{registry:t,stateMachine:r}=await n(e),s=r.getStatus();if(!s.success||!s.data)return c(`No active flow. Use flow({ action: "start", name: "<flow>" }) to begin one, or flow({ action: "list" }) to see available flows.`);let u=s.data,d=t.get(u.flow);if(!d)return c(`Flow "${u.flow}" not found in registry.`);let f=l??u.currentStep;if(!f)return c(`No current step is available for the active flow.`);let p=d.manifest.steps.find(e=>e.id===f||e.name===f);if(!p){let t=i(f,e);if(t){let n=await $t(t,`utf-8`),r=_(u.runDir,d.manifest.artifacts_dir).replaceAll(`\\`,`/`),i=u.runDir.replaceAll(`\\`,`/`);return n=n.replaceAll(`{{artifacts_path}}`,r).replaceAll(`{{run_dir}}`,i).replaceAll(`{{workspace_root}}`,(u.primaryRoot??e).replaceAll(`\\`,`/`)).replaceAll(`{{all_roots}}`,JSON.stringify(u.roots??[e.replaceAll(`\\`,`/`)],null,2)),c(n)}return c(`Step "${f}" not found in flow "${u.flow}".`)}let m=await $t(o(d,p.instruction,e),`utf-8`),h=_(u.runDir,d.manifest.artifacts_dir).replaceAll(`\\`,`/`),g=u.runDir.replaceAll(`\\`,`/`);m=m.replaceAll(`{{artifacts_path}}`,h).replaceAll(`{{run_dir}}`,g).replaceAll(`{{workspace_root}}`,(u.primaryRoot??e).replaceAll(`\\`,`/`)).replaceAll(`{{all_roots}}`,JSON.stringify(u.roots??[e.replaceAll(`\\`,`/`)],null,2));for(let e of[`spec-driven`])m=m.replaceAll(`${e}/${u.slug}/`,`${h}/`);return c(m)}catch(e){return r.error(`flow action read failed`,j(e)),e instanceof Error&&`code`in e&&e.code===`ENOENT`?c(`Could not read instruction file: ${e.message}`):c(`Error: ${s(e)}`)}}async function Us(e,t){let{registry:n,loader:r,installer:i}=await e.getFlows(),a=e.createFlowTransform(),s=y(t.source);if(!o(s))return e.toTextResponse(`Source path no longer exists: ${s}`);let c=`${t.installPath}.updating`,l=`${t.installPath}.backup`;o(c)&&d(c,{recursive:!0,force:!0}),o(l)&&d(l,{recursive:!0,force:!0});let f=i.copyLocal(s,m(c));if(!f.success||!f.data)return e.toTextResponse(`Failed to copy flow: ${f.error}`);let p=await r.load(c,{forceAssetSync:!0,transform:a});if(!p.success||!p.data)return i.remove(c),e.toTextResponse(`Failed to load flow manifest: ${p.error}`);let h=!1;try{u(t.installPath,l),u(c,t.installPath);let e=await r.load(t.installPath,{forceAssetSync:!0,transform:a});if(!e.success||!e.data)throw Error(`Failed to load flow manifest: ${e.error}`);let o=e.data.manifest,s=e.data.format,f=n.register({...t,version:o.version,format:s,installPath:t.installPath,manifest:o,updatedAt:new Date().toISOString()});if(!f.success)throw Error(`Failed to refresh flow registry entry: ${f.error}`);if(h=!0,o.install.length>0){let e=i.runInstallDeps(o.install);if(!e.success)throw Error(`Dependency install failed: ${e.error}`)}d(l,{recursive:!0,force:!0})}catch(r){return o(c)&&d(c,{recursive:!0,force:!0}),o(l)&&(o(t.installPath)&&d(t.installPath,{recursive:!0,force:!0}),u(l,t.installPath)),h&&n.register(t),e.toTextResponse(e.toErrorText(r))}return e.toTextResponse(`Flow "${t.name}" updated from ${t.sourceType} source successfully.`)}async function Ws(e,t){let{registry:n,loader:r}=await e.getFlows(),i=e.createFlowTransform();try{Ln(`npm update -g @fission-ai/openspec`,{encoding:`utf-8`,stdio:`pipe`})}catch(t){return e.toTextResponse(`npm update failed: ${e.toErrorText(t)}`)}let a=e.resolveOpenSpecSource(),o=await r.load(a.path,{forceAssetSync:!0,transform:i}),s=o.success&&o.data?o.data.manifest:null,c=o.success&&o.data?o.data.format:t.format;if(s){let r=n.register({...t,version:s.version,format:c,installPath:a.path,manifest:s,updatedAt:new Date().toISOString()});if(!r.success)return e.toTextResponse(`Failed to refresh flow registry entry: ${r.error}`)}return e.toTextResponse(`Flow "${t.name}" updated via npm successfully.`)}async function Gs(e,t){let{registry:n,loader:r,installer:i}=await e.getFlows(),a=e.createFlowTransform(),o=i.update(t.installPath);if(!o.success)return e.toTextResponse(`Update failed: ${o.error}`);let s=await r.load(t.installPath,{forceAssetSync:!0,transform:a}),c=s.success&&s.data?s.data.manifest:null,l=s.success&&s.data?s.data.format:t.format;if(c){let r=i.getLocalCommit(t.installPath),a=n.register({...t,version:c.version,format:l,manifest:c,updatedAt:new Date().toISOString(),...r?{commitSha:r}:{}});if(!a.success)return e.toTextResponse(`Failed to refresh flow registry entry: ${a.error}`)}let u=c?.install??t.manifest.install;if(u.length>0){let t=i.runInstallDeps(u);if(!t.success)return e.toTextResponse(`Dependency install failed: ${t.error}`)}return e.toTextResponse(`Flow "${t.name}" updated successfully.`)}async function Ks(e,t){let{createFlowTransform:n,getFlows:r,log:i,resolveClaudePluginSource:a,resolveOpenSpecSource:o,toErrorText:s,toTextResponse:c}=t,{source:l,name:u,token:d}=e;try{let{registry:e,loader:t,installer:i}=await r(),s=n(),f=l===`openspec`||l.startsWith(`openspec:`),p,h=l,g;if(f){let e=o();h=e.path,p=e.sourceType}let _=f?null:a(h);_&&(h=_.path,p=_.sourceType);let v=/^https?:\/\/|^git@/.test(h),b;if(v){let e=i.clone(h,d);if(!e.success||!e.data)return c(`Failed to clone flow: ${e.error}`);b=e.data}else{let e=y(h);g=e;let t=u||m(e)||`custom-flow`,n=i.copyLocal(e,t);if(!n.success||!n.data)return c(`Failed to copy flow: ${n.error}`);b=n.data}let x=await t.load(b,{forceAssetSync:!0,transform:s});if(!x.success||!x.data)return i.remove(b),c(`Failed to load flow manifest: ${x.error}`);let{manifest:S,format:C}=x.data,w=u||S.name,T=p??(v?`git`:`local`);if(e.has(w))return i.remove(b),c(`Flow "${w}" is already installed. Use flow({ action: "update", name: "${w}" }) to update it, or flow({ action: "remove", name: "${w}" }) then flow({ action: "add", source: "..." }) to replace.`);if(S.install.length>0){let e=i.runInstallDeps(S.install);if(!e.success)return i.remove(b),c(`Dependency install failed: ${e.error}`)}let E=new Date().toISOString(),D=v?i.getLocalCommit(b):void 0,O=e.register({name:w,version:S.version,source:T===`local`||T===`claude-plugin`?g??l:l,sourceType:T,installPath:b,format:C,registeredAt:E,updatedAt:E,manifest:S,...D?{commitSha:D}:{}});if(!O.success)return i.remove(b),c(`Failed to register flow: ${O.error}`);let k=S.steps.length;return c(`Flow "${w}" installed successfully (${k} steps). Use flow({ action: "start", name: "${w}" }) to begin.`)}catch(e){return i.error(`flow action add failed`,j(e)),c(`Error: ${s(e)}`)}}async function qs(e,t){let{getFlows:n,log:r,toErrorText:i,toTextResponse:a}=t,{name:o}=e;try{let{registry:e,installer:t}=await n();if(!e.has(o))return a(`Flow "${o}" is not installed.`);let r=e.get(o);if(!r)return a(`Flow "${o}" is not installed.`);if(r.sourceType===`builtin`)return a(`Cannot remove builtin flow "${o}".`);let i=t.remove(r.installPath);if(!i.success)return a(`Failed to remove flow files: ${i.error}`);let s=e.unregister(o);return s.success?a(`Flow "${o}" removed successfully.`):a(`Failed to unregister flow: ${s.error}`)}catch(e){return r.error(`flow action remove failed`,j(e)),a(`Error: ${i(e)}`)}}async function Js(e,t){let{getFlows:n,log:r,toErrorText:i,toTextResponse:a}=t,{name:o}=e,s={createFlowTransform:t.createFlowTransform,getFlows:t.getFlows,resolveOpenSpecSource:t.resolveOpenSpecSource,toErrorText:t.toErrorText,toTextResponse:t.toTextResponse};try{let{registry:e}=await n();if(!e.has(o))return a(`Flow "${o}" is not installed.`);let t=e.get(o);return!t||t.sourceType!==`git`&&t.sourceType!==`npm-global`&&t.sourceType!==`local`&&t.sourceType!==`claude-plugin`?a(`Flow "${o}" was not installed from git, npm, or a local source — cannot update. Remove and re-add instead.`):t.sourceType===`local`||t.sourceType===`claude-plugin`?Us(s,t):t.sourceType===`npm-global`?Ws(s,t):Gs(s,t)}catch(e){return r.error(`flow action update failed`,j(e)),a(`Error: ${i(e)}`)}}async function Ys(e,t){let{getAllRoots:n,getFlows:r,getStepSequence:i,getWorkspaceRoot:a,isValidFlowRoot:o,log:s,patchMetaRoots:c,resolveCurrentStepInfo:l,toErrorText:u,toTextResponse:d}=t,{flow:f,topic:p,roots:m}=e;try{if(m&&m.length>0){let e=m.filter(e=>!o(e));if(e.length>0)return d(`Invalid roots — not part of the workspace or a recognized sub-repository: ${e.join(`, `)}. Available roots: ${n().map(e=>e.replaceAll(`\\`,`/`)).join(`, `)}`)}let e=n(),s=e.length>1,u=!m&&s,h=m?.[0]??a(),{registry:g,stateMachine:v}=await r(h),y=g.get(f);if(!y)return d(`Flow "${f}" not found. Use flow({ action: "list" }) to see available flows.`);let b=v.start(y.name,y.manifest,p);if(!b.success||!b.data)return d(`Cannot start: ${b.error}`);let x=b.data;if(m&&m.length>1)try{c(x.slug,h,m),t.syncMetaToRoots(x.slug,h)}catch(e){return v.reset(),d(`Flow created but failed to sync to secondary roots — rolled back. Error: ${e instanceof Error?e.message:String(e)}`)}try{await Qt(_(h,`.aikit-state`,`flow-context`,x.slug),{recursive:!0})}catch{}let{instructionPath:S,description:C}=l(y,x.currentStep,h),w=i(y),T={started:!0,flow:x.flow,slug:x.slug,topic:x.topic,runDir:x.runDir,artifactsPath:_(x.runDir,y.manifest.artifacts_dir).replaceAll(`\\`,`/`),currentStep:x.currentStep,currentStepInstruction:S,currentStepDescription:C,phase:x.phase,isEpilogue:x.isEpilogue,totalSteps:w.length,stepSequence:w,artifactsDir:y.manifest.artifacts_dir,roots:m??[h.replaceAll(`\\`,`/`)],...u?{multiRootWarning:`No roots specified in multi-root workspace. Flow created at workspace root. Pass roots parameter with target repo for precise placement.`,availableRoots:e.map(e=>e.replaceAll(`\\`,`/`))}:{}};return d(JSON.stringify(T,null,2))}catch(e){return s.error(`flow action start failed`,j(e)),d(`Error: ${u(e)}`)}}async function Xs(e){let{config:t,getAllRoots:n,getFlows:r,getStepSequence:i,getWorkspaceRoot:a,log:o,resolveCurrentStepInfo:s,resolveFlowRoot:c,toErrorText:l,toTextResponse:u}=e;try{let e=await c(),{registry:o,stateMachine:l}=await r(e),d=l.getStatus();if(!d.success||!d.data)return u(`No active flow. Use flow({ action: "start", name: "<flow>" }) to begin one, or flow({ action: "list" }) to see available flows.`);let f=d.data,p=o.get(f.flow),m=p?s(p,f.currentStep,e):null,h=p?i(p):[],g=m?.instructionPath??null,v={flow:f.flow,status:f.status,slug:f.slug,topic:f.topic,runDir:f.runDir,artifactsPath:p?_(f.runDir,p.manifest.artifacts_dir).replaceAll(`\\`,`/`):null,currentStep:f.currentStep,currentStepInstruction:g,instructionPath:g,currentStepDescription:m?.description??null,phase:f.phase,isEpilogue:f.isEpilogue,completedSteps:f.completedSteps,skippedSteps:f.skippedSteps,artifacts:f.artifacts,startedAt:f.startedAt,updatedAt:f.updatedAt,totalSteps:h.length,progress:p?`${f.completedSteps.length+f.skippedSteps.length}/${h.length}`:`unknown`,workspaceRoot:e.replaceAll(`\\`,`/`),primaryRoot:(f.primaryRoot??e).replaceAll(`\\`,`/`),roots:f.roots??[e.replaceAll(`\\`,`/`)],allRoots:n().map(e=>e.replaceAll(`\\`,`/`)),discoveredRepos:(()=>{let e=(t.allRoots?.length?t.allRoots:[a()]).map(e=>e.replaceAll(`\\`,`/`)),r=n().map(e=>e.replaceAll(`\\`,`/`)).filter(t=>!e.includes(t));return r.length>0?r:void 0})()};return u(JSON.stringify(v,null,2))}catch(e){return o.error(`flow action status failed`,j(e)),u(`Error: ${l(e)}`)}}async function Zs(e){let{getFlows:t,log:n,resolveFlowRoot:r,syncMetaToRoots:i,toErrorText:a,toTextResponse:o}=e;try{let e=await r(),{stateMachine:n}=await t(e),a=n.getStatus(),s=n.reset();if(!s.success)return o(`Reset failed: ${s.error}`);if(a.success&&a.data&&i(a.data.slug,e),a.success&&a.data?.slug)try{await tn(_(e,`.aikit-state`,`flow-context`,a.data.slug),{recursive:!0,force:!0})}catch{}return o(`Flow abandoned. Use flow({ action: "start", name: "<flow>" }) to begin a new flow.`)}catch(e){return n.error(`flow action reset failed`,j(e)),o(`Error: ${a(e)}`)}}async function Qs(e,t){let{getFlows:n,getStepSequence:r,log:i,resolveCurrentStepInfo:a,resolveFlowRoot:o,syncMetaToRoots:s,toErrorText:c,toTextResponse:l}=t,{action:u}=e;try{let e=await o(),{registry:t,stateMachine:i}=await n(e),c=i.getStatus();if(!c.success||!c.data)return l(`No active flow. Use flow({ action: "start", name: "<flow>" }) first.`);let d=t.get(c.data.flow);if(!d)return l(`Flow "${c.data.flow}" not found in registry.`);let f=i.step(u,d.manifest);if(!f.success||!f.data)return l(`Cannot ${u}: ${f.error}`);s(f.data.slug,e);let p=f.data,{instructionPath:m,description:h}=a(d,p.currentStep,e),g=r(d),v={flow:p.flow,status:p.status,action:u,slug:p.slug,topic:p.topic,runDir:p.runDir,artifactsPath:_(p.runDir,d.manifest.artifacts_dir).replaceAll(`\\`,`/`),currentStep:p.currentStep,currentStepInstruction:m,currentStepDescription:h,phase:p.phase,isEpilogue:p.isEpilogue,completedSteps:p.completedSteps,skippedSteps:p.skippedSteps,totalSteps:g.length,remaining:g.filter(e=>!p.completedSteps.includes(e)&&!p.skippedSteps.includes(e)&&e!==p.currentStep)};return l(JSON.stringify(v,null,2))}catch(e){return i.error(`flow action step failed`,j(e)),l(`Error: ${c(e)}`)}}async function $s(e){let{config:t,getAllRoots:n,getFlows:r,getWorkspaceRoot:i,log:a,resolveFlowRoot:o,toErrorText:s,toTextResponse:c}=e;try{let{registry:e,stateMachine:a,installer:s}=await r(await o()),l=e.list(),u=a.getStatus(),d={flows:l.map(e=>{let t={name:e.name,version:e.version,source:e.source,sourceType:e.sourceType,format:e.format,steps:e.manifest.steps.map(e=>e.id)};if(e.sourceType===`git`&&e.commitSha){let n=s.hasUpdates(e.installPath);return{...t,commitSha:e.commitSha,updateAvailable:n.success&&n.data?n.data.hasUpdates:void 0}}return t}),activeFlow:u.success&&u.data?{flow:u.data.flow,status:u.data.status,currentStep:u.data.currentStep,slug:u.data.slug,topic:u.data.topic,runDir:u.data.runDir}:null,allRoots:n().map(e=>e.replaceAll(`\\`,`/`)),discoveredRepos:(()=>{let e=(t.allRoots?.length?t.allRoots:[i()]).map(e=>e.replaceAll(`\\`,`/`)),r=n().map(e=>e.replaceAll(`\\`,`/`)).filter(t=>!e.includes(t));return r.length>0?r:void 0})()};return c(JSON.stringify(d,null,2))}catch(e){return a.error(`flow action list failed`,j(e)),c(`Error: ${s(e)}`)}}async function ec(e,t){let{getFlows:n,log:r,resolveInstallPath:i,resolveInstructionPath:a,toErrorText:o,toTextResponse:s}=t,{name:c}=e;try{let{registry:e,installer:t}=await n(),r=e.get(c);if(!r)return s(`Flow "${c}" not found. Use flow({ action: "list" }) to see available flows.`);let o=r.commitSha??null,l;if(r.sourceType===`git`&&r.installPath){let e=t.hasUpdates(r.installPath);l=e.success&&e.data?e.data.hasUpdates:void 0}let u={name:r.name,version:r.version,description:r.manifest.description,source:r.source,sourceType:r.sourceType,format:r.format,commitSha:o,updateAvailable:l,installPath:i(r.name,r),registeredAt:r.registeredAt,updatedAt:r.updatedAt,steps:r.manifest.steps.map(e=>({id:e.id,name:e.name,instruction:a(r,e.instruction),produces:e.produces,requires:e.requires,description:e.description})),agents:r.manifest.agents,artifactsDir:r.manifest.artifacts_dir,install:r.manifest.install};return s(JSON.stringify(u,null,2))}catch(e){return r.error(`flow action info failed`,j(e)),s(`Error: ${o(e)}`)}}async function tc(e,t){let{getAllRoots:n,getFlows:r,log:i,toErrorText:a,toTextResponse:o}=t,{flow:s,status:c}=e;try{let e=n(),t=[];for(let n of e){let{stateMachine:e}=await r(n),i=e.listRuns({flow:s,status:c});for(let e of i)t.push({...JSON.parse(JSON.stringify(e)),root:n.replaceAll(`\\`,`/`)})}let i=new Set,a=t.filter(e=>{let t=e.id;return i.has(t)?!1:(i.add(t),!0)});return a.length===0?o(`No flow runs found.`):o(JSON.stringify(a,null,2))}catch(e){return i.error(`flow action runs failed`,j(e)),o(`Error: ${a(e)}`)}}function nc(e){let t=e.content?.find(e=>e.type===`text`)?.text??``;if(!t)return null;try{let e=JSON.parse(t);if(typeof e.slug==`string`&&e.slug.length>0)return e.slug}catch{}return t.match(/[Ss]lug[:\s]*`?([^`\s,]+)`?/)?.[1]??null}function rc(e,t,n){let r=Vs(e,t),i=V(`flow`);e.registerTool(`flow`,{title:i.title,description:`Manage development flows — list available flows, start/stop runs, navigate steps, read instructions, and install/remove/update flows. Use action parameter to select operation.`,annotations:i.annotations,inputSchema:{action:N.enum([`list`,`info`,`start`,`step`,`status`,`reset`,`read`,`runs`,`add`,`remove`,`update`]).describe(`The flow operation to perform.`),name:N.string().optional().describe(`Flow name — required for info, start, remove, update. Optional override for add.`),topic:N.string().optional().describe(`Human-readable topic for the run (used by start).`),roots:N.array(N.string()).optional().describe(`Workspace roots participating in this flow (used by start).`),advance:N.enum([`next`,`skip`,`redo`]).optional().describe(`Step navigation action — required for step.`),step:N.string().optional().describe(`Step id or name to read (used by read). Defaults to current step.`),source:N.string().optional().describe(`Git URL, local path, or "openspec" shorthand — required for add.`),token:N.string().optional().describe(`Auth token for private repos (used by add).`),filter_flow:N.string().optional().describe(`Filter runs by flow name (used by runs).`),filter_status:N.string().optional().describe(`Filter runs by status: active, completed, abandoned (used by runs).`)}},async e=>{switch(e.action){case`list`:return $s(r);case`info`:return e.name?ec({name:e.name},r):r.toTextResponse(`Missing required parameter: name`);case`start`:{if(!e.name)return r.toTextResponse(`Missing required parameter: name (flow to start)`);let t=await Ys({flow:e.name,topic:e.topic,roots:e.roots},r),i=nc(t);return i&&n&&n(i),t}case`step`:return e.advance?Qs({action:e.advance},r):r.toTextResponse(`Missing required parameter: advance (next/skip/redo)`);case`status`:{let e=await Xs(r);return n&&n(nc(e)),e}case`reset`:{let e=await Zs(r);return n&&n(null),e}case`read`:return Hs({step:e.step},r);case`runs`:return tc({flow:e.filter_flow,status:e.filter_status},r);case`add`:return e.source?Ks({source:e.source,name:e.name,token:e.token},r):r.toTextResponse(`Missing required parameter: source`);case`remove`:return e.name?qs({name:e.name},r):r.toTextResponse(`Missing required parameter: name`);case`update`:return e.name?Js({name:e.name},r):r.toTextResponse(`Missing required parameter: name`);default:return r.toTextResponse(`Unknown action: ${e.action}`)}})}const ic=A(`tools`);function ac(e){let t=V(`evidence_map`);e.registerTool(`evidence_map`,{title:t.title,description:`Track verified/assumed/unresolved claims for complex tasks. Gate readiness: YIELD (proceed), HOLD (unknowns), HARD_BLOCK (critical gaps). Persists across calls.`,inputSchema:{action:N.enum([`create`,`add`,`update`,`get`,`gate`,`list`,`delete`]).describe(`Operation to perform`),task_id:N.string().optional().describe(`Task identifier (required for all except list)`),tier:N.enum([`floor`,`standard`,`critical`]).optional().describe(`FORGE tier (required for create)`),claim:N.string().optional().describe(`Critical-path claim text (for add)`),status:N.enum([`V`,`A`,`U`]).optional().describe(`Evidence status: V=Verified, A=Assumed, U=Unresolved`),receipt:N.string().optional().describe(`Evidence receipt: tool→ref for V, reasoning for A, attempts for U`),id:N.number().optional().describe(`Entry ID (for update)`),critical_path:N.boolean().default(!0).describe(`Whether this claim is on the critical path`),unknown_type:N.enum([`contract`,`convention`,`freshness`,`runtime`,`data-flow`,`impact`]).optional().describe(`Typed unknown classification`),safety_gate:N.enum([`provenance`,`commitment`,`coverage`]).optional().describe(`Safety gate tag: provenance (claim→evidence), commitment (user-approved), coverage (nothing dropped)`),retry_count:N.number().default(0).describe(`Retry count for gate evaluation (0 = first attempt)`),max_retries:N.number().int().min(0).optional().describe(`Maximum retries before escalating. Default: 3`),timeout_action:N.enum([`iterate`,`retry`,`manual`,`terminate`]).optional().describe(`Action to take when gate retries are exhausted. Default: manual`),cwd:N.string().optional().describe(`Working directory for evidence map storage (default: server cwd). Use root_path from forge_ground to match.`)},annotations:t.annotations},async({action:e,task_id:t,tier:n,claim:r,status:i,receipt:a,id:o,critical_path:s,unknown_type:c,safety_gate:l,retry_count:u,max_retries:d,timeout_action:f,cwd:p})=>{try{switch(e){case`create`:if(!t)throw Error(`task_id required for create`);if(!n)throw Error(`tier required for create`);return Pe({action:`create`,taskId:t,tier:n},p),{content:[{type:`text`,text:`Created evidence map "${t}" (tier: ${n}).\n\n---\n_Next: Use \`evidence_map\` with action "add" to record critical-path claims._`}]};case`add`:{if(!t)throw Error(`task_id required for add`);if(!r)throw Error(`claim required for add`);if(!i)throw Error(`status required for add`);let e=Pe({action:`add`,taskId:t,claim:r,status:i,receipt:a??``,criticalPath:s,unknownType:c,safetyGate:l},p),n=e.autoCreated?[`⚠️ Evidence map "${t}" was auto-created with tier "standard". Use \`create\` action to set a specific tier.`,``,`Added entry #${e.entry?.id} to "${t}": [${i}] ${r}`]:[`Added entry #${e.entry?.id} to "${t}": [${i}] ${r}`];return e.formattedMap&&n.push(``,e.formattedMap),{content:[{type:`text`,text:n.join(`
165
+ `)}]}}case`update`:{if(!t)throw Error(`task_id required for update`);if(o===void 0)throw Error(`id required for update`);if(!i)throw Error(`status required for update`);let e=Pe({action:`update`,taskId:t,id:o,status:i,receipt:a??``},p),n=[`Updated entry #${o} in "${t}" → ${i}`];return e.formattedMap&&n.push(``,e.formattedMap),{content:[{type:`text`,text:n.join(`
166
+ `)}]}}case`get`:{if(!t)throw Error(`task_id required for get`);let e=Pe({action:`get`,taskId:t},p);return e.state?{content:[{type:`text`,text:[`## Evidence Map: ${t} (${e.state.tier})`,``,e.formattedMap??`No entries.`,``,`_${e.state.entries.length} entries — created ${e.state.createdAt}_`].join(`
167
+ `)}]}:{content:[{type:`text`,text:`Evidence map "${t}" not found.`}]}}case`gate`:{if(!t)throw Error(`task_id required for gate`);let e=Pe({action:`gate`,taskId:t,retryCount:u,maxRetries:d,timeoutAction:f},p);if(!e.gate)return{content:[{type:`text`,text:`Evidence map "${t}" not found.`}]};let n=e.gate,r=[`## FORGE Gate: **${n.verdict}**`,``,`**Reason:** ${n.reason}`,``,`**Stats:** ${n.stats.verified}V / ${n.stats.assumed}A / ${n.stats.unresolved}U (${n.stats.total} total)`];return n.action&&r.push(``,`**Recommended action:** ${n.action}`),n.retriesRemaining!==void 0&&r.push(`**Retries remaining:** ${n.retriesRemaining}`),n.summary&&r.push(``,`**Summary:** ${n.summary}`),n.warnings.length>0&&r.push(``,`**Warnings:**`,...n.warnings.map(e=>`- ⚠️ ${e}`)),n.unresolvedCritical.length>0&&r.push(``,`**Blocking entries:**`,...n.unresolvedCritical.map(e=>`- #${e.id}: ${e.claim} [${e.unknownType??`untyped`}]`)),n.safetyGates&&(r.push(``,`**Safety Gates:**`,`- Provenance: ${n.safetyGates.provenance}`,`- Commitment: ${n.safetyGates.commitment}`,`- Coverage: ${n.safetyGates.coverage}`),n.safetyGates.failures.length>0&&r.push(``,`**Safety failures:**`,...n.safetyGates.failures.map(e=>`- \u{1F6D1} ${e}`))),n.annotation&&r.push(``,`**Annotation:**`,n.annotation),e.formattedMap&&r.push(``,`---`,``,e.formattedMap),r.push(``,`---`,`_Next: ${n.verdict===`YIELD`?`Proceed to implementation.`:n.action===`iterate`?`Re-run the build loop, then evaluate the gate again.`:n.action===`retry`?`Re-evaluate the gate after refreshing evidence.`:n.action===`manual`?`Ask for human review before proceeding.`:`Abort the current path and terminate the task.`}_`),{content:[{type:`text`,text:r.join(`
168
+ `)}]}}case`list`:{let e=Pe({action:`list`},p);return!e.states||e.states.length===0?{content:[{type:`text`,text:`No evidence maps found.`}]}:{content:[{type:`text`,text:e.states.map(e=>`- **${e.taskId}** (${e.tier}) — ${e.entries.length} entries — ${e.updatedAt}`).join(`
169
+ `)}]}}case`delete`:if(!t)throw Error(`task_id required for delete`);return{content:[{type:`text`,text:Pe({action:`delete`,taskId:t},p).deleted?`Deleted evidence map "${t}".`:`Evidence map "${t}" not found.`}]}}}catch(e){return ic.error(`Evidence map error`,j(e)),W(`INTERNAL`,`Evidence map error: ${e instanceof Error?e.message:String(e)}`)}})}function oc(e,t){let n=V(`digest`);e.registerTool(`digest`,{title:n.title,description:`Compress multiple text sources (handoffs, debates, phase summaries) into a token-budgeted digest. Jointly ranks across all sources, pins structured fields (status, files, decisions, blockers), and allocates budget by priority weight.`,inputSchema:{sources:N.array(N.object({id:N.string().describe(`Source identifier (e.g., "phase-2-handoff")`),text:N.string().max(5e5).describe(`Source text to compress`),weight:N.number().min(0).default(1).describe(`Priority weight (higher = more budget)`)})).min(1).max(20).describe(`Text sources to compress`),query:N.string().describe(`Focus query — what matters for the next step?`),max_chars:N.number().min(100).max(5e4).default(4e3).describe(`Target budget in characters`),pin_fields:N.array(N.string()).optional().describe(`Key fields to always extract (default: status, files, decisions, blockers, next)`),segmentation:N.enum([`paragraph`,`sentence`,`line`]).default(`paragraph`).describe(`How to split text for scoring`),token_budget:N.number().min(50).max(12500).optional().describe(`Token budget — overrides max_chars (approx 4 chars per token). Use to fit output into a specific context window.`)},annotations:n.annotations},async({sources:e,query:n,max_chars:r,pin_fields:i,segmentation:a,token_budget:o})=>{try{let s=await Ae(t,{sources:e,query:n,maxChars:o?o*4:r,pinFields:i,segmentation:a}),c=[`## Digest (${s.totalOriginalChars} → ${s.totalCompressedChars} chars, ${(s.ratio*100).toFixed(0)}%)`,``],l=Object.keys(s.fields);if(l.length>0){c.push(`### Extracted Fields`);for(let e of l){let t=s.fields[e];c.push(`**${e}:**`);for(let e of t)c.push(` - [${e.sourceId}] ${e.value}`)}c.push(``)}c.push(`### Compressed Content`,``,s.text),c.push(``,`### Source Stats`);for(let e of s.sourceStats)c.push(`- **${e.id}**: ${e.originalChars} → ${e.keptChars} chars (${e.segmentsKept}/${e.segmentsTotal} segments)`);return c.push(``,`---`,"_Next: Use the digest as compressed context for the next phase. Use `stash` to persist it if needed._"),{content:[{type:`text`,text:c.join(`
170
+ `)}]}}catch(e){return ic.error(`Digest failed`,j(e)),W(`INTERNAL`,`Digest failed: ${e instanceof Error?e.message:String(e)}`)}})}function sc(e){let t=V(`forge_classify`);e.registerTool(`forge_classify`,{title:t.title,description:`Classify FORGE tier (Floor/Standard/Critical) from target files and task description. Checks blast radius, cross-package boundaries, schema/contract patterns, and security signals. Returns tier, triggers, typed unknown seeds, and ceremony guidance.`,inputSchema:{files:N.array(N.string()).min(1).max(100).describe(`Files being modified (paths)`),task:N.string().describe(`Task description`),root_path:N.string().describe(`Root path of the codebase`)},annotations:t.annotations},async({files:e,task:t,root_path:n})=>{try{let r=await ze({files:e,task:t,rootPath:n}),i=[`## FORGE Classification: **${r.tier.toUpperCase()}**`,``];if(r.triggers.length>0){i.push(`### Triggers`);for(let e of r.triggers)i.push(`- **${e.rule}** (${e.source}): ${e.detail}`);i.push(``)}if(r.packagesCrossed.length>0&&i.push(`**Packages crossed:** ${r.packagesCrossed.join(`, `)}`),r.typedUnknownSeeds.length>0){i.push(``,`### Typed Unknown Seeds`);for(let e of r.typedUnknownSeeds)i.push(`- [${e.type}] ${e.description} → use \`${e.suggestedTool}\``)}i.push(``,`### Ceremony`);let a=r.ceremony;return i.push(`- **Ground:** ${a.ground}`,`- **Build:** ${a.build}`,`- **Break:** ${a.break}`,`- **Evidence Map:** ${a.evidenceMap}`,`- **Gate:** ${a.gate}`),i.push(``,`---`,`_Next: ${r.tier===`floor`?`Proceed directly to implementation.`:"Run `forge_ground` to execute the full Ground phase."}_`),{content:[{type:`text`,text:i.join(`
171
+ `)}]}}catch(e){return ic.error(`FORGE classify failed`,j(e)),W(`INTERNAL`,`FORGE classify failed: ${e instanceof Error?e.message:String(e)}`)}})}function cc(e,t,n){let r=V(`stratum_card`);e.registerTool(`stratum_card`,{title:r.title,description:`Generate context cards from files — a compressed alternative to reading full files (10-100x token reduction). Tier 1 (T1): structure only (~100 tokens/file — imports, exports, functions). Tier 2 (T2): structure + query-relevant content (~300 tokens/file).`,inputSchema:{files:N.array(N.string()).min(1).max(50).describe(`Absolute file paths to generate cards for`),query:N.string().describe(`Current task query — guides relevance scoring`),tier:N.enum([`T1`,`T2`]).default(`T1`).describe(`Card tier: T1 = structural only, T2 = T1 + compressed content`),max_content_chars:N.number().min(100).max(5e3).default(800).describe(`For T2: max chars for compressed content section`)},annotations:r.annotations},async({files:e,query:r,tier:i,max_content_chars:a})=>{try{let o=await Bt(t,{files:e,query:r,tier:i,maxContentChars:a,cache:n}),s=[`## STRATUM Cards (${i}) — ${o.cards.length} files`,`Total: ~${o.totalTokenEstimate} tokens (was ~${o.totalOriginalTokenEstimate}, ${(o.compressionRatio*100).toFixed(0)}% of original)`,``];for(let e of o.cards)s.push(e.card,``);return s.push(`---`,"_Next: Use these cards as context instead of reading full files. Use `compact` for deeper content extraction on specific files._"),{content:[{type:`text`,text:s.join(`
172
+ `)}]}}catch(e){return ic.error(`STRATUM cards failed`,j(e)),W(`INTERNAL`,`STRATUM cards failed: ${e instanceof Error?e.message:String(e)}`)}})}function lc(e,t,n){let r=V(`forge_ground`);e.registerTool(`forge_ground`,{title:r.title,description:`Execute the complete FORGE Ground phase in a single call. Chains: tier classification → scope map → typed unknown seeds → constraint loading → file summaries → evidence map creation. Replaces 5-15 manual tool calls.`,inputSchema:{task:N.string().describe(`Task description`),files:N.array(N.string()).min(1).max(100).describe(`Target files being modified (absolute paths)`),root_path:N.string().describe(`Root path of the codebase`),max_constraints:N.number().min(0).max(10).default(3).describe(`Max constraint entries to load from AI Kit memory`),force_tier:N.enum([`floor`,`standard`,`critical`]).optional().describe(`Force a specific tier (skips auto-classification)`),task_id:N.string().optional().describe(`Custom task ID for evidence map (auto-generated if omitted)`)},annotations:r.annotations},async({task:e,files:r,root_path:i,max_constraints:a,force_tier:o,task_id:s},c)=>{try{let l=await Be(t,n,{task:e,files:r,rootPath:i,maxConstraints:a,forceTier:o,taskId:s}),u=wo(c).createTask(`FORGE Ground`,3);u.progress(0,`Classification: ${l.tier}`),u.progress(1,`Files analyzed: ${l.fileSummaries.length}`),u.progress(2,`Unknowns: ${l.typedUnknownSeeds.length}`),u.complete(`FORGE Ground complete: tier=${l.tier}`);let d=[`## FORGE Ground: **${l.tier.toUpperCase()}**`,`Estimated output: ~${l.estimatedTokens} tokens`,``];if(l.classifyTriggers.length>0){d.push(`### Classification Triggers`);for(let e of l.classifyTriggers)d.push(`- **${e.rule}** (${e.source}): ${e.detail}`);d.push(``)}if(l.fileSummaries.length>0){d.push(`### Target Files`);for(let e of l.fileSummaries)d.push(`- **${e.path}** (${e.lines} lines) — exports: ${e.exports.join(`, `)||`none`} — functions: ${e.functions.join(`, `)||`none`}`);d.push(``)}if(l.typedUnknownSeeds.length>0){d.push(`### Typed Unknown Seeds`);for(let e of l.typedUnknownSeeds)d.push(`- [${e.type}] ${e.description} → \`${e.suggestedTool}\``);d.push(``)}if(l.constraints.length>0){d.push(`### Constraint Seed`);for(let e of l.constraints)d.push(`- **${e.source}** (${(e.relevance*100).toFixed(0)}%): ${e.snippet}`);d.push(``)}if(l.scopeMap){d.push(`### Scope Map: ${l.scopeMap.files.length} files (~${l.scopeMap.totalEstimatedTokens} tokens)`);for(let e of l.scopeMap.files.slice(0,5))d.push(`- ${e.path} (${(e.relevance*100).toFixed(0)}%) — ${e.reason}`);l.scopeMap.files.length>5&&d.push(`- _...and ${l.scopeMap.files.length-5} more_`),d.push(``)}l.evidenceMapTaskId&&(d.push(`**Evidence Map:** \`${l.evidenceMapTaskId}\` (initialized)`),d.push(``)),d.push(`### Ceremony Guidance`);let f=l.ceremony;return d.push(`- **Ground:** ${f.ground}`,`- **Build:** ${f.build}`,`- **Break:** ${f.break}`,`- **Evidence Map:** ${f.evidenceMap}`,`- **Gate:** ${f.gate}`),d.push(``,`---`,`_Next: ${l.tier===`floor`?`Proceed to Build phase.`:"Use `evidence_map` to track claims during Build, then `evidence_map` gate after Break."}_`),{content:[{type:`text`,text:d.join(`
173
+ `)}]}}catch(e){return ic.error(`FORGE Ground failed`,j(e)),W(`INTERNAL`,`FORGE Ground failed: ${e instanceof Error?e.message:String(e)}`)}})}const uc=A(`tools`),dc=N.object({id:N.string().optional().describe(`Node ID (auto-generated if omitted)`),type:N.string().describe(`Node type (entity, service, api, concept, decision)`),name:N.string().describe(`Display name`),properties:N.record(N.string(),N.unknown()).optional().describe(`Arbitrary properties`),sourceRecordId:N.string().optional().describe(`Back-link to knowledge record ID`),sourcePath:N.string().optional().describe(`Source file path`)}),fc=N.object({id:N.string().optional().describe(`Edge ID (auto-generated if omitted)`),fromId:N.string().describe(`Source node ID`),toId:N.string().describe(`Target node ID`),type:N.string().describe(`Relationship type (depends-on, implements, calls, affects)`),weight:N.number().min(0).max(1).optional().describe(`Relationship weight`),properties:N.record(N.string(),N.unknown()).optional().describe(`Arbitrary properties`)});function pc(e,t){let n=V(`graph`);e.registerTool(`graph`,{title:n.title,description:`Query the auto-populated code knowledge graph (modules, symbols, imports) to answer
174
174
  structural questions vector search cannot.
175
175
 
176
176
  Common flow (when you don't have a node_id yet — TWO STEPS):
@@ -189,7 +189,7 @@ Single-step read actions:
189
189
  Mutating actions (use deliberately): add, delete, clear, set_community,
190
190
  detect_communities, trace_process, delete_process.
191
191
 
192
- Complements: \`symbol\` (single lookup), \`trace\` (call-chain AST), \`blast_radius\` (change impact).`,outputSchema:Oa,inputSchema:{action:P.enum([`find_nodes`,`find_edges`,`neighbors`,`traverse`,`stats`,`validate`,`add`,`delete`,`clear`,`detect_communities`,`set_community`,`trace_process`,`list_processes`,`delete_process`,`depth_traverse`,`cohesion`,`symbol360`]).describe(`Action: find_nodes (search nodes), find_edges (search edges), neighbors (direct connections), traverse (multi-hop), stats (graph overview), validate (check graph integrity), add (insert nodes/edges), delete (remove nodes), clear (remove all), detect_communities (find clusters), set_community (label a node), trace_process (persist execution flow), list_processes (list traced flows), delete_process (remove a flow), depth_traverse (bucket traversal by depth), cohesion (score a community), symbol360 (full node context)`),node_type:P.string().optional().describe(`Node type filter (for find_nodes)`),name_pattern:P.string().optional().describe(`Name substring match (for find_nodes)`),source_path:P.string().optional().describe(`Source path filter`),node_id:P.string().optional().describe(`Node ID (for neighbors, traverse, delete)`),edge_type:P.string().optional().describe(`Edge type filter`),from_id:P.string().optional().describe(`Source node ID (for find_edges)`),to_id:P.string().optional().describe(`Target node ID (for find_edges)`),direction:P.enum([`outgoing`,`incoming`,`both`]).default(`both`).describe(`Traversal direction`),max_depth:P.number().min(1).max(5).default(2).describe(`Max traversal depth`),limit:P.number().min(1).max(100).default(50).describe(`Max results`),nodes:P.array(ac).max(500).optional().describe(`Nodes to add (for action=add)`),edges:P.array(oc).max(500).optional().describe(`Edges to add (for action=add)`),community:P.string().optional().describe(`Community label (for set_community, cohesion)`),process_id:P.string().optional().describe(`Process ID (for delete_process)`),label:P.string().optional().describe(`Label for process tracing (for trace_process)`)},annotations:n.annotations},async e=>{try{let n=await Ue(t,{action:e.action,nodeType:e.node_type,namePattern:e.name_pattern,sourcePath:e.source_path,nodeId:e.node_id,edgeType:e.edge_type,fromId:e.from_id,toId:e.to_id,direction:e.direction,maxDepth:e.max_depth,limit:e.limit,nodes:e.nodes,edges:e.edges,community:e.community,processId:e.process_id,label:e.label}),r=[n.summary];if(n.nodes&&n.nodes.length>0){r.push(`
192
+ Complements: \`symbol\` (single lookup), \`trace\` (call-chain AST), \`blast_radius\` (change impact).`,outputSchema:Pa,inputSchema:{action:N.enum([`find_nodes`,`find_edges`,`neighbors`,`traverse`,`stats`,`validate`,`add`,`delete`,`clear`,`detect_communities`,`set_community`,`trace_process`,`list_processes`,`delete_process`,`depth_traverse`,`cohesion`,`symbol360`]).describe(`Action: find_nodes (search nodes), find_edges (search edges), neighbors (direct connections), traverse (multi-hop), stats (graph overview), validate (check graph integrity), add (insert nodes/edges), delete (remove nodes), clear (remove all), detect_communities (find clusters), set_community (label a node), trace_process (persist execution flow), list_processes (list traced flows), delete_process (remove a flow), depth_traverse (bucket traversal by depth), cohesion (score a community), symbol360 (full node context)`),node_type:N.string().optional().describe(`Node type filter (for find_nodes)`),name_pattern:N.string().optional().describe(`Name substring match (for find_nodes)`),source_path:N.string().optional().describe(`Source path filter`),node_id:N.string().optional().describe(`Node ID (for neighbors, traverse, delete)`),edge_type:N.string().optional().describe(`Edge type filter`),from_id:N.string().optional().describe(`Source node ID (for find_edges)`),to_id:N.string().optional().describe(`Target node ID (for find_edges)`),direction:N.enum([`outgoing`,`incoming`,`both`]).default(`both`).describe(`Traversal direction`),max_depth:N.number().min(1).max(5).default(2).describe(`Max traversal depth`),limit:N.number().min(1).max(100).default(50).describe(`Max results`),nodes:N.array(dc).max(500).optional().describe(`Nodes to add (for action=add)`),edges:N.array(fc).max(500).optional().describe(`Edges to add (for action=add)`),community:N.string().optional().describe(`Community label (for set_community, cohesion)`),process_id:N.string().optional().describe(`Process ID (for delete_process)`),label:N.string().optional().describe(`Label for process tracing (for trace_process)`)},annotations:n.annotations},async e=>{try{let n=await We(t,{action:e.action,nodeType:e.node_type,namePattern:e.name_pattern,sourcePath:e.source_path,nodeId:e.node_id,edgeType:e.edge_type,fromId:e.from_id,toId:e.to_id,direction:e.direction,maxDepth:e.max_depth,limit:e.limit,nodes:e.nodes,edges:e.edges,community:e.community,processId:e.process_id,label:e.label}),r=[n.summary];if(n.nodes&&n.nodes.length>0){r.push(`
193
193
  ### Nodes`);for(let e of n.nodes){let t=Object.keys(e.properties).length>0?` — ${JSON.stringify(e.properties)}`:``;r.push(`- **${e.name}** (${e.type}, id: \`${e.id}\`)${t}`)}}if(n.edges&&n.edges.length>0){r.push(`
194
194
  ### Edges`);for(let e of n.edges)r.push(`- \`${e.fromId}\` —[${e.type}]→ \`${e.toId}\`${e.weight===1?``:` (weight: ${e.weight})`}`)}if(n.stats&&(r.push(`\nNode types: ${JSON.stringify(n.stats.nodeTypes)}`),r.push(`Edge types: ${JSON.stringify(n.stats.edgeTypes)}`)),n.validation){if(r.push(`
195
195
  ### Validation`),r.push(`- **Valid**: ${n.validation.valid?`yes`:`no`}`),n.validation.danglingEdges.length>0){r.push(`- **Dangling edges**:`);for(let e of n.validation.danglingEdges)r.push(` - \`${e.edgeId}\` references missing node \`${e.missingNodeId}\``)}n.validation.orphanNodes.length>0&&r.push(`- **Orphan nodes**: ${n.validation.orphanNodes.map(e=>`\`${e}\``).join(`, `)}`)}if(n.communities){r.push(`
@@ -198,38 +198,38 @@ Complements: \`symbol\` (single lookup), \`trace\` (call-chain AST), \`blast_rad
198
198
  ### Processes`);for(let e of n.processes)r.push(`- **${e.label}** (id: \`${e.id}\`) — ${e.steps.length} step(s)`)}if(n.depthGroups){r.push(`
199
199
  ### Depth Groups`);for(let[e,t]of Object.entries(n.depthGroups))r.push(`- **Depth ${e}**: ${t.map(e=>`${e.name} (${e.type})`).join(`, `)}`)}if(n.cohesionScore!==void 0&&r.push(`\n**Cohesion Score**: ${(n.cohesionScore*100).toFixed(1)}%`),n.symbol360){let e=n.symbol360;r.push(`
200
200
  ### 360° Symbol View`),r.push(`- **Node**: ${e.node.name} (${e.node.type})`),r.push(`- **Community**: ${e.community??`none`}`),r.push(`- **Incoming**: ${e.incoming.length} edge(s)`),r.push(`- **Outgoing**: ${e.outgoing.length} edge(s)`),r.push(`- **Processes**: ${e.processes.length}`)}return r.push("\n---\n_Next: Use `graph(traverse)` to explore connections, `graph(add)` to insert entities, `graph(symbol360)` for full node context, or `graph(detect_communities)` to find clusters._"),{content:[{type:`text`,text:r.join(`
201
- `)}],structuredContent:{nodes:(n.nodes??[]).map(e=>({id:e.id,name:e.name,type:e.type,...e.sourcePath?{sourcePath:e.sourcePath}:{}})),edges:(n.edges??[]).map(e=>({fromId:e.fromId,toId:e.toId,type:e.type})),totalNodes:n.stats?.nodeCount??n.nodes?.length??0,totalEdges:n.stats?.edgeCount??n.edges?.length??0,query:e.action}}}catch(e){return ic.error(`Graph query failed`,j(e)),G(`INTERNAL`,`Graph query failed: ${e instanceof Error?e.message:String(e)}`)}})}const cc=k(`tools:infra`);function lc(e){let t=H(`process`);e.registerTool(`process`,{title:t.title,description:`Start, stop, inspect, list, and tail logs for in-memory managed child processes.`,inputSchema:{action:P.enum([`start`,`stop`,`status`,`list`,`logs`]).describe(`Process action to perform`),id:P.string().optional().describe(`Managed process ID`),command:P.string().optional().describe(`Executable to start`),args:P.array(P.string()).optional().describe(`Arguments for start actions`),tail:P.number().min(1).max(500).optional().describe(`Log lines to return for logs actions`)},annotations:t.annotations},async({action:e,id:t,command:n,args:r,tail:i})=>{try{switch(e){case`start`:if(!t||!n)throw Error(`id and command are required for start`);return{content:[{type:`text`,text:JSON.stringify(st(t,n,r??[]))}]};case`stop`:if(!t)throw Error(`id is required for stop`);return{content:[{type:`text`,text:JSON.stringify(lt(t)??null)}]};case`status`:if(!t)throw Error(`id is required for status`);return{content:[{type:`text`,text:JSON.stringify(ct(t)??null)}]};case`list`:return{content:[{type:`text`,text:JSON.stringify(at())}]};case`logs`:if(!t)throw Error(`id is required for logs`);return{content:[{type:`text`,text:JSON.stringify(ot(t,i))}]}}}catch(e){return cc.error(`Process action failed`,j(e)),G(`INTERNAL`,`Process action failed: ${e instanceof Error?e.message:String(e)}`)}})}function uc(e){let t=H(`watch`);e.registerTool(`watch`,{title:t.title,description:`Watch a directory for file changes (create/modify/delete). Actions: start (begin watching), stop (by ID), list (show active watchers). Events are emitted as structured JSON with path, event type, and timestamp.`,inputSchema:{action:P.enum([`start`,`stop`,`list`]).describe(`Watch action to perform`),path:P.string().optional().describe(`Directory path to watch for start actions`),id:P.string().optional().describe(`Watcher ID for stop actions`)},annotations:t.annotations},async({action:e,path:t,id:n})=>{try{switch(e){case`start`:if(!t)throw Error(`path is required for start`);return{content:[{type:`text`,text:JSON.stringify(qt({path:t}))}]};case`stop`:if(!n)throw Error(`id is required for stop`);return{content:[{type:`text`,text:JSON.stringify({stopped:Jt(n)})}]};case`list`:return{content:[{type:`text`,text:JSON.stringify(Kt())}]}}}catch(e){return cc.error(`Watch action failed`,j(e)),G(`INTERNAL`,`Watch action failed: ${e instanceof Error?e.message:String(e)}`)}})}function dc(e){let t=H(`health`);e.registerTool(`health`,{title:t.title,description:`Run project health checks — verifies package.json, tsconfig, scripts, lockfile, README, LICENSE, .gitignore.`,outputSchema:la,inputSchema:{path:P.string().optional().describe(`Root directory to check (defaults to cwd)`)},annotations:t.annotations},async({path:e})=>{try{let t=Ge(e),n={ok:t.checks.every(e=>e.status!==`fail`),checks:t.checks.map(e=>({name:e.name,ok:e.status===`pass`,message:e.message}))};return{content:[{type:`text`,text:JSON.stringify(t)}],structuredContent:n}}catch(e){return cc.error(`Health check failed`,j(e)),G(`INTERNAL`,`Health check failed: ${e instanceof Error?e.message:String(e)}`)}})}function fc(e){let t=H(`web_fetch`);e.registerTool(`web_fetch`,{title:t.title,description:`PREFERRED web fetcher — fetch one or many URLs and convert to LLM-optimized markdown. Pass one URL or multiple for parallel fetching. Supports CSS selectors, 4 output modes (markdown/raw/links/outline), smart paragraph-boundary truncation. Strips scripts/styles/nav automatically.`,inputSchema:{urls:P.array(P.string().url()).min(1).max(10).describe('URLs to fetch (1–10). Single URL: `["https://..."]`. Multiple fetched in parallel.'),mode:P.enum([`markdown`,`raw`,`links`,`outline`]).default(`markdown`).describe(`Output mode: markdown (clean content), raw (HTML), links (extracted URLs), outline (heading hierarchy)`),selector:P.string().optional().describe(`CSS selector to extract a specific element instead of auto-detecting main content`),max_length:P.number().min(500).max(1e5).default(15e3).describe(`Max characters in output — truncates at paragraph boundaries`),include_metadata:P.boolean().default(!0).describe(`Include page title, description, and URL as a header`),include_links:P.boolean().default(!1).describe(`Append extracted links list at the end`),include_images:P.boolean().default(!1).describe(`Include image alt texts inline`),timeout:P.number().min(1e3).max(12e4).default(3e4).describe(`Request timeout in milliseconds`)},annotations:t.annotations},async({urls:e,mode:t,selector:n,max_length:r,include_metadata:i,include_links:a,include_images:o,timeout:s})=>{let c=e,l=async(e,c)=>{let l=await Yt({url:e,mode:t,selector:n,maxLength:r,includeMetadata:i,includeLinks:a,includeImages:o,timeout:s}),u=[c?`## ${c} ${l.title||`Web Page`}\n> Source: ${e}`:`## ${l.title||`Web Page`}`,``,l.content];return l.truncated&&u.push(``,`_Original length: ${l.originalLength.toLocaleString()} chars_`),u.join(`
202
- `)};if(c.length===1)try{return{content:[{type:`text`,text:await l(c[0])+"\n\n---\n_Next: Use `remember` to save key findings, or `web_fetch` with a `selector` to extract a specific section._"}]}}catch(e){let t=e instanceof Error?e.message:String(e);return/HTTP [45]\d{2}/.test(t)?cc.warn(`Web fetch failed`,{error:t}):cc.error(`Web fetch failed`,j(e)),{...G(`INTERNAL`,`Web fetch failed: ${t}`)}}let u=c.length,d=await Promise.allSettled(c.map((e,t)=>l(e,`[${t+1}/${u}]`))),f=[],p=0;for(let e=0;e<d.length;e++){let t=d[e];if(t.status===`fulfilled`)f.push(t.value);else{p++;let n=t.reason instanceof Error?t.reason.message:String(t.reason);/HTTP [45]\d{2}/.test(n)?cc.warn(`Web fetch failed`,{url:c[e],error:n}):cc.error(`Web fetch failed`,{url:c[e],...j(t.reason)}),f.push(`## ❌ Failed: ${c[e]}\n\n${n}`)}}let m=`_Fetched ${d.length-p}/${d.length} URLs successfully._`;f.push(``,`---`,m,"_Next: Use `remember` to save key findings, or `web_fetch` with a `selector` to extract a specific section._");let h=f.join(`
201
+ `)}],structuredContent:{nodes:(n.nodes??[]).map(e=>({id:e.id,name:e.name,type:e.type,...e.sourcePath?{sourcePath:e.sourcePath}:{}})),edges:(n.edges??[]).map(e=>({fromId:e.fromId,toId:e.toId,type:e.type})),totalNodes:n.stats?.nodeCount??n.nodes?.length??0,totalEdges:n.stats?.edgeCount??n.edges?.length??0,query:e.action}}}catch(e){return uc.error(`Graph query failed`,j(e)),W(`INTERNAL`,`Graph query failed: ${e instanceof Error?e.message:String(e)}`)}})}const mc=A(`tools:infra`);function hc(e){let t=V(`process`);e.registerTool(`process`,{title:t.title,description:`Start, stop, inspect, list, and tail logs for in-memory managed child processes.`,inputSchema:{action:N.enum([`start`,`stop`,`status`,`list`,`logs`]).describe(`Process action to perform`),id:N.string().optional().describe(`Managed process ID`),command:N.string().optional().describe(`Executable to start`),args:N.array(N.string()).optional().describe(`Arguments for start actions`),tail:N.number().min(1).max(500).optional().describe(`Log lines to return for logs actions`)},annotations:t.annotations},async({action:e,id:t,command:n,args:r,tail:i})=>{try{switch(e){case`start`:if(!t||!n)throw Error(`id and command are required for start`);return{content:[{type:`text`,text:JSON.stringify(ct(t,n,r??[]))}]};case`stop`:if(!t)throw Error(`id is required for stop`);return{content:[{type:`text`,text:JSON.stringify(ut(t)??null)}]};case`status`:if(!t)throw Error(`id is required for status`);return{content:[{type:`text`,text:JSON.stringify(lt(t)??null)}]};case`list`:return{content:[{type:`text`,text:JSON.stringify(ot())}]};case`logs`:if(!t)throw Error(`id is required for logs`);return{content:[{type:`text`,text:JSON.stringify(st(t,i))}]}}}catch(e){return mc.error(`Process action failed`,j(e)),W(`INTERNAL`,`Process action failed: ${e instanceof Error?e.message:String(e)}`)}})}function gc(e){let t=V(`watch`);e.registerTool(`watch`,{title:t.title,description:`Watch a directory for file changes (create/modify/delete). Actions: start (begin watching), stop (by ID), list (show active watchers). Events are emitted as structured JSON with path, event type, and timestamp.`,inputSchema:{action:N.enum([`start`,`stop`,`list`]).describe(`Watch action to perform`),path:N.string().optional().describe(`Directory path to watch for start actions`),id:N.string().optional().describe(`Watcher ID for stop actions`)},annotations:t.annotations},async({action:e,path:t,id:n})=>{try{switch(e){case`start`:if(!t)throw Error(`path is required for start`);return{content:[{type:`text`,text:JSON.stringify(Jt({path:t}))}]};case`stop`:if(!n)throw Error(`id is required for stop`);return{content:[{type:`text`,text:JSON.stringify({stopped:Yt(n)})}]};case`list`:return{content:[{type:`text`,text:JSON.stringify(qt())}]}}}catch(e){return mc.error(`Watch action failed`,j(e)),W(`INTERNAL`,`Watch action failed: ${e instanceof Error?e.message:String(e)}`)}})}function _c(e){let t=V(`health`);e.registerTool(`health`,{title:t.title,description:`Run project health checks — verifies package.json, tsconfig, scripts, lockfile, README, LICENSE, .gitignore.`,outputSchema:ha,inputSchema:{path:N.string().optional().describe(`Root directory to check (defaults to cwd)`)},annotations:t.annotations},async({path:e})=>{try{let t=Ke(e),n={ok:t.checks.every(e=>e.status!==`fail`),checks:t.checks.map(e=>({name:e.name,ok:e.status===`pass`,message:e.message}))};return{content:[{type:`text`,text:JSON.stringify(t)}],structuredContent:n}}catch(e){return mc.error(`Health check failed`,j(e)),W(`INTERNAL`,`Health check failed: ${e instanceof Error?e.message:String(e)}`)}})}function vc(e){let t=V(`web_fetch`);e.registerTool(`web_fetch`,{title:t.title,description:`PREFERRED web fetcher — fetch one or many URLs and convert to LLM-optimized markdown. Pass one URL or multiple for parallel fetching. Supports CSS selectors, 4 output modes (markdown/raw/links/outline), smart paragraph-boundary truncation. Strips scripts/styles/nav automatically.`,inputSchema:{urls:N.array(N.string().url()).min(1).max(10).describe('URLs to fetch (1–10). Single URL: `["https://..."]`. Multiple fetched in parallel.'),mode:N.enum([`markdown`,`raw`,`links`,`outline`]).default(`markdown`).describe(`Output mode: markdown (clean content), raw (HTML), links (extracted URLs), outline (heading hierarchy)`),selector:N.string().optional().describe(`CSS selector to extract a specific element instead of auto-detecting main content`),max_length:N.number().min(500).max(1e5).default(15e3).describe(`Max characters in output — truncates at paragraph boundaries`),include_metadata:N.boolean().default(!0).describe(`Include page title, description, and URL as a header`),include_links:N.boolean().default(!1).describe(`Append extracted links list at the end`),include_images:N.boolean().default(!1).describe(`Include image alt texts inline`),timeout:N.number().min(1e3).max(12e4).default(3e4).describe(`Request timeout in milliseconds`)},annotations:t.annotations},async({urls:e,mode:t,selector:n,max_length:r,include_metadata:i,include_links:a,include_images:o,timeout:s})=>{let c=e,l=async(e,c)=>{let l=await Xt({url:e,mode:t,selector:n,maxLength:r,includeMetadata:i,includeLinks:a,includeImages:o,timeout:s}),u=[c?`## ${c} ${l.title||`Web Page`}\n> Source: ${e}`:`## ${l.title||`Web Page`}`,``,l.content];return l.truncated&&u.push(``,`_Original length: ${l.originalLength.toLocaleString()} chars_`),u.join(`
202
+ `)};if(c.length===1)try{return{content:[{type:`text`,text:await l(c[0])+"\n\n---\n_Next: Use `remember` to save key findings, or `web_fetch` with a `selector` to extract a specific section._"}]}}catch(e){let t=e instanceof Error?e.message:String(e);return/HTTP [45]\d{2}/.test(t)?mc.warn(`Web fetch failed`,{error:t}):mc.error(`Web fetch failed`,j(e)),{...W(`INTERNAL`,`Web fetch failed: ${t}`)}}let u=c.length,d=await Promise.allSettled(c.map((e,t)=>l(e,`[${t+1}/${u}]`))),f=[],p=0;for(let e=0;e<d.length;e++){let t=d[e];if(t.status===`fulfilled`)f.push(t.value);else{p++;let n=t.reason instanceof Error?t.reason.message:String(t.reason);/HTTP [45]\d{2}/.test(n)?mc.warn(`Web fetch failed`,{url:c[e],error:n}):mc.error(`Web fetch failed`,{url:c[e],...j(t.reason)}),f.push(`## ❌ Failed: ${c[e]}\n\n${n}`)}}let m=`_Fetched ${d.length-p}/${d.length} URLs successfully._`;f.push(``,`---`,m,"_Next: Use `remember` to save key findings, or `web_fetch` with a `selector` to extract a specific section._");let h=f.join(`
203
203
 
204
- `);return p===d.length?G(`INTERNAL`,h):{content:[{type:`text`,text:h}]}})}function pc(e,t){let n=H(`guide`);e.registerTool(`guide`,{title:n.title,description:`Tool discovery — given a goal description, recommends which AI Kit tools to use and in what order. Matches against 10 predefined workflows: onboard, audit, bugfix, implement, refactor, search, context, memory, validate, analyze.`,inputSchema:{goal:P.string().describe(`What you want to accomplish (e.g., "audit this monorepo", "fix a failing test")`),max_recommendations:P.number().min(1).max(10).default(5).describe(`Maximum number of tool recommendations`)},annotations:n.annotations},async({goal:e,max_recommendations:n})=>{try{let r=We(e,n,t),i=[`## Recommended Workflow: **${r.workflow}**`,r.description,``,`### Tools`,...r.tools.map(e=>{let t=e,n=t.suggestedArgs?` — \`${JSON.stringify(t.suggestedArgs)}\``:``,r=t.tokenTip?`\n 💡 ${t.tokenTip}`:``;return`${t.order}. **${t.tool}** — ${t.reason}${n}${r}`})];return r.alternativeWorkflows.length>0&&i.push(``,`_Alternative workflows: ${r.alternativeWorkflows.join(`, `)}_`),i.push(``,`---`,"_Next: Run the first recommended tool, or use `guide` again with a more specific goal._"),{content:[{type:`text`,text:i.join(`
205
- `)}]}}catch(e){return cc.error(`Guide failed`,j(e)),G(`INTERNAL`,`Guide failed: ${e instanceof Error?e.message:String(e)}`)}})}const mc={decision:6,pattern:5,"file-card":4,analysis:3,"search-result":2,"step-summary":1},hc={implementer:{name:`implementer`,contextTypes:[`file-card`,`decision`,`pattern`],priority:{...mc}},documenter:{name:`documenter`,contextTypes:[`decision`,`pattern`,`step-summary`],priority:{...mc}},reviewer:{name:`reviewer`,contextTypes:[`file-card`,`search-result`,`decision`,`pattern`,`step-summary`,`analysis`],priority:{...mc}},researcher:{name:`researcher`,contextTypes:[`search-result`,`decision`,`analysis`],priority:{...mc}},debugger:{name:`debugger`,contextTypes:[`file-card`,`search-result`,`pattern`,`analysis`],priority:{...mc}}};function gc(e){return hc[e]}function _c(e,t,n){if(n<=0)return[];let r=new Set(t.contextTypes),i=e.filter(e=>r.has(e.type)).map((e,t)=>({entry:e,index:t})).sort((e,n)=>{let r=t.priority[n.entry.type]-t.priority[e.entry.type];return r===0?e.index-n.index:r}),a=[],o=0;for(let{entry:e}of i){let t=e.content.length;o+t>n||(a.push(e),o+=t)}return a}function vc(e,t,n){if(!(!e||typeof e!=`string`)&&!(e.includes(`..`)||e.startsWith(`/`)||e.startsWith(`[`)))return{type:`resource_link`,uri:`aikit://curated/${e}`,name:t??e,mimeType:`text/markdown`,...n?{description:n}:{}}}function yc(e){let t=new Set,n=[];for(let r of e){let e=vc(r.path,r.title,r.category?`[${r.category}]`:void 0);e&&!t.has(e.uri)&&(t.add(e.uri),n.push(e))}return n}function bc(e){if(e.startsWith(`.ai/curated/`))return e.slice(12)}const xc=k(`tools`),Sc=P.enum([`remember`,`read`,`update`,`forget`,`list`,`history`,`diff`,`recover`,`orphaned`,`withdraw`,`flush`]),Cc=P.string().min(3).max(120).describe(`Short descriptive title for the knowledge entry`),wc=P.string().min(10).max(1e5),Tc=P.string().regex(/^[a-z][a-z0-9-]*$/).describe(`Category slug (e.g., "decisions", "patterns", "conventions", "api-contracts")`),Ec=P.array(P.string()).default([]).describe(`Optional tags for filtering`),Dc=P.string().describe(`Relative path within .ai/curated/ (e.g., "decisions/use-lancedb.md")`),Oc=P.string().min(3),kc=P.object({title:Cc,content:wc.describe(`The markdown content to store`),category:Tc,tags:Ec}),Ac=P.object({path:Dc}),jc=P.object({path:Dc,content:wc.describe(`New markdown content to replace existing content`),reason:Oc.max(1e3).describe(`Why this update is being made (recorded in changelog)`)}),Mc=P.object({path:P.string().describe(`Relative path within .ai/curated/ (e.g., "decisions/deprecated-approach.md")`),reason:Oc.describe(`Why this entry is being removed`)}),Nc=P.object({category:P.string().optional().describe(`Filter by category (e.g., "decisions", "patterns")`),tag:P.string().optional().describe(`Filter by tag`)}),Pc=P.object({action:Sc.describe(`Knowledge operation to perform`),title:Cc.optional(),content:wc.optional(),category:Tc.optional(),tags:P.array(P.string()).optional().describe(`Optional tags for remember`),path:Dc.optional(),reason:Oc.max(1e3).optional(),scope:P.enum([`curated`,`flow`]).optional().describe(`Storage scope: curated (default) or flow-scoped ephemeral context`),profile:P.string().optional().describe(`Role profile for withdraw filtering (e.g., "implementer", "reviewer", "debugger")`),budget:P.number().int().min(100).max(5e4).optional().describe(`Maximum character budget for withdraw results (default: 6000)`),tag:P.string().optional().describe(`Filter by tag when action="list"`),limit:P.number().int().min(1).max(100).optional().describe(`Maximum history entries to return (for action="history", default: 20)`),from_sha:P.string().optional().describe(`Start SHA for diff (older version). If omitted with to_sha, shows full content.`),to_sha:P.string().optional().describe(`End SHA for diff (newer version). If omitted, uses the latest two versions.`)}),Fc={decisions:`decision`,patterns:`pattern`,conventions:`pattern`,context:`analysis`,session:`step-summary`},Ic=new Set([`decision`,`pattern`,`file-card`,`analysis`,`search-result`,`step-summary`]);function Lc(e){if(!e)return`analysis`;let t=Fc[e]??e;return Ic.has(t)?t:`analysis`}function Rc(e){let t=[...new Set(e.issues.filter(e=>e.code===`invalid_type`&&/received undefined$/i.test(e.message)).map(e=>e.path.join(`.`)).filter(e=>e.length>0))];if(t.length>0)return`Missing required fields: ${t.join(`, `)}`;let n=e.issues.map(e=>`${e.path.length>0?`${e.path.join(`.`)}: `:``}${e.message}`).join(`; `);return n.length>0?`Invalid parameters: ${n}`:`Invalid parameters.`}async function zc(e,t){if(e.scope===`flow`){let{flowContextAdapter:n}=t;if(!n)return{content:[{type:`text`,text:`Flow context not available.`}]};let{title:r,content:i,category:a}=kc.parse(e),o=`${Lc(a)}/${r.toLowerCase().replace(/[^a-z0-9]+/g,`-`).slice(0,60)}.md`;return await n.write(o,`# ${r}\n\n${i}`),{content:[{type:`text`,text:`Deposited flow context: **${r}** at \`${o}\``}]}}let{curated:n,policyStore:r,evolutionCollector:i,resourceNotifier:a}=t,{title:o,content:s,category:c,tags:l}=kc.parse(e),u=await n.remember(o,s,c,l),d=``;if(r){let e=r.classify(o,s,l);i&&i.recordClassification(o,e.matchingRules.map(e=>e.ruleId),e.pushRecommended),e.matchingRules.length>0&&(d=`\n\n### Classification Signals\n${e.matchingRules.map(e=>` - **${e.ruleId}** (${e.category}, weight: ${e.pushWeight}) — matched: ${e.matchedPatterns.join(`, `)}`).join(`
204
+ `);return p===d.length?W(`INTERNAL`,h):{content:[{type:`text`,text:h}]}})}function yc(e,t){let n=V(`guide`);e.registerTool(`guide`,{title:n.title,description:`Tool discovery — given a goal description, recommends which AI Kit tools to use and in what order. Matches against 10 predefined workflows: onboard, audit, bugfix, implement, refactor, search, context, memory, validate, analyze.`,inputSchema:{goal:N.string().describe(`What you want to accomplish (e.g., "audit this monorepo", "fix a failing test")`),max_recommendations:N.number().min(1).max(10).default(5).describe(`Maximum number of tool recommendations`)},annotations:n.annotations},async({goal:e,max_recommendations:n})=>{try{let r=Ge(e,n,t),i=[`## Recommended Workflow: **${r.workflow}**`,r.description,``,`### Tools`,...r.tools.map(e=>{let t=e,n=t.suggestedArgs?` — \`${JSON.stringify(t.suggestedArgs)}\``:``,r=t.tokenTip?`\n 💡 ${t.tokenTip}`:``;return`${t.order}. **${t.tool}** — ${t.reason}${n}${r}`})];return r.alternativeWorkflows.length>0&&i.push(``,`_Alternative workflows: ${r.alternativeWorkflows.join(`, `)}_`),i.push(``,`---`,"_Next: Run the first recommended tool, or use `guide` again with a more specific goal._"),{content:[{type:`text`,text:i.join(`
205
+ `)}]}}catch(e){return mc.error(`Guide failed`,j(e)),W(`INTERNAL`,`Guide failed: ${e instanceof Error?e.message:String(e)}`)}})}const bc={decision:6,pattern:5,"file-card":4,analysis:3,"search-result":2,"step-summary":1},xc={implementer:{name:`implementer`,contextTypes:[`file-card`,`decision`,`pattern`],priority:{...bc}},documenter:{name:`documenter`,contextTypes:[`decision`,`pattern`,`step-summary`],priority:{...bc}},reviewer:{name:`reviewer`,contextTypes:[`file-card`,`search-result`,`decision`,`pattern`,`step-summary`,`analysis`],priority:{...bc}},researcher:{name:`researcher`,contextTypes:[`search-result`,`decision`,`analysis`],priority:{...bc}},debugger:{name:`debugger`,contextTypes:[`file-card`,`search-result`,`pattern`,`analysis`],priority:{...bc}}};function Sc(e){return xc[e]}function Cc(e,t,n){if(n<=0)return[];let r=new Set(t.contextTypes),i=e.filter(e=>r.has(e.type)).map((e,t)=>({entry:e,index:t})).sort((e,n)=>{let r=t.priority[n.entry.type]-t.priority[e.entry.type];return r===0?e.index-n.index:r}),a=[],o=0;for(let{entry:e}of i){let t=e.content.length;o+t>n||(a.push(e),o+=t)}return a}function wc(e,t,n){if(!(!e||typeof e!=`string`)&&!(e.includes(`..`)||e.startsWith(`/`)||e.startsWith(`[`)))return{type:`resource_link`,uri:`aikit://curated/${e}`,name:t??e,mimeType:`text/markdown`,...n?{description:n}:{}}}function Tc(e){let t=new Set,n=[];for(let r of e){let e=wc(r.path,r.title,r.category?`[${r.category}]`:void 0);e&&!t.has(e.uri)&&(t.add(e.uri),n.push(e))}return n}function Ec(e){if(e.startsWith(`.ai/curated/`))return e.slice(12)}const Dc=A(`tools`),Oc=N.enum([`remember`,`read`,`update`,`forget`,`list`,`history`,`diff`,`recover`,`orphaned`,`withdraw`,`flush`]),kc=N.string().min(3).max(120).describe(`Short descriptive title for the knowledge entry`),Ac=N.string().min(10).max(1e5),jc=N.string().regex(/^[a-z][a-z0-9-]*$/).describe(`Category slug (e.g., "decisions", "patterns", "conventions", "api-contracts")`),Mc=N.array(N.string()).default([]).describe(`Optional tags for filtering`),Nc=N.string().describe(`Relative path within .ai/curated/ (e.g., "decisions/use-lancedb.md")`),Pc=N.string().min(3),Fc=N.object({title:kc,content:Ac.describe(`The markdown content to store`),category:jc,tags:Mc}),Ic=N.object({path:Nc}),Lc=N.object({path:Nc,content:Ac.describe(`New markdown content to replace existing content`),reason:Pc.max(1e3).describe(`Why this update is being made (recorded in changelog)`)}),Rc=N.object({path:N.string().describe(`Relative path within .ai/curated/ (e.g., "decisions/deprecated-approach.md")`),reason:Pc.describe(`Why this entry is being removed`)}),zc=N.object({category:N.string().optional().describe(`Filter by category (e.g., "decisions", "patterns")`),tag:N.string().optional().describe(`Filter by tag`)}),Bc=N.object({action:Oc.describe(`Knowledge operation to perform`),title:kc.optional(),content:Ac.optional(),category:jc.optional(),tags:N.array(N.string()).optional().describe(`Optional tags for remember`),path:Nc.optional(),reason:Pc.max(1e3).optional(),scope:N.enum([`curated`,`flow`]).optional().describe(`Storage scope: curated (default) or flow-scoped ephemeral context`),profile:N.string().optional().describe(`Role profile for withdraw filtering (e.g., "implementer", "reviewer", "debugger")`),budget:N.number().int().min(100).max(5e4).optional().describe(`Maximum character budget for withdraw results (default: 6000)`),tag:N.string().optional().describe(`Filter by tag when action="list"`),limit:N.number().int().min(1).max(100).optional().describe(`Maximum history entries to return (for action="history", default: 20)`),from_sha:N.string().optional().describe(`Start SHA for diff (older version). If omitted with to_sha, shows full content.`),to_sha:N.string().optional().describe(`End SHA for diff (newer version). If omitted, uses the latest two versions.`)}),Vc={decisions:`decision`,patterns:`pattern`,conventions:`pattern`,context:`analysis`,session:`step-summary`},Hc=new Set([`decision`,`pattern`,`file-card`,`analysis`,`search-result`,`step-summary`]);function Uc(e){if(!e)return`analysis`;let t=Vc[e]??e;return Hc.has(t)?t:`analysis`}function Wc(e){let t=[...new Set(e.issues.filter(e=>e.code===`invalid_type`&&/received undefined$/i.test(e.message)).map(e=>e.path.join(`.`)).filter(e=>e.length>0))];if(t.length>0)return`Missing required fields: ${t.join(`, `)}`;let n=e.issues.map(e=>`${e.path.length>0?`${e.path.join(`.`)}: `:``}${e.message}`).join(`; `);return n.length>0?`Invalid parameters: ${n}`:`Invalid parameters.`}async function Gc(e,t){if(e.scope===`flow`){let{flowContextAdapter:n}=t;if(!n)return{content:[{type:`text`,text:`Flow context not available.`}]};let{title:r,content:i,category:a}=Fc.parse(e),o=`${Uc(a)}/${r.toLowerCase().replace(/[^a-z0-9]+/g,`-`).slice(0,60)}.md`;return await n.write(o,`# ${r}\n\n${i}`),{content:[{type:`text`,text:`Deposited flow context: **${r}** at \`${o}\``}]}}let{curated:n,policyStore:r,evolutionCollector:i,resourceNotifier:a}=t,{title:o,content:s,category:c,tags:l}=Fc.parse(e),u=await n.remember(o,s,c,l),d=``;if(r){let e=r.classify(o,s,l);i&&i.recordClassification(o,e.matchingRules.map(e=>e.ruleId),e.pushRecommended),e.matchingRules.length>0&&(d=`\n\n### Classification Signals\n${e.matchingRules.map(e=>` - **${e.ruleId}** (${e.category}, weight: ${e.pushWeight}) — matched: ${e.matchedPatterns.join(`, `)}`).join(`
206
206
  `)}\n- **Push recommended**: ${e.pushRecommended?`yes`:`no`} (max weight: ${e.maxPushWeight})`,e.pushRecommended&&(d+=`
207
207
 
208
- > 💡 This entry matches push rules. Consider \`er_push\` to share with Enterprise RAG.`))}a&&a.notifyAfterCuratedWrite(u.path).catch(()=>{});let f=vc(u.path,o,`[${c}]`);return{content:[{type:`text`,text:`Remembered: **${o}**\n\nStored at \`.ai/curated/${u.path}\` and indexed for semantic search.${d}\n\n---\n_Next: Use \`search\` to verify the entry is findable, or \`knowledge({ action: "list" })\` to see all curated entries._`},...f?[f]:[]]}}async function Bc(e,{curated:t}){let{path:n}=Ac.parse(e),r=await t.read(n),i=[`## ${r.title}`,`- **Path**: .ai/curated/${n}`,`- **Category**: ${r.category}`,r.tags.length?`- **Tags**: ${r.tags.join(`, `)}`:null,`- **Version**: ${r.version}`,`- **Created**: ${r.created}`,r.updated===r.created?null:`- **Updated**: ${r.updated}`,``].filter(e=>e!==null).join(`
209
- `),a=vc(n,r.title,`[${r.category}]`);return{content:[{type:`text`,text:`${i}\n${r.content}\n\n---\n_Next: Use \`knowledge({ action: "update", ... })\` to modify this entry, or \`search\` to find related entries._`},...a?[a]:[]]}}async function Vc(e,{curated:t,resourceNotifier:n}){let{path:r,content:i,reason:a}=jc.parse(e),o=await t.update(r,i,a);return n&&n.notifyAfterCuratedWrite(r).catch(()=>{}),{content:[{type:`text`,text:`Updated: \`.ai/curated/${o.path}\` → version ${o.version}\n\nReason: ${a}\n\n---\n_Next: Use \`knowledge({ action: "read", path: "${o.path}" })\` to verify the updated content, or \`search\` to test searchability._`}]}}async function Hc(e,{curated:t,resourceNotifier:n}){let{path:r,reason:i}=Mc.parse(e),a=y(process.cwd(),x.aiCurated,r);if(o(a))try{Ce(`forget`,[{path:a,content:c(a,`utf-8`)}],`forget: ${r}`)}catch{}let s=await t.forget(r,i);return xc.info(`Forgot entry`,{path:s.path,reason:i}),n&&(n.notifyAfterCuratedWrite().catch(()=>{}),n.notifyResourceListChanged().catch(()=>{})),{content:[{type:`text`,text:`Forgotten: \`.ai/curated/${s.path}\`\n\nRemoved from disk and vector store.\nReason: ${i}\n\n---\n_Next: Use \`knowledge({ action: "list" })\` to verify removal, or \`search\` to confirm the entry is no longer returned._`}]}}async function Uc(e,{curated:t,flowContextAdapter:n}){if(e.scope===`flow`){if(!n)return{content:[{type:`text`,text:`Flow context not available.`}]};let e=await n.list();if(e.length===0)return{content:[{type:`text`,text:`No flow context entries.`}]};let t=e.map(e=>`- \`${e.path}\` (${e.size} bytes)`).join(`
210
- `);return{content:[{type:`text`,text:`## Flow Context (${e.length} entries)\n\n${t}`}]}}let{category:r,tag:i}=Nc.parse(e),a=await t.list({category:r,tag:i}),o={entries:a.map(e=>({path:e.path,title:e.title,category:e.category,tags:e.tags,version:e.version,preview:e.contentPreview?.slice(0,120)??``})),totalCount:a.length};if(a.length===0)return{content:[{type:`text`,text:`No curated knowledge entries found.`+(r?` (category: ${r})`:``)+(i?` (tag: ${i})`:``)}],structuredContent:o};let s=a.map(e=>{let t=e.tags.length>0?` [${e.tags.join(`, `)}]`:``;return`- **${e.title}** (v${e.version})${t}\n \`${e.path}\` — ${e.contentPreview.slice(0,80)}…`}).join(`
211
- `),c=yc(a);return{content:[{type:`text`,text:`## Curated Knowledge (${a.length} entries)\n\n${s}\n\n---\n_Next: Use \`knowledge({ action: "read", path: "..." })\` to view full content of any entry, or \`knowledge({ action: "remember", ... })\` to store new knowledge._`},...c],structuredContent:o}}async function Wc(e,{curated:t}){let{path:n}=Ac.parse(e),r=e.limit??20,i=await t.history(n,r);if(i.length===0)return{content:[{type:`text`,text:`No git history available for this entry. Git-backing may not be available or the entry predates git-backing.`}]};let a=i.map((e,t)=>`${t+1}. **${e.date}** \`${e.sha.slice(0,8)}\` — ${e.message}`).join(`
212
- `);return{content:[{type:`text`,text:`## History for \`${n}\` (${i.length} entries)\n\n${a}\n\n_Use \`knowledge({ action: "diff", path: "${n}", from_sha: "...", to_sha: "..." })\` to compare versions._`}]}}async function Gc(e,{curated:t}){let{path:n}=Ac.parse(e),{from_sha:r,to_sha:i}=e,a=await t.diff(n,r,i);return a?{content:[{type:`text`,text:`## Diff for \`${n}\`\n\n\`\`\`diff\n${a}\n\`\`\``}]}:{content:[{type:`text`,text:`No diff available. Git-backing may not be available or the entry has no history.`}]}}async function Kc(e,{curated:t}){let{path:n}=Ac.parse(e),r=await t.recover(n);return r?{content:[{type:`text`,text:`✅ Recovered \`${r.path}\` (version ${r.version}) from git history. The entry has been restored to the filesystem and re-indexed.`}]}:{content:[{type:`text`,text:`No git history found for \`${n}\`. Cannot recover — the entry either never existed or was never git-backed.`}]}}async function qc(e,{curated:t}){let n=await t.listOrphaned();if(n.length===0)return{content:[{type:`text`,text:`No orphaned entries found. All git-backed entries have corresponding filesystem files.`}]};let r=n.map((e,t)=>`${t+1}. \`${e.path}\` — last: ${e.lastMessage}`).join(`
213
- `);return{content:[{type:`text`,text:`## Orphaned Knowledge Entries (${n.length})\n\nThese entries exist in git but are missing from the filesystem:\n\n${r}\n\n_Use \`knowledge({ action: "recover", path: "..." })\` to restore any of these entries._`}]}}async function Jc(e,{flowContextAdapter:t}){let n=P.object({profile:P.string(),budget:P.number().int().min(100).max(5e4).default(6e3)}).parse(e);if(!t)return{content:[{type:`text`,text:`Flow context not available — no active flow or adapter not configured.`}]};let r=gc(n.profile);if(!r)return{content:[{type:`text`,text:`Unknown profile: "${n.profile}". Available: implementer, documenter, reviewer, researcher, debugger`}]};let i=await t.list();if(i.length===0)return{content:[{type:`text`,text:`No flow context available yet. Context is deposited automatically as agents use search, file_summary, and other analysis tools.`}]};let a=(await Promise.all(i.map(async e=>{let n=e.path.split(`/`),r=n[0];if(n.length<2||!Ic.has(r))return null;let i=await t.read(e.path);return i?{type:r,content:i}:null}))).filter(e=>e!==null),o=_c(a,r,n.budget);if(o.length===0)return{content:[{type:`text`,text:`No relevant context for profile "${n.profile}". ${a.length} entries available but none match your role's context types.`}]};let s=o.map(e=>`### [${e.type}]\n${e.content}`).join(`
214
-
215
- `),c=o.reduce((e,t)=>e+t.content.length,0);return{content:[{type:`text`,text:`## Flow Context (${o.length}/${a.length} entries, ${c} chars, profile: ${n.profile})\n\n${s}`}]}}async function Yc(e,{flowContextAdapter:t}){return t?{content:[{type:`text`,text:`Flushed ${await t.flushAll()} flow context entries.`}]}:{content:[{type:`text`,text:`Flow context not available — no active flow or adapter not configured.`}]}}async function Xc(e,t,n){switch(e){case`remember`:return zc(t,n);case`read`:return Bc(t,n);case`update`:return Vc(t,n);case`forget`:return Hc(t,n);case`list`:return Uc(t,n);case`history`:return Wc(t,n);case`diff`:return Gc(t,n);case`recover`:return Kc(t,n);case`orphaned`:return qc(t,n);case`withdraw`:return Jc(t,n);case`flush`:return Yc(t,n)}}function Zc(e,t,n,r,i,a){let o=H(`knowledge`),s={curated:t,policyStore:n,evolutionCollector:r,resourceNotifier:i,flowContextAdapter:a};e.registerTool(`knowledge`,{title:o.title,description:"Operate on curated knowledge entries with a single tool. Use `action` to remember, read, update, forget, list, history, diff, recover, orphaned, withdraw, or flush entries.",inputSchema:Pc.shape,annotations:o.annotations},async({action:e,...t})=>{try{let n=Pc.parse({action:e,...t});return await Xc(n.action,n,s)}catch(e){return e instanceof P.ZodError?G(`VALIDATION`,Rc(e)):(xc.error(`Knowledge operation failed`,j(e)),G(`INTERNAL`,`Knowledge operation failed: ${e instanceof Error?e.message:String(e)}`))}})}const Qc=k(`tools`);function $c(e,t,n){let r=H(`lookup`);e.registerTool(`lookup`,{title:r.title,description:`Get all indexed content for a known file path, sorted by position. Use when you know the exact file. For discovery across files use search.`,inputSchema:{path:P.string().describe(`Relative file path to look up (e.g., "src/index.ts")`),enrich:P.boolean().default(!1).describe(`Append curated knowledge and graph context to output. Adds ~150-250 tokens. Default false — set true when you need stored decisions, conventions, or relationship context.`)},annotations:r.annotations},async({path:e,enrich:r})=>{try{let i=await t.getBySourcePath(e);if(i.length===0)return{content:[{type:`text`,text:`No indexed content found for: ${e}`}]};i.sort((e,t)=>e.chunkIndex-t.chunkIndex);let a=`## ${e}\n**Chunks**: ${i.length} | **Type**: ${i[0].contentType}\n`,o=i.map(e=>{let t=e.startLine?` (lines ${e.startLine}-${e.endLine})`:``;return`### Chunk ${e.chunkIndex+1}/${e.totalChunks}${t}\n${e.content}`}).join(`
216
-
217
- `),s=bc(e),c=s?vc(s):void 0,l=`${a}\n${o}\n\n---\n_Next: Use \`search\` to find related content, or \`analyze({ aspect: "dependencies", path: "${e}" })\` to see what this file imports._`;if(r&&n){let t=await U(n,{query:e});l+=W(t)}return{content:[{type:`text`,text:l},...c?[c]:[]]}}catch(e){return Qc.error(`Lookup failed`,j(e)),G(`INTERNAL`,`Lookup failed: ${e instanceof Error?e.message:String(e)}`)}})}const el=k(`tools:manipulation`);function tl(e){let t=H(`git_context`);e.registerTool(`git_context`,{title:t.title,description:`Summarize the current Git branch, working tree state, recent commits, and optional diff statistics for the repository.`,inputSchema:{cwd:P.string().optional().describe(`Repository root or working directory`),commit_count:P.number().min(1).max(50).default(5).optional().describe(`How many recent commits to include`),include_diff:P.boolean().default(!1).optional().describe(`Include diff stat for working tree changes`)},annotations:t.annotations,outputSchema:ja},async({cwd:e,commit_count:t,include_diff:n})=>{try{let r=await Ve({cwd:e,commitCount:t,includeDiff:n});return{content:[{type:`text`,text:ol(r)}],structuredContent:{gitRoot:r.gitRoot,branch:r.branch,commitCount:r.recentCommits.length,hasUncommitted:r.status.staged.length>0||r.status.modified.length>0||r.status.untracked.length>0,recentCommits:r.recentCommits.map(e=>({hash:e.hash,message:e.message,author:e.author,date:e.date}))}}}catch(e){return el.error(`Git context failed`,j(e)),G(`INTERNAL`,`Git context failed: ${e instanceof Error?e.message:String(e)}`)}})}function nl(e){let t=H(`diff_parse`);e.registerTool(`diff_parse`,{title:t.title,description:`Parse raw unified diff text into file-level and hunk-level structural changes.`,inputSchema:{diff:P.string().max(1e6).describe(`Raw unified diff text`)},annotations:t.annotations},async({diff:e})=>{try{return{content:[{type:`text`,text:sl(Oe({diff:e.replace(/\\n/g,`
218
- `).replace(/\\t/g,` `)}))}]}}catch(e){return el.error(`Diff parse failed`,j(e)),G(`INTERNAL`,`Diff parse failed: ${e instanceof Error?e.message:String(e)}`)}})}function rl(e){let t=H(`rename`);e.registerTool(`rename`,{title:t.title,description:`Rename a symbol across files using whole-word regex matching for exports, imports, and general usage references.`,inputSchema:{old_name:P.string().describe(`Existing symbol name to replace`),new_name:P.string().describe(`New symbol name to use`),root_path:P.string().describe(`Root directory to search within`),extensions:P.array(P.string()).optional().describe(`Optional file extensions to include, such as .ts,.tsx,.js,.jsx`),dry_run:P.boolean().default(!0).describe(`Preview changes without writing files`)},annotations:t.annotations},async({old_name:e,new_name:t,root_path:n,extensions:r,dry_run:i})=>{try{let a=await Ct({oldName:e,newName:t,rootPath:n,extensions:r,dryRun:i});return{content:[{type:`text`,text:JSON.stringify(a)}]}}catch(e){return el.error(`Rename failed`,j(e)),G(`INTERNAL`,`Rename failed: ${e instanceof Error?e.message:String(e)}`)}})}function il(e){let t=H(`codemod`);e.registerTool(`codemod`,{title:t.title,description:`Apply regex-based codemod rules across files and return structured before/after changes for each affected line.`,inputSchema:{root_path:P.string().describe(`Root directory to transform within`),rules:P.array(P.object({description:P.string().describe(`What the codemod rule does`),pattern:P.string().describe(`Regex pattern in string form`),replacement:P.string().describe(`Replacement string with optional capture groups`)})).min(1).describe(`Codemod rules to apply`),dry_run:P.boolean().default(!0).describe(`Preview changes without writing files`)},annotations:t.annotations},async({root_path:e,rules:t,dry_run:n})=>{try{let r=await be({rootPath:e,rules:t,dryRun:n});return{content:[{type:`text`,text:JSON.stringify(r)}]}}catch(e){return el.error(`Codemod failed`,j(e)),G(`INTERNAL`,`Codemod failed: ${e instanceof Error?e.message:String(e)}`)}})}function al(e){let t=H(`data_transform`);e.registerTool(`data_transform`,{title:t.title,description:`Apply small jq-like transforms to JSON input for filtering, projection, grouping, and path extraction.`,inputSchema:{input:P.string().max(5e5).describe(`Input JSON string`),expression:P.string().max(1e4).describe(`Transform expression to apply`)},annotations:t.annotations},async({input:e,expression:t})=>{try{return{content:[{type:`text`,text:we({input:e,expression:t}).outputString}]}}catch(e){return el.error(`Data transform failed`,j(e)),G(`INTERNAL`,`Data transform failed: ${e instanceof Error?e.message:String(e)}`)}})}function ol(e){let t=[`Git root: ${e.gitRoot}`,`Branch: ${e.branch}`,`Staged: ${e.status.staged.length}`,...e.status.staged.map(e=>` - ${e}`),`Modified: ${e.status.modified.length}`,...e.status.modified.map(e=>` - ${e}`),`Untracked: ${e.status.untracked.length}`,...e.status.untracked.map(e=>` - ${e}`),``,`Recent commits:`];if(e.recentCommits.length===0)t.push(` none`);else for(let n of e.recentCommits)t.push(` - ${n.hash} ${n.message}`),t.push(` ${n.author} @ ${n.date}`);return e.diff&&t.push(``,`Diff stat:`,e.diff),t.join(`
219
- `)}function sl(e){if(e.length===0)return`No diff files found.`;let t=[];for(let n of e){let e=n.oldPath?` (from ${n.oldPath})`:``;t.push(`${n.path}${e} [${n.status}] +${n.additions} -${n.deletions} (${n.hunks.length} hunks)`);for(let e of n.hunks){let n=e.header?` ${e.header}`:``;t.push(` @@ -${e.oldStart},${e.oldLines} +${e.newStart},${e.newLines} @@${n}`)}}return t.join(`
220
- `)}const cl=[`list_tools`,`describe_tool`,`search_tools`];function ll(e,t,n){let r=[...new Set(n)].sort();e.registerTool(`list_tools`,{title:H(`list_tools`).title,description:`List the available AI Kit tools with names, titles, and categories. Use this before describe_tool when you need to discover the active toolset.`,inputSchema:{category:P.string().optional().describe(`Optional category filter`)},annotations:H(`list_tools`).annotations},async({category:e})=>{let t=e?.trim().toLowerCase();return{content:[{type:`text`,text:r.filter(e=>t?(V[e]?.category??[]).some(e=>e.toLowerCase()===t):!0).map(e=>{let t=V[e]??{title:e,category:[]},n=t.category?.join(`, `)||`uncategorized`;return`${e}: ${t.title} [${n}]`}).join(`
221
- `)||`No tools matched the filter.`}]}}),e.registerTool(`describe_tool`,{title:H(`describe_tool`).title,description:`Describe a specific active AI Kit tool using centralized metadata. Use this after list_tools when you need a tool title, categories, and annotations before calling it directly.`,inputSchema:{tool_name:P.string().describe(`The active tool name to describe`)},annotations:H(`describe_tool`).annotations},async({tool_name:e})=>{if(!r.includes(e))return G(`VALIDATION`,`Unknown or inactive tool: ${e}`);let t=V[e],n={name:e,title:t?.title??e,categories:t?.category??[],annotations:t?.annotations??{},note:`Call the tool directly after discovery. AI Kit does not expose an execute_tool proxy.`};return{content:[{type:`text`,text:JSON.stringify(n,null,2)}]}}),e.registerTool(`search_tools`,{title:H(`search_tools`).title,description:`Search active AI Kit tools by keyword across tool names, titles, and categories.`,inputSchema:{query:P.string().min(1).describe(`Keyword query to match against active tools`)},annotations:H(`search_tools`).annotations},async({query:e})=>{let t=e.trim().toLowerCase(),n=r.filter(e=>{let n=V[e];return e.toLowerCase().includes(t)||n?.title.toLowerCase().includes(t)||(n?.category??[]).some(e=>e.toLowerCase().includes(t))}).map(e=>{let t=V[e]??{title:e,category:[]},n=t.category?.join(`, `)||`uncategorized`;return`${e}: ${t.title} [${n}]`});return{content:[{type:`text`,text:n.length>0?n.join(`
222
- `):`No tools found matching "${e}"`}]}})}const ul=k(`tools`);let dl=!1;async function fl(e,t,n){for(let r of n.steps)if(!(r.status!==`success`||!r.output))try{let i=M(`sha256`).update(n.path).digest(`hex`).slice(0,12),a=`produced/onboard/${r.name}/${i}.md`,o=M(`sha256`).update(r.output).digest(`hex`).slice(0,16),s=new Date().toISOString(),c=r.output.length>2e3?r.output.split(/(?=^## )/m).filter(e=>e.trim().length>0):[r.output],l=c.map((e,t)=>({id:M(`sha256`).update(`${a}::${t}`).digest(`hex`).slice(0,16),content:e.trim(),sourcePath:a,contentType:`produced-knowledge`,chunkIndex:t,totalChunks:c.length,startLine:0,endLine:0,fileHash:o,indexedAt:s,origin:`produced`,tags:[`onboard`,r.name],category:`analysis`,version:1})),u=await t.embedBatch(l.map(e=>e.content));await e.upsert(l,u)}catch(e){ul.warn(`Auto-persist onboard step failed`,{stepName:r.name,...j(e)})}}async function pl(e,t,n){if(n.autoRemember?.length)for(let r of n.autoRemember)try{let n=M(`sha256`).update(`onboard-remember::${r.title}`).digest(`hex`).slice(0,16),i=new Date().toISOString(),a={id:n,content:`# ${r.title}\n\n${r.content}`,sourcePath:`curated/onboard/${r.category}/${n}.md`,contentType:`curated`,chunkIndex:0,totalChunks:1,startLine:0,endLine:0,fileHash:M(`sha256`).update(r.content).digest(`hex`).slice(0,16),indexedAt:i,origin:`curated`,tags:r.tags,category:r.category,version:1},[o]=await t.embedBatch([a.content]);await e.upsert([a],[o])}catch(e){ul.warn(`Auto-persist remember entry failed`,{title:r.title,...j(e)})}}function ml(e,t,n,r,i,a){let o=H(`onboard`);e.registerTool(`onboard`,{title:o.title,description:`First-time codebase onboarding: runs all analysis tools (structure, dependencies, entry-points, symbols, patterns, diagram) in one command. Results are auto-persisted to AI Kit memory. Use mode=generate to also write structured output to .ai/context/ directory.`,inputSchema:{path:P.string().describe(`Root path of the codebase to onboard`),mode:P.enum([`memory`,`generate`]).default(`generate`).describe(`Output mode: generate (default) = persist to AI Kit + write .ai/context/ files; memory = AI Kit vector store only`),out_dir:P.string().optional().describe(`Custom output directory for generate mode (default: <path>/.ai/context)`),enrich:P.boolean().default(!0).describe(`Append curated knowledge and graph context to output. Adds ~150-250 tokens. Default true for planning tools — set false to save tokens when enrichment is not needed.`)},annotations:o.annotations},async({path:e,mode:o,out_dir:s,enrich:c},l)=>{try{if(dl)return{content:[{type:`text`,text:`Onboard is already running. Please wait for it to complete before starting another.`}]};dl=!0,ul.info(`Starting onboard`,{path:e,mode:o});let u=await rt({path:e,mode:o,outDir:s??r?.onboardDir}),d=vo(l).createTask(`Onboard`,u.steps.length);for(let e=0;e<u.steps.length;e++){let t=u.steps[e];d.progress(e,`${t.name}: ${t.status}`)}d.complete(`Onboard complete: ${u.steps.filter(e=>e.status===`success`).length}/${u.steps.length} steps succeeded`),fl(t,n,u),u.autoRemember?.length&&pl(t,n,u).catch(e=>{ul.warn(`Auto-persist autoRemember failed`,j(e))}),i&&(i.onboardComplete=!0,i.onboardTimestamp=new Date().toISOString());let f=[`## Onboard Complete`,``,`**Path:** \`${u.path}\``,`**Mode:** ${u.mode}`,`**Duration:** ${u.totalDurationMs}ms`,``];u.outDir&&(f.push(`**Output directory:** \`${u.outDir}\``),f.push(``)),f.push(`### Analysis Results`,``);let p=[],m=[];for(let e of u.steps)e.status===`success`?p.push(`- ✓ **${e.name}** (${e.durationMs}ms) — ${e.output.length} chars`):m.push(`- ✗ **${e.name}** — ${e.error}`);f.push(...p),m.length>0&&f.push(``,`### Failed`,``,...m),f.push(``,`---`,``);for(let e of u.steps)e.status===`success`&&f.push(`### ${e.name}`,``,e.output,``,`---`,``);f.push(`_All results auto-saved to AI Kit memory._`,u.mode===`generate`?` Files written to \`${u.outDir}\`.`:``,' Next: Use `search` to query the knowledge, or `knowledge({ action: "remember", ... })` to add custom insights.');let h=f.join(`
223
- `);if(c&&a){let e=await U(a,{query:`onboard codebase conventions`});h+=W(e)}return{content:[{type:`text`,text:h}]}}catch(e){return ul.error(`Onboard failed`,j(e)),G(`INTERNAL`,`Onboard failed: ${e instanceof Error?e.message:String(e)}`)}finally{dl=!1}})}const hl=k(`tools:persistence`);function gl(e){let t=H(`workset`);e.registerTool(`workset`,{title:t.title,description:`Manage named file sets (worksets). Save, load, list, add/remove files. Worksets persist across sessions in .aikit-state/worksets.json.`,inputSchema:{action:P.enum([`save`,`get`,`list`,`delete`,`add`,`remove`]).describe(`Operation to perform`),name:P.string().optional().describe(`Workset name (required for all except list)`),files:P.array(P.string()).optional().describe(`File paths (required for save, add, remove)`),description:P.string().optional().describe(`Description (for save)`)},annotations:t.annotations},async({action:e,name:t,files:n,description:r})=>{try{switch(e){case`save`:{if(!t||!n)throw Error(`name and files required for save`);let e=kt(t,n,{description:r});return{content:[{type:`text`,text:`Saved workset "${e.name}" with ${e.files.length} files.`}]}}case`get`:{if(!t)throw Error(`name required for get`);let e=Be(t);return e?{content:[{type:`text`,text:JSON.stringify(e)}]}:{content:[{type:`text`,text:`Workset "${t}" not found.`}]}}case`list`:{let e=tt();return e.length===0?{content:[{type:`text`,text:`No worksets.`}]}:{content:[{type:`text`,text:e.map(e=>`- **${e.name}** (${e.files.length} files) — ${e.description??`no description`}`).join(`
224
- `)}]}}case`delete`:if(!t)throw Error(`name required for delete`);return{content:[{type:`text`,text:De(t)?`Deleted workset "${t}".`:`Workset "${t}" not found.`}]};case`add`:{if(!t||!n)throw Error(`name and files required for add`);let e=ce(t,n);return{content:[{type:`text`,text:`Added to workset "${e.name}": now ${e.files.length} files.`}]}}case`remove`:{if(!t||!n)throw Error(`name and files required for remove`);let e=St(t,n);return e?{content:[{type:`text`,text:`Removed from workset "${e.name}": now ${e.files.length} files.`}]}:{content:[{type:`text`,text:`Workset "${t}" not found.`}]}}}}catch(e){return hl.error(`Workset operation failed`,j(e)),G(`INTERNAL`,`Workset operation failed: ${e instanceof Error?e.message:String(e)}`)}})}function _l(e){let t=H(`stash`);e.registerTool(`stash`,{title:t.title,description:`Persist and retrieve named values in .aikit-state/stash.json for intermediate results between tool calls.`,inputSchema:{action:P.enum([`set`,`get`,`list`,`delete`,`clear`]).describe(`Operation to perform on the stash`),key:P.string().optional().describe(`Entry key for set/get/delete operations`),value:P.string().optional().describe(`String or JSON value for set operations`)},annotations:t.annotations},async({action:e,key:t,value:n})=>{try{switch(e){case`set`:{if(!t)throw Error(`key required for set`);let e=Rt(t,Sl(n??``));return{content:[{type:`text`,text:`Stored stash entry "${e.key}" (${e.type}) at ${e.storedAt}.`}]}}case`get`:{if(!t)throw Error(`key required for get`);let e=It(t);return{content:[{type:`text`,text:e?JSON.stringify(e):`Stash entry "${t}" not found.`}]}}case`list`:{let e=Lt();return{content:[{type:`text`,text:e.length===0?`Stash is empty.`:e.map(e=>`- ${e.key} (${e.type}) — ${e.storedAt}`).join(`
225
- `)}]}}case`delete`:if(!t)throw Error(`key required for delete`);return{content:[{type:`text`,text:Ft(t)?`Deleted stash entry "${t}".`:`Stash entry "${t}" not found.`}]};case`clear`:{let e=Pt();return{content:[{type:`text`,text:`Cleared ${e} stash entr${e===1?`y`:`ies`}.`}]}}}}catch(e){return hl.error(`Stash operation failed`,j(e)),G(`INTERNAL`,`Stash operation failed: ${e instanceof Error?e.message:String(e)}`)}})}function vl(e){let t=H(`checkpoint`);e.registerTool(`checkpoint`,{title:t.title,description:`Save and restore lightweight session checkpoints in .aikit-state/checkpoints for cross-session continuity. Supports diff between checkpoints and history viewing.`,inputSchema:{action:P.enum([`save`,`load`,`list`,`latest`,`diff`,`history`,`gc`]).describe(`Checkpoint action to perform`),label:P.string().optional().describe(`Checkpoint label for save, or checkpoint id for load`),data:P.string().max(5e5).optional().describe(`JSON object string for save actions`),notes:P.string().max(1e4).optional().describe(`Optional notes for save actions`),from_id:P.string().optional().describe(`Checkpoint ID to diff FROM (for diff action)`),to_id:P.string().optional().describe(`Checkpoint ID to diff TO (for diff action)`),limit:P.number().min(1).max(50).optional().describe(`Max history entries to return`),keep_last:P.number().min(1).max(100).optional().describe(`Keep N most recent checkpoints per label (default: 10, for gc action)`),max_age_days:P.number().min(1).optional().describe(`Delete checkpoints older than N days (for gc action)`),dry_run:P.boolean().optional().describe(`Preview changes without deleting (default: true, for gc action)`)},annotations:t.annotations},async({action:e,label:t,data:n,notes:r,from_id:i,to_id:a,limit:o,keep_last:s,max_age_days:c,dry_run:l})=>{try{switch(e){case`save`:if(!t)throw Error(`label required for save`);return{content:[{type:`text`,text:xl(ye(t,Cl(n),{notes:r}))}]};case`load`:{if(!t)throw Error(`label required for load`);let e=ve(t);return{content:[{type:`text`,text:e?xl(e):`Checkpoint "${t}" not found.`}]}}case`list`:{let e=_e();return{content:[{type:`text`,text:e.length===0?`No checkpoints saved.`:e.map(e=>`- ${e.id} — ${e.label} (${e.createdAt})`).join(`
226
- `)}]}}case`latest`:{let e=ge();return{content:[{type:`text`,text:e?xl(e):`No checkpoints saved.`}]}}case`diff`:{if(!i||!a)throw Error(`from_id and to_id required for diff`);let e=pe(i,a);return e?{content:[{type:`text`,text:[`## Checkpoint Diff: ${i} → ${a}`,e.added.length?`**Added:** ${e.added.join(`, `)}`:``,e.removed.length?`**Removed:** ${e.removed.join(`, `)}`:``,e.modified.length?`**Modified:** ${e.modified.join(`, `)}`:``,!e.added.length&&!e.removed.length&&!e.modified.length?`No differences found.`:``].filter(Boolean).join(`
227
- `)}]}:{content:[{type:`text`,text:`One or both checkpoints not found.`}]}}case`history`:{if(!t)throw Error(`label required for history`);let e=he(t,{limit:o??20});return e.length===0?{content:[{type:`text`,text:`No history found for "${t}".`}]}:{content:[{type:`text`,text:`## History: ${t}\n${e.map(e=>`- ${e.sha?e.sha.slice(0,8):e.id} — ${e.createdAt}${e.label?` (${e.label})`:``}`).join(`
228
- `)}`}]}}case`gc`:{let e=me({label:t,keepLast:s,maxAgeDays:c,dryRun:l});return{content:[{type:`text`,text:[`## Checkpoint GC${e.labels.length?`: ${e.labels.join(`, `)}`:``}`,`Deleted: ${e.deleted}`,`Kept: ${e.kept}`,`Mode: ${l??!0?`dry-run`:`delete`}`,e.deletedIds.length?`Deleted IDs: ${e.deletedIds.join(`, `)}`:`Deleted IDs: none`].join(`
229
- `)}]}}}}catch(e){return hl.error(`Checkpoint failed`,j(e)),G(`INTERNAL`,`Checkpoint failed: ${e instanceof Error?e.message:String(e)}`)}})}function yl(e){let t=H(`lane`);e.registerTool(`lane`,{title:t.title,description:`Manage verified lanes — isolated file copies for parallel exploration. Also provides advisory write-intent leases for multi-agent coordination.`,inputSchema:{action:P.enum([`create`,`list`,`status`,`diff`,`merge`,`discard`,`lease`,`unlease`,`leases`]).describe(`Lane action to perform`),name:P.string().optional().describe(`Lane name (required for create/status/diff/merge/discard)`),files:P.array(P.string()).optional().describe(`File paths to copy into the lane (required for create)`),agent:P.string().optional().describe(`Agent identifier (required for lease)`),intent:P.string().optional().describe(`What the agent plans to do (required for lease)`),id:P.string().optional().describe(`Lease ID (required for unlease)`),symbols:P.array(P.string()).optional().describe(`Symbol names within files (optional for lease)`),ttl_minutes:P.number().optional().describe(`Lease TTL in minutes (default 10, optional for lease)`)},annotations:t.annotations},async({action:e,name:t,files:n,agent:r,intent:i,id:a,symbols:o,ttl_minutes:s})=>{try{switch(e){case`create`:{if(!t)throw Error(`name is required for create`);if(!n||n.length===0)throw Error(`files are required for create`);let e=qe(t,n);return{content:[{type:`text`,text:JSON.stringify(e)}]}}case`list`:return{content:[{type:`text`,text:JSON.stringify(Xe())}]};case`status`:if(!t)throw Error(`name is required for status`);return{content:[{type:`text`,text:JSON.stringify(Qe(t))}]};case`diff`:if(!t)throw Error(`name is required for diff`);return{content:[{type:`text`,text:JSON.stringify(Je(t))}]};case`merge`:if(!t)throw Error(`name is required for merge`);return{content:[{type:`text`,text:JSON.stringify(Ze(t))}]};case`discard`:if(!t)throw Error(`name is required for discard`);return{content:[{type:`text`,text:JSON.stringify({discarded:Ye(t)})}]};case`lease`:{if(!r)throw Error(`agent is required for lease`);if(!n||n.length===0)throw Error(`files are required for lease`);if(!i)throw Error(`intent is required for lease`);let e=se({agent:r,files:n,intent:i,symbols:o,ttl_minutes:s});return{content:[{type:`text`,text:JSON.stringify(e)}]}}case`unlease`:{if(!a)throw Error(`id is required for unlease`);let e=xt({id:a});return{content:[{type:`text`,text:JSON.stringify(e)}]}}case`leases`:{let e=$e({agent:r});return{content:[{type:`text`,text:JSON.stringify(e)}]}}}}catch(e){return hl.error(`Lane action failed`,j(e)),G(`INTERNAL`,`Lane action failed: ${e instanceof Error?e.message:String(e)}`)}})}function bl(e){let t=H(`queue`);e.registerTool(`queue`,{title:t.title,description:`Manage task queues with optional DAG dependencies. Push items with dependsOn for wave-based execution. Take next, mark done/failed, list queues.`,inputSchema:{action:P.enum([`create`,`push`,`next`,`done`,`fail`,`get`,`list`,`clear`,`delete`,`dag`]).describe(`Queue action`),name:P.string().optional().describe(`Queue name (required for most actions)`),title:P.string().optional().describe(`Item title (required for push)`),id:P.string().optional().describe(`Item ID (required for done/fail)`),data:P.unknown().optional().describe(`Arbitrary data to attach to a queue item`),error:P.string().optional().describe(`Error message (required for fail)`),dependsOn:P.array(P.string()).optional().describe(`Item IDs this task depends on. Dependent items start as blocked until deps complete.`)},annotations:t.annotations},async({action:e,name:t,title:n,id:r,data:i,error:a,dependsOn:o})=>{try{switch(e){case`create`:if(!t)throw Error(`name is required for create`);return{content:[{type:`text`,text:JSON.stringify(dt(t))}]};case`push`:if(!t)throw Error(`name is required for push`);if(!n)throw Error(`title is required for push`);return{content:[{type:`text`,text:JSON.stringify(yt(t,n,i,void 0,o))}]};case`next`:{if(!t)throw Error(`name is required for next`);let e=vt(t);return{content:[{type:`text`,text:JSON.stringify(e)}]}}case`done`:if(!t)throw Error(`name is required for done`);if(!r)throw Error(`id is required for done`);return{content:[{type:`text`,text:JSON.stringify(mt(t,r))}]};case`fail`:if(!t)throw Error(`name is required for fail`);if(!r)throw Error(`id is required for fail`);if(!a)throw Error(`error is required for fail`);return{content:[{type:`text`,text:JSON.stringify(ht(t,r,a))}]};case`get`:if(!t)throw Error(`name is required for get`);return{content:[{type:`text`,text:JSON.stringify(gt(t))}]};case`list`:return{content:[{type:`text`,text:JSON.stringify(_t())}]};case`clear`:if(!t)throw Error(`name is required for clear`);return{content:[{type:`text`,text:JSON.stringify({cleared:ut(t)})}]};case`delete`:if(!t)throw Error(`name is required for delete`);return{content:[{type:`text`,text:JSON.stringify({deleted:pt(t)})}]};case`dag`:if(!t)throw Error(`name is required for dag`);return{content:[{type:`text`,text:JSON.stringify(ft(t))}]}}}catch(e){return hl.error(`Queue action failed`,j(e)),G(`INTERNAL`,`Queue action failed: ${e instanceof Error?e.message:String(e)}`)}})}function xl(e){let t=[e.id,`Label: ${e.label}`,`Created: ${e.createdAt}`];if(e.notes&&t.push(`Notes: ${e.notes}`),e.files?.length){t.push(`Files: ${e.files.length}`);for(let n of e.files)t.push(` - ${n}`)}return t.push(``,`Data:`,JSON.stringify(e.data)),t.join(`
230
- `)}function Sl(e){let t=e.trim();if(!t)return``;try{return JSON.parse(t)}catch{return e}}function Cl(e){let t=e?.trim();if(!t)return{};let n;try{n=JSON.parse(t)}catch{throw Error(`data must be a valid JSON object string`)}if(!n||typeof n!=`object`||Array.isArray(n))throw Error(`data must be a JSON object string`);return n}const wl=k(`tools`);function Tl(e){let t=[`## Rule: ${e.id}`,``,`- **Status**: ${e.enabled?`enabled`:`disabled`}`,`- **Description**: ${e.description??`—`}`,`- **Category**: ${e.category??`—`}`,`- **Push weight**: ${e.pushWeight??`—`}`];return e.patterns?.length&&t.push(`- **Patterns**: ${e.patterns.join(`, `)}`),e.examples?.length&&t.push(`- **Examples**: ${e.examples.join(`, `)}`),t.join(`
231
- `)}function El(e,t){let n=H(`er_update_policy`);e.registerTool(`er_update_policy`,{title:n.title,description:`Manage ER push classification rules. Supports listing, updating, creating, and deleting rules that determine when knowledge should be pushed to Enterprise RAG.`,inputSchema:{action:P.enum([`list`,`get`,`update`,`create`,`delete`]).describe(`Action to perform on classification rules`),rule_id:P.string().optional().describe(`Rule ID (required for get, update, delete)`),changes:P.object({patterns:P.array(P.string()).optional(),category:P.string().optional(),pushWeight:P.number().min(0).max(1).optional(),description:P.string().optional(),examples:P.array(P.string()).optional(),enabled:P.boolean().optional()}).optional().describe(`Changes to apply (for update action)`),new_rule:P.object({id:P.string().regex(/^[a-z][a-z0-9-]*$/),patterns:P.array(P.string()).min(1),category:P.string(),pushWeight:P.number().min(0).max(1),description:P.string(),examples:P.array(P.string()).default([]),enabled:P.boolean().default(!0)}).optional().describe(`New rule definition (for create action)`)},annotations:n.annotations},async({action:e,rule_id:n,changes:r,new_rule:i})=>{try{if(e===`list`){let e=t.getRules();return{content:[{type:`text`,text:`## Classification Rules\n\n${e.map(e=>`- **${e.id}** (${e.enabled?`enabled`:`disabled`}) — ${e.description}\n Category: ${e.category} | Weight: ${e.pushWeight} | Patterns: ${e.patterns.join(`, `)}`).join(`
232
- `)}\n\n---\n_${e.length} rules total. Use \`action: "update"\` to modify a rule._`}]}}if(e===`get`){if(!n)return G(`VALIDATION`,'`rule_id` is required for "get" action.');let e=t.getRule(n);return e?{content:[{type:`text`,text:Tl(e)}]}:G(`NOT_FOUND`,`Rule "${n}" not found.`)}if(e===`update`){if(!n||!r)return G(`VALIDATION`,'`rule_id` and `changes` are required for "update" action.');let e=t.updateRule(n,r);return e?{content:[{type:`text`,text:`${Tl(e)}\n\n---\n_Updated. Next: Use \`action: "list"\` to verify._`}]}:G(`NOT_FOUND`,`Rule "${n}" not found.`)}return e===`create`?i?{content:[{type:`text`,text:`${Tl(t.addRule(i))}\n\n---\n_Created. Next: Test classification with \`remember\`._`}]}:G(`VALIDATION`,'`new_rule` is required for "create" action.'):e===`delete`?n?t.deleteRule(n)?{content:[{type:`text`,text:`Deleted rule **${n}**.\n\n---\n_Next: Use \`action: "list"\` to verify._`}]}:G(`NOT_FOUND`,`Rule "${n}" not found.`):G(`VALIDATION`,'`rule_id` is required for "delete" action.'):G(`VALIDATION`,`Unknown action: ${e}`)}catch(e){return wl.error(`Policy update failed`,j(e)),G(`INTERNAL`,`Policy update failed: ${e instanceof Error?e.message:String(e)}`)}})}const Dl=new Map([{type:`markdown`,category:`content`,description:`Markdown content rendered with the marked parser.`,valueShape:`string`,relevantSkills:[`present`,`docs`]},{type:`code`,category:`content`,description:`Formatted code block rendered inside pre/code tags.`,valueShape:`string`,relevantSkills:[`present`,`docs`]},{type:`mermaid`,category:`visualization`,description:`Mermaid diagram source rendered in a mermaid pre block.`,valueShape:`string`,vendorScripts:[`mermaid`],relevantSkills:[`present`,`c4-architecture`,`docs`]},{type:`table`,category:`data`,description:`Tabular data rendered from records or explicit headers and rows.`,valueShape:`Record<string, unknown>[] | { headers: string[]; rows: unknown[][] }`,relevantSkills:[`present`,`docs`]},{type:`metrics`,category:`data`,description:`Metric cards showing label/value pairs with optional trend and status.`,valueShape:`Array<{ label: string; value: string | number; trend?: string | number; status?: string }>`,relevantSkills:[`present`]},{type:`cards`,category:`visualization`,description:`Card grid for titled items with optional body, badge, and status.`,valueShape:`Array<{ title: string; body?: string; badge?: string; status?: string; description?: string }>`,relevantSkills:[`present`,`docs`]},{type:`tree`,category:`visualization`,description:`Hierarchical object or name/children tree rendered recursively.`,valueShape:`{ name: string; children?: unknown[] } | Record<string, unknown>`,relevantSkills:[`present`]},{type:`graph`,category:`visualization`,description:`Node and edge graph rendered as a Mermaid flow graph in HTML mode.`,valueShape:`{ nodes: Array<{ id: string; label?: string }>; edges: Array<{ from: string; to: string; label?: string }> }`,vendorScripts:[`mermaid`],relevantSkills:[`present`,`c4-architecture`]},{type:`chart`,category:`data`,description:`Structured chart definition rendered as SVG.`,valueShape:`{ chartType: string; data: Record<string, unknown>[]; xKey: string; yKeys: string[] }`,relevantSkills:[`present`]},{type:`timeline`,category:`interactive`,description:`Timeline entries rendered as a vertical sequence of events.`,valueShape:`Array<{ title: string; description?: string; timestamp?: string; status?: string }>`,relevantSkills:[`present`]},{type:`checklist`,category:`interactive`,description:`Checklist items with boolean checked state.`,valueShape:`Array<{label, checked}> | {items: Array<{label, checked}>}`,relevantSkills:[`present`]},{type:`comparison`,category:`interactive`,description:`Side-by-side comparison columns with titled item lists.`,valueShape:`Array<{title, items}> | {columns: Array<{title, items}>}`,relevantSkills:[`present`]},{type:`status-board`,category:`interactive`,description:`Status categories containing labeled status items.`,valueShape:`Array<{category, items}> | {items: Array<{category, items}>}`,relevantSkills:[`present`]},{type:`prompt`,category:`interactive`,description:`Prompt payload rendered through the prompt display helper.`,valueShape:`unknown`,relevantSkills:[`present`]},{type:`progress`,category:`interactive`,description:`Progress bar with current value and optional maximum.`,valueShape:`{label, value, max?} | {items: Array<{label, value, max?, color?}>}`,relevantSkills:[`present`]},{type:`docs-browser`,category:`interactive`,description:`Documentation file list with inline content previews for chat-safe rendering.`,valueShape:`{ files: Array<{ path: string; title?: string; content?: string; status?: "current" | "stale" | "missing" }>; title?: string }`,relevantSkills:[`present`,`docs`],usageExample:`{
208
+ > 💡 This entry matches push rules. Consider \`er_push\` to share with Enterprise RAG.`))}a&&a.notifyAfterCuratedWrite(u.path).catch(()=>{});let f=wc(u.path,o,`[${c}]`);return{content:[{type:`text`,text:`Remembered: **${o}**\n\nStored at \`.ai/curated/${u.path}\` and indexed for semantic search.${d}\n\n---\n_Next: Use \`search\` to verify the entry is findable, or \`knowledge({ action: "list" })\` to see all curated entries._`},...f?[f]:[]]}}async function Kc(e,{curated:t}){let{path:n}=Ic.parse(e),r=await t.read(n),i=[`## ${r.title}`,`- **Path**: .ai/curated/${n}`,`- **Category**: ${r.category}`,r.tags.length?`- **Tags**: ${r.tags.join(`, `)}`:null,`- **Version**: ${r.version}`,`- **Created**: ${r.created}`,r.updated===r.created?null:`- **Updated**: ${r.updated}`,``].filter(e=>e!==null).join(`
209
+ `),a=wc(n,r.title,`[${r.category}]`);return{content:[{type:`text`,text:`${i}\n${r.content}\n\n---\n_Next: Use \`knowledge({ action: "update", ... })\` to modify this entry, or \`search\` to find related entries._`},...a?[a]:[]]}}async function qc(e,{curated:t,resourceNotifier:n}){let{path:r,content:i,reason:a}=Lc.parse(e),o=await t.update(r,i,a);return n&&n.notifyAfterCuratedWrite(r).catch(()=>{}),{content:[{type:`text`,text:`Updated: \`.ai/curated/${o.path}\` → version ${o.version}\n\nReason: ${a}\n\n---\n_Next: Use \`knowledge({ action: "read", path: "${o.path}" })\` to verify the updated content, or \`search\` to test searchability._`}]}}async function Jc(e,{curated:t,resourceNotifier:n}){let{path:r,reason:i}=Rc.parse(e),a=y(process.cwd(),S.aiCurated,r);if(o(a))try{we(`forget`,[{path:a,content:c(a,`utf-8`)}],`forget: ${r}`)}catch{}let s=await t.forget(r,i);return Dc.info(`Forgot entry`,{path:s.path,reason:i}),n&&(n.notifyAfterCuratedWrite().catch(()=>{}),n.notifyResourceListChanged().catch(()=>{})),{content:[{type:`text`,text:`Forgotten: \`.ai/curated/${s.path}\`\n\nRemoved from disk and vector store.\nReason: ${i}\n\n---\n_Next: Use \`knowledge({ action: "list" })\` to verify removal, or \`search\` to confirm the entry is no longer returned._`}]}}async function Yc(e,{curated:t,flowContextAdapter:n}){if(e.scope===`flow`){if(!n)return{content:[{type:`text`,text:`Flow context not available.`}]};let e=await n.list();if(e.length===0)return{content:[{type:`text`,text:`No flow context entries.`}]};let t=e.map(e=>`- \`${e.path}\` (${e.size} bytes)`).join(`
210
+ `);return{content:[{type:`text`,text:`## Flow Context (${e.length} entries)\n\n${t}`}]}}let{category:r,tag:i}=zc.parse(e),a=await t.list({category:r,tag:i}),o={entries:a.map(e=>({path:e.path,title:e.title,category:e.category,tags:e.tags,version:e.version,preview:e.contentPreview?.slice(0,120)??``})),totalCount:a.length};if(a.length===0)return{content:[{type:`text`,text:`No curated knowledge entries found.`+(r?` (category: ${r})`:``)+(i?` (tag: ${i})`:``)}],structuredContent:o};let s=a.map(e=>{let t=e.tags.length>0?` [${e.tags.join(`, `)}]`:``;return`- **${e.title}** (v${e.version})${t}\n \`${e.path}\` — ${e.contentPreview.slice(0,80)}…`}).join(`
211
+ `),c=Tc(a);return{content:[{type:`text`,text:`## Curated Knowledge (${a.length} entries)\n\n${s}\n\n---\n_Next: Use \`knowledge({ action: "read", path: "..." })\` to view full content of any entry, or \`knowledge({ action: "remember", ... })\` to store new knowledge._`},...c],structuredContent:o}}async function Xc(e,{curated:t}){let{path:n}=Ic.parse(e),r=e.limit??20,i=await t.history(n,r);if(i.length===0)return{content:[{type:`text`,text:`No git history available for this entry. Git-backing may not be available or the entry predates git-backing.`}]};let a=i.map((e,t)=>`${t+1}. **${e.date}** \`${e.sha.slice(0,8)}\` — ${e.message}`).join(`
212
+ `);return{content:[{type:`text`,text:`## History for \`${n}\` (${i.length} entries)\n\n${a}\n\n_Use \`knowledge({ action: "diff", path: "${n}", from_sha: "...", to_sha: "..." })\` to compare versions._`}]}}async function Zc(e,{curated:t}){let{path:n}=Ic.parse(e),{from_sha:r,to_sha:i}=e,a=await t.diff(n,r,i);return a?{content:[{type:`text`,text:`## Diff for \`${n}\`\n\n\`\`\`diff\n${a}\n\`\`\``}]}:{content:[{type:`text`,text:`No diff available. Git-backing may not be available or the entry has no history.`}]}}async function Qc(e,{curated:t}){let{path:n}=Ic.parse(e),r=await t.recover(n);return r?{content:[{type:`text`,text:`✅ Recovered \`${r.path}\` (version ${r.version}) from git history. The entry has been restored to the filesystem and re-indexed.`}]}:{content:[{type:`text`,text:`No git history found for \`${n}\`. Cannot recover — the entry either never existed or was never git-backed.`}]}}async function $c(e,{curated:t}){let n=await t.listOrphaned();if(n.length===0)return{content:[{type:`text`,text:`No orphaned entries found. All git-backed entries have corresponding filesystem files.`}]};let r=n.map((e,t)=>`${t+1}. \`${e.path}\` — last: ${e.lastMessage}`).join(`
213
+ `);return{content:[{type:`text`,text:`## Orphaned Knowledge Entries (${n.length})\n\nThese entries exist in git but are missing from the filesystem:\n\n${r}\n\n_Use \`knowledge({ action: "recover", path: "..." })\` to restore any of these entries._`}]}}async function el(e,{flowContextAdapter:t}){let n=N.object({profile:N.string(),budget:N.number().int().min(100).max(5e4).default(6e3)}).parse(e);if(!t)return{content:[{type:`text`,text:`Flow context not available — no active flow or adapter not configured.`}]};let r=Sc(n.profile);if(!r)return{content:[{type:`text`,text:`Unknown profile: "${n.profile}". Available: implementer, documenter, reviewer, researcher, debugger`}]};let i=await t.list();if(i.length===0)return{content:[{type:`text`,text:`No flow context available yet. Context is deposited automatically as agents use search, file_summary, and other analysis tools.`}]};let a=(await Promise.all(i.map(async e=>{let n=e.path.split(`/`),r=n[0];if(n.length<2||!Hc.has(r))return null;let i=await t.read(e.path);return i?{type:r,content:i}:null}))).filter(e=>e!==null),o=Cc(a,r,n.budget);if(o.length===0)return{content:[{type:`text`,text:`No relevant context for profile "${n.profile}". ${a.length} entries available but none match your role's context types.`}]};let s=o.map(e=>`### [${e.type}]\n${e.content}`).join(`
214
+
215
+ `),c=o.reduce((e,t)=>e+t.content.length,0);return{content:[{type:`text`,text:`## Flow Context (${o.length}/${a.length} entries, ${c} chars, profile: ${n.profile})\n\n${s}`}]}}async function tl(e,{flowContextAdapter:t}){return t?{content:[{type:`text`,text:`Flushed ${await t.flushAll()} flow context entries.`}]}:{content:[{type:`text`,text:`Flow context not available — no active flow or adapter not configured.`}]}}async function nl(e,t,n){switch(e){case`remember`:return Gc(t,n);case`read`:return Kc(t,n);case`update`:return qc(t,n);case`forget`:return Jc(t,n);case`list`:return Yc(t,n);case`history`:return Xc(t,n);case`diff`:return Zc(t,n);case`recover`:return Qc(t,n);case`orphaned`:return $c(t,n);case`withdraw`:return el(t,n);case`flush`:return tl(t,n)}}function rl(e,t,n,r,i,a){let o=V(`knowledge`),s={curated:t,policyStore:n,evolutionCollector:r,resourceNotifier:i,flowContextAdapter:a};e.registerTool(`knowledge`,{title:o.title,description:"Operate on curated knowledge entries with a single tool. Use `action` to remember, read, update, forget, list, history, diff, recover, orphaned, withdraw, or flush entries.",inputSchema:Bc.shape,annotations:o.annotations},async({action:e,...t})=>{try{let n=Bc.parse({action:e,...t});return await nl(n.action,n,s)}catch(e){return e instanceof N.ZodError?W(`VALIDATION`,Wc(e)):(Dc.error(`Knowledge operation failed`,j(e)),W(`INTERNAL`,`Knowledge operation failed: ${e instanceof Error?e.message:String(e)}`))}})}const il=A(`tools`);function al(e,t,n){let r=V(`lookup`);e.registerTool(`lookup`,{title:r.title,description:`Get all indexed content for a known file path, sorted by position. Use when you know the exact file. For discovery across files use search.`,inputSchema:{path:N.string().describe(`Relative file path to look up (e.g., "src/index.ts")`),enrich:N.boolean().default(!1).describe(`Append curated knowledge and graph context to output. Adds ~150-250 tokens. Default false — set true when you need stored decisions, conventions, or relationship context.`)},annotations:r.annotations},async({path:e,enrich:r})=>{try{let i=await t.getBySourcePath(e);if(i.length===0)return{content:[{type:`text`,text:`No indexed content found for: ${e}`}]};i.sort((e,t)=>e.chunkIndex-t.chunkIndex);let a=`## ${e}\n**Chunks**: ${i.length} | **Type**: ${i[0].contentType}\n`,o=i.map(e=>{let t=e.startLine?` (lines ${e.startLine}-${e.endLine})`:``;return`### Chunk ${e.chunkIndex+1}/${e.totalChunks}${t}\n${e.content}`}).join(`
216
+
217
+ `),s=Ec(e),c=s?wc(s):void 0,l=`${a}\n${o}\n\n---\n_Next: Use \`search\` to find related content, or \`analyze({ aspect: "dependencies", path: "${e}" })\` to see what this file imports._`;if(r&&n){let t=await H(n,{query:e});l+=U(t)}return{content:[{type:`text`,text:l},...c?[c]:[]]}}catch(e){return il.error(`Lookup failed`,j(e)),W(`INTERNAL`,`Lookup failed: ${e instanceof Error?e.message:String(e)}`)}})}const ol=A(`tools:manipulation`);function sl(e){let t=V(`git_context`);e.registerTool(`git_context`,{title:t.title,description:`Summarize the current Git branch, working tree state, recent commits, and optional diff statistics for the repository.`,inputSchema:{cwd:N.string().optional().describe(`Repository root or working directory`),commit_count:N.number().min(1).max(50).default(5).optional().describe(`How many recent commits to include`),include_diff:N.boolean().default(!1).optional().describe(`Include diff stat for working tree changes`)},annotations:t.annotations,outputSchema:La},async({cwd:e,commit_count:t,include_diff:n})=>{try{let r=await He({cwd:e,commitCount:t,includeDiff:n});return{content:[{type:`text`,text:fl(r)}],structuredContent:{gitRoot:r.gitRoot,branch:r.branch,commitCount:r.recentCommits.length,hasUncommitted:r.status.staged.length>0||r.status.modified.length>0||r.status.untracked.length>0,recentCommits:r.recentCommits.map(e=>({hash:e.hash,message:e.message,author:e.author,date:e.date}))}}}catch(e){return ol.error(`Git context failed`,j(e)),W(`INTERNAL`,`Git context failed: ${e instanceof Error?e.message:String(e)}`)}})}function cl(e){let t=V(`diff_parse`);e.registerTool(`diff_parse`,{title:t.title,description:`Parse raw unified diff text into file-level and hunk-level structural changes.`,inputSchema:{diff:N.string().max(1e6).describe(`Raw unified diff text`)},annotations:t.annotations},async({diff:e})=>{try{return{content:[{type:`text`,text:pl(ke({diff:e.replace(/\\n/g,`
218
+ `).replace(/\\t/g,` `)}))}]}}catch(e){return ol.error(`Diff parse failed`,j(e)),W(`INTERNAL`,`Diff parse failed: ${e instanceof Error?e.message:String(e)}`)}})}function ll(e){let t=V(`rename`);e.registerTool(`rename`,{title:t.title,description:`Rename a symbol across files using whole-word regex matching for exports, imports, and general usage references.`,inputSchema:{old_name:N.string().describe(`Existing symbol name to replace`),new_name:N.string().describe(`New symbol name to use`),root_path:N.string().describe(`Root directory to search within`),extensions:N.array(N.string()).optional().describe(`Optional file extensions to include, such as .ts,.tsx,.js,.jsx`),dry_run:N.boolean().default(!0).describe(`Preview changes without writing files`)},annotations:t.annotations},async({old_name:e,new_name:t,root_path:n,extensions:r,dry_run:i})=>{try{let a=await wt({oldName:e,newName:t,rootPath:n,extensions:r,dryRun:i});return{content:[{type:`text`,text:JSON.stringify(a)}]}}catch(e){return ol.error(`Rename failed`,j(e)),W(`INTERNAL`,`Rename failed: ${e instanceof Error?e.message:String(e)}`)}})}function ul(e){let t=V(`codemod`);e.registerTool(`codemod`,{title:t.title,description:`Apply regex-based codemod rules across files and return structured before/after changes for each affected line.`,inputSchema:{root_path:N.string().describe(`Root directory to transform within`),rules:N.array(N.object({description:N.string().describe(`What the codemod rule does`),pattern:N.string().describe(`Regex pattern in string form`),replacement:N.string().describe(`Replacement string with optional capture groups`)})).min(1).describe(`Codemod rules to apply`),dry_run:N.boolean().default(!0).describe(`Preview changes without writing files`)},annotations:t.annotations},async({root_path:e,rules:t,dry_run:n})=>{try{let r=await xe({rootPath:e,rules:t,dryRun:n});return{content:[{type:`text`,text:JSON.stringify(r)}]}}catch(e){return ol.error(`Codemod failed`,j(e)),W(`INTERNAL`,`Codemod failed: ${e instanceof Error?e.message:String(e)}`)}})}function dl(e){let t=V(`data_transform`);e.registerTool(`data_transform`,{title:t.title,description:`Apply small jq-like transforms to JSON input for filtering, projection, grouping, and path extraction.`,inputSchema:{input:N.string().max(5e5).describe(`Input JSON string`),expression:N.string().max(1e4).describe(`Transform expression to apply`)},annotations:t.annotations},async({input:e,expression:t})=>{try{return{content:[{type:`text`,text:Te({input:e,expression:t}).outputString}]}}catch(e){return ol.error(`Data transform failed`,j(e)),W(`INTERNAL`,`Data transform failed: ${e instanceof Error?e.message:String(e)}`)}})}function fl(e){let t=[`Git root: ${e.gitRoot}`,`Branch: ${e.branch}`,`Staged: ${e.status.staged.length}`,...e.status.staged.map(e=>` - ${e}`),`Modified: ${e.status.modified.length}`,...e.status.modified.map(e=>` - ${e}`),`Untracked: ${e.status.untracked.length}`,...e.status.untracked.map(e=>` - ${e}`),``,`Recent commits:`];if(e.recentCommits.length===0)t.push(` none`);else for(let n of e.recentCommits)t.push(` - ${n.hash} ${n.message}`),t.push(` ${n.author} @ ${n.date}`);return e.diff&&t.push(``,`Diff stat:`,e.diff),t.join(`
219
+ `)}function pl(e){if(e.length===0)return`No diff files found.`;let t=[];for(let n of e){let e=n.oldPath?` (from ${n.oldPath})`:``;t.push(`${n.path}${e} [${n.status}] +${n.additions} -${n.deletions} (${n.hunks.length} hunks)`);for(let e of n.hunks){let n=e.header?` ${e.header}`:``;t.push(` @@ -${e.oldStart},${e.oldLines} +${e.newStart},${e.newLines} @@${n}`)}}return t.join(`
220
+ `)}const ml=[`list_tools`,`describe_tool`,`search_tools`];function hl(e,t,n){let r=[...new Set(n)].sort();e.registerTool(`list_tools`,{title:V(`list_tools`).title,description:`List the available AI Kit tools with names, titles, and categories. Use this before describe_tool when you need to discover the active toolset.`,inputSchema:{category:N.string().optional().describe(`Optional category filter`)},annotations:V(`list_tools`).annotations},async({category:e})=>{let t=e?.trim().toLowerCase();return{content:[{type:`text`,text:r.filter(e=>t?(B[e]?.category??[]).some(e=>e.toLowerCase()===t):!0).map(e=>{let t=B[e]??{title:e,category:[]},n=t.category?.join(`, `)||`uncategorized`;return`${e}: ${t.title} [${n}]`}).join(`
221
+ `)||`No tools matched the filter.`}]}}),e.registerTool(`describe_tool`,{title:V(`describe_tool`).title,description:`Describe a specific active AI Kit tool using centralized metadata. Use this after list_tools when you need a tool title, categories, and annotations before calling it directly.`,inputSchema:{tool_name:N.string().describe(`The active tool name to describe`)},annotations:V(`describe_tool`).annotations},async({tool_name:e})=>{if(!r.includes(e))return W(`VALIDATION`,`Unknown or inactive tool: ${e}`);let t=B[e],n={name:e,title:t?.title??e,categories:t?.category??[],annotations:t?.annotations??{},note:`Call the tool directly after discovery. AI Kit does not expose an execute_tool proxy.`};return{content:[{type:`text`,text:JSON.stringify(n,null,2)}]}}),e.registerTool(`search_tools`,{title:V(`search_tools`).title,description:`Search active AI Kit tools by keyword across tool names, titles, and categories.`,inputSchema:{query:N.string().min(1).describe(`Keyword query to match against active tools`)},annotations:V(`search_tools`).annotations},async({query:e})=>{let t=e.trim().toLowerCase(),n=r.filter(e=>{let n=B[e];return e.toLowerCase().includes(t)||n?.title.toLowerCase().includes(t)||(n?.category??[]).some(e=>e.toLowerCase().includes(t))}).map(e=>{let t=B[e]??{title:e,category:[]},n=t.category?.join(`, `)||`uncategorized`;return`${e}: ${t.title} [${n}]`});return{content:[{type:`text`,text:n.length>0?n.join(`
222
+ `):`No tools found matching "${e}"`}]}})}const gl=A(`tools`);let _l=!1;async function vl(e,t,n){for(let r of n.steps)if(!(r.status!==`success`||!r.output))try{let i=M(`sha256`).update(n.path).digest(`hex`).slice(0,12),a=`produced/onboard/${r.name}/${i}.md`,o=M(`sha256`).update(r.output).digest(`hex`).slice(0,16),s=new Date().toISOString(),c=r.output.length>2e3?r.output.split(/(?=^## )/m).filter(e=>e.trim().length>0):[r.output],l=c.map((e,t)=>({id:M(`sha256`).update(`${a}::${t}`).digest(`hex`).slice(0,16),content:e.trim(),sourcePath:a,contentType:`produced-knowledge`,chunkIndex:t,totalChunks:c.length,startLine:0,endLine:0,fileHash:o,indexedAt:s,origin:`produced`,tags:[`onboard`,r.name],category:`analysis`,version:1})),u=await t.embedBatch(l.map(e=>e.content));await e.upsert(l,u)}catch(e){gl.warn(`Auto-persist onboard step failed`,{stepName:r.name,...j(e)})}}async function yl(e,t,n){if(n.autoRemember?.length)for(let r of n.autoRemember)try{let n=M(`sha256`).update(`onboard-remember::${r.title}`).digest(`hex`).slice(0,16),i=new Date().toISOString(),a={id:n,content:`# ${r.title}\n\n${r.content}`,sourcePath:`curated/onboard/${r.category}/${n}.md`,contentType:`curated`,chunkIndex:0,totalChunks:1,startLine:0,endLine:0,fileHash:M(`sha256`).update(r.content).digest(`hex`).slice(0,16),indexedAt:i,origin:`curated`,tags:r.tags,category:r.category,version:1},[o]=await t.embedBatch([a.content]);await e.upsert([a],[o])}catch(e){gl.warn(`Auto-persist remember entry failed`,{title:r.title,...j(e)})}}function bl(e,t,n,r,i,a){let o=V(`onboard`);e.registerTool(`onboard`,{title:o.title,description:`First-time codebase onboarding: runs all analysis tools (structure, dependencies, entry-points, symbols, patterns, diagram) in one command. Results are auto-persisted to AI Kit memory. Use mode=generate to also write structured output to .ai/context/ directory.`,inputSchema:{path:N.string().describe(`Root path of the codebase to onboard`),mode:N.enum([`memory`,`generate`]).default(`generate`).describe(`Output mode: generate (default) = persist to AI Kit + write .ai/context/ files; memory = AI Kit vector store only`),out_dir:N.string().optional().describe(`Custom output directory for generate mode (default: <path>/.ai/context)`),enrich:N.boolean().default(!0).describe(`Append curated knowledge and graph context to output. Adds ~150-250 tokens. Default true for planning tools — set false to save tokens when enrichment is not needed.`)},annotations:o.annotations},async({path:e,mode:o,out_dir:s,enrich:c},l)=>{try{if(_l)return{content:[{type:`text`,text:`Onboard is already running. Please wait for it to complete before starting another.`}]};_l=!0,gl.info(`Starting onboard`,{path:e,mode:o});let u=await it({path:e,mode:o,outDir:s??r?.onboardDir}),d=wo(l).createTask(`Onboard`,u.steps.length);for(let e=0;e<u.steps.length;e++){let t=u.steps[e];d.progress(e,`${t.name}: ${t.status}`)}d.complete(`Onboard complete: ${u.steps.filter(e=>e.status===`success`).length}/${u.steps.length} steps succeeded`),vl(t,n,u),u.autoRemember?.length&&yl(t,n,u).catch(e=>{gl.warn(`Auto-persist autoRemember failed`,j(e))}),i&&(i.onboardComplete=!0,i.onboardTimestamp=new Date().toISOString());let f=[`## Onboard Complete`,``,`**Path:** \`${u.path}\``,`**Mode:** ${u.mode}`,`**Duration:** ${u.totalDurationMs}ms`,``];u.outDir&&(f.push(`**Output directory:** \`${u.outDir}\``),f.push(``)),f.push(`### Analysis Results`,``);let p=[],m=[];for(let e of u.steps)e.status===`success`?p.push(`- ✓ **${e.name}** (${e.durationMs}ms) — ${e.output.length} chars`):m.push(`- ✗ **${e.name}** — ${e.error}`);f.push(...p),m.length>0&&f.push(``,`### Failed`,``,...m),f.push(``,`---`,``);for(let e of u.steps)e.status===`success`&&f.push(`### ${e.name}`,``,e.output,``,`---`,``);f.push(`_All results auto-saved to AI Kit memory._`,u.mode===`generate`?` Files written to \`${u.outDir}\`.`:``,' Next: Use `search` to query the knowledge, or `knowledge({ action: "remember", ... })` to add custom insights.');let h=f.join(`
223
+ `);if(c&&a){let e=await H(a,{query:`onboard codebase conventions`});h+=U(e)}return{content:[{type:`text`,text:h}]}}catch(e){return gl.error(`Onboard failed`,j(e)),W(`INTERNAL`,`Onboard failed: ${e instanceof Error?e.message:String(e)}`)}finally{_l=!1}})}const xl=A(`tools:persistence`);function Sl(e){let t=V(`workset`);e.registerTool(`workset`,{title:t.title,description:`Manage named file sets (worksets). Save, load, list, add/remove files. Worksets persist across sessions in .aikit-state/worksets.json.`,inputSchema:{action:N.enum([`save`,`get`,`list`,`delete`,`add`,`remove`]).describe(`Operation to perform`),name:N.string().optional().describe(`Workset name (required for all except list)`),files:N.array(N.string()).optional().describe(`File paths (required for save, add, remove)`),description:N.string().optional().describe(`Description (for save)`)},annotations:t.annotations},async({action:e,name:t,files:n,description:r})=>{try{switch(e){case`save`:{if(!t||!n)throw Error(`name and files required for save`);let e=At(t,n,{description:r});return{content:[{type:`text`,text:`Saved workset "${e.name}" with ${e.files.length} files.`}]}}case`get`:{if(!t)throw Error(`name required for get`);let e=Ve(t);return e?{content:[{type:`text`,text:JSON.stringify(e)}]}:{content:[{type:`text`,text:`Workset "${t}" not found.`}]}}case`list`:{let e=nt();return e.length===0?{content:[{type:`text`,text:`No worksets.`}]}:{content:[{type:`text`,text:e.map(e=>`- **${e.name}** (${e.files.length} files) — ${e.description??`no description`}`).join(`
224
+ `)}]}}case`delete`:if(!t)throw Error(`name required for delete`);return{content:[{type:`text`,text:Oe(t)?`Deleted workset "${t}".`:`Workset "${t}" not found.`}]};case`add`:{if(!t||!n)throw Error(`name and files required for add`);let e=le(t,n);return{content:[{type:`text`,text:`Added to workset "${e.name}": now ${e.files.length} files.`}]}}case`remove`:{if(!t||!n)throw Error(`name and files required for remove`);let e=Ct(t,n);return e?{content:[{type:`text`,text:`Removed from workset "${e.name}": now ${e.files.length} files.`}]}:{content:[{type:`text`,text:`Workset "${t}" not found.`}]}}}}catch(e){return xl.error(`Workset operation failed`,j(e)),W(`INTERNAL`,`Workset operation failed: ${e instanceof Error?e.message:String(e)}`)}})}function Cl(e){let t=V(`stash`);e.registerTool(`stash`,{title:t.title,description:`Persist and retrieve named values in .aikit-state/stash.json for intermediate results between tool calls.`,inputSchema:{action:N.enum([`set`,`get`,`list`,`delete`,`clear`]).describe(`Operation to perform on the stash`),key:N.string().optional().describe(`Entry key for set/get/delete operations`),value:N.string().optional().describe(`String or JSON value for set operations`)},annotations:t.annotations},async({action:e,key:t,value:n})=>{try{switch(e){case`set`:{if(!t)throw Error(`key required for set`);let e=zt(t,Ol(n??``));return{content:[{type:`text`,text:`Stored stash entry "${e.key}" (${e.type}) at ${e.storedAt}.`}]}}case`get`:{if(!t)throw Error(`key required for get`);let e=Lt(t);return{content:[{type:`text`,text:e?JSON.stringify(e):`Stash entry "${t}" not found.`}]}}case`list`:{let e=Rt();return{content:[{type:`text`,text:e.length===0?`Stash is empty.`:e.map(e=>`- ${e.key} (${e.type}) — ${e.storedAt}`).join(`
225
+ `)}]}}case`delete`:if(!t)throw Error(`key required for delete`);return{content:[{type:`text`,text:It(t)?`Deleted stash entry "${t}".`:`Stash entry "${t}" not found.`}]};case`clear`:{let e=Ft();return{content:[{type:`text`,text:`Cleared ${e} stash entr${e===1?`y`:`ies`}.`}]}}}}catch(e){return xl.error(`Stash operation failed`,j(e)),W(`INTERNAL`,`Stash operation failed: ${e instanceof Error?e.message:String(e)}`)}})}function wl(e){let t=V(`checkpoint`);e.registerTool(`checkpoint`,{title:t.title,description:`Save and restore lightweight session checkpoints in .aikit-state/checkpoints for cross-session continuity. Supports diff between checkpoints and history viewing.`,inputSchema:{action:N.enum([`save`,`load`,`list`,`latest`,`diff`,`history`,`gc`]).describe(`Checkpoint action to perform`),label:N.string().optional().describe(`Checkpoint label for save, or checkpoint id for load`),data:N.string().max(5e5).optional().describe(`JSON object string for save actions`),notes:N.string().max(1e4).optional().describe(`Optional notes for save actions`),from_id:N.string().optional().describe(`Checkpoint ID to diff FROM (for diff action)`),to_id:N.string().optional().describe(`Checkpoint ID to diff TO (for diff action)`),limit:N.number().min(1).max(50).optional().describe(`Max history entries to return`),keep_last:N.number().min(1).max(100).optional().describe(`Keep N most recent checkpoints per label (default: 10, for gc action)`),max_age_days:N.number().min(1).optional().describe(`Delete checkpoints older than N days (for gc action)`),dry_run:N.boolean().optional().describe(`Preview changes without deleting (default: true, for gc action)`)},annotations:t.annotations},async({action:e,label:t,data:n,notes:r,from_id:i,to_id:a,limit:o,keep_last:s,max_age_days:c,dry_run:l})=>{try{switch(e){case`save`:if(!t)throw Error(`label required for save`);return{content:[{type:`text`,text:Dl(be(t,kl(n),{notes:r}))}]};case`load`:{if(!t)throw Error(`label required for load`);let e=ye(t);return{content:[{type:`text`,text:e?Dl(e):`Checkpoint "${t}" not found.`}]}}case`list`:{let e=ve();return{content:[{type:`text`,text:e.length===0?`No checkpoints saved.`:e.map(e=>`- ${e.id} — ${e.label} (${e.createdAt})`).join(`
226
+ `)}]}}case`latest`:{let e=_e();return{content:[{type:`text`,text:e?Dl(e):`No checkpoints saved.`}]}}case`diff`:{if(!i||!a)throw Error(`from_id and to_id required for diff`);let e=me(i,a);return e?{content:[{type:`text`,text:[`## Checkpoint Diff: ${i} → ${a}`,e.added.length?`**Added:** ${e.added.join(`, `)}`:``,e.removed.length?`**Removed:** ${e.removed.join(`, `)}`:``,e.modified.length?`**Modified:** ${e.modified.join(`, `)}`:``,!e.added.length&&!e.removed.length&&!e.modified.length?`No differences found.`:``].filter(Boolean).join(`
227
+ `)}]}:{content:[{type:`text`,text:`One or both checkpoints not found.`}]}}case`history`:{if(!t)throw Error(`label required for history`);let e=ge(t,{limit:o??20});return e.length===0?{content:[{type:`text`,text:`No history found for "${t}".`}]}:{content:[{type:`text`,text:`## History: ${t}\n${e.map(e=>`- ${e.sha?e.sha.slice(0,8):e.id} — ${e.createdAt}${e.label?` (${e.label})`:``}`).join(`
228
+ `)}`}]}}case`gc`:{let e=he({label:t,keepLast:s,maxAgeDays:c,dryRun:l});return{content:[{type:`text`,text:[`## Checkpoint GC${e.labels.length?`: ${e.labels.join(`, `)}`:``}`,`Deleted: ${e.deleted}`,`Kept: ${e.kept}`,`Mode: ${l??!0?`dry-run`:`delete`}`,e.deletedIds.length?`Deleted IDs: ${e.deletedIds.join(`, `)}`:`Deleted IDs: none`].join(`
229
+ `)}]}}}}catch(e){return xl.error(`Checkpoint failed`,j(e)),W(`INTERNAL`,`Checkpoint failed: ${e instanceof Error?e.message:String(e)}`)}})}function Tl(e){let t=V(`lane`);e.registerTool(`lane`,{title:t.title,description:`Manage verified lanes — isolated file copies for parallel exploration. Also provides advisory write-intent leases for multi-agent coordination.`,inputSchema:{action:N.enum([`create`,`list`,`status`,`diff`,`merge`,`discard`,`lease`,`unlease`,`leases`]).describe(`Lane action to perform`),name:N.string().optional().describe(`Lane name (required for create/status/diff/merge/discard)`),files:N.array(N.string()).optional().describe(`File paths to copy into the lane (required for create)`),agent:N.string().optional().describe(`Agent identifier (required for lease)`),intent:N.string().optional().describe(`What the agent plans to do (required for lease)`),id:N.string().optional().describe(`Lease ID (required for unlease)`),symbols:N.array(N.string()).optional().describe(`Symbol names within files (optional for lease)`),ttl_minutes:N.number().optional().describe(`Lease TTL in minutes (default 10, optional for lease)`)},annotations:t.annotations},async({action:e,name:t,files:n,agent:r,intent:i,id:a,symbols:o,ttl_minutes:s})=>{try{switch(e){case`create`:{if(!t)throw Error(`name is required for create`);if(!n||n.length===0)throw Error(`files are required for create`);let e=Je(t,n);return{content:[{type:`text`,text:JSON.stringify(e)}]}}case`list`:return{content:[{type:`text`,text:JSON.stringify(Ze())}]};case`status`:if(!t)throw Error(`name is required for status`);return{content:[{type:`text`,text:JSON.stringify($e(t))}]};case`diff`:if(!t)throw Error(`name is required for diff`);return{content:[{type:`text`,text:JSON.stringify(Ye(t))}]};case`merge`:if(!t)throw Error(`name is required for merge`);return{content:[{type:`text`,text:JSON.stringify(Qe(t))}]};case`discard`:if(!t)throw Error(`name is required for discard`);return{content:[{type:`text`,text:JSON.stringify({discarded:Xe(t)})}]};case`lease`:{if(!r)throw Error(`agent is required for lease`);if(!n||n.length===0)throw Error(`files are required for lease`);if(!i)throw Error(`intent is required for lease`);let e=ce({agent:r,files:n,intent:i,symbols:o,ttl_minutes:s});return{content:[{type:`text`,text:JSON.stringify(e)}]}}case`unlease`:{if(!a)throw Error(`id is required for unlease`);let e=St({id:a});return{content:[{type:`text`,text:JSON.stringify(e)}]}}case`leases`:{let e=et({agent:r});return{content:[{type:`text`,text:JSON.stringify(e)}]}}}}catch(e){return xl.error(`Lane action failed`,j(e)),W(`INTERNAL`,`Lane action failed: ${e instanceof Error?e.message:String(e)}`)}})}function El(e){let t=V(`queue`);e.registerTool(`queue`,{title:t.title,description:`Manage task queues with optional DAG dependencies. Push items with dependsOn for wave-based execution. Take next, mark done/failed, list queues.`,inputSchema:{action:N.enum([`create`,`push`,`next`,`done`,`fail`,`get`,`list`,`clear`,`delete`,`dag`]).describe(`Queue action`),name:N.string().optional().describe(`Queue name (required for most actions)`),title:N.string().optional().describe(`Item title (required for push)`),id:N.string().optional().describe(`Item ID (required for done/fail)`),data:N.unknown().optional().describe(`Arbitrary data to attach to a queue item`),error:N.string().optional().describe(`Error message (required for fail)`),dependsOn:N.array(N.string()).optional().describe(`Item IDs this task depends on. Dependent items start as blocked until deps complete.`)},annotations:t.annotations},async({action:e,name:t,title:n,id:r,data:i,error:a,dependsOn:o})=>{try{switch(e){case`create`:if(!t)throw Error(`name is required for create`);return{content:[{type:`text`,text:JSON.stringify(ft(t))}]};case`push`:if(!t)throw Error(`name is required for push`);if(!n)throw Error(`title is required for push`);return{content:[{type:`text`,text:JSON.stringify(bt(t,n,i,void 0,o))}]};case`next`:{if(!t)throw Error(`name is required for next`);let e=yt(t);return{content:[{type:`text`,text:JSON.stringify(e)}]}}case`done`:if(!t)throw Error(`name is required for done`);if(!r)throw Error(`id is required for done`);return{content:[{type:`text`,text:JSON.stringify(ht(t,r))}]};case`fail`:if(!t)throw Error(`name is required for fail`);if(!r)throw Error(`id is required for fail`);if(!a)throw Error(`error is required for fail`);return{content:[{type:`text`,text:JSON.stringify(gt(t,r,a))}]};case`get`:if(!t)throw Error(`name is required for get`);return{content:[{type:`text`,text:JSON.stringify(_t(t))}]};case`list`:return{content:[{type:`text`,text:JSON.stringify(vt())}]};case`clear`:if(!t)throw Error(`name is required for clear`);return{content:[{type:`text`,text:JSON.stringify({cleared:dt(t)})}]};case`delete`:if(!t)throw Error(`name is required for delete`);return{content:[{type:`text`,text:JSON.stringify({deleted:mt(t)})}]};case`dag`:if(!t)throw Error(`name is required for dag`);return{content:[{type:`text`,text:JSON.stringify(pt(t))}]}}}catch(e){return xl.error(`Queue action failed`,j(e)),W(`INTERNAL`,`Queue action failed: ${e instanceof Error?e.message:String(e)}`)}})}function Dl(e){let t=[e.id,`Label: ${e.label}`,`Created: ${e.createdAt}`];if(e.notes&&t.push(`Notes: ${e.notes}`),e.files?.length){t.push(`Files: ${e.files.length}`);for(let n of e.files)t.push(` - ${n}`)}return t.push(``,`Data:`,JSON.stringify(e.data)),t.join(`
230
+ `)}function Ol(e){let t=e.trim();if(!t)return``;try{return JSON.parse(t)}catch{return e}}function kl(e){let t=e?.trim();if(!t)return{};let n;try{n=JSON.parse(t)}catch{throw Error(`data must be a valid JSON object string`)}if(!n||typeof n!=`object`||Array.isArray(n))throw Error(`data must be a JSON object string`);return n}const Al=A(`tools`);function jl(e){let t=[`## Rule: ${e.id}`,``,`- **Status**: ${e.enabled?`enabled`:`disabled`}`,`- **Description**: ${e.description??`—`}`,`- **Category**: ${e.category??`—`}`,`- **Push weight**: ${e.pushWeight??`—`}`];return e.patterns?.length&&t.push(`- **Patterns**: ${e.patterns.join(`, `)}`),e.examples?.length&&t.push(`- **Examples**: ${e.examples.join(`, `)}`),t.join(`
231
+ `)}function Ml(e,t){let n=V(`er_update_policy`);e.registerTool(`er_update_policy`,{title:n.title,description:`Manage ER push classification rules. Supports listing, updating, creating, and deleting rules that determine when knowledge should be pushed to Enterprise RAG.`,inputSchema:{action:N.enum([`list`,`get`,`update`,`create`,`delete`]).describe(`Action to perform on classification rules`),rule_id:N.string().optional().describe(`Rule ID (required for get, update, delete)`),changes:N.object({patterns:N.array(N.string()).optional(),category:N.string().optional(),pushWeight:N.number().min(0).max(1).optional(),description:N.string().optional(),examples:N.array(N.string()).optional(),enabled:N.boolean().optional()}).optional().describe(`Changes to apply (for update action)`),new_rule:N.object({id:N.string().regex(/^[a-z][a-z0-9-]*$/),patterns:N.array(N.string()).min(1),category:N.string(),pushWeight:N.number().min(0).max(1),description:N.string(),examples:N.array(N.string()).default([]),enabled:N.boolean().default(!0)}).optional().describe(`New rule definition (for create action)`)},annotations:n.annotations},async({action:e,rule_id:n,changes:r,new_rule:i})=>{try{if(e===`list`){let e=t.getRules();return{content:[{type:`text`,text:`## Classification Rules\n\n${e.map(e=>`- **${e.id}** (${e.enabled?`enabled`:`disabled`}) — ${e.description}\n Category: ${e.category} | Weight: ${e.pushWeight} | Patterns: ${e.patterns.join(`, `)}`).join(`
232
+ `)}\n\n---\n_${e.length} rules total. Use \`action: "update"\` to modify a rule._`}]}}if(e===`get`){if(!n)return W(`VALIDATION`,'`rule_id` is required for "get" action.');let e=t.getRule(n);return e?{content:[{type:`text`,text:jl(e)}]}:W(`NOT_FOUND`,`Rule "${n}" not found.`)}if(e===`update`){if(!n||!r)return W(`VALIDATION`,'`rule_id` and `changes` are required for "update" action.');let e=t.updateRule(n,r);return e?{content:[{type:`text`,text:`${jl(e)}\n\n---\n_Updated. Next: Use \`action: "list"\` to verify._`}]}:W(`NOT_FOUND`,`Rule "${n}" not found.`)}return e===`create`?i?{content:[{type:`text`,text:`${jl(t.addRule(i))}\n\n---\n_Created. Next: Test classification with \`remember\`._`}]}:W(`VALIDATION`,'`new_rule` is required for "create" action.'):e===`delete`?n?t.deleteRule(n)?{content:[{type:`text`,text:`Deleted rule **${n}**.\n\n---\n_Next: Use \`action: "list"\` to verify._`}]}:W(`NOT_FOUND`,`Rule "${n}" not found.`):W(`VALIDATION`,'`rule_id` is required for "delete" action.'):W(`VALIDATION`,`Unknown action: ${e}`)}catch(e){return Al.error(`Policy update failed`,j(e)),W(`INTERNAL`,`Policy update failed: ${e instanceof Error?e.message:String(e)}`)}})}const Nl=new Map([{type:`markdown`,category:`content`,description:`Markdown content rendered with the marked parser.`,valueShape:`string`,relevantSkills:[`present`,`docs`]},{type:`code`,category:`content`,description:`Formatted code block rendered inside pre/code tags.`,valueShape:`string`,relevantSkills:[`present`,`docs`]},{type:`mermaid`,category:`visualization`,description:`Mermaid diagram source rendered in a mermaid pre block.`,valueShape:`string`,vendorScripts:[`mermaid`],relevantSkills:[`present`,`c4-architecture`,`docs`]},{type:`table`,category:`data`,description:`Tabular data rendered from records or explicit headers and rows.`,valueShape:`Record<string, unknown>[] | { headers: string[]; rows: unknown[][] }`,relevantSkills:[`present`,`docs`]},{type:`metrics`,category:`data`,description:`Metric cards showing label/value pairs with optional trend and status.`,valueShape:`Array<{ label: string; value: string | number; trend?: string | number; status?: string }>`,relevantSkills:[`present`]},{type:`cards`,category:`visualization`,description:`Card grid for titled items with optional body, badge, and status.`,valueShape:`Array<{ title: string; body?: string; badge?: string; status?: string; description?: string }>`,relevantSkills:[`present`,`docs`]},{type:`tree`,category:`visualization`,description:`Hierarchical object or name/children tree rendered recursively.`,valueShape:`{ name: string; children?: unknown[] } | Record<string, unknown>`,relevantSkills:[`present`]},{type:`graph`,category:`visualization`,description:`Node and edge graph rendered as a Mermaid flow graph in HTML mode.`,valueShape:`{ nodes: Array<{ id: string; label?: string }>; edges: Array<{ from: string; to: string; label?: string }> }`,vendorScripts:[`mermaid`],relevantSkills:[`present`,`c4-architecture`]},{type:`chart`,category:`data`,description:`Structured chart definition rendered as SVG.`,valueShape:`{ chartType: string; data: Record<string, unknown>[]; xKey: string; yKeys: string[] }`,relevantSkills:[`present`]},{type:`timeline`,category:`interactive`,description:`Timeline entries rendered as a vertical sequence of events.`,valueShape:`Array<{ title: string; description?: string; timestamp?: string; status?: string }>`,relevantSkills:[`present`]},{type:`checklist`,category:`interactive`,description:`Checklist items with boolean checked state.`,valueShape:`Array<{label, checked}> | {items: Array<{label, checked}>}`,relevantSkills:[`present`]},{type:`comparison`,category:`interactive`,description:`Side-by-side comparison columns with titled item lists.`,valueShape:`Array<{title, items}> | {columns: Array<{title, items}>}`,relevantSkills:[`present`]},{type:`status-board`,category:`interactive`,description:`Status categories containing labeled status items.`,valueShape:`Array<{category, items}> | {items: Array<{category, items}>}`,relevantSkills:[`present`]},{type:`prompt`,category:`interactive`,description:`Prompt payload rendered through the prompt display helper.`,valueShape:`unknown`,relevantSkills:[`present`]},{type:`progress`,category:`interactive`,description:`Progress bar with current value and optional maximum.`,valueShape:`{label, value, max?} | {items: Array<{label, value, max?, color?}>}`,relevantSkills:[`present`]},{type:`docs-browser`,category:`interactive`,description:`Documentation file list with inline content previews for chat-safe rendering.`,valueShape:`{ files: Array<{ path: string; title?: string; content?: string; status?: "current" | "stale" | "missing" }>; title?: string }`,relevantSkills:[`present`,`docs`],usageExample:`{
233
233
  type: 'docs-browser',
234
234
  value: {
235
235
  title: 'Project Docs',
@@ -238,7 +238,7 @@ Complements: \`symbol\` (single lookup), \`trace\` (call-chain AST), \`blast_rad
238
238
  { path: 'docs/api.md', title: 'API Reference', status: 'stale' },
239
239
  ],
240
240
  },
241
- }`},{type:`text`,category:`content`,description:`Plain text content rendered through the markdown parser.`,valueShape:`string`},{type:`heading`,category:`content`,description:`Single heading with configurable level from h1 to h6.`,valueShape:`string`},{type:`paragraph`,category:`content`,description:`Single paragraph rendered inside a p tag.`,valueShape:`string`},{type:`separator`,category:`layout`,description:`Horizontal rule used to separate adjacent blocks.`,valueShape:`undefined`},{type:`actions`,category:`layout`,description:`Action bar containing button and select action definitions.`,valueShape:`Array<{ type: string; id: string; label: string; variant?: string; options?: Array<string | { label: string; value: string }> }>`}].map(e=>[e.type,{...e}]));function Ol(){let e={};for(let[t,n]of Dl)n.vendorScripts?.length&&(e[t]=n.vendorScripts);return e}const kl=1024,Al=new Set([`user-closed`,`host-dismissed`,`replaced`]);function jl(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}function J(e,t,n){let r={code:e,message:t};return n!==void 0&&(r.details=n),{kind:`error`,error:r}}function Y(e,t,n,r){e.writeHead(t,{"Content-Type":`application/json`,"Access-Control-Allow-Origin":r??`null`}),e.end(JSON.stringify(n))}async function Ml(e){return await new Promise((t,n)=>{let r=[],i=0;e.on(`data`,t=>{if(i+=t.length,i>65536){n(Error(`Callback payload exceeds 64KB limit`)),e.destroy();return}r.push(t)}),e.on(`end`,()=>t(Buffer.concat(r).toString(`utf8`))),e.on(`error`,n)})}function Nl(e,t){if(typeof e!=`string`||e.length!==t.length)return!1;let n=Buffer.from(e,`utf8`),r=Buffer.from(t,`utf8`);return n.length===r.length?ae(n,r):!1}function Pl(e,t){let n=e.headers.origin;if(n!=null)return n===t;let r=e.headers.referer;return r==null?!1:r.startsWith(t)}function Fl(e){return(e.headers[`content-type`]??``).startsWith(`application/json`)}function Il(e){for(let[t,n]of Object.entries(e)){let e=typeof n==`string`?n:JSON.stringify(n);if(Buffer.byteLength(e,`utf8`)>8192)return`Form field "${t}" exceeds 8KB limit`}return null}function Ll(e){return Array.isArray(e)&&e.length>kl?`Selection exceeds ${kl} items (got ${e.length})`:null}function Rl(e,t,n){let r=typeof e.actionId==`string`?e.actionId:``,i=n.find(e=>e.id===r);if(!i)return J(`INVALID_ACTION`,`Unknown actionId: ${r||`(missing)`}`);let a=typeof e.selection==`string`||Array.isArray(e.selection)?e.selection:void 0,o=jl(e.formData)?e.formData:void 0,s={surfaceId:t,actionId:i.id,actionType:i.type,timestamp:typeof e.timestamp==`string`?e.timestamp:new Date().toISOString(),sourceTransport:`browser`};return e.value!==void 0&&(s.value=e.value),a!==void 0&&(s.selection=a),o!==void 0&&(s.formData=o),typeof e.label==`string`?s.label=e.label:i.label&&(s.label=i.label),{kind:`result`,result:s}}function zl(e,t){let n=re(16).toString(`hex`),r=!1,i=!1,a,o,s=new Promise(e=>{o=e}),c=e=>r?a??e:(r=!0,a=e,o?.(e),e);return{nonce:n,promise:s,settleTimeout(e){return c({kind:`timeout`,waitedMs:e})},settleCancelled(e){return c({kind:`cancelled`,reason:e})},settleError(e,t,n){return c(J(e,t,n))},async handle(r,a,o){if(!Fl(r)){let e=c(J(`INVALID_CONTENT_TYPE`,`Content-Type must be application/json`));return Y(a,415,{ok:!1,error:`unsupported-media-type`},o),e}if(!Pl(r,o)){let e=c(J(`INVALID_ORIGIN`,`Unexpected callback origin: ${r.headers.origin??r.headers.referer??`(missing)`}`));return Y(a,403,{ok:!1,error:`invalid-origin`},o),e}let s=``;try{s=await Ml(r)}catch(e){let t=c(J(`INVALID_PAYLOAD`,e instanceof Error?e.message:`Unable to read callback payload`));return Y(a,413,{ok:!1,error:`payload-too-large`},o),t}let l;try{let e=JSON.parse(s);if(!jl(e))throw Error(`Callback payload must be an object`);l=e}catch(e){let t=c(J(`INVALID_PAYLOAD`,e instanceof Error?e.message:`Malformed callback payload`));return Y(a,400,{ok:!1,error:`invalid-json`},o),t}if(i){let e=J(`NONCE_CONSUMED`,`Nonce has already been used`);return Y(a,403,{ok:!1,error:`nonce-consumed`},o),e}if(!Nl(typeof l.nonce==`string`?l.nonce:``,n)){let e=c(J(`INVALID_NONCE`,`Callback nonce did not match`));return Y(a,403,{ok:!1,error:`invalid-nonce`},o),e}i=!0;let u=Ll(l.selection);if(u){let e=c(J(`SELECTION_TOO_LARGE`,u));return Y(a,413,{ok:!1,error:`selection-too-large`},o),e}if(jl(l.formData)){let e=Il(l.formData);if(e){let t=c(J(`PAYLOAD_FIELD_TOO_LARGE`,e));return Y(a,413,{ok:!1,error:`field-too-large`},o),t}}if(l.kind===`cancelled`){let e=typeof l.reason==`string`?l.reason:``;if(!Al.has(e)){let t=c(J(`INVALID_CANCEL_REASON`,`Unsupported cancel reason: ${e||`(missing)`}`));return Y(a,400,{ok:!1,error:`invalid-cancel-reason`},o),t}let t=c({kind:`cancelled`,reason:e});return Y(a,200,{ok:!0,kind:`cancelled`},o),t}let d=c(Rl(l,e,t));return Y(a,d.kind===`error`?400:200,{ok:d.kind!==`error`,kind:d.kind},o),d}}}function Bl(){let e=new Ln;for(let t of Bn.list())e.register(t);return e.register(zn),e.register(Wn),e.register(Gn),e.register(Vn),e}function Vl(e,t){return e?.supportedTransports.includes(t)??!1}const Hl=Bl();function Ul(e){if(e.template)return Hl.get(e.template)}function Wl(e){if((e.actions?.length??0)>0)return!0;let t=Ul(e);return Vl(t,`browser`)&&!Vl(t,`mcp-app`)}function Gl(){let e;return()=>{if(e!==void 0)return e;try{e=c(a(import.meta.url).resolve(`mermaid/dist/mermaid.min.js`),`utf-8`)}catch{e=``}return e}}const Kl={id:`mermaid`,cdn:`https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.min.js`,initScript:`window.__aikit_initMermaid = function() {
241
+ }`},{type:`text`,category:`content`,description:`Plain text content rendered through the markdown parser.`,valueShape:`string`},{type:`heading`,category:`content`,description:`Single heading with configurable level from h1 to h6.`,valueShape:`string`},{type:`paragraph`,category:`content`,description:`Single paragraph rendered inside a p tag.`,valueShape:`string`},{type:`separator`,category:`layout`,description:`Horizontal rule used to separate adjacent blocks.`,valueShape:`undefined`},{type:`actions`,category:`layout`,description:`Action bar containing button and select action definitions.`,valueShape:`Array<{ type: string; id: string; label: string; variant?: string; options?: Array<string | { label: string; value: string }> }>`}].map(e=>[e.type,{...e}]));function Pl(){let e={};for(let[t,n]of Nl)n.vendorScripts?.length&&(e[t]=n.vendorScripts);return e}const Fl=1024,Il=new Set([`user-closed`,`host-dismissed`,`replaced`]);function Ll(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}function q(e,t,n){let r={code:e,message:t};return n!==void 0&&(r.details=n),{kind:`error`,error:r}}function J(e,t,n,r){e.writeHead(t,{"Content-Type":`application/json`,"Access-Control-Allow-Origin":r??`null`}),e.end(JSON.stringify(n))}async function Rl(e){return await new Promise((t,n)=>{let r=[],i=0;e.on(`data`,t=>{if(i+=t.length,i>65536){n(Error(`Callback payload exceeds 64KB limit`)),e.destroy();return}r.push(t)}),e.on(`end`,()=>t(Buffer.concat(r).toString(`utf8`))),e.on(`error`,n)})}function zl(e,t){if(typeof e!=`string`||e.length!==t.length)return!1;let n=Buffer.from(e,`utf8`),r=Buffer.from(t,`utf8`);return n.length===r.length?oe(n,r):!1}function Bl(e,t){let n=e.headers.origin;if(n!=null)return n===t;let r=e.headers.referer;return r==null?!1:r.startsWith(t)}function Vl(e){return(e.headers[`content-type`]??``).startsWith(`application/json`)}function Hl(e){for(let[t,n]of Object.entries(e)){let e=typeof n==`string`?n:JSON.stringify(n);if(Buffer.byteLength(e,`utf8`)>8192)return`Form field "${t}" exceeds 8KB limit`}return null}function Ul(e){return Array.isArray(e)&&e.length>Fl?`Selection exceeds ${Fl} items (got ${e.length})`:null}function Wl(e,t,n){let r=typeof e.actionId==`string`?e.actionId:``,i=n.find(e=>e.id===r);if(!i)return q(`INVALID_ACTION`,`Unknown actionId: ${r||`(missing)`}`);let a=typeof e.selection==`string`||Array.isArray(e.selection)?e.selection:void 0,o=Ll(e.formData)?e.formData:void 0,s={surfaceId:t,actionId:i.id,actionType:i.type,timestamp:typeof e.timestamp==`string`?e.timestamp:new Date().toISOString(),sourceTransport:`browser`};return e.value!==void 0&&(s.value=e.value),a!==void 0&&(s.selection=a),o!==void 0&&(s.formData=o),typeof e.label==`string`?s.label=e.label:i.label&&(s.label=i.label),{kind:`result`,result:s}}function Gl(e,t){let n=ie(16).toString(`hex`),r=!1,i=!1,a,o,s=new Promise(e=>{o=e}),c=e=>r?a??e:(r=!0,a=e,o?.(e),e);return{nonce:n,promise:s,settleTimeout(e){return c({kind:`timeout`,waitedMs:e})},settleCancelled(e){return c({kind:`cancelled`,reason:e})},settleError(e,t,n){return c(q(e,t,n))},async handle(r,a,o){if(!Vl(r)){let e=c(q(`INVALID_CONTENT_TYPE`,`Content-Type must be application/json`));return J(a,415,{ok:!1,error:`unsupported-media-type`},o),e}if(!Bl(r,o)){let e=c(q(`INVALID_ORIGIN`,`Unexpected callback origin: ${r.headers.origin??r.headers.referer??`(missing)`}`));return J(a,403,{ok:!1,error:`invalid-origin`},o),e}let s=``;try{s=await Rl(r)}catch(e){let t=c(q(`INVALID_PAYLOAD`,e instanceof Error?e.message:`Unable to read callback payload`));return J(a,413,{ok:!1,error:`payload-too-large`},o),t}let l;try{let e=JSON.parse(s);if(!Ll(e))throw Error(`Callback payload must be an object`);l=e}catch(e){let t=c(q(`INVALID_PAYLOAD`,e instanceof Error?e.message:`Malformed callback payload`));return J(a,400,{ok:!1,error:`invalid-json`},o),t}if(i){let e=q(`NONCE_CONSUMED`,`Nonce has already been used`);return J(a,403,{ok:!1,error:`nonce-consumed`},o),e}if(!zl(typeof l.nonce==`string`?l.nonce:``,n)){let e=c(q(`INVALID_NONCE`,`Callback nonce did not match`));return J(a,403,{ok:!1,error:`invalid-nonce`},o),e}i=!0;let u=Ul(l.selection);if(u){let e=c(q(`SELECTION_TOO_LARGE`,u));return J(a,413,{ok:!1,error:`selection-too-large`},o),e}if(Ll(l.formData)){let e=Hl(l.formData);if(e){let t=c(q(`PAYLOAD_FIELD_TOO_LARGE`,e));return J(a,413,{ok:!1,error:`field-too-large`},o),t}}if(l.kind===`cancelled`){let e=typeof l.reason==`string`?l.reason:``;if(!Il.has(e)){let t=c(q(`INVALID_CANCEL_REASON`,`Unsupported cancel reason: ${e||`(missing)`}`));return J(a,400,{ok:!1,error:`invalid-cancel-reason`},o),t}let t=c({kind:`cancelled`,reason:e});return J(a,200,{ok:!0,kind:`cancelled`},o),t}let d=c(Wl(l,e,t));return J(a,d.kind===`error`?400:200,{ok:d.kind!==`error`,kind:d.kind},o),d}}}const Kl=new Map;function ql(e){return e.replace(/[|\\{}()[\]^$+*?.]/g,`\\$&`)}function Jl(e){let t=`(?=[^>]*\\bid=['"]${ql(e)}['"])`;return RegExp(`(<script\\b(?=[^>]*\\btype=['"]application\\/json['"])${t}[^>]*>)[\\s\\S]*?(<\/script>)`,`i`)}function Yl(e){Kl.has(e.id)&&console.warn(`[viewer-registry] Overwriting viewer template "${e.id}"`),Kl.set(e.id,e)}function Xl(e){return Kl.get(e)}function Zl(e){return typeof e==`string`&&Kl.has(e)}function Ql(){return[...Kl.values()]}function $l(e,t,n,r){let i=Jl(n);if(!i.test(e))throw Error(`No <script type="application/json" id="${n}"> found in template`);let a=r?r(t):t,o=JSON.stringify(a??null).replace(/<\/script/gi,`<\\/script`);return e.replace(i,`$1\n${o}\n$2`)}const eu=import.meta.dirname??h(x(import.meta.url)),tu={type:`object`,properties:{title:{type:`string`},description:{type:`string`},layout:{type:`object`,properties:{direction:{type:`string`},spacing:{type:`number`},layerSpacing:{type:`number`}}},nodes:{type:`array`,items:{type:`object`,properties:{id:{type:`string`},type:{type:`string`,enum:[`person`,`system`,`container`,`component`,`database`,`queue`,`external`,`boundary`]},label:{type:`string`},technology:{type:`string`},icon:{type:`string`},description:{type:`string`}},required:[`id`,`type`,`label`]}},edges:{type:`array`,items:{type:`object`,properties:{source:{type:`string`},target:{type:`string`},label:{type:`string`},style:{type:`string`,enum:[`sync`,`async`,`dashed`,`dotted`,`solid`]}},required:[`source`,`target`]},default:[]}},required:[`nodes`]},nu={type:`object`,properties:{nodes:{type:`array`,items:{type:`object`,properties:{id:{type:`string`},label:{type:`string`},type:{type:`string`,enum:[`start-end`,`manual`,`automated`,`integration`,`decision`,`prerequisite`]},description:{type:`string`}},required:[`id`,`label`]}},edges:{type:`array`,items:{type:`object`,properties:{source:{type:`string`},target:{type:`string`},label:{type:`string`},type:{type:`string`,enum:[`standard`,`loop-back`,`exception`]}},required:[`source`,`target`]}}},required:[`nodes`]};function ru(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}function iu(e,t){return ru(t)?{...t,kind:e}:{kind:e}}function au(e){let t=[...e===`canvas.html`?[_(eu,`..`,`..`,`..`,`..`,`..`,`scaffold`,`general`,`viewers`,`src`,`canvas`,`index.html`),_(eu,`..`,`..`,`scaffold`,`general`,`viewers`,`src`,`canvas`,`index.html`)]:[],_(eu,`..`,`..`,`..`,`..`,`..`,`scaffold`,`general`,`viewers`,`src`,`static`,e),_(eu,`..`,`..`,`..`,`..`,`..`,`scaffold`,`general`,`viewers`,`dist`,e),_(eu,`..`,`..`,`..`,`..`,`..`,`scaffold`,`general`,`viewers`,e),_(eu,`..`,`..`,`scaffold`,`general`,`viewers`,`dist`,e),_(eu,`..`,`..`,`scaffold`,`general`,`viewers`,e),_(eu,`..`,`viewers`,`dist`,e),_(eu,`..`,`viewers`,e)];for(let e of t)try{return c(e,`utf8`)}catch{}throw Error(`Viewer HTML not found: ${e}. Searched: ${t.join(`, `)}`)}let ou,su,cu,lu,uu;function du(){return ou??=au(`c4-viewer.html`),ou}function fu(){return su??=au(`tour-viewer.html`),su}function pu(){return cu??=au(`canvas.html`),cu}function mu(){return lu??=au(`architecture-static.html`),lu}function hu(){return uu??=au(`process-flow-static.html`),uu}function gu(){Yl({id:`c4@1`,label:`C4 Architecture Diagram`,description:`Interactive C4 architecture diagram with zoom, pan, and ELK auto-layout`,inputSchema:tu,injectId:`diagram-data`,supportedTransports:[`browser`],resolveHtml:du}),Yl({id:`c4-static@1`,label:`C4 Architecture Diagram (Static)`,description:`Static SVG architecture diagram for inline rendering`,inputSchema:tu,injectId:`diagram-data`,supportedTransports:[`mcp-app`],resolveHtml:mu}),Yl({id:`tour@1`,label:`Code Tour Viewer`,description:`Interactive code tour with step navigation and dependency graph`,inputSchema:{type:`object`,properties:{title:{type:`string`},description:{type:`string`},estimatedTime:{type:`string`},steps:{type:`array`,items:{type:`object`,properties:{stepNumber:{type:`number`},id:{type:`string`},title:{type:`string`},file:{type:`string`},explanation:{type:`string`},description:{type:`string`},learnsConcept:{type:`string`},duration:{type:`string`},line:{type:`number`},code:{type:`string`}},required:[`id`,`title`]}},dependencies:{type:`array`,items:{type:`object`,properties:{source:{type:`string`},target:{type:`string`}},required:[`source`,`target`]},default:[]}},required:[`steps`]},injectId:`tour-data`,supportedTransports:[`browser`],resolveHtml:fu}),Yl({id:`process-flow-static@1`,label:`Process Flow Diagram (Static)`,description:`Static SVG process flow diagram for inline rendering`,inputSchema:nu,injectId:`diagram-data`,supportedTransports:[`mcp-app`],resolveHtml:hu}),Yl({id:`process-flow@1`,label:`Process Flow Diagram (Interactive)`,description:`Interactive process flow diagram with ReactFlow`,inputSchema:nu,injectId:`diagram-data`,supportedTransports:[`browser`],resolveHtml:pu,transformData:e=>iu(`process-flow`,e)})}function _u(){let e=new zn;for(let t of Hn.list())e.register(t);return e.register(Vn),e.register(Kn),e.register(qn),e.register(Un),e}function vu(e,t){return e?.supportedTransports.includes(t)??!1}const yu=_u();function bu(e){if(e.template)return yu.get(e.template)}function xu(e){if((e.actions?.length??0)>0)return!0;if(e.template&&Zl(e.template)){let t=Xl(e.template);return t?.supportedTransports.includes(`browser`)===!0&&!t.supportedTransports.includes(`mcp-app`)}let t=bu(e);return vu(t,`browser`)&&!vu(t,`mcp-app`)}gu();function Su(){let e;return()=>{if(e!==void 0)return e;try{e=c(a(import.meta.url).resolve(`mermaid/dist/mermaid.min.js`),`utf-8`)}catch{e=``}return e}}const Cu={id:`mermaid`,cdn:`https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.min.js`,initScript:`window.__aikit_initMermaid = function() {
242
242
  if (typeof mermaid === 'undefined') return;
243
243
  if (document.readyState === 'loading') {
244
244
  document.addEventListener('DOMContentLoaded', window.__aikit_initMermaid);
@@ -251,39 +251,65 @@ Complements: \`symbol\` (single lookup), \`trace\` (call-chain AST), \`blast_rad
251
251
  }
252
252
  mermaid.initialize({ startOnLoad: false, theme: theme });
253
253
  mermaid.run();
254
- };`,onload:`window.__aikit_initMermaid&&window.__aikit_initMermaid()`,local:{route:`/vendor/mermaid.min.js`,getSource:Gl()}},ql=new Map([[`mermaid`,Kl]]);function Jl(e,t){if(!e?.length)return;let n=[];for(let r of e){let e=ql.get(r);if(e){if(t===`browser`&&e.local){n.push({src:e.local.route,fallback:e.cdn,initScript:e.initScript,onload:e.onload});continue}n.push({src:e.cdn,initScript:e.initScript,onload:e.onload})}}return n.length>0?n:void 0}function Yl(){let e=[];for(let t of ql.values())t.local&&e.push({route:t.local.route,getSource:t.local.getSource,cdn:t.cdn});return e}const Xl=300*1e3;let Zl=null;process.on(`exit`,()=>{let e=Zl;if(e){try{e.close()}catch{}Zl=null}});function Ql(e){let t=typeof e.description==`string`&&e.description.trim().length>0?`<p class="present-surface-description">${K(e.description)}</p>`:``;return[`<h1 class="present-surface-title">${K(e.title)}</h1>`,t].filter(Boolean).join(`
255
- `)}function $l(e,t){return e.length===0?``:`
254
+ };`,onload:`window.__aikit_initMermaid&&window.__aikit_initMermaid()`,local:{route:`/vendor/mermaid.min.js`,getSource:Su()}},wu=new Map([[`mermaid`,Cu]]);function Tu(e,t){if(!e?.length)return;let n=[];for(let r of e){let e=wu.get(r);if(e){if(t===`browser`&&e.local){n.push({src:e.local.route,fallback:e.cdn,initScript:e.initScript,onload:e.onload});continue}n.push({src:e.cdn,initScript:e.initScript,onload:e.onload})}}return n.length>0?n:void 0}function Eu(){let e=[];for(let t of wu.values())t.local&&e.push({route:t.local.route,getSource:t.local.getSource,cdn:t.cdn});return e}const Du=300*1e3;let Y=null;process.on(`exit`,()=>{let e=Y;if(e){try{e.close()}catch{}Y=null}});function Ou(e){let t=typeof e.description==`string`&&e.description.trim().length>0?`<p class="present-surface-description">${G(e.description)}</p>`:``;return[`<h1 class="present-surface-title">${G(e.title)}</h1>`,t].filter(Boolean).join(`
255
+ `)}function ku(e,t){return e.length===0?``:`
256
256
  <section class="present-surface-actions">
257
- <div class="present-action-bar">${e.map(e=>{let t=K(e.id),n=K(e.label);return e.type===`select`||e.type===`multi-select`?`<label class="present-action-field"><span>${n}</span><select data-action-id="${t}"${e.type===`multi-select`?` multiple`:``}>${(e.options??[]).map(e=>`<option value="${K(e.value)}">${K(e.label)}</option>`).join(``)}</select></label>`:`<button type="button" class="present-action-btn present-action-${K(e.variant??`default`)}" data-action-id="${t}" data-action-label="${n}">${n}</button>`}).join(``)}</div>
257
+ <div class="present-action-bar">${e.map(e=>{let t=G(e.id),n=G(e.label);return e.type===`select`||e.type===`multi-select`?`<label class="present-action-field"><span>${n}</span><select data-action-id="${t}"${e.type===`multi-select`?` multiple`:``}>${(e.options??[]).map(e=>`<option value="${G(e.value)}">${G(e.label)}</option>`).join(``)}</select></label>`:`<button type="button" class="present-action-btn present-action-${G(e.variant??`default`)}" data-action-id="${t}" data-action-label="${n}">${n}</button>`}).join(``)}</div>
258
258
  <p id="present-action-status" class="present-action-status" aria-live="polite"></p>
259
259
  </section>
260
260
  <style>
261
261
  .present-surface-title { margin: 0 0 0.75rem; font-size: 1.875rem; }
262
- .present-surface-description { margin: 0; color: var(--dt-text-secondary, #475467); }
262
+ .present-surface-description { margin: 0; color: var(--muted-foreground, #6b7280); }
263
263
  .present-surface-actions { display: grid; gap: 0.75rem; margin-top: 1.5rem; }
264
- .present-action-bar { display: flex; flex-wrap: wrap; gap: 0.75rem; }
264
+ .present-action-bar { display: flex; flex-wrap: wrap; gap: 0.75rem; align-items: flex-end; }
265
265
  .present-action-btn,
266
266
  .present-action-field select {
267
267
  font: inherit;
268
+ font-size: 0.9375rem;
269
+ line-height: 1.2;
268
270
  border-radius: 0.75rem;
269
- border: 1px solid var(--dt-border-strong, #d0d5dd);
270
- padding: 0.75rem 1rem;
271
+ border: 1px solid var(--border, #d0d5dd);
272
+ min-height: 2.5rem;
271
273
  }
272
274
  .present-action-btn {
273
- background: var(--dt-surface-raised, #ffffff);
274
- color: var(--dt-text-primary, #101828);
275
+ display: inline-flex;
276
+ align-items: center;
277
+ justify-content: center;
278
+ padding: 0.5rem 1rem;
279
+ background: var(--card, #ffffff);
280
+ color: var(--card-foreground, #101828);
275
281
  cursor: pointer;
282
+ text-align: center;
283
+ transition:
284
+ background 120ms ease,
285
+ color 120ms ease,
286
+ border-color 120ms ease;
276
287
  }
277
- .present-action-primary {
278
- background: var(--dt-accent-solid, #175cd3);
279
- color: #ffffff;
288
+ .present-action-field {
289
+ display: grid;
290
+ gap: 0.35rem;
291
+ min-width: 14rem;
280
292
  }
281
- .present-action-danger {
282
- background: var(--dt-danger-solid, #d92d20);
283
- color: #ffffff;
293
+ .present-action-field span {
294
+ color: var(--muted-foreground, #6b7280);
295
+ font-size: 0.8125rem;
296
+ font-weight: 500;
284
297
  }
285
- .present-action-field { display: grid; gap: 0.35rem; min-width: 14rem; }
286
- .present-action-status { margin: 0; min-height: 1.25rem; color: var(--dt-text-secondary, #475467); }
298
+ .present-action-field select {
299
+ padding: 0.5rem 1rem;
300
+ background: var(--card, #ffffff);
301
+ color: var(--foreground, #101828);
302
+ cursor: pointer;
303
+ }
304
+ .present-action-btn:hover,
305
+ .present-action-btn:focus-visible,
306
+ .present-action-field select:hover,
307
+ .present-action-field select:focus-visible {
308
+ background: var(--accent, #f3f4f6);
309
+ color: var(--accent-foreground, #101828);
310
+ outline: none;
311
+ }
312
+ .present-action-status { margin: 0; min-height: 1.25rem; color: var(--muted-foreground, #6b7280); }
287
313
  </style>
288
314
  <script>
289
315
  (() => {
@@ -353,12 +379,50 @@ Complements: \`symbol\` (single lookup), \`trace\` (call-chain AST), \`blast_rad
353
379
  navigator.sendBeacon('/callback', new Blob([body], { type: 'application/json' }));
354
380
  });
355
381
  })();
356
- <\/script>`}function eu(e){try{Pn(process.platform===`win32`?`start "" "${e}"`:process.platform===`darwin`?`open "${e}"`:`xdg-open "${e}"`)}catch{}}function tu(e,t,n){let r=[e.title];return e.description&&r.push(e.description),r.push(``,`Opened in browser at ${t}`,n),r.join(`
357
- `)}async function nu(e){ou(`<html><body style="font-family:system-ui;padding:2rem;color:#888;text-align:center"><p>Content opened in browser window.</p></body></html>`);let t=Kn(e,{transport:`browser`,registry:Hl,blockVendorScripts:Ol()}),n=zl(t.surfaceId,t.actions),r=Jl(t.vendorScripts,`browser`),i=Yl(),a=Rn({title:e.title,html:[Ql(e),t.html,$l(t.actions,n.nonce)].filter(Boolean).join(`
358
- `),css:t.css,islands:t.islands,payload:t.payload,nonce:t.nonce,generatedAt:new Date().toISOString(),colorScheme:e.colorScheme,lang:e.lang,dir:e.dir,transport:`browser`,exportPolicy:t.exportPolicy,headScripts:r}),o=``,s=``;try{let e=Zl;e&&(e.close(),Zl=null),o=await new Promise((e,t)=>{let r=qn((e,t)=>{if(e.method===`OPTIONS`){t.writeHead(204,{"Access-Control-Allow-Origin":s||`*`,"Access-Control-Allow-Methods":`POST`,"Access-Control-Allow-Headers":`Content-Type`}),t.end();return}if(e.method===`POST`&&e.url===`/callback`){n.handle(e,t,s);return}let r=i.find(t=>e.url===t.route);if(r){let e=r.getSource();if(e){t.writeHead(200,{"Content-Type":`application/javascript; charset=utf-8`,"Cache-Control":`public, max-age=86400`}),t.end(e);return}t.writeHead(302,{Location:r.cdn}),t.end();return}t.writeHead(200,{"Content-Type":`text/html; charset=utf-8`}),t.end(a)});r.listen(0,`127.0.0.1`,()=>{let n=r.address();if(typeof n!=`object`||!n){t(Error(`Failed to resolve local browser address`));return}Zl=r,s=`http://127.0.0.1:${n.port}`,e(s)})})}catch(t){return{content:[{type:`text`,text:`${e.title}\n\nUnable to start local browser transport.`}],structuredContent:n.settleError(`BROWSER_START_FAILED`,t instanceof Error?t.message:`Unable to start browser transport`),isError:!0}}eu(o);let c=await Promise.race([n.promise,new Promise(e=>{setTimeout(()=>e(n.settleTimeout(Xl)),Xl)})]),l=Zl;l&&(l.close(),Zl=null);let u=c.kind===`result`?`Selected action: ${c.result.actionId}`:c.kind===`timeout`?`Timed out after ${c.waitedMs}ms.`:c.kind===`cancelled`?`Cancelled: ${c.reason}.`:c.kind===`error`?`Error: ${c.error.message}`:`Rendered.`;return{content:[{type:`text`,text:tu(e,o,u)}],structuredContent:c,isError:c.kind===`error`}}const ru=`ui://aikit/present.html`;let iu=``;function au(){return iu}function ou(e){iu=e}function su(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}function cu(e){let t=typeof e.description==`string`&&e.description.trim().length>0?`<p class="present-surface-description">${K(e.description)}</p>`:``;return[`<section class="present-surface-header">`,` <h1>${K(e.title)}</h1>`,t,`</section>`,`<style>`,` .present-surface-header { display: grid; gap: 0.75rem; margin-bottom: 1.5rem; }`,` .present-surface-header h1 { margin: 0; font-size: 1.875rem; }`,` .present-surface-description { margin: 0; color: var(--dt-text-secondary, #475467); }`,`</style>`].filter(Boolean).join(`
359
- `)}function lu(e,t){let n=[e.title];return e.description&&n.push(e.description),Un(t)?n.push(``,`Selected action: ${t.result.actionId}`):Hn(t)?n.push(``,`Error: ${t.error.message}`):t.kind===`timeout`?n.push(``,`Timed out after ${t.waitedMs}ms.`):t.kind===`cancelled`&&n.push(``,`Cancelled: ${t.reason}.`),n.join(`
360
- `)}function uu(e,t,n){return{content:[{type:`text`,text:`[ERROR:VALIDATION] ${t}`}],structuredContent:{kind:`error`,error:{code:e,message:t,...n===void 0?{}:{details:n}}},isError:!0}}function du(e){return!su(e)||!(`schemaVersion`in e)?{ok:!1,response:uu(`INVALID_CHANNEL_SURFACE`,`present expects a ChannelSurface object with schemaVersion: 1`)}:e.schemaVersion===1?{ok:!0,surface:e}:{ok:!1,response:uu(`UNSUPPORTED_SCHEMA_VERSION`,`Unsupported ChannelSurface schemaVersion: ${String(e.schemaVersion)}`)}}async function fu(e){return Wl(e)?await nu(e):pu(e)}function pu(e){try{let t=Kn(e,{transport:`mcp-app`,registry:Hl,blockVendorScripts:Ol()}),n=Jl(t.vendorScripts,`mcp-app`),r=Rn({title:e.title,html:[cu(e),t.html].filter(Boolean).join(`
361
- `),css:t.css,islands:t.islands,payload:t.payload,nonce:t.nonce,colorScheme:e.colorScheme,lang:e.lang,dir:e.dir,transport:`mcp-app`,exportPolicy:t.exportPolicy,headScripts:n}),i={kind:`rendered`,reason:`no-response-required`};return iu=r.replace(`</body>`,`<script>
382
+ <\/script>`}function Au(e){try{In(process.platform===`win32`?`start "" "${e}"`:process.platform===`darwin`?`open "${e}"`:`xdg-open "${e}"`)}catch{}}function ju(e,t,n){let r=[e.title];return e.description&&r.push(e.description),r.push(``,`Opened in browser at ${t}`,n),r.join(`
383
+ `)}function Mu(e){return e.some(e=>e.id!==`__dismiss`)}function Nu(e){return e.replace(`</head>`,`<style>
384
+ .toolbar, .badge, body > header, body > footer { display: none !important; }
385
+ body { padding-top: 0 !important; margin-top: 0 !important; }
386
+ </style>
387
+ </head>`).replace(`</body>`,`<script>
388
+ window.addEventListener('message', function(e) {
389
+ if (e.data && e.data.type === 'aikit-theme-change') {
390
+ document.documentElement.setAttribute('data-theme', e.data.theme);
391
+ }
392
+ });
393
+ <\/script>
394
+ </body>`)}function Pu(){let e=Y;e&&(e.close(),Y=null)}async function Fu(e,t){if(Bu(`<html><body style="font-family:system-ui;padding:2rem;color:#888;text-align:center"><p>Content opened in browser window.</p></body></html>`),e.data!=null&&t.inputSchema){let n=jt({data:e.data,schema:t.inputSchema});if(!n.valid){let e=n.errors.map(e=>` ${e.path}: ${e.message}${e.expected?` (expected: ${e.expected}, got: ${e.received})`:``}`).join(`
395
+ `);return{content:[{type:`text`,text:`[ERROR:VALIDATION] Template "${t.id}" data validation failed:\n${e}\n\nExpected schema: ${JSON.stringify(t.inputSchema,null,2)}`}],structuredContent:{kind:`error`,error:{code:`VIEWER_DATA_INVALID`,message:`Template "${t.id}" data validation failed:\n${e}\n\nExpected schema: ${JSON.stringify(t.inputSchema,null,2)}`}},isError:!0}}}let n=Nu($l(t.resolveHtml(),e.data??null,t.injectId,t.transformData)),r=Bn({title:e.title,html:[Ou(e),`<div class="present-viewer-container">`,` <iframe class="present-viewer-iframe" src="/viewer" sandbox="allow-scripts allow-same-origin"></iframe>`,` <script>
396
+ (function() {
397
+ const iframe = document.querySelector('.present-viewer-iframe');
398
+ if (!iframe) return;
399
+ const sendTheme = function() {
400
+ const theme = document.documentElement.getAttribute('data-theme');
401
+ if (iframe.contentWindow) {
402
+ iframe.contentWindow.postMessage({ type: 'aikit-theme-change', theme: theme }, '*');
403
+ }
404
+ };
405
+ const observer = new MutationObserver(sendTheme);
406
+ observer.observe(document.documentElement, { attributes: true, attributeFilter: ['data-theme'] });
407
+ iframe.addEventListener('load', sendTheme);
408
+ })();
409
+ <\/script>`,`</div>`].join(`
410
+ `),css:[[`.present-viewer-container {`,` flex: 1;`,` min-height: calc(100vh - 12rem);`,` position: relative;`,` border-radius: 0.75rem;`,` overflow: hidden;`,` border: none;`,`}`,`.present-viewer-iframe {`,` border: none;`,` width: 100%;`,` height: 100%;`,` position: absolute;`,` inset: 0;`,` border-radius: inherit;`,`}`].join(`
411
+ `)],islands:[],payload:void 0,nonce:``,generatedAt:new Date().toISOString(),colorScheme:e.colorScheme,lang:e.lang,dir:e.dir,transport:`browser`,exportPolicy:`local-interactive`}),i=``;try{Pu(),i=await new Promise((e,t)=>{let i=Yn((e,t)=>{if(e.url===`/viewer`){t.writeHead(200,{"Content-Type":`text/html; charset=utf-8`}),t.end(n);return}t.writeHead(200,{"Content-Type":`text/html; charset=utf-8`}),t.end(r)});i.listen(0,`127.0.0.1`,()=>{let n=i.address();if(typeof n!=`object`||!n){t(Error(`Failed to resolve local browser address`));return}Y=i,e(`http://127.0.0.1:${n.port}`)})})}catch(t){return{content:[{type:`text`,text:`${e.title}\n\nUnable to start local browser transport.`}],structuredContent:{kind:`error`,error:{code:`BROWSER_START_FAILED`,message:t instanceof Error?t.message:`Unable to start browser transport`}},isError:!0}}return Au(i),{content:[{type:`text`,text:ju(e,i,`Rendered.`)}],structuredContent:{kind:`rendered`,reason:`no-response-required`}}}async function Iu(e){Bu(`<html><body style="font-family:system-ui;padding:2rem;color:#888;text-align:center"><p>Content opened in browser window.</p></body></html>`);let t=Jn(e,{transport:`browser`,registry:yu,blockVendorScripts:Pl()}),n=Gl(t.surfaceId,t.actions),r=Tu(t.vendorScripts,`browser`),i=Eu(),a=Bn({title:e.title,html:[Ou(e),t.html,ku(t.actions,n.nonce)].filter(Boolean).join(`
412
+ `),css:t.css,islands:t.islands,payload:t.payload,nonce:t.nonce,generatedAt:new Date().toISOString(),colorScheme:e.colorScheme,lang:e.lang,dir:e.dir,transport:`browser`,exportPolicy:t.exportPolicy,headScripts:r}),o=``,s=``;try{let e=Y;e&&(e.close(),Y=null),o=await new Promise((e,t)=>{let r=Yn((e,t)=>{if(e.method===`OPTIONS`){t.writeHead(204,{"Access-Control-Allow-Origin":s||`*`,"Access-Control-Allow-Methods":`POST`,"Access-Control-Allow-Headers":`Content-Type`}),t.end();return}if(e.method===`POST`&&e.url===`/callback`){n.handle(e,t,s);return}let r=i.find(t=>e.url===t.route);if(r){let e=r.getSource();if(e){t.writeHead(200,{"Content-Type":`application/javascript; charset=utf-8`,"Cache-Control":`public, max-age=86400`}),t.end(e);return}t.writeHead(302,{Location:r.cdn}),t.end();return}t.writeHead(200,{"Content-Type":`text/html; charset=utf-8`}),t.end(a)});r.listen(0,`127.0.0.1`,()=>{let n=r.address();if(typeof n!=`object`||!n){t(Error(`Failed to resolve local browser address`));return}Y=r,s=`http://127.0.0.1:${n.port}`,e(s)})})}catch(t){return{content:[{type:`text`,text:`${e.title}\n\nUnable to start local browser transport.`}],structuredContent:n.settleError(`BROWSER_START_FAILED`,t instanceof Error?t.message:`Unable to start browser transport`),isError:!0}}if(Au(o),!Mu(t.actions)){let t=Y;return t&&(n.promise.finally(()=>{Y===t&&(t.close(),Y=null)}),setTimeout(()=>{Y===t&&(t.close(),Y=null)},Du)),{content:[{type:`text`,text:ju(e,o,`Rendered.`)}],structuredContent:{kind:`rendered`,reason:`no-response-required`}}}let c=await Promise.race([n.promise,new Promise(e=>{setTimeout(()=>e(n.settleTimeout(Du)),Du)})]),l=Y;l&&(l.close(),Y=null);let u=c.kind===`result`?`Selected action: ${c.result.actionId}`:c.kind===`timeout`?`Timed out after ${c.waitedMs}ms.`:c.kind===`cancelled`?`Cancelled: ${c.reason}.`:c.kind===`error`?`Error: ${c.error.message}`:`Rendered.`;return{content:[{type:`text`,text:ju(e,o,u)}],structuredContent:c,isError:c.kind===`error`}}const Lu=`ui://aikit/present.html`;let Ru=``;function zu(){return Ru}function Bu(e){Ru=e}function Vu(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}function Hu(e){let t=typeof e.description==`string`&&e.description.trim().length>0?`<p class="present-surface-description">${G(e.description)}</p>`:``;return[`<section class="present-surface-header">`,` <h1>${G(e.title)}</h1>`,t,`</section>`,`<style>`,` .present-surface-header { display: grid; gap: 0.75rem; margin-bottom: 1.5rem; }`,` .present-surface-header h1 { margin: 0; font-size: 1.875rem; }`,` .present-surface-description { margin: 0; color: var(--dt-text-secondary, #475467); }`,`</style>`].filter(Boolean).join(`
413
+ `)}function Uu(e,t){let n=[e.title];return e.description&&n.push(e.description),Gn(t)?n.push(``,`Selected action: ${t.result.actionId}`):Wn(t)?n.push(``,`Error: ${t.error.message}`):t.kind===`timeout`?n.push(``,`Timed out after ${t.waitedMs}ms.`):t.kind===`cancelled`&&n.push(``,`Cancelled: ${t.reason}.`),n.join(`
414
+ `)}const Wu={id:`__dismiss`,type:`button`,label:`Done`,variant:`default`};function Gu(e){if((e.actions?.length??0)>0||!e.template)return e;let t=bu(e);return t?.supportedTransports.includes(`browser`)===!0&&!t.supportedTransports.includes(`mcp-app`)?{...e,actions:[Wu]}:e}function Ku(e){return e.replace(`</head>`,`<style>
415
+ .toolbar, .badge, body > header, body > footer { display: none !important; }
416
+ body { padding-top: 0 !important; margin-top: 0 !important; }
417
+ </style>
418
+ </head>`).replace(`</body>`,`<script>
419
+ window.addEventListener('message', function(e) {
420
+ if (e.data && e.data.type === 'aikit-theme-change') {
421
+ document.documentElement.setAttribute('data-theme', e.data.theme);
422
+ }
423
+ });
424
+ <\/script>
425
+ </body>`)}function qu(e){let t=`<script>
362
426
  (function(){
363
427
  var last=0;
364
428
  function notify(){
@@ -369,13 +433,33 @@ Complements: \`symbol\` (single lookup), \`trace\` (call-chain AST), \`blast_rad
369
433
  if(typeof ResizeObserver!=="undefined"){new ResizeObserver(notify).observe(document.documentElement)}
370
434
  else{setInterval(notify,500)}
371
435
  })();
372
- <\/script></body>`),{content:[{type:`text`,text:[lu(e,i),`If this content doesn't render inline, retry with format: 'browser'.`].join(`
436
+ <\/script>`;return e.includes(`</body>`)?e.replace(`</body>`,`${t}</body>`):`${e}${t}`}function Ju(e,t,n){return{content:[{type:`text`,text:`[ERROR:VALIDATION] ${t}`}],structuredContent:{kind:`error`,error:{code:e,message:t,...n===void 0?{}:{details:n}}},isError:!0}}function Yu(e){return!Vu(e)||!(`schemaVersion`in e)?{ok:!1,response:Ju(`INVALID_CHANNEL_SURFACE`,`present expects a ChannelSurface object with schemaVersion: 1`)}:e.schemaVersion===1?{ok:!0,surface:e}:{ok:!1,response:Ju(`UNSUPPORTED_SCHEMA_VERSION`,`Unsupported ChannelSurface schemaVersion: ${String(e.schemaVersion)}`)}}async function Xu(e){if(e.template){let t=Xl(e.template);if(t)return await Zu(e,t)}let t=Gu(e);return xu(t)?await Iu(t):Qu(t)}async function Zu(e,t){if(e.data!=null&&t.inputSchema){let n=jt({data:e.data,schema:t.inputSchema});if(!n.valid){let e=n.errors.map(e=>` ${e.path}: ${e.message}${e.expected?` (expected: ${e.expected}, got: ${e.received})`:``}`).join(`
437
+ `);return Ju(`VIEWER_DATA_INVALID`,`Template "${t.id}" data validation failed:\n${e}\n\nExpected schema: ${JSON.stringify(t.inputSchema,null,2)}`)}}let n=t.supportedTransports.includes(`browser`),r=t.supportedTransports.includes(`mcp-app`);if(n&&!r)return await Fu(e,t);if(!r)return Ju(`VIEWER_TRANSPORT_UNSUPPORTED`,`Viewer template "${t.id}" does not support an available transport`);try{let n=Ku($l(t.resolveHtml(),e.data??null,t.injectId,t.transformData)).replace(/&/g,`&amp;`).replace(/"/g,`&quot;`),r={kind:`rendered`,reason:`no-response-required`};return Bu(qu(Bn({title:e.title,html:[Hu(e),`<div class="present-viewer-container">`,` <iframe class="present-viewer-iframe" srcdoc="${n}" sandbox="allow-scripts allow-same-origin"></iframe>`,` <script>
438
+ (function() {
439
+ const iframe = document.querySelector('.present-viewer-iframe');
440
+ if (!iframe) return;
441
+ const sendTheme = function() {
442
+ const theme = document.documentElement.getAttribute('data-theme');
443
+ if (iframe.contentWindow) {
444
+ iframe.contentWindow.postMessage({ type: 'aikit-theme-change', theme: theme }, '*');
445
+ }
446
+ };
447
+ const observer = new MutationObserver(sendTheme);
448
+ observer.observe(document.documentElement, { attributes: true, attributeFilter: ['data-theme'] });
449
+ iframe.addEventListener('load', sendTheme);
450
+ })();
451
+ <\/script>`,`</div>`].join(`
452
+ `),css:[[`.present-viewer-container {`,` flex: 1;`,` min-height: 480px;`,` position: relative;`,` border-radius: 0.75rem;`,` overflow: hidden;`,` border: none;`,`}`,`.present-viewer-iframe {`,` border: none;`,` width: 100%;`,` height: 100%;`,` position: absolute;`,` inset: 0;`,` border-radius: inherit;`,`}`].join(`
453
+ `)],islands:[],payload:void 0,nonce:``,generatedAt:new Date().toISOString(),colorScheme:e.colorScheme,lang:e.lang,dir:e.dir,transport:`mcp-app`,exportPolicy:`local-interactive`}))),{content:[{type:`text`,text:[Uu(e,r),`If this content doesn't render inline, retry with format: 'browser'.`].join(`
454
+
455
+ `)}],ui:{type:`resource`,uri:Lu},structuredContent:r}}catch(e){return Ju(`VIEWER_RENDER_FAILED`,e instanceof Error?e.message:`Failed to render viewer template`)}}function Qu(e){try{let t=Jn(e,{transport:`mcp-app`,registry:yu,blockVendorScripts:Pl()}),n=Tu(t.vendorScripts,`mcp-app`),r=Bn({title:e.title,html:[Hu(e),t.html].filter(Boolean).join(`
456
+ `),css:t.css,islands:t.islands,payload:t.payload,nonce:t.nonce,colorScheme:e.colorScheme,lang:e.lang,dir:e.dir,transport:`mcp-app`,exportPolicy:t.exportPolicy,headScripts:n}),i={kind:`rendered`,reason:`no-response-required`};return Ru=qu(r),{content:[{type:`text`,text:[Uu(e,i),`If this content doesn't render inline, retry with format: 'browser'.`].join(`
373
457
 
374
- `)}],ui:{type:`resource`,uri:ru},structuredContent:i}}catch(e){return uu(`RENDER_FAILED`,e instanceof Error?e.message:`Failed to render ChannelSurface`)}}const mu=P.object({label:P.string(),value:P.string(),description:P.string().optional()}),hu=P.object({id:P.string().describe(`Unique action identifier`),type:P.enum([`button`,`select`,`multi-select`,`form-submit`,`text-submit`,`confirm`,`custom`]).describe(`Interactive action type`),label:P.string().describe(`Visible action label`),variant:P.enum([`primary`,`danger`,`default`]).optional(),options:P.array(mu).optional(),schema:P.record(P.string(),P.unknown()).optional()}),gu=P.object({type:P.string(),title:P.string().optional(),value:P.unknown().optional(),language:P.string().optional()}).catchall(P.unknown()),_u={schemaVersion:P.literal(1).describe(`ChannelSurface schema version. Must be 1.`),title:P.string().describe(`Surface title shown to the user.`),description:P.string().optional().describe(`Optional supporting copy for the surface.`),template:P.string().optional().describe(`Optional template id such as report@1.`),layout:P.object({maxWidth:P.string().optional(),padding:P.string().optional(),columns:P.number().optional()}).optional(),blocks:P.array(gu).optional().describe(`Typed block content for the surface.`),data:P.unknown().optional().describe(`Template data payload, if the template expands data.`),actions:P.array(hu).optional().describe(`Interactive actions. Presence triggers browser transport.`),response:P.object({timeout:P.number().optional(),required:P.boolean().optional()}).optional(),metadata:P.object({surfaceId:P.string().optional(),createdAt:P.string().optional(),source:P.string().optional()}).optional(),colorScheme:P.enum([`light`,`dark`,`auto`]).optional(),lang:P.string().optional(),dir:P.enum([`ltr`,`rtl`,`auto`]).optional()};P.object({surfaceId:P.string(),actionId:P.string(),actionType:P.enum([`button`,`select`,`multi-select`,`form-submit`,`text-submit`,`confirm`,`custom`]),value:P.unknown().optional(),formData:P.record(P.string(),P.unknown()).optional(),selection:P.union([P.string(),P.array(P.string())]).optional(),label:P.string().optional(),timestamp:P.string(),sourceTransport:P.enum([`mcp-app`,`browser`,`export`])});function vu(e,t){let n=H(`present`),r=[`Render a ChannelSurface for the user.`,`Quick ref:`,`- Full schema: aikit://schemas/channel-surface`,`- Required: schemaVersion: 1, title`,`- Content: blocks[] for direct rendering, or template + data for registry-backed rendering`,`- Actions: actions[] of SurfaceAction; interactive surfaces use browser transport and return ChannelOutcome`,`- Optional fields: description, layout, response, metadata, colorScheme, lang, dir`,`- Transports: mcp-app, browser, export`,`- Use schema resource for block enums and action details.`].join(`
375
- `);An(e,`present`,{title:n.title,description:r,inputSchema:_u,annotations:n.annotations,_meta:{ui:{resourceUri:ru}}},async e=>{let t=du(e);return t.ok?await fu(t.surface):t.response});try{kn(e,`Present View`,ru,{description:`AI Kit present tool viewer`},async()=>({contents:[{uri:ru,mimeType:On,text:au()||`<html><body><p>No content generated yet. Call the present tool first.</p></body></html>`}]}))}catch{}}const yu=k(`tools`);function bu(e,t){let n=new hn({structure:new _n,dependencies:new fn,symbols:new vn,patterns:new gn,entryPoints:new mn,diagrams:new pn}),r=H(`produce_knowledge`);e.registerTool(`produce_knowledge`,{title:r.title,description:`Run automated codebase analysis and produce synthesis instructions. Executes Tier 1 deterministic analyzers, then returns structured baselines and instructions for you to synthesize knowledge using remember.`,inputSchema:{scope:P.string().optional().describe(`Root path to analyze (defaults to workspace root)`),aspects:P.array(P.enum([`all`,`structure`,`dependencies`,`symbols`,`patterns`,`entry-points`,`diagrams`])).default([`all`]).describe(`Which analysis aspects to run`)},annotations:r.annotations},async({scope:e,aspects:r})=>{try{let i=e??`.`;yu.info(`Running knowledge production`,{rootPath:i,aspects:r});let a=await n.runExtraction(i,r);try{let e=t?.onboardDir??_(i,`.ai`,`context`);s(e,{recursive:!0});let n=`<!-- Generated by produce_knowledge at ${new Date().toISOString()} -->\n\n`;for(let[t,r]of Object.entries(a))r&&typeof r==`string`&&p(_(e,`${t}.md`),n+r,`utf-8`);yu.info(`Knowledge persisted to .ai/context/`,{files:Object.keys(a).length})}catch(e){yu.warn(`Failed to persist knowledge to .ai/context/`,{error:j(e)})}return{content:[{type:`text`,text:n.buildSynthesisInstructions(a,r)+`
458
+ `)}],ui:{type:`resource`,uri:Lu},structuredContent:i}}catch(e){return Ju(`RENDER_FAILED`,e instanceof Error?e.message:`Failed to render ChannelSurface`)}}const $u=N.object({label:N.string(),value:N.string(),description:N.string().optional()}),ed=N.object({id:N.string().describe(`Unique action identifier`),type:N.enum([`button`,`select`,`multi-select`,`form-submit`,`text-submit`,`confirm`,`custom`]).describe(`Interactive action type`),label:N.string().describe(`Visible action label`),variant:N.enum([`primary`,`danger`,`default`]).optional(),options:N.array($u).optional(),schema:N.record(N.string(),N.unknown()).optional()}),td=N.object({type:N.string(),title:N.string().optional(),value:N.unknown().optional(),language:N.string().optional()}).catchall(N.unknown()),nd={schemaVersion:N.literal(1).describe(`ChannelSurface schema version. Must be 1.`),title:N.string().describe(`Surface title shown to the user.`),description:N.string().optional().describe(`Optional supporting copy for the surface.`),template:N.string().optional().describe(`Optional template id such as report@1.`),layout:N.object({maxWidth:N.string().optional(),padding:N.string().optional(),columns:N.number().optional()}).optional(),blocks:N.array(td).optional().describe(`Typed block content for the surface.`),data:N.unknown().optional().describe(`Template data payload, if the template expands data.`),actions:N.array(ed).optional().describe(`Interactive actions. Presence triggers browser transport.`),response:N.object({timeout:N.number().optional(),required:N.boolean().optional()}).optional(),metadata:N.object({surfaceId:N.string().optional(),createdAt:N.string().optional(),source:N.string().optional()}).optional(),colorScheme:N.enum([`light`,`dark`,`auto`]).optional(),lang:N.string().optional(),dir:N.enum([`ltr`,`rtl`,`auto`]).optional()};N.object({surfaceId:N.string(),actionId:N.string(),actionType:N.enum([`button`,`select`,`multi-select`,`form-submit`,`text-submit`,`confirm`,`custom`]),value:N.unknown().optional(),formData:N.record(N.string(),N.unknown()).optional(),selection:N.union([N.string(),N.array(N.string())]).optional(),label:N.string().optional(),timestamp:N.string(),sourceTransport:N.enum([`mcp-app`,`browser`,`export`])});function rd(e,t){let n=V(`present`),r=[`Render a ChannelSurface for the user.`,`Quick ref:`,`- Full schema: aikit://schemas/channel-surface`,`- Required: schemaVersion: 1, title`,`- Content: blocks[] for direct rendering, or template + data for registry-backed rendering`,`- Actions: actions[] of SurfaceAction; interactive surfaces use browser transport and return ChannelOutcome`,`- Optional fields: description, layout, response, metadata, colorScheme, lang, dir`,`- Transports: mcp-app, browser, export`,`- Use schema resource for block enums and action details.`].join(`
459
+ `);Mn(e,`present`,{title:n.title,description:r,inputSchema:nd,annotations:n.annotations,_meta:{ui:{resourceUri:Lu}}},async e=>{let t=Yu(e);return t.ok?await Xu(t.surface):t.response});try{jn(e,`Present View`,Lu,{description:`AI Kit present tool viewer`},async()=>({contents:[{uri:Lu,mimeType:An,text:zu()||`<html><body><p>No content generated yet. Call the present tool first.</p></body></html>`}]}))}catch{}try{e.registerResource(`present-templates`,`aikit://present/templates`,{description:`List all registered present viewer templates with their input schemas`},async()=>{let e=Ql().map(e=>({id:e.id,label:e.label,description:e.description,transports:e.supportedTransports,inputSchema:e.inputSchema}));return{contents:[{uri:`aikit://present/templates`,mimeType:`application/json`,text:JSON.stringify(e,null,2)}]}})}catch{}}const id=A(`tools`);function ad(e,t){let n=new _n({structure:new yn,dependencies:new mn,symbols:new bn,patterns:new vn,entryPoints:new gn,diagrams:new hn}),r=V(`produce_knowledge`);e.registerTool(`produce_knowledge`,{title:r.title,description:`Run automated codebase analysis and produce synthesis instructions. Executes Tier 1 deterministic analyzers, then returns structured baselines and instructions for you to synthesize knowledge using remember.`,inputSchema:{scope:N.string().optional().describe(`Root path to analyze (defaults to workspace root)`),aspects:N.array(N.enum([`all`,`structure`,`dependencies`,`symbols`,`patterns`,`entry-points`,`diagrams`])).default([`all`]).describe(`Which analysis aspects to run`)},annotations:r.annotations},async({scope:e,aspects:r})=>{try{let i=e??`.`;id.info(`Running knowledge production`,{rootPath:i,aspects:r});let a=await n.runExtraction(i,r);try{let e=t?.onboardDir??_(i,`.ai`,`context`);s(e,{recursive:!0});let n=`<!-- Generated by produce_knowledge at ${new Date().toISOString()} -->\n\n`;for(let[t,r]of Object.entries(a))r&&typeof r==`string`&&p(_(e,`${t}.md`),n+r,`utf-8`);id.info(`Knowledge persisted to .ai/context/`,{files:Object.keys(a).length})}catch(e){id.warn(`Failed to persist knowledge to .ai/context/`,{error:j(e)})}return{content:[{type:`text`,text:n.buildSynthesisInstructions(a,r)+`
376
460
 
377
461
  ---
378
- _Next: Review the baselines above and use \`remember\` to store synthesized knowledge entries._`}]}}catch(e){return yu.error(`Knowledge production failed`,j(e)),G(`INTERNAL`,`Knowledge production failed: ${e instanceof Error?e.message:String(e)}`)}})}const X=k(`tools`);function xu(e,t,n,r,i,a,o){let s=H(`reindex`);e.registerTool(`reindex`,{title:s.title,description:`Trigger re-indexing of the AI Kit index. Can do incremental (only changed files) or full re-index. When smart indexing is active, use force: true to override the automatic trickle indexer.`,inputSchema:{full:P.boolean().default(!1).describe(`If true, force full re-index ignoring file hashes`),force:P.boolean().default(!1).describe(`If true, override smart indexing guard and run reindex anyway`)},annotations:s.annotations},async({full:e,force:s},c)=>{try{if(t.isIndexing)return{content:[{type:`text`,text:`## Reindex Already in Progress
462
+ _Next: Review the baselines above and use \`remember\` to store synthesized knowledge entries._`}]}}catch(e){return id.error(`Knowledge production failed`,j(e)),W(`INTERNAL`,`Knowledge production failed: ${e instanceof Error?e.message:String(e)}`)}})}const X=A(`tools`);function od(e,t,n,r,i,a,o){let s=V(`reindex`);e.registerTool(`reindex`,{title:s.title,description:`Trigger re-indexing of the AI Kit index. Can do incremental (only changed files) or full re-index. When smart indexing is active, use force: true to override the automatic trickle indexer.`,inputSchema:{full:N.boolean().default(!1).describe(`If true, force full re-index ignoring file hashes`),force:N.boolean().default(!1).describe(`If true, override smart indexing guard and run reindex anyway`)},annotations:s.annotations},async({full:e,force:s},c)=>{try{if(t.isIndexing)return{content:[{type:`text`,text:`## Reindex Already in Progress
379
463
 
380
464
  A reindex operation is currently running. Search and other tools continue to work with existing data. Use \`status({})\` to check when it completes.`}]};if(o===`smart`&&!s)return{content:[{type:`text`,text:`## Smart Indexing Active
381
465
 
@@ -383,38 +467,38 @@ Smart indexing (trickle mode) is enabled — files are automatically indexed as
383
467
 
384
468
  **If the index is severely outdated**, use \`reindex({ force: true })\` to override.
385
469
 
386
- Use \`status({})\` to check smart indexing queue status.`}]};let l=vo(c).createTask(`Reindex`,1);l.progress(0,`Starting ${e?`full`:`incremental`} reindex`),X.info(`Starting background re-index`,{mode:e?`full`:`incremental`});let u=e=>t=>{t.phase===`chunking`&&t.currentFile&&X.debug(`Re-index progress`,{prefix:e,current:t.filesProcessed+1,total:t.filesTotal,file:t.currentFile})};return(e?t.reindexAll(n,u(`Reindex`)):t.index(n,u(`Index`))).then(async e=>{if(X.info(`Background re-index complete`,{filesProcessed:e.filesProcessed,chunksCreated:e.chunksCreated,durationMs:e.durationMs}),l.complete(`Reindex complete: ${e.filesProcessed} files, ${e.chunksCreated} chunks in ${e.durationMs}ms`),i)try{await i.createFtsIndex(),X.info(`FTS index rebuilt after reindex`)}catch(e){X.warn(`FTS index rebuild failed`,j(e))}try{let e=await r.reindexAll();X.info(`Curated re-index complete`,{indexed:e.indexed})}catch(e){X.warn(`Curated re-index failed`,j(e))}if(a)try{await a.notifyAfterReindex()}catch(e){X.warn(`Post-reindex resource notification failed`,j(e))}}).catch(e=>{l.fail(`Reindex failed: ${e instanceof Error?e.message:String(e)}`),X.error(`Background reindex failed`,j(e))}),{content:[{type:`text`,text:`## Reindex Started (Background)\n\n- **Mode**: ${e?`Full`:`Incremental`}\n- Search and other tools continue to work with existing data during reindex.\n- Completion will be logged. Use \`status({})\` to check index stats afterward.\n\n---\n_Next: Continue working — the reindex runs in the background._`}]}}catch(e){return X.error(`Reindex failed`,j(e)),G(`INTERNAL`,`Reindex failed: ${e instanceof Error?e.message:String(e)}`)}})}const Su=k(`tools`);function Cu(e){let t=H(`replay`);e.registerTool(`replay`,{title:t.title,description:`View or clear the audit trail of recent MCP tool and CLI invocations. Shows tool name, duration, status, and input/output summaries.`,inputSchema:{action:P.enum([`list`,`clear`]).default(`list`).describe(`Action: "list" (default) to view entries, "clear" to wipe the log`),last:P.number().optional().describe(`Number of entries to return (default: 20, list only)`),tool:P.string().optional().describe(`Filter by tool name (list only)`),source:P.enum([`mcp`,`cli`]).optional().describe(`Filter by source: "mcp" or "cli" (list only)`),since:P.string().optional().describe(`ISO timestamp — only show entries after this time (list only)`)},annotations:t.annotations},async({action:e,last:t,tool:n,source:r,since:i})=>{try{if(e===`clear`)return Tt(),{content:[{type:`text`,text:`Replay log cleared.`}]};let a=Et({last:t,tool:n,source:r,since:i});if(a.length===0)return{content:[{type:`text`,text:`No replay entries found. Activity is logged when tools are invoked via MCP or CLI.`}]};let o=a.map(e=>`${e.ts.split(`T`)[1]?.split(`.`)[0]??e.ts} ${e.status===`ok`?`✓`:`✗`} ${e.tool} (${e.durationMs}ms) [${e.source}]\n in: ${e.input}\n out: ${e.output}`);return Dt().catch(()=>{}),{content:[{type:`text`,text:`**Replay Log** (${a.length} entries)\n\n${o.join(`
470
+ Use \`status({})\` to check smart indexing queue status.`}]};let l=wo(c).createTask(`Reindex`,1);l.progress(0,`Starting ${e?`full`:`incremental`} reindex`),X.info(`Starting background re-index`,{mode:e?`full`:`incremental`});let u=e=>t=>{t.phase===`chunking`&&t.currentFile&&X.debug(`Re-index progress`,{prefix:e,current:t.filesProcessed+1,total:t.filesTotal,file:t.currentFile})};return(e?t.reindexAll(n,u(`Reindex`)):t.index(n,u(`Index`))).then(async e=>{if(X.info(`Background re-index complete`,{filesProcessed:e.filesProcessed,chunksCreated:e.chunksCreated,durationMs:e.durationMs}),l.complete(`Reindex complete: ${e.filesProcessed} files, ${e.chunksCreated} chunks in ${e.durationMs}ms`),i)try{await i.createFtsIndex(),X.info(`FTS index rebuilt after reindex`)}catch(e){X.warn(`FTS index rebuild failed`,j(e))}try{let e=await r.reindexAll();X.info(`Curated re-index complete`,{indexed:e.indexed})}catch(e){X.warn(`Curated re-index failed`,j(e))}if(a)try{await a.notifyAfterReindex()}catch(e){X.warn(`Post-reindex resource notification failed`,j(e))}}).catch(e=>{l.fail(`Reindex failed: ${e instanceof Error?e.message:String(e)}`),X.error(`Background reindex failed`,j(e))}),{content:[{type:`text`,text:`## Reindex Started (Background)\n\n- **Mode**: ${e?`Full`:`Incremental`}\n- Search and other tools continue to work with existing data during reindex.\n- Completion will be logged. Use \`status({})\` to check index stats afterward.\n\n---\n_Next: Continue working — the reindex runs in the background._`}]}}catch(e){return X.error(`Reindex failed`,j(e)),W(`INTERNAL`,`Reindex failed: ${e instanceof Error?e.message:String(e)}`)}})}const sd=A(`tools`);function cd(e){let t=V(`replay`);e.registerTool(`replay`,{title:t.title,description:`View or clear the audit trail of recent MCP tool and CLI invocations. Shows tool name, duration, status, and input/output summaries.`,inputSchema:{action:N.enum([`list`,`clear`]).default(`list`).describe(`Action: "list" (default) to view entries, "clear" to wipe the log`),last:N.number().optional().describe(`Number of entries to return (default: 20, list only)`),tool:N.string().optional().describe(`Filter by tool name (list only)`),source:N.enum([`mcp`,`cli`]).optional().describe(`Filter by source: "mcp" or "cli" (list only)`),since:N.string().optional().describe(`ISO timestamp — only show entries after this time (list only)`)},annotations:t.annotations},async({action:e,last:t,tool:n,source:r,since:i})=>{try{if(e===`clear`)return Et(),{content:[{type:`text`,text:`Replay log cleared.`}]};let a=Dt({last:t,tool:n,source:r,since:i});if(a.length===0)return{content:[{type:`text`,text:`No replay entries found. Activity is logged when tools are invoked via MCP or CLI.`}]};let o=a.map(e=>`${e.ts.split(`T`)[1]?.split(`.`)[0]??e.ts} ${e.status===`ok`?`✓`:`✗`} ${e.tool} (${e.durationMs}ms) [${e.source}]\n in: ${e.input}\n out: ${e.output}`);return Ot().catch(()=>{}),{content:[{type:`text`,text:`**Replay Log** (${a.length} entries)\n\n${o.join(`
387
471
 
388
- `)}`}]}}catch(e){return Su.error(`Replay failed`,j(e)),G(`INTERNAL`,`Replay failed: ${e instanceof Error?e.message:String(e)}`)}})}const wu=k(`tools`);function Tu(e){let t=H(`restore`);e.registerTool(`restore`,{title:t.title,description:`List and restore file snapshots taken before destructive operations (codemod, rename, forget). Use action=list to see available restore points, action=restore with an id to undo.`,inputSchema:{action:P.enum([`list`,`restore`]).describe(`list: show restore points, restore: apply a restore point`),id:P.string().optional().describe(`Restore point ID (required for action=restore)`),limit:P.number().min(1).max(50).default(10).describe(`Max restore points to list`)},annotations:t.annotations},async({action:e,id:t,limit:n})=>{try{if(e===`list`){let e=et().slice(0,n);return e.length===0?{content:[{type:`text`,text:`No restore points found.`}]}:{content:[{type:`text`,text:`## Restore Points\n\n${e.map(e=>`- **${e.id}** (${e.timestamp}) — ${e.operation}: ${e.description} (${e.files.length} files)`).join(`
389
- `)}`}]}}if(!t)throw Error(`id is required for restore action`);let r=await Ot(t);return{content:[{type:`text`,text:`Restored ${r.length} files:\n${r.map(e=>`- \`${e}\``).join(`
390
- `)}`}]}}catch(e){return wu.error(`Restore failed`,j(e)),G(`INTERNAL`,`Restore failed: ${e instanceof Error?e.message:String(e)}`)}})}const Eu=/<\/?curated-context>/gi;function Du(e){return e.replace(Eu,``)}function Ou(e){return`<curated-context>\n${Du(e)}\n</curated-context>`}const ku=k(`tools`);function Au(e){let t=[],n=m(process.cwd());n&&t.push(`[project: ${n}]`);let r=It(`__context_boost`);return r&&t.push(`[focus: ${r.value}]`),t.length===0?e:`${t.join(` `)} ${e}`}async function ju(e,t,n,r,i){if(!e||t>=e.config.fallbackThreshold&&n.length>0)return{results:n,triggered:!1,cacheHit:!1};let a=!1;try{let t=e.cache.get(r);return t?a=!0:(t=await e.client.search(r,i),t.length>0&&e.cache.set(r,t)),t.length>0?{results:Dn(n,t,i).map(e=>({record:{id:`er:${e.sourcePath}`,content:e.content,sourcePath:e.source===`er`?`[ER] ${e.sourcePath}`:e.sourcePath,startLine:e.startLine??0,endLine:e.endLine??0,contentType:e.contentType??`documentation`,headingPath:e.headingPath,origin:e.source===`er`?`curated`:e.origin??`indexed`,category:e.category,tags:e.tags??[],chunkIndex:0,totalChunks:1,fileHash:``,indexedAt:new Date().toISOString(),version:1},score:e.score})),triggered:!0,cacheHit:a}:{results:n,triggered:!0,cacheHit:a}}catch(e){return ku.warn(`ER fallback failed`,j(e)),{results:n,triggered:!0,cacheHit:a}}}function Mu(e,t,n=60){let r=new Map,i=e[0]?.score||1,a=t[0]?.score||1;for(let t=0;t<e.length;t++){let a=e[t],o=a.score/i;r.set(a.record.id,{record:a.record,score:1/(n+t+1)*o})}for(let e=0;e<t.length;e++){let i=t[e],o=i.score/a,s=r.get(i.record.id);s?s.score+=1/(n+e+1)*o:r.set(i.record.id,{record:i.record,score:1/(n+e+1)*o})}return[...r.values()].sort((e,t)=>t.score-e.score).map(({record:e,score:t})=>({record:e,score:t}))}function Nu(e,t){let n=t.toLowerCase().split(/\s+/).filter(e=>e.length>=2);return n.length<2?e:e.map(e=>{let t=e.record.content.toLowerCase();if(t.length>5e3)return e;let r=n.map(e=>{let n=[],r=t.indexOf(e);for(;r!==-1&&n.length<10;)n.push(r),r=t.indexOf(e,r+1);return n});if(r.some(e=>e.length===0))return e;let i=t.length;for(let e of r[0]){let t=e,a=e+n[0].length;for(let i=1;i<r.length;i++){let o=r[i][0],s=Math.abs(o-e);for(let t=1;t<r[i].length;t++){let n=Math.abs(r[i][t]-e);n<s&&(s=n,o=r[i][t])}t=Math.min(t,o),a=Math.max(a,o+n[i].length)}i=Math.min(i,a-t)}let a=1+.25/(1+i/200);return{record:e.record,score:e.score*a}}).sort((e,t)=>t.score-e.score)}function Pu(e){if(e.length<=1)return e;let t=new Set;return e.filter(e=>{let n=e.record.contentHash;return n?t.has(n)?!1:(t.add(n),!0):!0})}function Fu(e,t,n=8){let r=new Set(t.toLowerCase().split(/\s+/).filter(e=>e.length>=2)),i=new Map,a=e.length;for(let t of e){let e=t.record.content.split(/[^a-zA-Z0-9_]+/).filter(e=>e.length>=3&&!Iu.has(e.toLowerCase())),n=new Set;for(let t of e){let e=t.toLowerCase();/[_A-Z]/.test(t)&&i.set(`__id__${e}`,1),n.has(e)||(n.add(e),i.set(e,(i.get(e)??0)+1))}}let o=[];for(let[e,t]of i){if(e.startsWith(`__id__`)||r.has(e)||t>a*.8)continue;let n=Math.log(a/t),s=+!!i.has(`__id__${e}`),c=e.length>8?.5:0;o.push({term:e,score:n+s+c})}return o.sort((e,t)=>t.score-e.score).slice(0,n).map(e=>e.term)}const Iu=new Set(`the.and.for.are.but.not.you.all.can.had.her.was.one.our.out.has.have.from.this.that.with.they.been.said.each.which.their.will.other.about.many.then.them.these.some.would.make.like.into.could.time.very.when.come.just.know.take.people.also.back.after.only.more.than.over.such.import.export.const.function.return.true.false.null.undefined.string.number.boolean.void.type.interface`.split(`.`));async function Lu(e,t){try{let n=await e.getStats();if(!n.lastIndexedAt)return;let r=new Date(n.lastIndexedAt).getTime(),i=Date.now(),a=[...new Set(t.map(e=>e.record.sourcePath))].filter(e=>!e.startsWith(`[ER]`)).slice(0,5);if(a.length===0)return;let o=0;for(let e of a)try{(await tn(e)).mtimeMs>r&&o++}catch{o++}if(o>0){let e=i-r,t=Math.floor(e/6e4),n=t<1?`<1 min`:`${t} min`;return`> ⚠️ **Index may be stale** — ${o} file(s) modified since last index (${n} ago). Use \`reindex\` to refresh.`}}catch{}}function Ru(e,t,n,r,i,a,o){let s=H(`search`);e.registerTool(`search`,{title:s.title,description:`Search AI Kit for code, docs, and prior decisions. Default choice for discovery. Modes: hybrid (default), semantic, keyword. For multi-strategy precision queries use find; for a known file path use lookup.`,outputSchema:_a,inputSchema:{query:P.string().max(5e3).describe(`Natural language search query`),limit:P.number().min(1).max(20).default(5).describe(`Maximum results to return`),search_mode:P.enum([`hybrid`,`semantic`,`keyword`]).default(`hybrid`).describe(`Search strategy: hybrid (vector + FTS + RRF fusion, default), semantic (vector only), keyword (FTS only)`),content_type:P.enum(S).optional().describe(`Filter by content type`),source_type:P.enum(T).optional().describe(`Coarse filter: "source" (code only), "documentation" (md, curated), "test", "config". Overrides content_type if both set.`),origin:P.enum(w).optional().describe(`Filter by knowledge origin`),category:P.string().optional().describe(`Filter by category (e.g., decisions, patterns, conventions)`),tags:P.array(P.string()).optional().describe(`Filter by tags (returns results matching ANY of the specified tags)`),min_score:P.number().min(0).max(1).default(.25).describe(`Minimum similarity score`),graph_hops:P.number().min(0).max(3).default(1).describe(`Number of graph hops to augment results with connected entities (0 = disabled, 1 = direct connections, 2-3 = deeper traversal). Default 1 provides module/symbol context automatically.`),max_tokens:P.number().min(100).max(5e4).optional().describe(`Maximum token budget for the response. When set, output is truncated to fit.`),dedup:P.enum([`file`,`chunk`]).default(`chunk`).describe(`Deduplication mode: "chunk" (default, show all matching chunks) or "file" (collapse chunks from same file into single result with merged line ranges)`),workspaces:P.array(P.string()).optional().describe(`Cross-workspace search: partition names or folder basenames to include. Use ["*"] for all registered workspaces. Only works in user-level install mode.`)},annotations:s.annotations},async({query:e,limit:s,search_mode:c,content_type:l,source_type:u,origin:d,category:f,tags:p,min_score:m,graph_hops:h,max_tokens:g,dedup:_,workspaces:v})=>{try{let y={limit:s,minScore:m,contentType:l,sourceType:u,origin:d,category:f,tags:p},b,x=!1,S=!1,C=``,w=Au(e);if(c===`keyword`)b=await n.ftsSearch(e,y),b=b.slice(0,s);else if(c===`semantic`){let r=await t.embedQuery(w);b=await n.search(r,y);let a=await ju(i,b[0]?.score??0,b,e,s);b=a.results,x=a.triggered,S=a.cacheHit}else{let r=await t.embedQuery(w),a=n.coarseSearch,o=a?a.bind(n):n.search.bind(n),[c,l]=await Promise.all([o(r,{...y,limit:s*2}),n.ftsSearch(e,{...y,limit:s*2}).catch(()=>[])]);c.length===0&&l.length>0?(b=l.slice(0,s),C=` (FTS-only: vector index rebuilding)`):b=l.length===0&&c.length>0?c.slice(0,s):Mu(c,l).slice(0,s);let u=await ju(i,c[0]?.score??0,b,e,s);b=u.results,x=u.triggered,S=u.cacheHit}a&&a.recordSearch(e,x,S),b.length>1&&(b=Nu(b,e)),b=Pu(b);let T=``;if(v&&v.length>0){let n=Jo(v,O(process.cwd()));if(n.length>0){let{stores:r,closeAll:i}=await Yo(n);try{let i;i=c===`keyword`?await Zo(r,e,{...y,limit:s}):await Xo(r,await t.embedQuery(e),{...y,limit:s});for(let e of i)b.push({record:{...e.record,sourcePath:`[${e.workspace}] ${e.record.sourcePath}`},score:e.score});b=b.sort((e,t)=>t.score-e.score).slice(0,s),T=` + ${n.length} workspace(s)`}finally{await i()}}}if(_===`file`&&b.length>1){let e=new Map;for(let t of b){let n=t.record.sourcePath,r=e.get(n);r?(t.score>r.best.score&&(r.best=t),r.ranges.push({start:t.record.startLine,end:t.record.endLine})):e.set(n,{best:t,ranges:[{start:t.record.startLine,end:t.record.endLine}]})}b=[...e.values()].sort((e,t)=>t.best.score-e.best.score).map(({best:e,ranges:t})=>({record:{...e.record,content:t.length>1?`${e.record.content}\n\n_Matched ${t.length} sections: ${t.sort((e,t)=>e.start-t.start).map(e=>`L${e.start}-${e.end}`).join(`, `)}_`:e.record.content},score:e.score}))}if(b.length>1){let e=b[0].score,t=Math.max(e*.4,.1);b=b.filter(e=>e.score>=t)}if(b.length===0){if(o?.available)try{let r=(await o.createMessage({prompt:`The search query "${e}" returned 0 results in AI Kit code search. Suggest ONE alternative search query that might find relevant results. Reply with ONLY the alternative query, nothing else.`,systemPrompt:`You are a search query optimizer for AI Kit code search. Generate a single alternative query.`,maxTokens:100})).text.trim().split(`
391
- `)[0].slice(0,500);if(r&&r!==e){let i=await t.embedQuery(r),a=await n.search(i,y);a.length>0&&(b=a,C=`> _Original query "${e}" returned 0 results. Auto-reformulated to "${r}"._\n\n`,ku.info(`Smart search fallback succeeded`,{originalQuery:e,altQuery:r,resultCount:a.length}))}}catch(e){ku.debug(`Smart search fallback failed`,{error:String(e)})}if(b.length===0)return{content:[{type:`text`,text:`No results found for the given query.`}],structuredContent:{results:[],totalResults:0,searchMode:c,query:e}}}let E,D;if(h>0&&!r&&(D="> **Note:** `graph_hops` was set but no graph store is available. Graph augmentation skipped."),h>0&&r)try{let e=await He(r,b.map(e=>({recordId:e.record.id,score:e.score,sourcePath:e.record.sourcePath})),{hops:h,maxPerHit:5});E=new Map;for(let t of e)if(t.graphContext.nodes.length>0){let e=t.graphContext.nodes.slice(0,5).map(e=>` - **${e.name}** (${e.type})`).join(`
472
+ `)}`}]}}catch(e){return sd.error(`Replay failed`,j(e)),W(`INTERNAL`,`Replay failed: ${e instanceof Error?e.message:String(e)}`)}})}const ld=A(`tools`);function ud(e){let t=V(`restore`);e.registerTool(`restore`,{title:t.title,description:`List and restore file snapshots taken before destructive operations (codemod, rename, forget). Use action=list to see available restore points, action=restore with an id to undo.`,inputSchema:{action:N.enum([`list`,`restore`]).describe(`list: show restore points, restore: apply a restore point`),id:N.string().optional().describe(`Restore point ID (required for action=restore)`),limit:N.number().min(1).max(50).default(10).describe(`Max restore points to list`)},annotations:t.annotations},async({action:e,id:t,limit:n})=>{try{if(e===`list`){let e=tt().slice(0,n);return e.length===0?{content:[{type:`text`,text:`No restore points found.`}]}:{content:[{type:`text`,text:`## Restore Points\n\n${e.map(e=>`- **${e.id}** (${e.timestamp}) — ${e.operation}: ${e.description} (${e.files.length} files)`).join(`
473
+ `)}`}]}}if(!t)throw Error(`id is required for restore action`);let r=await kt(t);return{content:[{type:`text`,text:`Restored ${r.length} files:\n${r.map(e=>`- \`${e}\``).join(`
474
+ `)}`}]}}catch(e){return ld.error(`Restore failed`,j(e)),W(`INTERNAL`,`Restore failed: ${e instanceof Error?e.message:String(e)}`)}})}const dd=/<\/?curated-context>/gi;function fd(e){return e.replace(dd,``)}function pd(e){return`<curated-context>\n${fd(e)}\n</curated-context>`}const md=A(`tools`);function hd(e){let t=[],n=m(process.cwd());n&&t.push(`[project: ${n}]`);let r=Lt(`__context_boost`);return r&&t.push(`[focus: ${r.value}]`),t.length===0?e:`${t.join(` `)} ${e}`}async function gd(e,t,n,r,i){if(!e||t>=e.config.fallbackThreshold&&n.length>0)return{results:n,triggered:!1,cacheHit:!1};let a=!1;try{let t=e.cache.get(r);return t?a=!0:(t=await e.client.search(r,i),t.length>0&&e.cache.set(r,t)),t.length>0?{results:kn(n,t,i).map(e=>({record:{id:`er:${e.sourcePath}`,content:e.content,sourcePath:e.source===`er`?`[ER] ${e.sourcePath}`:e.sourcePath,startLine:e.startLine??0,endLine:e.endLine??0,contentType:e.contentType??`documentation`,headingPath:e.headingPath,origin:e.source===`er`?`curated`:e.origin??`indexed`,category:e.category,tags:e.tags??[],chunkIndex:0,totalChunks:1,fileHash:``,indexedAt:new Date().toISOString(),version:1},score:e.score})),triggered:!0,cacheHit:a}:{results:n,triggered:!0,cacheHit:a}}catch(e){return md.warn(`ER fallback failed`,j(e)),{results:n,triggered:!0,cacheHit:a}}}function _d(e,t,n=60){let r=new Map,i=e[0]?.score||1,a=t[0]?.score||1;for(let t=0;t<e.length;t++){let a=e[t],o=a.score/i;r.set(a.record.id,{record:a.record,score:1/(n+t+1)*o})}for(let e=0;e<t.length;e++){let i=t[e],o=i.score/a,s=r.get(i.record.id);s?s.score+=1/(n+e+1)*o:r.set(i.record.id,{record:i.record,score:1/(n+e+1)*o})}return[...r.values()].sort((e,t)=>t.score-e.score).map(({record:e,score:t})=>({record:e,score:t}))}function vd(e,t){let n=t.toLowerCase().split(/\s+/).filter(e=>e.length>=2);return n.length<2?e:e.map(e=>{let t=e.record.content.toLowerCase();if(t.length>5e3)return e;let r=n.map(e=>{let n=[],r=t.indexOf(e);for(;r!==-1&&n.length<10;)n.push(r),r=t.indexOf(e,r+1);return n});if(r.some(e=>e.length===0))return e;let i=t.length;for(let e of r[0]){let t=e,a=e+n[0].length;for(let i=1;i<r.length;i++){let o=r[i][0],s=Math.abs(o-e);for(let t=1;t<r[i].length;t++){let n=Math.abs(r[i][t]-e);n<s&&(s=n,o=r[i][t])}t=Math.min(t,o),a=Math.max(a,o+n[i].length)}i=Math.min(i,a-t)}let a=1+.25/(1+i/200);return{record:e.record,score:e.score*a}}).sort((e,t)=>t.score-e.score)}function yd(e){if(e.length<=1)return e;let t=new Set;return e.filter(e=>{let n=e.record.contentHash;return n?t.has(n)?!1:(t.add(n),!0):!0})}function bd(e,t,n=8){let r=new Set(t.toLowerCase().split(/\s+/).filter(e=>e.length>=2)),i=new Map,a=e.length;for(let t of e){let e=t.record.content.split(/[^a-zA-Z0-9_]+/).filter(e=>e.length>=3&&!xd.has(e.toLowerCase())),n=new Set;for(let t of e){let e=t.toLowerCase();/[_A-Z]/.test(t)&&i.set(`__id__${e}`,1),n.has(e)||(n.add(e),i.set(e,(i.get(e)??0)+1))}}let o=[];for(let[e,t]of i){if(e.startsWith(`__id__`)||r.has(e)||t>a*.8)continue;let n=Math.log(a/t),s=+!!i.has(`__id__${e}`),c=e.length>8?.5:0;o.push({term:e,score:n+s+c})}return o.sort((e,t)=>t.score-e.score).slice(0,n).map(e=>e.term)}const xd=new Set(`the.and.for.are.but.not.you.all.can.had.her.was.one.our.out.has.have.from.this.that.with.they.been.said.each.which.their.will.other.about.many.then.them.these.some.would.make.like.into.could.time.very.when.come.just.know.take.people.also.back.after.only.more.than.over.such.import.export.const.function.return.true.false.null.undefined.string.number.boolean.void.type.interface`.split(`.`));async function Sd(e,t){try{let n=await e.getStats();if(!n.lastIndexedAt)return;let r=new Date(n.lastIndexedAt).getTime(),i=Date.now(),a=[...new Set(t.map(e=>e.record.sourcePath))].filter(e=>!e.startsWith(`[ER]`)).slice(0,5);if(a.length===0)return;let o=0;for(let e of a)try{(await nn(e)).mtimeMs>r&&o++}catch{o++}if(o>0){let e=i-r,t=Math.floor(e/6e4),n=t<1?`<1 min`:`${t} min`;return`> ⚠️ **Index may be stale** — ${o} file(s) modified since last index (${n} ago). Use \`reindex\` to refresh.`}}catch{}}function Cd(e,t,n,r,i,a,o){let s=V(`search`);e.registerTool(`search`,{title:s.title,description:`Search AI Kit for code, docs, and prior decisions. Default choice for discovery. Modes: hybrid (default), semantic, keyword. For multi-strategy precision queries use find; for a known file path use lookup.`,outputSchema:Ca,inputSchema:{query:N.string().max(5e3).describe(`Natural language search query`),limit:N.number().min(1).max(20).default(5).describe(`Maximum results to return`),search_mode:N.enum([`hybrid`,`semantic`,`keyword`]).default(`hybrid`).describe(`Search strategy: hybrid (vector + FTS + RRF fusion, default), semantic (vector only), keyword (FTS only)`),content_type:N.enum(C).optional().describe(`Filter by content type`),source_type:N.enum(E).optional().describe(`Coarse filter: "source" (code only), "documentation" (md, curated), "test", "config". Overrides content_type if both set.`),origin:N.enum(T).optional().describe(`Filter by knowledge origin`),category:N.string().optional().describe(`Filter by category (e.g., decisions, patterns, conventions)`),tags:N.array(N.string()).optional().describe(`Filter by tags (returns results matching ANY of the specified tags)`),min_score:N.number().min(0).max(1).default(.25).describe(`Minimum similarity score`),graph_hops:N.number().min(0).max(3).default(1).describe(`Number of graph hops to augment results with connected entities (0 = disabled, 1 = direct connections, 2-3 = deeper traversal). Default 1 provides module/symbol context automatically.`),max_tokens:N.number().min(100).max(5e4).optional().describe(`Maximum token budget for the response. When set, output is truncated to fit.`),dedup:N.enum([`file`,`chunk`]).default(`chunk`).describe(`Deduplication mode: "chunk" (default, show all matching chunks) or "file" (collapse chunks from same file into single result with merged line ranges)`),workspaces:N.array(N.string()).optional().describe(`Cross-workspace search: partition names or folder basenames to include. Use ["*"] for all registered workspaces. Only works in user-level install mode.`)},annotations:s.annotations},async({query:e,limit:s,search_mode:c,content_type:l,source_type:u,origin:d,category:f,tags:p,min_score:m,graph_hops:h,max_tokens:g,dedup:_,workspaces:v})=>{try{let y={limit:s,minScore:m,contentType:l,sourceType:u,origin:d,category:f,tags:p},b,x=!1,S=!1,C=``,w=hd(e);if(c===`keyword`)b=await n.ftsSearch(e,y),b=b.slice(0,s);else if(c===`semantic`){let r=await t.embedQuery(w);b=await n.search(r,y);let a=await gd(i,b[0]?.score??0,b,e,s);b=a.results,x=a.triggered,S=a.cacheHit}else{let r=await t.embedQuery(w),a=n.coarseSearch,o=a?a.bind(n):n.search.bind(n),[c,l]=await Promise.all([o(r,{...y,limit:s*2}),n.ftsSearch(e,{...y,limit:s*2}).catch(()=>[])]);c.length===0&&l.length>0?(b=l.slice(0,s),C=` (FTS-only: vector index rebuilding)`):b=l.length===0&&c.length>0?c.slice(0,s):_d(c,l).slice(0,s);let u=await gd(i,c[0]?.score??0,b,e,s);b=u.results,x=u.triggered,S=u.cacheHit}a&&a.recordSearch(e,x,S),b.length>1&&(b=vd(b,e)),b=yd(b);let T=``;if(v&&v.length>0){let n=es(v,k(process.cwd()));if(n.length>0){let{stores:r,closeAll:i}=await ts(n);try{let i;i=c===`keyword`?await rs(r,e,{...y,limit:s}):await ns(r,await t.embedQuery(e),{...y,limit:s});for(let e of i)b.push({record:{...e.record,sourcePath:`[${e.workspace}] ${e.record.sourcePath}`},score:e.score});b=b.sort((e,t)=>t.score-e.score).slice(0,s),T=` + ${n.length} workspace(s)`}finally{await i()}}}if(_===`file`&&b.length>1){let e=new Map;for(let t of b){let n=t.record.sourcePath,r=e.get(n);r?(t.score>r.best.score&&(r.best=t),r.ranges.push({start:t.record.startLine,end:t.record.endLine})):e.set(n,{best:t,ranges:[{start:t.record.startLine,end:t.record.endLine}]})}b=[...e.values()].sort((e,t)=>t.best.score-e.best.score).map(({best:e,ranges:t})=>({record:{...e.record,content:t.length>1?`${e.record.content}\n\n_Matched ${t.length} sections: ${t.sort((e,t)=>e.start-t.start).map(e=>`L${e.start}-${e.end}`).join(`, `)}_`:e.record.content},score:e.score}))}if(b.length>1){let e=b[0].score,t=Math.max(e*.4,.1);b=b.filter(e=>e.score>=t)}if(b.length===0){if(o?.available)try{let r=(await o.createMessage({prompt:`The search query "${e}" returned 0 results in AI Kit code search. Suggest ONE alternative search query that might find relevant results. Reply with ONLY the alternative query, nothing else.`,systemPrompt:`You are a search query optimizer for AI Kit code search. Generate a single alternative query.`,maxTokens:100})).text.trim().split(`
475
+ `)[0].slice(0,500);if(r&&r!==e){let i=await t.embedQuery(r),a=await n.search(i,y);a.length>0&&(b=a,C=`> _Original query "${e}" returned 0 results. Auto-reformulated to "${r}"._\n\n`,md.info(`Smart search fallback succeeded`,{originalQuery:e,altQuery:r,resultCount:a.length}))}}catch(e){md.debug(`Smart search fallback failed`,{error:String(e)})}if(b.length===0)return{content:[{type:`text`,text:`No results found for the given query.`}],structuredContent:{results:[],totalResults:0,searchMode:c,query:e}}}let E,D;if(h>0&&!r&&(D="> **Note:** `graph_hops` was set but no graph store is available. Graph augmentation skipped."),h>0&&r)try{let e=await Ue(r,b.map(e=>({recordId:e.record.id,score:e.score,sourcePath:e.record.sourcePath})),{hops:h,maxPerHit:5});E=new Map;for(let t of e)if(t.graphContext.nodes.length>0){let e=t.graphContext.nodes.slice(0,5).map(e=>` - **${e.name}** (${e.type})`).join(`
392
476
  `),n=t.graphContext.edges.slice(0,5).map(e=>` - ${e.fromId} —[${e.type}]→ ${e.toId}`).join(`
393
477
  `),r=[`- **Graph Context** (${h} hop${h>1?`s`:``}):`];e&&r.push(` Entities:\n${e}`),n&&r.push(` Relationships:\n${n}`),E.set(t.recordId,r.join(`
394
- `))}}catch(e){ku.warn(`Graph augmentation failed`,j(e)),D=`> **Note:** Graph augmentation failed. Results shown without graph context.`}let k=Date.now();for(let e of b)if(e.record.origin===`curated`&&e.record.indexedAt){let t=k-new Date(e.record.indexedAt).getTime(),n=Math.max(0,t/864e5);e.score*=.95**n}b.sort((e,t)=>t.score-e.score),b=ue(b);let ee=b.map((e,t)=>{let n=e.record;return`${`### Result ${t+1} (score: ${e.score.toFixed(3)})`}\n${[`- **Source**: ${n.sourcePath}`,n.headingPath?`- **Section**: ${n.headingPath}`:null,`- **Type**: ${n.contentType}`,n.startLine?`- **Lines**: ${n.startLine}-${n.endLine}`:null,n.origin===`indexed`?null:`- **Origin**: ${n.origin}`,n.category?`- **Category**: ${n.category}`:null,n.tags?.length?`- **Tags**: ${n.tags.join(`, `)}`:null,E?.get(n.id)??null].filter(Boolean).join(`
395
- `)}\n\n${n.origin===`curated`?Ou(n.content):n.content}`}).join(`
478
+ `))}}catch(e){md.warn(`Graph augmentation failed`,j(e)),D=`> **Note:** Graph augmentation failed. Results shown without graph context.`}let O=Date.now();for(let e of b)if(e.record.origin===`curated`&&e.record.indexedAt){let t=O-new Date(e.record.indexedAt).getTime(),n=Math.max(0,t/864e5);e.score*=.95**n}b.sort((e,t)=>t.score-e.score),b=de(b);let A=b.map((e,t)=>{let n=e.record;return`${`### Result ${t+1} (score: ${e.score.toFixed(3)})`}\n${[`- **Source**: ${n.sourcePath}`,n.headingPath?`- **Section**: ${n.headingPath}`:null,`- **Type**: ${n.contentType}`,n.startLine?`- **Lines**: ${n.startLine}-${n.endLine}`:null,n.origin===`indexed`?null:`- **Origin**: ${n.origin}`,n.category?`- **Category**: ${n.category}`:null,n.tags?.length?`- **Tags**: ${n.tags.join(`, `)}`:null,E?.get(n.id)??null].filter(Boolean).join(`
479
+ `)}\n\n${n.origin===`curated`?pd(n.content):n.content}`}).join(`
396
480
 
397
481
  ---
398
482
 
399
- `),A=(c===`hybrid`?`hybrid (vector + keyword RRF)`:c===`keyword`?`keyword (FTS)`:`semantic (vector)`)+T,te=Fu(b,e),ne=te.length>0?`\n_Distinctive terms: ${te.map(e=>`\`${e}\``).join(`, `)}_`:``,M=await Lu(n,b),re=[];if(b.length===0)re.push("`reindex` — no results found, index may be stale"),re.push("`find` — try federated search with glob/regex");else{let e=b[0]?.record.sourcePath;e&&re.push(`\`lookup\` — see all chunks from \`${e}\``),re.push("`symbol` — resolve a specific symbol from the results"),re.push("`compact` — compress a result file for focused reading")}let ie=[D?`${D}\n\n`:``,M?`${M}\n\n`:``,ee,`\n\n---\n_Search mode: ${A} | ${b.length} results_${ne}`,`\n_Next: ${re.join(` | `)}_`],ae=C+ie.join(``);g&&(ae=Gt(ae,g));let oe=new Set,se=[];for(let e of b){if(e.record.origin!==`curated`||e.record.sourcePath.startsWith(`[`))continue;let t=bc(e.record.sourcePath);if(!t)continue;let n=vc(t,e.record.headingPath??t);n&&!oe.has(n.uri)&&(oe.add(n.uri),se.push(n))}return{content:[{type:`text`,text:ae},...se],structuredContent:{results:b.map(e=>({sourcePath:e.record.sourcePath,contentType:e.record.contentType,score:e.score,...e.record.headingPath?{headingPath:e.record.headingPath}:{},...e.record.startLine?{startLine:e.record.startLine}:{},...e.record.endLine?{endLine:e.record.endLine}:{},...e.record.origin===`indexed`?{}:{origin:e.record.origin},...e.record.category?{category:e.record.category}:{},...e.record.tags?.length?{tags:e.record.tags}:{}})),totalResults:b.length,searchMode:c,query:e}}}catch(e){return ku.error(`Search failed`,j(e)),G(`INTERNAL`,`Search failed: ${e instanceof Error?e.message:String(e)}`)}})}const zu=k(`tools`);function Bu(e,t){let n=H(`session_digest`);e.registerTool(`session_digest`,{title:n.title,description:`Compress the current session's tool trajectory into a focused digest. Aggregates replay log, stash state, and checkpoints. Supports deterministic and LLM-assisted (sampling) modes with configurable token budget.`,inputSchema:{scope:P.enum([`tools`,`stash`,`all`]).default(`all`).describe(`What to include: tools (replay only), stash (stash + checkpoints only), or all`),since:P.string().optional().describe(`ISO timestamp — only include activity after this time`),last:P.number().min(1).max(500).optional().describe(`Max replay entries to consider (default: 50)`),focus:P.string().optional().describe(`Focus query — prioritize entries matching this topic`),mode:P.enum([`deterministic`,`sampling`]).default(`deterministic`).describe(`Summary mode: deterministic (fast, template-based) or sampling (LLM-assisted, richer)`),token_budget:P.number().min(100).max(8e3).default(2e3).describe(`Target token budget for the digest output`),persist:P.boolean().default(!0).describe(`Auto-save digest to stash for crash recovery`)},annotations:n.annotations},async({scope:e,since:n,last:r,focus:i,mode:a,token_budget:o,persist:s})=>{try{let c={scope:e,since:n,last:r,focus:i,mode:a,tokenBudget:o,persist:s};return{content:[{type:`text`,text:(a===`sampling`&&t?.available?await Nt(c,async(e,n,r)=>(await t.createMessage({prompt:e,systemPrompt:n,maxTokens:r})).text):Mt(c)).digest}]}}catch(e){return zu.error(`Session digest failed`,j(e)),G(`INTERNAL`,`Session digest failed: ${e instanceof Error?e.message:String(e)}`)}})}const Vu=k(`tools`);function Hu(e,t,n,r=15e3){let i,a=new Promise(e=>{i=setTimeout(()=>{Vu.warn(`Status sub-operation "${n}" timed out after ${r}ms`),e({value:t,timedOut:!0})},r)});return Promise.race([e.then(e=>(clearTimeout(i),{value:e,timedOut:!1}),e=>(clearTimeout(i),Vu.warn(`Status sub-operation "${n}" failed: ${e instanceof Error?e.message:String(e)}`),{value:t,timedOut:!1})),a])}function Uu(){let e=bn.get(),t=yn.get();if(e)return`- **Tree-sitter (WASM)**: ✅ Available (${t.grammarCount} grammars, dir: ${t.wasmDir})`;let n=t.pathsChecked.length?t.pathsChecked.map(e=>` ${e.exists?`✓`:`✗`} ${e.path}`).join(`
483
+ `),ee=(c===`hybrid`?`hybrid (vector + keyword RRF)`:c===`keyword`?`keyword (FTS)`:`semantic (vector)`)+T,te=bd(b,e),ne=te.length>0?`\n_Distinctive terms: ${te.map(e=>`\`${e}\``).join(`, `)}_`:``,re=await Sd(n,b),M=[];if(b.length===0)M.push("`reindex` — no results found, index may be stale"),M.push("`find` — try federated search with glob/regex");else{let e=b[0]?.record.sourcePath;e&&M.push(`\`lookup\` — see all chunks from \`${e}\``),M.push("`symbol` — resolve a specific symbol from the results"),M.push("`compact` — compress a result file for focused reading")}let ie=[D?`${D}\n\n`:``,re?`${re}\n\n`:``,A,`\n\n---\n_Search mode: ${ee} | ${b.length} results_${ne}`,`\n_Next: ${M.join(` | `)}_`],ae=C+ie.join(``);g&&(ae=Kt(ae,g));let oe=new Set,se=[];for(let e of b){if(e.record.origin!==`curated`||e.record.sourcePath.startsWith(`[`))continue;let t=Ec(e.record.sourcePath);if(!t)continue;let n=wc(t,e.record.headingPath??t);n&&!oe.has(n.uri)&&(oe.add(n.uri),se.push(n))}return{content:[{type:`text`,text:ae},...se],structuredContent:{results:b.map(e=>({sourcePath:e.record.sourcePath,contentType:e.record.contentType,score:e.score,...e.record.headingPath?{headingPath:e.record.headingPath}:{},...e.record.startLine?{startLine:e.record.startLine}:{},...e.record.endLine?{endLine:e.record.endLine}:{},...e.record.origin===`indexed`?{}:{origin:e.record.origin},...e.record.category?{category:e.record.category}:{},...e.record.tags?.length?{tags:e.record.tags}:{}})),totalResults:b.length,searchMode:c,query:e}}}catch(e){return md.error(`Search failed`,j(e)),W(`INTERNAL`,`Search failed: ${e instanceof Error?e.message:String(e)}`)}})}const wd=A(`tools`);function Td(e,t){let n=V(`session_digest`);e.registerTool(`session_digest`,{title:n.title,description:`Compress the current session's tool trajectory into a focused digest. Aggregates replay log, stash state, and checkpoints. Supports deterministic and LLM-assisted (sampling) modes with configurable token budget.`,inputSchema:{scope:N.enum([`tools`,`stash`,`all`]).default(`all`).describe(`What to include: tools (replay only), stash (stash + checkpoints only), or all`),since:N.string().optional().describe(`ISO timestamp — only include activity after this time`),last:N.number().min(1).max(500).optional().describe(`Max replay entries to consider (default: 50)`),focus:N.string().optional().describe(`Focus query — prioritize entries matching this topic`),mode:N.enum([`deterministic`,`sampling`]).default(`deterministic`).describe(`Summary mode: deterministic (fast, template-based) or sampling (LLM-assisted, richer)`),token_budget:N.number().min(100).max(8e3).default(2e3).describe(`Target token budget for the digest output`),persist:N.boolean().default(!0).describe(`Auto-save digest to stash for crash recovery`)},annotations:n.annotations},async({scope:e,since:n,last:r,focus:i,mode:a,token_budget:o,persist:s})=>{try{let c={scope:e,since:n,last:r,focus:i,mode:a,tokenBudget:o,persist:s};return{content:[{type:`text`,text:(a===`sampling`&&t?.available?await Pt(c,async(e,n,r)=>(await t.createMessage({prompt:e,systemPrompt:n,maxTokens:r})).text):Nt(c)).digest}]}}catch(e){return wd.error(`Session digest failed`,j(e)),W(`INTERNAL`,`Session digest failed: ${e instanceof Error?e.message:String(e)}`)}})}const Ed=A(`tools`);function Dd(e,t,n,r=15e3){let i,a=new Promise(e=>{i=setTimeout(()=>{Ed.warn(`Status sub-operation "${n}" timed out after ${r}ms`),e({value:t,timedOut:!0})},r)});return Promise.race([e.then(e=>(clearTimeout(i),{value:e,timedOut:!1}),e=>(clearTimeout(i),Ed.warn(`Status sub-operation "${n}" failed: ${e instanceof Error?e.message:String(e)}`),{value:t,timedOut:!1})),a])}function Od(){let e=Sn.get(),t=xn.get();if(e)return`- **Tree-sitter (WASM)**: ✅ Available (${t.grammarCount} grammars, dir: ${t.wasmDir})`;let n=t.pathsChecked.length?t.pathsChecked.map(e=>` ${e.exists?`✓`:`✗`} ${e.path}`).join(`
400
484
  `):` none`,r=t.healAttempted?` Auto-heal: ${t.healSuccess?`✓ succeeded`:`✗ failed (${t.healError??`unknown`})`}`:` Auto-heal: not attempted`;return[`- **Tree-sitter (WASM)**: ⚠ Unavailable (regex fallback)`,` Reason: ${t.reason||`unknown`}`,` Paths checked:`,n,r,` OS: ${t.os} ${t.arch} | Node: ${t.nodeVersion}`,` Fix: Reinstall package or run vendor:wasm script`].join(`
401
- `)}const Wu=5*6e4;let Gu=null,Ku=null;function qu(e,t,n,r){let i=Math.min(e/2e4,1),a=Math.min((t+n)/5e4,1),o=Math.min(r/200,1);return Math.round(i*40+a*35+o*25)}function Ju(){let e=Date.now();if(Gu&&e-Gu.ts<Wu)return Gu.value;try{let t=y(In(),`.copilot`,`.aikit-scaffold.json`);if(!o(t))return Gu={value:null,ts:e},null;let n=JSON.parse(c(t,`utf-8`)).version??null;return Gu={value:n,ts:e},n}catch{return Gu={value:null,ts:e},null}}function Yu(){let e=Date.now();if(Ku&&e-Ku.ts<Wu)return Ku.value;try{let t=y(process.cwd(),`.github`,`.aikit-scaffold.json`);if(!o(t))return Ku={value:null,ts:e},null;let n=JSON.parse(c(t,`utf-8`)).version??null;return Ku={value:n,ts:e},n}catch{return Ku={value:null,ts:e},null}}function Xu(e){let t=H(`status`);e.registerTool(`status`,{title:t.title,description:`Get the current status and statistics of the AI Kit index.`,outputSchema:ca,annotations:t.annotations},async()=>{let e=r(),t=Ju(),a=Yu(),o=t!=null&&t!==e,s=a!=null&&a!==e,c=[`## AI Kit Status`,``,`⏳ **AI Kit is initializing** — index stats will be available shortly.`,``,`### Runtime`,`- **Tree-sitter (WASM)**: ${bn.get()?`✅ Available (AST analysis)`:`⚠ Unavailable (regex fallback)`}`,``,`### Version`,`- **Server**: ${e}`,`- **Scaffold (user)**: ${t??`not installed`}`,`- **Scaffold (workspace)**: ${a??`not installed`}`];if(o||s){let r=i(),l=[];o&&l.push(`user scaffold v${t}`),s&&l.push(`workspace scaffold v${a}`);let u=l.join(`, `);r.state===`success`?c.push(``,`### ✅ Upgrade Applied`,`- Server v${e} — ${u} auto-upgraded successfully.`,`- _Restart the MCP server to use the updated version._`):r.state===`pending`?c.push(``,`### ⏳ Upgrade In Progress`,`- Server v${e} ≠ ${u}`,`- Auto-upgrade is running in the background…`):r.state===`failed`?(n(),c.push(``,`### ⬆ Upgrade Available (auto-upgrade failed, retrying)`,`- Server v${e} ≠ ${u}`,`- Error: ${r.error??`unknown`}`)):(n(),c.push(``,`### ⬆ Upgrade Available`,`- Server v${e} ≠ ${u}`,`- Auto-upgrade triggered — check again shortly.`))}let l={totalRecords:0,totalFiles:0,lastIndexedAt:null,onboarded:!1,onboardDir:``,contentTypes:{},wasmAvailable:!!bn.get(),wasmDiagnostics:yn.get(),graphStats:null,curatedCount:0,serverVersion:e,scaffoldVersion:t??null,workspaceScaffoldVersion:a??null,upgradeAvailable:o||s,contextPressure:0};return{content:[{type:`text`,text:c.join(`
402
- `)}],structuredContent:l}})}function Zu(e,t,a,s,c,l,u,d){let p=H(`status`);e.registerTool(`status`,{title:p.title,description:`Get the current status and statistics of the AI Kit index.`,outputSchema:ca,annotations:p.annotations},async()=>{let e=[];try{let[p,m]=await Promise.all([Hu(t.getStats(),{totalRecords:0,totalFiles:0,lastIndexedAt:null,contentTypeBreakdown:{}},`store.getStats`),Hu(t.listSourcePaths(),[],`store.listSourcePaths`)]),h=p.value;p.timedOut&&e.push(`⚠ Index stats timed out — values may be incomplete`);let g=m.value;m.timedOut&&e.push(`⚠ File listing timed out`);let _=null,v=0,b=[`## AI Kit Status`,``,`- **Total Records**: ${h.totalRecords}`,`- **Total Files**: ${h.totalFiles}`,`- **Last Indexed**: ${h.lastIndexedAt??`Never`}`,``,`### Content Types`,...Object.entries(h.contentTypeBreakdown).map(([e,t])=>`- ${e}: ${t}`),``,`### Indexed Files`,...g.slice(0,50).map(e=>`- ${e}`),g.length>50?`\n... and ${g.length-50} more files`:``];if(a)try{let t=await Hu(a.getStats(),{nodeCount:0,edgeCount:0,nodeTypes:{},edgeTypes:{}},`graphStore.getStats`);if(t.timedOut)e.push(`⚠ Graph stats timed out`),b.push(``,`### Knowledge Graph`,`- Graph stats timed out`);else{let e=t.value;_={nodes:e.nodeCount,edges:e.edgeCount},b.push(``,`### Knowledge Graph`,`- **Nodes**: ${e.nodeCount}`,`- **Edges**: ${e.edgeCount}`,...Object.entries(e.nodeTypes).map(([e,t])=>` - ${e}: ${t}`));try{let e=await Hu(a.validate(),{valid:!0,danglingEdges:[],orphanNodes:[],stats:{nodeCount:0,edgeCount:0,nodeTypes:{},edgeTypes:{}}},`graphStore.validate`);if(!e.timedOut){let t=e.value;t.valid||b.push(`- **⚠ Integrity Issues**: ${t.danglingEdges.length} dangling edges`),t.orphanNodes.length>0&&b.push(`- **Orphan nodes**: ${t.orphanNodes.length}`)}}catch{}}}catch{b.push(``,`### Knowledge Graph`,`- Graph store unavailable`)}let S=l?.onboardDir??y(process.cwd(),x.aiContext),C=o(S),w=c?.onboardComplete||C;if(b.push(``,`### Onboard Status`,w?`- ✅ Complete${c?.onboardTimestamp?` (last: ${c.onboardTimestamp})`:``}`:'- ❌ Not run — call `onboard({ path: "." })` to analyze the codebase',`- **Onboard Directory**: \`${S}\``),s)try{let t=await Hu(s.list(),[],`curated.list`);if(t.timedOut)e.push(`⚠ Curated knowledge listing timed out`),b.push(``,`### Curated Knowledge`,`- Listing timed out`);else{let e=t.value;v=e.length,b.push(``,`### Curated Knowledge`,e.length>0?`- ${e.length} entries`:'- Empty — use `knowledge({ action: "remember", ... })` to persist decisions')}}catch{b.push(``,`### Curated Knowledge`,`- Unable to read curated entries`)}let T=qu(h.totalRecords,_?.nodes??0,_?.edges??0,v);b.push(``),b.push(`## 📊 Context Pressure: ${T}/100`),T>=80?b.push(`⚠️ High pressure — consider pruning stale entries or compacting context.`):T>=50?b.push(`ℹ️ Moderate pressure — AI Kit memory is well-populated.`):b.push(`✅ Low pressure — plenty of headroom for more content.`);let E=0;if(h.lastIndexedAt){E=new Date(h.lastIndexedAt).getTime();let e=(Date.now()-E)/(1e3*60*60);b.push(``,`### Index Freshness`,e>24?u===`smart`?`- ⚠ Last indexed ${Math.floor(e)}h ago — smart indexing will refresh automatically`:`- ⚠ Last indexed ${Math.floor(e)}h ago — may be stale. Run \`reindex({})\``:`- ✅ Last indexed ${e<1?`less than 1h`:`${Math.floor(e)}h`} ago`)}let D=null,O=t;if(typeof O.getDiagnostics==`function`)try{D=O.getDiagnostics(),b.push(``,`### Storage`,`- **Backend**: ${l?.store?.backend??`unknown`}`,`- **Adapter**: ${D.adapterType}`,`- **Vector search**: ${D.vectorSearchEnabled?`✅ enabled`:`⚠ disabled (FTS-only fallback)`}`,D.dbPath?`- **DB**: ${D.dbPath}`:``,D.dbSizeBytes==null?``:`- **DB size**: ${(D.dbSizeBytes/1024/1024).toFixed(2)} MB`,`- **Embedding dim**: ${D.embeddingDim}`,`- **Vector dtype**: ${D.vectorDtype}`)}catch{}if(u===`smart`)if(b.push(``,`### Smart Indexing`),d){let e=d();e?b.push(`- **Mode**: Smart (trickle)`,`- **Status**: ${e.running?`✅ Running`:`⏸ Stopped`}`,`- **Queue**: ${e.queueSize} files pending`,`- **Changed files**: ${e.changedFilesSize} detected`,`- **Interval**: ${Math.round(e.intervalMs/1e3)}s per batch of ${e.batchSize}`):b.push(`- **Mode**: Smart (trickle)`,`- **Status**: scheduler state unavailable (init may have failed)`)}else b.push(`- **Mode**: Smart (trickle) — scheduler state unavailable`);{try{let e=y(process.cwd(),x.data,`stash`);if(o(e)){let t=f(e).mtimeMs;t>E&&(E=t)}}catch{}let e=[];if(s)try{let t=v>0?await s.list():[];for(let e of t){let t=new Date(e.updated||e.created).getTime();t>E&&(E=t)}e.push(...t.sort((e,t)=>new Date(t.updated).getTime()-new Date(e.updated).getTime()).slice(0,5))}catch{}let t=E>0?Date.now()-E:0;if(t>=144e5){let n=Math.floor(t/36e5);if(b.push(``,`### 🌅 Session Briefing`,`_${n}+ hours since last activity — here's what to pick up:_`,``),e.length>0){b.push(`**Recent decisions/notes:**`);for(let t of e)b.push(`- **${t.title}** (${t.category??`note`}) — ${(t.contentPreview??``).slice(0,80)}…`)}b.push(``,`**Suggested next steps:**`,'- `search({ query: "SESSION CHECKPOINT", origin: "curated" })` — find your last checkpoint',"- `restore({})` — resume from a saved checkpoint",'- `knowledge({ action: "list" })` — browse all stored knowledge')}}b.push(``,`### Runtime`,Uu());let k=Ju(),ee=Yu(),A=r(),te=k!=null&&k!==A,ne=ee!=null&&ee!==A;if(te||ne){let e=i(),t=[];te&&t.push(`user scaffold v${k}`),ne&&t.push(`workspace scaffold v${ee}`);let r=t.join(`, `);e.state===`success`?b.push(``,`### ✅ Upgrade Applied`,`- Server v${A} — ${r} auto-upgraded successfully.`,`- _Restart the MCP server to use the updated version._`):e.state===`pending`?b.push(``,`### ⏳ Upgrade In Progress`,`- Server v${A} ≠ ${r}`,`- Auto-upgrade is running in the background…`):e.state===`failed`?(n(),b.push(``,`### ⬆ Upgrade Available (auto-upgrade failed, retrying)`,`- Server v${A} ≠ ${r}`,`- Error: ${e.error??`unknown`}`)):(n(),b.push(``,`### ⬆ Upgrade Available`,`- Server v${A} ≠ ${r}`,`- Auto-upgrade triggered — check again shortly.`))}e.length>0&&b.push(``,`### ⚠ Warnings`,...e.map(e=>`- ${e}`));let j=Ti();if(j.length>0){let e=j.sort((e,t)=>t.callCount-e.callCount);b.push(``,`### Tool Usage This Session`,``),b.push(`| Tool | Calls | Tokens In | Tokens Out | Errors | Avg Latency |`),b.push(`|------|-------|-----------|------------|--------|-------------|`);for(let t of e.slice(0,15)){let e=Math.round(t.totalInputChars/4),n=Math.round(t.totalOutputChars/4),r=Math.round(t.totalDurationMs/t.callCount);b.push(`| ${t.tool} | ${t.callCount} | ${e.toLocaleString()} | ${n.toLocaleString()} | ${t.errorCount} | ${r}ms |`)}}let M=_i();if(M.bufferSize>=10){let e=M.state===`healthy`?`🟢`:M.state===`degraded`?`🔴`:`🟡`;b.push(``,`### Auto-GC: ${e} ${M.state}`),b.push(`- p95 latency: ${M.p95}ms | buffer: ${M.bufferSize} samples`),M.gcCount>0&&b.push(`- GC cycles triggered: ${M.gcCount}`)}let re=b.join(`
403
- `),ie={totalRecords:h.totalRecords,totalFiles:h.totalFiles,lastIndexedAt:h.lastIndexedAt??null,onboarded:w,onboardDir:S,contentTypes:h.contentTypeBreakdown,wasmAvailable:!!bn.get(),wasmDiagnostics:yn.get(),graphStats:_,curatedCount:v,serverVersion:A,scaffoldVersion:k??null,workspaceScaffoldVersion:ee??null,upgradeAvailable:te||ne,storeBackend:l?.store?.backend,storeDiagnostics:D??null,contextPressure:T};return{content:[{type:`text`,text:re+(u===`smart`?"\n\n---\n_Next: Use `search` to query indexed content or `graph({action:'find_nodes', name_pattern:'<top-level-module>'})` → then `graph({action:'neighbors', node_id})` for relationships. Smart indexing handles updates automatically._":"\n\n---\n_Next: Use `search` to query indexed content, `graph({action:'find_nodes', name_pattern:'<top-level-module>'})` → then `graph({action:'neighbors', node_id})` for relationships, or `reindex` to refresh the index._")}],structuredContent:ie}}catch(e){return Vu.error(`Status failed`,j(e)),G(`INTERNAL`,`Status check failed: ${e instanceof Error?e.message:String(e)}`)}})}const Qu=k(`tools`);function $u(e){let t=H(`web_search`);e.registerTool(`web_search`,{title:t.title,description:`PREFERRED web search — fans out to multiple keyless providers (DuckDuckGo + Bing-HTML + Mojeek) by default, returning a deduplicated, consensus-ranked union within a 10s deadline. Optional providers (SearXNG, Google, Brave, Bing API) join the fan-out automatically when their env vars are set. Pass one query or multiple for parallel searching.`,inputSchema:{queries:P.array(P.string().max(2e3)).min(1).max(5).describe('Search queries (1–5). Single: `["react hooks"]`. Multiple searched in parallel.'),limit:P.number().min(1).max(20).default(5).describe(`Max results per query`),site:P.string().optional().describe(`Restrict to domain (e.g., "docs.aws.amazon.com")`),provider:P.enum([`multi`,`duckduckgo`,`bing-html`,`mojeek`,`searxng`,`google`,`brave`,`bing`]).optional().describe("Search provider. Defaults to env AIKIT_SEARCH_PROVIDER, then `multi` (fan-out). Single keyless: `duckduckgo`, `bing-html`, `mojeek`. Self-hosted: `searxng` (requires SEARXNG_URL). Keyed APIs: `google` (GOOGLE_API_KEY+GOOGLE_CSE_ID), `brave` (BRAVE_API_KEY), `bing` (BING_API_KEY). Missing keys auto-fall back to duckduckgo.")},annotations:t.annotations},async({queries:e,limit:t,site:n,provider:r})=>{let i=e,a=async e=>{let i=await Xt({query:e,limit:t,site:n,provider:r}),a=[`## Search: ${i.query} _(via ${i.provider})_`,``];if(i.results.length===0)a.push(`No results found.`);else for(let e of i.results)a.push(`### [${e.title}](${e.url})`,e.snippet,``);return a.join(`
404
- `)};if(i.length===1)try{return{content:[{type:`text`,text:`${await a(i[0])}\n---\n_Next: Use \`web_fetch\` to read any of these pages in full._`}]}}catch(e){return Qu.error(`Web search failed`,j(e)),G(`INTERNAL`,`Web search failed: ${e instanceof Error?e.message:String(e)}`)}let o=await Promise.allSettled(i.map(e=>a(e))),s=[],c=0;for(let e=0;e<o.length;e++){let t=o[e];if(t.status===`fulfilled`)s.push(t.value);else{c++;let n=t.reason instanceof Error?t.reason.message:String(t.reason);Qu.error(`Web search failed`,{query:i[e],error:n}),s.push(`## ❌ Search failed: ${i[e]}\n\n${n}`)}}let l=`_Searched ${o.length-c}/${o.length} queries successfully._`;s.push(``,`---`,l,"_Next: Use `web_fetch` to read any of these pages in full._");let u=s.join(`
485
+ `)}const kd=5*6e4;let Ad=null,jd=null;function Md(e,t,n,r){let i=Math.min(e/2e4,1),a=Math.min((t+n)/5e4,1),o=Math.min(r/200,1);return Math.round(i*40+a*35+o*25)}function Nd(){let e=Date.now();if(Ad&&e-Ad.ts<kd)return Ad.value;try{let t=y(Rn(),`.copilot`,`.aikit-scaffold.json`);if(!o(t))return Ad={value:null,ts:e},null;let n=JSON.parse(c(t,`utf-8`)).version??null;return Ad={value:n,ts:e},n}catch{return Ad={value:null,ts:e},null}}function Pd(){let e=Date.now();if(jd&&e-jd.ts<kd)return jd.value;try{let t=y(process.cwd(),`.github`,`.aikit-scaffold.json`);if(!o(t))return jd={value:null,ts:e},null;let n=JSON.parse(c(t,`utf-8`)).version??null;return jd={value:n,ts:e},n}catch{return jd={value:null,ts:e},null}}function Fd(e){let t=V(`status`);e.registerTool(`status`,{title:t.title,description:`Get the current status and statistics of the AI Kit index.`,outputSchema:ma,annotations:t.annotations},async()=>{let e=r(),t=Nd(),a=Pd(),o=t!=null&&t!==e,s=a!=null&&a!==e,c=[`## AI Kit Status`,``,`⏳ **AI Kit is initializing** — index stats will be available shortly.`,``,`### Runtime`,`- **Tree-sitter (WASM)**: ${Sn.get()?`✅ Available (AST analysis)`:`⚠ Unavailable (regex fallback)`}`,``,`### Version`,`- **Server**: ${e}`,`- **Scaffold (user)**: ${t??`not installed`}`,`- **Scaffold (workspace)**: ${a??`not installed`}`];if(o||s){let r=i(),l=[];o&&l.push(`user scaffold v${t}`),s&&l.push(`workspace scaffold v${a}`);let u=l.join(`, `);r.state===`success`?c.push(``,`### ✅ Upgrade Applied`,`- Server v${e} — ${u} auto-upgraded successfully.`,`- _Restart the MCP server to use the updated version._`):r.state===`pending`?c.push(``,`### ⏳ Upgrade In Progress`,`- Server v${e} ≠ ${u}`,`- Auto-upgrade is running in the background…`):r.state===`failed`?(n(),c.push(``,`### ⬆ Upgrade Available (auto-upgrade failed, retrying)`,`- Server v${e} ≠ ${u}`,`- Error: ${r.error??`unknown`}`)):(n(),c.push(``,`### ⬆ Upgrade Available`,`- Server v${e} ≠ ${u}`,`- Auto-upgrade triggered — check again shortly.`))}let l={totalRecords:0,totalFiles:0,lastIndexedAt:null,onboarded:!1,onboardDir:``,contentTypes:{},wasmAvailable:!!Sn.get(),wasmDiagnostics:xn.get(),graphStats:null,curatedCount:0,serverVersion:e,scaffoldVersion:t??null,workspaceScaffoldVersion:a??null,upgradeAvailable:o||s,contextPressure:0};return{content:[{type:`text`,text:c.join(`
486
+ `)}],structuredContent:l}})}function Id(e,t,a,s,c,l,u,d){let p=V(`status`);e.registerTool(`status`,{title:p.title,description:`Get the current status and statistics of the AI Kit index.`,outputSchema:ma,annotations:p.annotations},async()=>{let e=[];try{let[p,m]=await Promise.all([Dd(t.getStats(),{totalRecords:0,totalFiles:0,lastIndexedAt:null,contentTypeBreakdown:{}},`store.getStats`),Dd(t.listSourcePaths(),[],`store.listSourcePaths`)]),h=p.value;p.timedOut&&e.push(`⚠ Index stats timed out — values may be incomplete`);let g=m.value;m.timedOut&&e.push(`⚠ File listing timed out`);let _=null,v=0,b=[`## AI Kit Status`,``,`- **Total Records**: ${h.totalRecords}`,`- **Total Files**: ${h.totalFiles}`,`- **Last Indexed**: ${h.lastIndexedAt??`Never`}`,``,`### Content Types`,...Object.entries(h.contentTypeBreakdown).map(([e,t])=>`- ${e}: ${t}`),``,`### Indexed Files`,...g.slice(0,50).map(e=>`- ${e}`),g.length>50?`\n... and ${g.length-50} more files`:``];if(a)try{let t=await Dd(a.getStats(),{nodeCount:0,edgeCount:0,nodeTypes:{},edgeTypes:{}},`graphStore.getStats`);if(t.timedOut)e.push(`⚠ Graph stats timed out`),b.push(``,`### Knowledge Graph`,`- Graph stats timed out`);else{let e=t.value;_={nodes:e.nodeCount,edges:e.edgeCount},b.push(``,`### Knowledge Graph`,`- **Nodes**: ${e.nodeCount}`,`- **Edges**: ${e.edgeCount}`,...Object.entries(e.nodeTypes).map(([e,t])=>` - ${e}: ${t}`));try{let e=await Dd(a.validate(),{valid:!0,danglingEdges:[],orphanNodes:[],stats:{nodeCount:0,edgeCount:0,nodeTypes:{},edgeTypes:{}}},`graphStore.validate`);if(!e.timedOut){let t=e.value;t.valid||b.push(`- **⚠ Integrity Issues**: ${t.danglingEdges.length} dangling edges`),t.orphanNodes.length>0&&b.push(`- **Orphan nodes**: ${t.orphanNodes.length}`)}}catch{}}}catch{b.push(``,`### Knowledge Graph`,`- Graph store unavailable`)}let x=l?.onboardDir??y(process.cwd(),S.aiContext),C=o(x),w=c?.onboardComplete||C;if(b.push(``,`### Onboard Status`,w?`- ✅ Complete${c?.onboardTimestamp?` (last: ${c.onboardTimestamp})`:``}`:'- ❌ Not run — call `onboard({ path: "." })` to analyze the codebase',`- **Onboard Directory**: \`${x}\``),s)try{let t=await Dd(s.list(),[],`curated.list`);if(t.timedOut)e.push(`⚠ Curated knowledge listing timed out`),b.push(``,`### Curated Knowledge`,`- Listing timed out`);else{let e=t.value;v=e.length,b.push(``,`### Curated Knowledge`,e.length>0?`- ${e.length} entries`:'- Empty — use `knowledge({ action: "remember", ... })` to persist decisions')}}catch{b.push(``,`### Curated Knowledge`,`- Unable to read curated entries`)}let T=Md(h.totalRecords,_?.nodes??0,_?.edges??0,v);b.push(``),b.push(`## 📊 Context Pressure: ${T}/100`),T>=80?b.push(`⚠️ High pressure — consider pruning stale entries or compacting context.`):T>=50?b.push(`ℹ️ Moderate pressure — AI Kit memory is well-populated.`):b.push(`✅ Low pressure — plenty of headroom for more content.`);let E=0;if(h.lastIndexedAt){E=new Date(h.lastIndexedAt).getTime();let e=(Date.now()-E)/(1e3*60*60);b.push(``,`### Index Freshness`,e>24?u===`smart`?`- ⚠ Last indexed ${Math.floor(e)}h ago — smart indexing will refresh automatically`:`- ⚠ Last indexed ${Math.floor(e)}h ago — may be stale. Run \`reindex({})\``:`- ✅ Last indexed ${e<1?`less than 1h`:`${Math.floor(e)}h`} ago`)}let D=null,O=t;if(typeof O.getDiagnostics==`function`)try{D=O.getDiagnostics(),b.push(``,`### Storage`,`- **Backend**: ${l?.store?.backend??`unknown`}`,`- **Adapter**: ${D.adapterType}`,`- **Vector search**: ${D.vectorSearchEnabled?`✅ enabled`:`⚠ disabled (FTS-only fallback)`}`,D.dbPath?`- **DB**: ${D.dbPath}`:``,D.dbSizeBytes==null?``:`- **DB size**: ${(D.dbSizeBytes/1024/1024).toFixed(2)} MB`,`- **Embedding dim**: ${D.embeddingDim}`,`- **Vector dtype**: ${D.vectorDtype}`)}catch{}if(u===`smart`)if(b.push(``,`### Smart Indexing`),d){let e=d();e?b.push(`- **Mode**: Smart (trickle)`,`- **Status**: ${e.running?`✅ Running`:`⏸ Stopped`}`,`- **Queue**: ${e.queueSize} files pending`,`- **Changed files**: ${e.changedFilesSize} detected`,`- **Interval**: ${Math.round(e.intervalMs/1e3)}s per batch of ${e.batchSize}`):b.push(`- **Mode**: Smart (trickle)`,`- **Status**: scheduler state unavailable (init may have failed)`)}else b.push(`- **Mode**: Smart (trickle) — scheduler state unavailable`);{try{let e=y(process.cwd(),S.data,`stash`);if(o(e)){let t=f(e).mtimeMs;t>E&&(E=t)}}catch{}let e=[];if(s)try{let t=v>0?await s.list():[];for(let e of t){let t=new Date(e.updated||e.created).getTime();t>E&&(E=t)}e.push(...t.sort((e,t)=>new Date(t.updated).getTime()-new Date(e.updated).getTime()).slice(0,5))}catch{}let t=E>0?Date.now()-E:0;if(t>=144e5){let n=Math.floor(t/36e5);if(b.push(``,`### 🌅 Session Briefing`,`_${n}+ hours since last activity — here's what to pick up:_`,``),e.length>0){b.push(`**Recent decisions/notes:**`);for(let t of e)b.push(`- **${t.title}** (${t.category??`note`}) — ${(t.contentPreview??``).slice(0,80)}…`)}b.push(``,`**Suggested next steps:**`,'- `search({ query: "SESSION CHECKPOINT", origin: "curated" })` — find your last checkpoint',"- `restore({})` — resume from a saved checkpoint",'- `knowledge({ action: "list" })` — browse all stored knowledge')}}b.push(``,`### Runtime`,Od());let k=Nd(),A=Pd(),ee=r(),te=k!=null&&k!==ee,ne=A!=null&&A!==ee;if(te||ne){let e=i(),t=[];te&&t.push(`user scaffold v${k}`),ne&&t.push(`workspace scaffold v${A}`);let r=t.join(`, `);e.state===`success`?b.push(``,`### ✅ Upgrade Applied`,`- Server v${ee} — ${r} auto-upgraded successfully.`,`- _Restart the MCP server to use the updated version._`):e.state===`pending`?b.push(``,`### ⏳ Upgrade In Progress`,`- Server v${ee} ≠ ${r}`,`- Auto-upgrade is running in the background…`):e.state===`failed`?(n(),b.push(``,`### ⬆ Upgrade Available (auto-upgrade failed, retrying)`,`- Server v${ee} ≠ ${r}`,`- Error: ${e.error??`unknown`}`)):(n(),b.push(``,`### ⬆ Upgrade Available`,`- Server v${ee} ≠ ${r}`,`- Auto-upgrade triggered — check again shortly.`))}e.length>0&&b.push(``,`### ⚠ Warnings`,...e.map(e=>`- ${e}`));let re=Di();if(re.length>0){let e=re.sort((e,t)=>t.callCount-e.callCount);b.push(``,`### Tool Usage This Session`,``),b.push(`| Tool | Calls | Tokens In | Tokens Out | Errors | Avg Latency |`),b.push(`|------|-------|-----------|------------|--------|-------------|`);for(let t of e.slice(0,15)){let e=Math.round(t.totalInputChars/4),n=Math.round(t.totalOutputChars/4),r=Math.round(t.totalDurationMs/t.callCount);b.push(`| ${t.tool} | ${t.callCount} | ${e.toLocaleString()} | ${n.toLocaleString()} | ${t.errorCount} | ${r}ms |`)}}let j=yi();if(j.bufferSize>=10){let e=j.state===`healthy`?`🟢`:j.state===`degraded`?`🔴`:`🟡`;b.push(``,`### Auto-GC: ${e} ${j.state}`),b.push(`- p95 latency: ${j.p95}ms | buffer: ${j.bufferSize} samples`),j.gcCount>0&&b.push(`- GC cycles triggered: ${j.gcCount}`)}let M=b.join(`
487
+ `),ie={totalRecords:h.totalRecords,totalFiles:h.totalFiles,lastIndexedAt:h.lastIndexedAt??null,onboarded:w,onboardDir:x,contentTypes:h.contentTypeBreakdown,wasmAvailable:!!Sn.get(),wasmDiagnostics:xn.get(),graphStats:_,curatedCount:v,serverVersion:ee,scaffoldVersion:k??null,workspaceScaffoldVersion:A??null,upgradeAvailable:te||ne,storeBackend:l?.store?.backend,storeDiagnostics:D??null,contextPressure:T};return{content:[{type:`text`,text:M+(u===`smart`?"\n\n---\n_Next: Use `search` to query indexed content or `graph({action:'find_nodes', name_pattern:'<top-level-module>'})` → then `graph({action:'neighbors', node_id})` for relationships. Smart indexing handles updates automatically._":"\n\n---\n_Next: Use `search` to query indexed content, `graph({action:'find_nodes', name_pattern:'<top-level-module>'})` → then `graph({action:'neighbors', node_id})` for relationships, or `reindex` to refresh the index._")}],structuredContent:ie}}catch(e){return Ed.error(`Status failed`,j(e)),W(`INTERNAL`,`Status check failed: ${e instanceof Error?e.message:String(e)}`)}})}const Ld=A(`tools`);function Rd(e){let t=V(`web_search`);e.registerTool(`web_search`,{title:t.title,description:`PREFERRED web search — fans out to multiple keyless providers (DuckDuckGo + Bing-HTML + Mojeek) by default, returning a deduplicated, consensus-ranked union within a 10s deadline. Optional providers (SearXNG, Google, Brave, Bing API) join the fan-out automatically when their env vars are set. Pass one query or multiple for parallel searching.`,inputSchema:{queries:N.array(N.string().max(2e3)).min(1).max(5).describe('Search queries (1–5). Single: `["react hooks"]`. Multiple searched in parallel.'),limit:N.number().min(1).max(20).default(5).describe(`Max results per query`),site:N.string().optional().describe(`Restrict to domain (e.g., "docs.aws.amazon.com")`),provider:N.enum([`multi`,`duckduckgo`,`bing-html`,`mojeek`,`searxng`,`google`,`brave`,`bing`]).optional().describe("Search provider. Defaults to env AIKIT_SEARCH_PROVIDER, then `multi` (fan-out). Single keyless: `duckduckgo`, `bing-html`, `mojeek`. Self-hosted: `searxng` (requires SEARXNG_URL). Keyed APIs: `google` (GOOGLE_API_KEY+GOOGLE_CSE_ID), `brave` (BRAVE_API_KEY), `bing` (BING_API_KEY). Missing keys auto-fall back to duckduckgo.")},annotations:t.annotations},async({queries:e,limit:t,site:n,provider:r})=>{let i=e,a=async e=>{let i=await Zt({query:e,limit:t,site:n,provider:r}),a=[`## Search: ${i.query} _(via ${i.provider})_`,``];if(i.results.length===0)a.push(`No results found.`);else for(let e of i.results)a.push(`### [${e.title}](${e.url})`,e.snippet,``);return a.join(`
488
+ `)};if(i.length===1)try{return{content:[{type:`text`,text:`${await a(i[0])}\n---\n_Next: Use \`web_fetch\` to read any of these pages in full._`}]}}catch(e){return Ld.error(`Web search failed`,j(e)),W(`INTERNAL`,`Web search failed: ${e instanceof Error?e.message:String(e)}`)}let o=await Promise.allSettled(i.map(e=>a(e))),s=[],c=0;for(let e=0;e<o.length;e++){let t=o[e];if(t.status===`fulfilled`)s.push(t.value);else{c++;let n=t.reason instanceof Error?t.reason.message:String(t.reason);Ld.error(`Web search failed`,{query:i[e],error:n}),s.push(`## ❌ Search failed: ${i[e]}\n\n${n}`)}}let l=`_Searched ${o.length-c}/${o.length} queries successfully._`;s.push(``,`---`,l,"_Next: Use `web_fetch` to read any of these pages in full._");let u=s.join(`
405
489
 
406
- `);return c===o.length?G(`INTERNAL`,u):{content:[{type:`text`,text:u}]}})}function ed(e){let t=H(`http`);e.registerTool(`http`,{title:t.title,description:`Make HTTP requests (GET/POST/PUT/PATCH/DELETE/HEAD) for API testing. Returns status, headers, and formatted body with timing info.`,inputSchema:{url:P.string().url().describe(`Request URL (http/https only)`),method:P.enum([`GET`,`POST`,`PUT`,`PATCH`,`DELETE`,`HEAD`]).default(`GET`).describe(`HTTP method`),headers:P.record(P.string(),P.string()).optional().describe(`Request headers as key-value pairs`),body:P.string().optional().describe(`Request body (for POST/PUT/PATCH)`),timeout:P.number().min(1e3).max(6e4).default(15e3).describe(`Timeout in milliseconds`)},annotations:t.annotations},async({url:e,method:t,headers:n,body:r,timeout:i})=>{try{let a=await Ke({url:e,method:t,headers:n,body:r,timeout:i}),o=[`## ${t} ${e}`,``,`**Status:** ${a.status} ${a.statusText}`,`**Time:** ${a.durationMs}ms`,`**Size:** ${a.sizeBytes} bytes`,`**Content-Type:** ${a.contentType}`,``,`### Headers`,"```json",JSON.stringify(a.headers),"```",``,`### Body`,a.contentType.includes(`json`)?"```json":"```",a.body,"```"];return a.truncated&&o.push(``,`_Response truncated — total size: ${a.sizeBytes} bytes_`),{content:[{type:`text`,text:o.join(`
407
- `)}]}}catch(e){return Qu.error(`HTTP request failed`,j(e)),G(`INTERNAL`,`HTTP request failed: ${e instanceof Error?e.message:String(e)}`)}})}function td(e){let t=H(`regex_test`);e.registerTool(`regex_test`,{title:t.title,description:`Test a regex pattern against sample strings. Supports match, replace, and split modes.`,inputSchema:{pattern:P.string().max(500).describe(`Regex pattern (without delimiters)`),flags:P.string().max(10).regex(/^[gimsuy]*$/).default(``).describe(`Regex flags (g, i, m, s, etc.)`),test_strings:P.array(P.string().max(1e4)).max(50).describe(`Strings to test the pattern against`),mode:P.enum([`match`,`replace`,`split`]).default(`match`).describe(`Test mode`),replacement:P.string().optional().describe(`Replacement string (for replace mode)`)},annotations:t.annotations},async({pattern:e,flags:t,test_strings:n,mode:r,replacement:i})=>{let a=bt({pattern:e,flags:t,testStrings:n,mode:r,replacement:i});if(!a.valid)return G(`VALIDATION`,`Invalid regex: ${a.error}`);let o=[`## Regex: \`/${a.pattern}/${a.flags}\``,``,`Mode: ${r}`,``];for(let e of a.results){if(o.push(`**Input:** \`${e.input}\``),o.push(`**Matched:** ${e.matched}`),e.matches)for(let t of e.matches){let e=t.groups.length>0?` groups: [${t.groups.join(`, `)}]`:``;o.push(` - "${t.full}" at index ${t.index}${e}`)}e.replaced!==void 0&&o.push(`**Result:** \`${e.replaced}\``),e.split&&o.push(`**Split:** ${JSON.stringify(e.split)}`),o.push(``)}return{content:[{type:`text`,text:o.join(`
408
- `)}]}})}function nd(e){let t=H(`encode`);e.registerTool(`encode`,{title:t.title,description:`Encode, decode, or hash text. Supports base64, URL encoding, SHA-256, MD5, JWT decode, hex.`,inputSchema:{operation:P.enum([`base64_encode`,`base64_decode`,`url_encode`,`url_decode`,`sha256`,`md5`,`jwt_decode`,`hex_encode`,`hex_decode`]).describe(`Operation to perform`),input:P.string().max(1e6).describe(`Input text`)},annotations:t.annotations},async({operation:e,input:t})=>{try{let n=Ae({operation:e,input:t});return{content:[{type:`text`,text:`## ${e}\n\n**Input:** \`${t.length>100?`${t.slice(0,100)}...`:t}\`\n**Output:**\n\`\`\`\n${n.output}\n\`\`\``}]}}catch(e){return Qu.error(`Encode failed`,j(e)),G(`INTERNAL`,`Encode failed: ${e instanceof Error?e.message:String(e)}`)}})}function rd(e){let t=H(`measure`);e.registerTool(`measure`,{title:t.title,description:`Measure code complexity, line counts, and function counts for a file or directory. Returns per-file metrics sorted by complexity.`,outputSchema:ua,inputSchema:{path:P.string().describe(`File or directory path to measure`),extensions:P.array(P.string()).optional().describe(`File extensions to include (default: .ts,.tsx,.js,.jsx)`)},annotations:t.annotations},async({path:e,extensions:t})=>{try{let n=await nt({path:e,extensions:t}),r=[`## Code Metrics`,``,`**Files:** ${n.summary.totalFiles}`,`**Total lines:** ${n.summary.totalLines} (${n.summary.totalCodeLines} code)`,`**Functions:** ${n.summary.totalFunctions}`,`**Avg complexity:** ${n.summary.avgComplexity}`,`**Max complexity:** ${n.summary.maxComplexity.value} (${n.summary.maxComplexity.file})`,``,`### Top files by complexity`,``,`| File | Lines | Code | Complexity | Cognitive | Functions | Imports |`,`|------|-------|------|------------|-----------|-----------|---------|`];for(let e of n.files.slice(0,20)){let t=e.cognitiveComplexity===void 0?`—`:String(e.cognitiveComplexity);r.push(`| ${e.path} | ${e.lines.total} | ${e.lines.code} | ${e.complexity} | ${t} | ${e.functions} | ${e.imports} |`)}n.files.length>20&&r.push(``,`_...and ${n.files.length-20} more files_`);let i={summary:{totalFiles:n.summary.totalFiles,totalLines:n.summary.totalLines,totalCodeLines:n.summary.totalCodeLines,totalFunctions:n.summary.totalFunctions,avgComplexity:n.summary.avgComplexity,maxComplexity:{value:n.summary.maxComplexity.value,file:n.summary.maxComplexity.file}},files:n.files.map(e=>({path:e.path,lines:e.lines.total,code:e.lines.code,complexity:e.complexity,functions:e.functions}))};return{content:[{type:`text`,text:r.join(`
409
- `)}],structuredContent:i}}catch(e){return Qu.error(`Measure failed`,j(e)),G(`INTERNAL`,`Measure failed: ${e instanceof Error?e.message:String(e)}`)}})}function id(e){let t=H(`changelog`);e.registerTool(`changelog`,{title:t.title,description:`Generate a changelog from git history between two refs. Groups by conventional commit type.`,inputSchema:{from:P.string().max(200).describe(`Start ref (tag, SHA, HEAD~N)`),to:P.string().max(200).default(`HEAD`).describe(`End ref (default: HEAD)`),format:P.enum([`grouped`,`chronological`,`per-scope`]).default(`grouped`).describe(`Output format`),include_breaking:P.boolean().default(!0).describe(`Highlight breaking changes`),cwd:P.string().optional().describe(`Repository root or working directory`)},annotations:t.annotations},async({from:e,to:t,format:n,include_breaking:r,cwd:i})=>{try{let a=de({from:e,to:t,format:n,includeBreaking:r,cwd:i}),o=`${a.stats.total} commits (${Object.entries(a.stats.types).map(([e,t])=>`${t} ${e}`).join(`, `)})`;return{content:[{type:`text`,text:`${a.markdown}\n---\n_${o}_`}]}}catch(e){return Qu.error(`Changelog failed`,j(e)),G(`INTERNAL`,`Changelog failed: ${e instanceof Error?e.message:String(e)}`)}})}function ad(e){let t=H(`schema_validate`);e.registerTool(`schema_validate`,{title:t.title,description:`Validate JSON data against a JSON Schema. Supports type, required, properties, items, enum, pattern, min/max.`,inputSchema:{data:P.string().max(5e5).describe(`JSON data to validate (as string)`),schema:P.string().max(5e5).describe(`JSON Schema to validate against (as string)`)},annotations:t.annotations},async({data:e,schema:t})=>{try{let n=At({data:JSON.parse(e),schema:JSON.parse(t)});if(n.valid)return{content:[{type:`text`,text:`## Validation: PASSED
490
+ `);return c===o.length?W(`INTERNAL`,u):{content:[{type:`text`,text:u}]}})}function zd(e){let t=V(`http`);e.registerTool(`http`,{title:t.title,description:`Make HTTP requests (GET/POST/PUT/PATCH/DELETE/HEAD) for API testing. Returns status, headers, and formatted body with timing info.`,inputSchema:{url:N.string().url().describe(`Request URL (http/https only)`),method:N.enum([`GET`,`POST`,`PUT`,`PATCH`,`DELETE`,`HEAD`]).default(`GET`).describe(`HTTP method`),headers:N.record(N.string(),N.string()).optional().describe(`Request headers as key-value pairs`),body:N.string().optional().describe(`Request body (for POST/PUT/PATCH)`),timeout:N.number().min(1e3).max(6e4).default(15e3).describe(`Timeout in milliseconds`)},annotations:t.annotations},async({url:e,method:t,headers:n,body:r,timeout:i})=>{try{let a=await qe({url:e,method:t,headers:n,body:r,timeout:i}),o=[`## ${t} ${e}`,``,`**Status:** ${a.status} ${a.statusText}`,`**Time:** ${a.durationMs}ms`,`**Size:** ${a.sizeBytes} bytes`,`**Content-Type:** ${a.contentType}`,``,`### Headers`,"```json",JSON.stringify(a.headers),"```",``,`### Body`,a.contentType.includes(`json`)?"```json":"```",a.body,"```"];return a.truncated&&o.push(``,`_Response truncated — total size: ${a.sizeBytes} bytes_`),{content:[{type:`text`,text:o.join(`
491
+ `)}]}}catch(e){return Ld.error(`HTTP request failed`,j(e)),W(`INTERNAL`,`HTTP request failed: ${e instanceof Error?e.message:String(e)}`)}})}function Bd(e){let t=V(`regex_test`);e.registerTool(`regex_test`,{title:t.title,description:`Test a regex pattern against sample strings. Supports match, replace, and split modes.`,inputSchema:{pattern:N.string().max(500).describe(`Regex pattern (without delimiters)`),flags:N.string().max(10).regex(/^[gimsuy]*$/).default(``).describe(`Regex flags (g, i, m, s, etc.)`),test_strings:N.array(N.string().max(1e4)).max(50).describe(`Strings to test the pattern against`),mode:N.enum([`match`,`replace`,`split`]).default(`match`).describe(`Test mode`),replacement:N.string().optional().describe(`Replacement string (for replace mode)`)},annotations:t.annotations},async({pattern:e,flags:t,test_strings:n,mode:r,replacement:i})=>{let a=xt({pattern:e,flags:t,testStrings:n,mode:r,replacement:i});if(!a.valid)return W(`VALIDATION`,`Invalid regex: ${a.error}`);let o=[`## Regex: \`/${a.pattern}/${a.flags}\``,``,`Mode: ${r}`,``];for(let e of a.results){if(o.push(`**Input:** \`${e.input}\``),o.push(`**Matched:** ${e.matched}`),e.matches)for(let t of e.matches){let e=t.groups.length>0?` groups: [${t.groups.join(`, `)}]`:``;o.push(` - "${t.full}" at index ${t.index}${e}`)}e.replaced!==void 0&&o.push(`**Result:** \`${e.replaced}\``),e.split&&o.push(`**Split:** ${JSON.stringify(e.split)}`),o.push(``)}return{content:[{type:`text`,text:o.join(`
492
+ `)}]}})}function Vd(e){let t=V(`encode`);e.registerTool(`encode`,{title:t.title,description:`Encode, decode, or hash text. Supports base64, URL encoding, SHA-256, MD5, JWT decode, hex.`,inputSchema:{operation:N.enum([`base64_encode`,`base64_decode`,`url_encode`,`url_decode`,`sha256`,`md5`,`jwt_decode`,`hex_encode`,`hex_decode`]).describe(`Operation to perform`),input:N.string().max(1e6).describe(`Input text`)},annotations:t.annotations},async({operation:e,input:t})=>{try{let n=je({operation:e,input:t});return{content:[{type:`text`,text:`## ${e}\n\n**Input:** \`${t.length>100?`${t.slice(0,100)}...`:t}\`\n**Output:**\n\`\`\`\n${n.output}\n\`\`\``}]}}catch(e){return Ld.error(`Encode failed`,j(e)),W(`INTERNAL`,`Encode failed: ${e instanceof Error?e.message:String(e)}`)}})}function Hd(e){let t=V(`measure`);e.registerTool(`measure`,{title:t.title,description:`Measure code complexity, line counts, and function counts for a file or directory. Returns per-file metrics sorted by complexity.`,outputSchema:ga,inputSchema:{path:N.string().describe(`File or directory path to measure`),extensions:N.array(N.string()).optional().describe(`File extensions to include (default: .ts,.tsx,.js,.jsx)`)},annotations:t.annotations},async({path:e,extensions:t})=>{try{let n=await rt({path:e,extensions:t}),r=[`## Code Metrics`,``,`**Files:** ${n.summary.totalFiles}`,`**Total lines:** ${n.summary.totalLines} (${n.summary.totalCodeLines} code)`,`**Functions:** ${n.summary.totalFunctions}`,`**Avg complexity:** ${n.summary.avgComplexity}`,`**Max complexity:** ${n.summary.maxComplexity.value} (${n.summary.maxComplexity.file})`,``,`### Top files by complexity`,``,`| File | Lines | Code | Complexity | Cognitive | Functions | Imports |`,`|------|-------|------|------------|-----------|-----------|---------|`];for(let e of n.files.slice(0,20)){let t=e.cognitiveComplexity===void 0?`—`:String(e.cognitiveComplexity);r.push(`| ${e.path} | ${e.lines.total} | ${e.lines.code} | ${e.complexity} | ${t} | ${e.functions} | ${e.imports} |`)}n.files.length>20&&r.push(``,`_...and ${n.files.length-20} more files_`);let i={summary:{totalFiles:n.summary.totalFiles,totalLines:n.summary.totalLines,totalCodeLines:n.summary.totalCodeLines,totalFunctions:n.summary.totalFunctions,avgComplexity:n.summary.avgComplexity,maxComplexity:{value:n.summary.maxComplexity.value,file:n.summary.maxComplexity.file}},files:n.files.map(e=>({path:e.path,lines:e.lines.total,code:e.lines.code,complexity:e.complexity,functions:e.functions}))};return{content:[{type:`text`,text:r.join(`
493
+ `)}],structuredContent:i}}catch(e){return Ld.error(`Measure failed`,j(e)),W(`INTERNAL`,`Measure failed: ${e instanceof Error?e.message:String(e)}`)}})}function Ud(e){let t=V(`changelog`);e.registerTool(`changelog`,{title:t.title,description:`Generate a changelog from git history between two refs. Groups by conventional commit type.`,inputSchema:{from:N.string().max(200).describe(`Start ref (tag, SHA, HEAD~N)`),to:N.string().max(200).default(`HEAD`).describe(`End ref (default: HEAD)`),format:N.enum([`grouped`,`chronological`,`per-scope`]).default(`grouped`).describe(`Output format`),include_breaking:N.boolean().default(!0).describe(`Highlight breaking changes`),cwd:N.string().optional().describe(`Repository root or working directory`)},annotations:t.annotations},async({from:e,to:t,format:n,include_breaking:r,cwd:i})=>{try{let a=fe({from:e,to:t,format:n,includeBreaking:r,cwd:i}),o=`${a.stats.total} commits (${Object.entries(a.stats.types).map(([e,t])=>`${t} ${e}`).join(`, `)})`;return{content:[{type:`text`,text:`${a.markdown}\n---\n_${o}_`}]}}catch(e){return Ld.error(`Changelog failed`,j(e)),W(`INTERNAL`,`Changelog failed: ${e instanceof Error?e.message:String(e)}`)}})}function Wd(e){let t=V(`schema_validate`);e.registerTool(`schema_validate`,{title:t.title,description:`Validate JSON data against a JSON Schema. Supports type, required, properties, items, enum, pattern, min/max.`,inputSchema:{data:N.string().max(5e5).describe(`JSON data to validate (as string)`),schema:N.string().max(5e5).describe(`JSON Schema to validate against (as string)`)},annotations:t.annotations},async({data:e,schema:t})=>{try{let n=jt({data:JSON.parse(e),schema:JSON.parse(t)});if(n.valid)return{content:[{type:`text`,text:`## Validation: PASSED
410
494
 
411
495
  Data matches the schema.`}]};let r=[`## Validation: FAILED`,``,`**${n.errors.length} error(s):**`,``];for(let e of n.errors){let t=e.expected?` (expected: ${e.expected}, got: ${e.received})`:``;r.push(`- \`${e.path}\`: ${e.message}${t}`)}return{content:[{type:`text`,text:r.join(`
412
- `)}]}}catch(e){return Qu.error(`Schema validation failed`,j(e)),G(`INTERNAL`,`Schema validation failed: ${e instanceof Error?e.message:String(e)}`)}})}function od(e){let t=H(`env`);e.registerTool(`env`,{title:t.title,description:`Get system and runtime environment info. Sensitive env vars are redacted by default.`,outputSchema:da,inputSchema:{include_env:P.boolean().default(!1).describe(`Include environment variables`),filter_env:P.string().optional().describe(`Filter env vars by name substring`),show_sensitive:P.boolean().default(!1).describe(`Show sensitive values (keys, tokens, etc.) — redacted by default`)},annotations:t.annotations},async({include_env:e,filter_env:t,show_sensitive:n})=>{let r=je({includeEnv:e,filterEnv:t,showSensitive:n}),i=[`## Environment`,``,`**Platform:** ${r.system.platform} ${r.system.arch}`,`**OS:** ${r.system.type} ${r.system.release}`,`**Host:** ${r.system.hostname}`,`**CPUs:** ${r.system.cpus}`,`**Memory:** ${r.system.memoryFreeGb}GB free / ${r.system.memoryTotalGb}GB total`,``,`**Node:** ${r.runtime.node}`,`**V8:** ${r.runtime.v8}`,`**CWD:** ${r.cwd}`];if(r.env){i.push(``,`### Environment Variables`,``);for(let[e,t]of Object.entries(r.env))i.push(`- \`${e}\`: ${t}`)}let a={platform:r.system.platform,arch:r.system.arch,nodeVersion:r.runtime.node,cwd:r.cwd,cpus:r.system.cpus,memoryFreeGb:r.system.memoryFreeGb,memoryTotalGb:r.system.memoryTotalGb};return{content:[{type:`text`,text:i.join(`
413
- `)}],structuredContent:a}})}function sd(e){let t=H(`time`);e.registerTool(`time`,{title:t.title,description:`Parse dates, convert timezones, calculate durations, add time. Supports ISO 8601, unix timestamps, and human-readable formats.`,outputSchema:fa,inputSchema:{operation:P.enum([`now`,`parse`,`convert`,`diff`,`add`]).describe(`now: current time | parse: parse a date string | convert: timezone conversion | diff: duration between two dates | add: add duration to date`),input:P.string().optional().describe(`Date input (ISO, unix timestamp, or parseable string). For diff: two comma-separated dates`),timezone:P.string().optional().describe(`Target timezone (e.g., "America/New_York", "Asia/Tokyo")`),duration:P.string().optional().describe(`Duration to add (e.g., "2h30m", "1d", "30s") — for add operation`)},annotations:t.annotations},async({operation:e,input:t,timezone:n,duration:r})=>{try{let i=Ut({operation:e,input:t,timezone:n,duration:r}),a=[`**${i.output}**`,``,`ISO: ${i.iso}`,`Unix: ${i.unix}`];i.details&&a.push(``,"```json",JSON.stringify(i.details),"```");let o={iso:i.iso,unix:i.unix,timezone:n??Intl.DateTimeFormat().resolvedOptions().timeZone,formatted:i.output};return{content:[{type:`text`,text:a.join(`
414
- `)}],structuredContent:o}}catch(e){return Qu.error(`Time failed`,j(e)),G(`INTERNAL`,`Time failed: ${e instanceof Error?e.message:String(e)}`)}})}function cd(e){try{let t=_(e,`.flows`);if(!o(t))return null;let n=l(t,{withFileTypes:!0});for(let e of n){if(!e.isDirectory())continue;let n=_(t,e.name,`meta.json`);if(o(n)&&JSON.parse(c(n,`utf-8`)).status===`active`)return e.name}}catch{return null}return null}function ld(e,t,n,r,i,a,o,s,c){let l=new ui,u=n.sources[0]?.path??process.cwd(),d={activeSlug:null};d.activeSlug=cd(u);let f=new ai(_(u,`.aikit-state`,`flow-context`),()=>d.activeSlug),p=new Xr;p.register(qr),p.register(xr),p.register(Wr),p.register(vr),p.register(mr),p.register(hr),p.register(Yr),p.register(Ur(()=>d.activeSlug?{active:!0,slug:d.activeSlug}:null));let m=new ti(p,t.curated,{},f);l.use($r(m),{order:5,name:`auto-knowledge`}),l.use(Di(),{order:10,name:`replay`}),l.use(Vi(),{order:50,name:`structured-content-guard`}),l.use(ii(ri(n.tokenBudget)),{order:90,name:`compression`}),Ki(e,l,n.toolPrefix??``);let h=c??oa(n,[...B,...Fi],V,Li(n)),g=e=>h.has(e),v=[...h].filter(e=>Ii.has(e)?Pi.includes(e)?!!t.bridge:e===`er_update_policy`?!!t.policyStore:e===`er_evolve_review`?!!t.evolutionCollector:!1:!0);g(`search`)&&Ru(e,t.embedder,t.store,t.graphStore,t.bridge,t.evolutionCollector,a);let y={store:t.store,graphStore:t.graphStore,embedder:t.embedder};g(`lookup`)&&$c(e,t.store,y);let b={onboardComplete:t.onboardComplete,onboardTimestamp:t.onboardTimestamp};g(`status`)&&Zu(e,t.store,t.graphStore,t.curated,b,n,o,s),g(`config`)&&Ko(e,n),g(`reindex`)&&xu(e,t.indexer,n,t.curated,t.store,i,o),g(`knowledge`)&&Zc(e,t.curated,t.policyStore,t.evolutionCollector,i,f),g(`analyze`)&&mo(e,t.store,t.embedder,y),g(`blast_radius`)&&ho(e,t.store,t.embedder,t.graphStore,y),g(`produce_knowledge`)&&bu(e,n),g(`onboard`)&&ml(e,t.store,t.embedder,n,b,y),g(`graph`)&&sc(e,t.graphStore),g(`audit`)&&bo(e,t.store,t.embedder,n.tokenBudget),g(`compact`)&&ns(e,t.embedder,t.fileCache,u,n.allRoots,y),g(`scope_map`)&&rs(e,t.embedder,t.store,y),g(`find`)&&is(e,t.embedder,t.store,u,y),g(`parse_output`)&&vs(e),g(`workset`)&&gl(e),g(`check`)&&hs(e,y,n.tokenBudget),g(`symbol`)&&as(e,t.embedder,t.store,t.graphStore),g(`eval`)&&gs(e),g(`test_run`)&&_s(e,y),g(`stash`)&&_l(e),g(`git_context`)&&tl(e),g(`diff_parse`)&&nl(e),g(`rename`)&&rl(e),g(`codemod`)&&il(e),g(`restore`)&&Tu(e),g(`file_summary`)&&os(e,t.fileCache,u,n.allRoots,y),g(`checkpoint`)&&vl(e),g(`data_transform`)&&al(e),g(`trace`)&&ss(e,t.embedder,t.store,t.graphStore),g(`process`)&&lc(e),g(`watch`)&&uc(e),g(`dead_symbols`)&&cs(e,t.embedder,t.store,u,n.allRoots,y),g(`delegate`)&&ys(e,a),g(`health`)&&dc(e),g(`lane`)&&yl(e),g(`queue`)&&bl(e),g(`web_fetch`)&&fc(e),g(`guide`)&&pc(e,o),cl.some(e=>g(e))&&ll(e,n,v),g(`evidence_map`)&&$s(e),g(`digest`)&&ec(e,t.embedder),g(`forge_classify`)&&tc(e),g(`stratum_card`)&&nc(e,t.embedder,t.fileCache),g(`forge_ground`)&&rc(e,t.embedder,t.store),g(`present`)&&vu(e,r),g(`browser`)&&un(e,n),g(`web_search`)&&$u(e),g(`http`)&&ed(e),g(`regex_test`)&&td(e),g(`encode`)&&nd(e),g(`measure`)&&rd(e),g(`changelog`)&&id(e),g(`schema_validate`)&&ad(e),g(`env`)&&od(e),g(`time`)&&sd(e),g(`flow`)&&Zs(e,n,e=>{d.activeSlug=e}),t.bridge&&Pi.some(e=>g(e))&&(wo(e,t.bridge,t.evolutionCollector),To(e,t.bridge),Eo(e,t.bridge)),t.policyStore&&g(`er_update_policy`)&&El(e,t.policyStore),t.evolutionCollector&&g(`er_evolve_review`)&&ps(e,t.evolutionCollector),Ni(e,t.store,t.curated),g(`replay`)&&Cu(e),g(`session_digest`)&&Bu(e,a)}function ud(e,t,n){let r=e=>!n||n.has(e);r(`check`)&&hs(e,void 0,t.tokenBudget),r(`eval`)&&gs(e),r(`test_run`)&&_s(e),r(`parse_output`)&&vs(e),r(`delegate`)&&ys(e),r(`git_context`)&&tl(e),r(`diff_parse`)&&nl(e),r(`rename`)&&rl(e),r(`codemod`)&&il(e),r(`data_transform`)&&al(e),r(`workset`)&&gl(e),r(`stash`)&&_l(e),r(`checkpoint`)&&vl(e),r(`restore`)&&Tu(e),r(`lane`)&&yl(e),r(`queue`)&&bl(e),r(`session_digest`)&&Bu(e),r(`health`)&&dc(e),r(`process`)&&lc(e),r(`watch`)&&uc(e),r(`web_fetch`)&&fc(e),r(`guide`)&&pc(e),cl.some(e=>r(e))&&ll(e,t,[...n??new Set(B)]),r(`evidence_map`)&&$s(e),r(`forge_classify`)&&tc(e),r(`present`)&&vu(e),r(`browser`)&&un(e,t),r(`produce_knowledge`)&&bu(e),r(`replay`)&&Cu(e),r(`status`)&&Xu(e),r(`flow`)&&Zs(e,t),r(`web_search`)&&$u(e),r(`http`)&&ed(e),r(`regex_test`)&&td(e),r(`encode`)&&nd(e),r(`measure`)&&rd(e),r(`changelog`)&&id(e),r(`schema_validate`)&&ad(e),r(`env`)&&od(e),r(`time`)&&sd(e)}const dd=k(`resource-notifier`);var fd=class{mcpServer;constructor(e){this.mcpServer=e}async notifyStatusChanged(){await this.sendUpdate(`aikit://status`)}async notifyFileTreeChanged(){await this.sendUpdate(`aikit://file-tree`)}async notifyCuratedIndexChanged(){await this.sendUpdate(`aikit://curated`)}async notifyCuratedEntryChanged(e){await this.sendUpdate(`aikit://curated/${e}`)}async notifyResourceListChanged(){try{await this.mcpServer.server.sendResourceListChanged()}catch(e){dd.debug(`sendResourceListChanged failed`,{error:String(e)})}}async notifyAfterReindex(){await Promise.allSettled([this.notifyStatusChanged(),this.notifyFileTreeChanged()])}async notifyAfterCuratedWrite(e){let t=[this.notifyStatusChanged(),this.notifyCuratedIndexChanged()];e&&t.push(this.notifyCuratedEntryChanged(e)),await Promise.allSettled(t)}async sendUpdate(e){try{await this.mcpServer.server.sendResourceUpdated({uri:e})}catch(t){dd.debug(`sendResourceUpdated failed`,{uri:e,error:String(t)})}}};const Z=k(`server`);async function pd(n){Z.info(`Initializing AI Kit components`);let r=n.store.backend,i=n.store.path,a=null;if(r===`sqlite-vec`){let e=_(i,`aikit.db`);o(i)||s(i,{recursive:!0}),a=await Mn(e),Z.info(`SQLite adapter ready`,{type:a.type,vectorCapable:a.vectorCapable,dbPath:e}),a.vectorCapable||Z.warn(`┌──────────────────────────────────────────────────────────────────┐
496
+ `)}]}}catch(e){return Ld.error(`Schema validation failed`,j(e)),W(`INTERNAL`,`Schema validation failed: ${e instanceof Error?e.message:String(e)}`)}})}function Gd(e){let t=V(`env`);e.registerTool(`env`,{title:t.title,description:`Get system and runtime environment info. Sensitive env vars are redacted by default.`,outputSchema:_a,inputSchema:{include_env:N.boolean().default(!1).describe(`Include environment variables`),filter_env:N.string().optional().describe(`Filter env vars by name substring`),show_sensitive:N.boolean().default(!1).describe(`Show sensitive values (keys, tokens, etc.) — redacted by default`)},annotations:t.annotations},async({include_env:e,filter_env:t,show_sensitive:n})=>{let r=Me({includeEnv:e,filterEnv:t,showSensitive:n}),i=[`## Environment`,``,`**Platform:** ${r.system.platform} ${r.system.arch}`,`**OS:** ${r.system.type} ${r.system.release}`,`**Host:** ${r.system.hostname}`,`**CPUs:** ${r.system.cpus}`,`**Memory:** ${r.system.memoryFreeGb}GB free / ${r.system.memoryTotalGb}GB total`,``,`**Node:** ${r.runtime.node}`,`**V8:** ${r.runtime.v8}`,`**CWD:** ${r.cwd}`];if(r.env){i.push(``,`### Environment Variables`,``);for(let[e,t]of Object.entries(r.env))i.push(`- \`${e}\`: ${t}`)}let a={platform:r.system.platform,arch:r.system.arch,nodeVersion:r.runtime.node,cwd:r.cwd,cpus:r.system.cpus,memoryFreeGb:r.system.memoryFreeGb,memoryTotalGb:r.system.memoryTotalGb};return{content:[{type:`text`,text:i.join(`
497
+ `)}],structuredContent:a}})}function Kd(e){let t=V(`time`);e.registerTool(`time`,{title:t.title,description:`Parse dates, convert timezones, calculate durations, add time. Supports ISO 8601, unix timestamps, and human-readable formats.`,outputSchema:va,inputSchema:{operation:N.enum([`now`,`parse`,`convert`,`diff`,`add`]).describe(`now: current time | parse: parse a date string | convert: timezone conversion | diff: duration between two dates | add: add duration to date`),input:N.string().optional().describe(`Date input (ISO, unix timestamp, or parseable string). For diff: two comma-separated dates`),timezone:N.string().optional().describe(`Target timezone (e.g., "America/New_York", "Asia/Tokyo")`),duration:N.string().optional().describe(`Duration to add (e.g., "2h30m", "1d", "30s") — for add operation`)},annotations:t.annotations},async({operation:e,input:t,timezone:n,duration:r})=>{try{let i=Wt({operation:e,input:t,timezone:n,duration:r}),a=[`**${i.output}**`,``,`ISO: ${i.iso}`,`Unix: ${i.unix}`];i.details&&a.push(``,"```json",JSON.stringify(i.details),"```");let o={iso:i.iso,unix:i.unix,timezone:n??Intl.DateTimeFormat().resolvedOptions().timeZone,formatted:i.output};return{content:[{type:`text`,text:a.join(`
498
+ `)}],structuredContent:o}}catch(e){return Ld.error(`Time failed`,j(e)),W(`INTERNAL`,`Time failed: ${e instanceof Error?e.message:String(e)}`)}})}function qd(e){try{let t=_(e,`.flows`);if(!o(t))return null;let n=l(t,{withFileTypes:!0});for(let e of n){if(!e.isDirectory())continue;let n=_(t,e.name,`meta.json`);if(o(n)&&JSON.parse(c(n,`utf-8`)).status===`active`)return e.name}}catch{return null}return null}function Jd(e,t,n,r,i,a,o,s,c){let l=new fi,u=n.sources[0]?.path??process.cwd(),d={activeSlug:null};d.activeSlug=qd(u);let f=new si(_(u,`.aikit-state`,`flow-context`),()=>d.activeSlug),p=new Qr;p.register(Yr),p.register(Cr),p.register(Kr),p.register(br),p.register(gr),p.register(_r),p.register(Zr),p.register(Gr(()=>d.activeSlug?{active:!0,slug:d.activeSlug}:null));let m=new ri(p,t.curated,{},f);l.use(ti(m),{order:5,name:`auto-knowledge`}),l.use(ki(),{order:10,name:`replay`}),l.use(Wi(),{order:1,name:`structured-content-guard`}),l.use(oi(ai(n.tokenBudget)),{order:90,name:`compression`}),Qi(e,l,n.toolPrefix??``);let h=c??fa(n,[...z,...Li],B,zi(n)),g=e=>h.has(e),v=[...h].filter(e=>Ri.has(e)?Ii.includes(e)?!!t.bridge:e===`er_update_policy`?!!t.policyStore:e===`er_evolve_review`?!!t.evolutionCollector:!1:!0);g(`search`)&&Cd(e,t.embedder,t.store,t.graphStore,t.bridge,t.evolutionCollector,a);let y={store:t.store,graphStore:t.graphStore,embedder:t.embedder};g(`lookup`)&&al(e,t.store,y);let b={onboardComplete:t.onboardComplete,onboardTimestamp:t.onboardTimestamp};g(`status`)&&Id(e,t.store,t.graphStore,t.curated,b,n,o,s),g(`config`)&&Qo(e,n),g(`reindex`)&&od(e,t.indexer,n,t.curated,t.store,i,o),g(`knowledge`)&&rl(e,t.curated,t.policyStore,t.evolutionCollector,i,f),g(`analyze`)&&bo(e,t.store,t.embedder,y),g(`blast_radius`)&&xo(e,t.store,t.embedder,t.graphStore,y),g(`produce_knowledge`)&&ad(e,n),g(`onboard`)&&bl(e,t.store,t.embedder,n,b,y),g(`graph`)&&pc(e,t.graphStore),g(`audit`)&&Eo(e,t.store,t.embedder,n.tokenBudget),g(`compact`)&&cs(e,t.embedder,t.fileCache,u,n.allRoots,y),g(`scope_map`)&&ls(e,t.embedder,t.store,y),g(`find`)&&us(e,t.embedder,t.store,u,y),g(`parse_output`)&&ws(e),g(`workset`)&&Sl(e),g(`check`)&&xs(e,y,n.tokenBudget),g(`symbol`)&&ds(e,t.embedder,t.store,t.graphStore),g(`eval`)&&Ss(e),g(`test_run`)&&Cs(e,y),g(`stash`)&&Cl(e),g(`git_context`)&&sl(e),g(`diff_parse`)&&cl(e),g(`rename`)&&ll(e),g(`codemod`)&&ul(e),g(`restore`)&&ud(e),g(`file_summary`)&&fs(e,t.fileCache,u,n.allRoots,y),g(`checkpoint`)&&wl(e),g(`data_transform`)&&dl(e),g(`trace`)&&ps(e,t.embedder,t.store,t.graphStore),g(`process`)&&hc(e),g(`watch`)&&gc(e),g(`dead_symbols`)&&ms(e,t.embedder,t.store,u,n.allRoots,y),g(`delegate`)&&Ts(e,a),g(`health`)&&_c(e),g(`lane`)&&Tl(e),g(`queue`)&&El(e),g(`web_fetch`)&&vc(e),g(`guide`)&&yc(e,o),ml.some(e=>g(e))&&hl(e,n,v),g(`evidence_map`)&&ac(e),g(`digest`)&&oc(e,t.embedder),g(`forge_classify`)&&sc(e),g(`stratum_card`)&&cc(e,t.embedder,t.fileCache),g(`forge_ground`)&&lc(e,t.embedder,t.store),g(`present`)&&rd(e,r),g(`browser`)&&fn(e,n),g(`web_search`)&&Rd(e),g(`http`)&&zd(e),g(`regex_test`)&&Bd(e),g(`encode`)&&Vd(e),g(`measure`)&&Hd(e),g(`changelog`)&&Ud(e),g(`schema_validate`)&&Wd(e),g(`env`)&&Gd(e),g(`time`)&&Kd(e),g(`flow`)&&rc(e,n,e=>{d.activeSlug=e}),t.bridge&&Ii.some(e=>g(e))&&(Ao(e,t.bridge,t.evolutionCollector),jo(e,t.bridge),Mo(e,t.bridge)),t.policyStore&&g(`er_update_policy`)&&Ml(e,t.policyStore),t.evolutionCollector&&g(`er_evolve_review`)&&ys(e,t.evolutionCollector),Fi(e,t.store,t.curated),g(`replay`)&&cd(e),g(`session_digest`)&&Td(e,a)}function Yd(e,t,n){let r=e=>!n||n.has(e);r(`check`)&&xs(e,void 0,t.tokenBudget),r(`eval`)&&Ss(e),r(`test_run`)&&Cs(e),r(`parse_output`)&&ws(e),r(`delegate`)&&Ts(e),r(`git_context`)&&sl(e),r(`diff_parse`)&&cl(e),r(`rename`)&&ll(e),r(`codemod`)&&ul(e),r(`data_transform`)&&dl(e),r(`workset`)&&Sl(e),r(`stash`)&&Cl(e),r(`checkpoint`)&&wl(e),r(`restore`)&&ud(e),r(`lane`)&&Tl(e),r(`queue`)&&El(e),r(`session_digest`)&&Td(e),r(`health`)&&_c(e),r(`process`)&&hc(e),r(`watch`)&&gc(e),r(`web_fetch`)&&vc(e),r(`guide`)&&yc(e),ml.some(e=>r(e))&&hl(e,t,[...n??new Set(z)]),r(`evidence_map`)&&ac(e),r(`forge_classify`)&&sc(e),r(`present`)&&rd(e),r(`browser`)&&fn(e,t),r(`produce_knowledge`)&&ad(e),r(`replay`)&&cd(e),r(`status`)&&Fd(e),r(`flow`)&&rc(e,t),r(`web_search`)&&Rd(e),r(`http`)&&zd(e),r(`regex_test`)&&Bd(e),r(`encode`)&&Vd(e),r(`measure`)&&Hd(e),r(`changelog`)&&Ud(e),r(`schema_validate`)&&Wd(e),r(`env`)&&Gd(e),r(`time`)&&Kd(e)}const Xd=A(`resource-notifier`);var Zd=class{mcpServer;constructor(e){this.mcpServer=e}async notifyStatusChanged(){await this.sendUpdate(`aikit://status`)}async notifyFileTreeChanged(){await this.sendUpdate(`aikit://file-tree`)}async notifyCuratedIndexChanged(){await this.sendUpdate(`aikit://curated`)}async notifyCuratedEntryChanged(e){await this.sendUpdate(`aikit://curated/${e}`)}async notifyResourceListChanged(){try{await this.mcpServer.server.sendResourceListChanged()}catch(e){Xd.debug(`sendResourceListChanged failed`,{error:String(e)})}}async notifyAfterReindex(){await Promise.allSettled([this.notifyStatusChanged(),this.notifyFileTreeChanged()])}async notifyAfterCuratedWrite(e){let t=[this.notifyStatusChanged(),this.notifyCuratedIndexChanged()];e&&t.push(this.notifyCuratedEntryChanged(e)),await Promise.allSettled(t)}async sendUpdate(e){try{await this.mcpServer.server.sendResourceUpdated({uri:e})}catch(t){Xd.debug(`sendResourceUpdated failed`,{uri:e,error:String(t)})}}};const Z=A(`server`);async function Qd(n){Z.info(`Initializing AI Kit components`);let r=n.store.backend,i=n.store.path,a=null;if(r===`sqlite-vec`){let e=_(i,`aikit.db`);o(i)||s(i,{recursive:!0}),a=await Pn(e),Z.info(`SQLite adapter ready`,{type:a.type,vectorCapable:a.vectorCapable,dbPath:e}),a.vectorCapable||Z.warn(`┌──────────────────────────────────────────────────────────────────┐
415
499
  │ ⚠ SQLite vector extension unavailable — DEGRADED MODE │
416
500
  │ Vector search is disabled. Hybrid search returns FTS only. │
417
501
  │ To enable: install/rebuild better-sqlite3 (native module). │
418
- └──────────────────────────────────────────────────────────────────┘`);let t=_(i,`lance`);o(t)&&Z.info(`Old LanceDB data found at ${t} — ignored. Safe to delete after verifying sqlite-vec works.`)}let[c,l,u,d]=await Promise.all([(async()=>{if(n.embedding.childProcess!==!1){let e=new Jn({model:n.embedding.model,dimensions:n.embedding.dimensions,interOpNumThreads:n.embedding.interOpNumThreads,intraOpNumThreads:n.embedding.intraOpNumThreads,idleTimeoutMs:n.embedding.idleTimeoutMs});return await e.initialize(),Z.info(`Embedder loaded (child process)`,{modelId:e.modelId,dimensions:e.dimensions}),e}let{OnnxEmbedder:e}=await import(`../../embeddings/dist/index.js`),t=new e({model:n.embedding.model,dimensions:n.embedding.dimensions,interOpNumThreads:n.embedding.interOpNumThreads,intraOpNumThreads:n.embedding.intraOpNumThreads});return await t.initialize(),Z.info(`Embedder loaded (in-process)`,{modelId:t.modelId,dimensions:t.dimensions}),t})(),(async()=>{let e=await Nn({backend:r,path:i,adapter:a??void 0,embeddingDim:n.embedding.dimensions});return await e.initialize(),Z.info(`Store initialized`,{backend:r}),e})(),(async()=>{let e=a?new jn({adapter:a}):new jn({path:i});return await e.initialize(),Z.info(`Graph store initialized`,{shared:!!a}),e})(),(async()=>{let e=await xn();if(e){let e=yn.get();Z.info(`WASM tree-sitter enabled`,{grammars:e.grammarCount,dir:e.wasmDir})}else{let e=yn.get();Z.warn(`WASM tree-sitter not available; analyzers will use regex fallback`,{reason:e.reason,os:e.os,arch:e.arch,healAttempted:e.healAttempted,healSuccess:e.healSuccess,healError:e.healError,pathsChecked:e.pathsChecked.map(e=>`${e.path} (${e.exists?`found`:`missing`})`)})}return e})()]),p=new Xn(c,l),m=new Yn(n.store.path);m.load(),p.setHashCache(m);let h=n.curated.path,g=new e(h);await g.initialize();let v=new t(h,l,c,g);p.setGraphStore(u);let b=Co(n.er),S=b?new Tn(n.curated.path):void 0;S&&Z.info(`Policy store initialized`,{ruleCount:S.getRules().length});let C=b?new wn:void 0,w=y(n.sources[0]?.path??process.cwd(),x.aiContext),T=o(w),E=n.onboardDir?o(n.onboardDir):!1,D=T||E,O,k=T?w:n.onboardDir;if(D&&k)try{O=f(k).mtime.toISOString()}catch{}return Z.info(`Onboard state detected`,{onboardComplete:D,onboardTimestamp:O,aiKbExists:T,onboardDirExists:E}),{embedder:c,store:l,indexer:p,curated:v,graphStore:u,fileCache:new oe,bridge:b,policyStore:S,evolutionCollector:C,onboardComplete:D,onboardTimestamp:O}}function md(e,t,n){if(e.serverInstructions)return e.serverInstructions;let r=new Set;for(let e of t){let t=n[e];if(t?.category)for(let e of t.category)r.add(e)}let i=[`This server provides ${t.size} tools across ${r.size} categories: ${[...r].sort().join(`, `)}.`];return e.readOnly&&i.push(`Server is in read-only mode. Mutating operations are disabled.`),e.features?.length&&i.push(`Active feature groups: ${e.features.join(`, `)}.`),i.join(` `)}const hd=k(`background-task`);var gd=class{queue=[];running=null;get isRunning(){return this.running!==null}get currentTask(){return this.running}get pendingCount(){return this.queue.length}schedule(e){return new Promise((t,n)=>{this.queue.push({...e,resolve:t,reject:n}),this.running||this.processQueue()})}async processQueue(){for(;this.queue.length>0;){let e=this.queue.shift();if(!e)break;this.running=e.name,hd.info(`Background task started`,{task:e.name,pending:this.queue.length});let t=Date.now();try{await e.fn();let n=Date.now()-t;hd.info(`Background task completed`,{task:e.name,durationMs:n}),e.resolve()}catch(n){let r=Date.now()-t;hd.error(`Background task failed`,{task:e.name,durationMs:r,err:n}),e.reject(n instanceof Error?n:Error(String(n)))}}this.running=null}};const _d=k(`idle-timer`);var vd=class{timer=null;cleanupFns=[];idleMs;disposed=!1;sessionActive=!1;_busy=!1;constructor(e){this.idleMs=e?.idleMs??3e5}setBusy(e){this._busy=e,e?this.cancel():this.touch()}onIdle(e){this.cleanupFns.push(e)}markSessionActive(){this.sessionActive=!0}touch(){this.disposed||this._busy||(this.cancel(),this.timer=setTimeout(()=>{this.runCleanup()},this.idleMs),this.timer.unref&&this.timer.unref())}cancel(){this.timer&&=(clearTimeout(this.timer),null)}dispose(){this.cancel(),this.cleanupFns.length=0,this.disposed=!0}async runCleanup(){if(!this.sessionActive){_d.info(`Idle timeout reached with no active session — skipping cleanup (waiting for first tool call)`);return}if(this._busy){_d.info(`Skipping idle cleanup — background work in progress`);return}_d.info(`Idle for ${this.idleMs/1e3}s — running cleanup`);let e=await Promise.allSettled(this.cleanupFns.map(e=>e()));for(let t of e)t.status===`rejected`&&_d.warn(`Idle cleanup callback failed`,{error:String(t.reason)})}};const yd=k(`memory-monitor`);var bd=class{timer=null;warningBytes;criticalBytes;intervalMs;pressureFns=[];memoryPressureFns=[];lastLevel=`normal`;constructor(e){this.warningBytes=e?.warningBytes??4294967296,this.criticalBytes=e?.criticalBytes??8589934592,this.intervalMs=e?.intervalMs??6e4}onPressure(e){this.pressureFns.push(e)}registerMemoryPressureCallback(e){this.memoryPressureFns.push(e)}start(){this.timer||(this.timer=setInterval(()=>this.check(),this.intervalMs),this.timer.unref&&this.timer.unref(),yd.info(`Memory monitor started`,{warningMB:Math.round(this.warningBytes/1024/1024),criticalMB:Math.round(this.criticalBytes/1024/1024),intervalSec:Math.round(this.intervalMs/1e3)}))}stop(){this.timer&&=(clearInterval(this.timer),null)}getRssBytes(){return process.memoryUsage.rss()}check(){let e=this.getRssBytes(),t=`normal`;if(e>=this.criticalBytes?t=`critical`:e>=this.warningBytes&&(t=`warning`),t!==this.lastLevel||t===`critical`){let n=Math.round(e/1024/1024);t===`critical`?yd.warn(`Memory CRITICAL: ${n}MB RSS — consider restarting the server`):t===`warning`?yd.warn(`Memory WARNING: ${n}MB RSS`):this.lastLevel!==`normal`&&yd.info(`Memory returned to normal: ${n}MB RSS`),this.lastLevel=t}if(t!==`normal`)for(let n of this.pressureFns)try{n(t,e)}catch{}if(t===`critical`)for(let e of this.memoryPressureFns)try{let t=e();t&&typeof t.catch==`function`&&t.catch(()=>{})}catch{}return t===`critical`&&typeof globalThis.gc==`function`&&globalThis.gc(),t}};const xd=k(`tool-timeout`),Sd=new Set([`onboard`,`reindex`,`produce_knowledge`,`analyze`,`codemod`,`audit`]);var Cd=class extends Error{toolName;timeoutMs;constructor(e,t){super(`Tool "${e}" timed out after ${t}ms`),this.toolName=e,this.timeoutMs=t,this.name=`ToolTimeoutError`}};function wd(e){return Sd.has(e)?6e5:12e4}function Td(e,t,n){return new Promise((r,i)=>{let a=!1,o=setTimeout(()=>{if(!a){a=!0;let e=new Cd(n,t);xd.warn(e.message),i(e)}},t);o.unref&&o.unref(),e().then(e=>{a||(a=!0,clearTimeout(o),r(e))},e=>{a||(a=!0,clearTimeout(o),i(e))})})}const Q=k(`server`);function Ed(e){let t=e.toLowerCase();return[`protobuf`,`invalid model`,`invalid onnx`,`unexpected end`,`unexpected token`,`failed to load`,`failed to initialize embedding`,`checksum`,`corrupt`,`malformed`,`could not load`,`onnx`,`database disk image is malformed`,`file is not a database`,`lance`,`cannot find module`,`module not found`].some(e=>t.includes(e))}async function Dd(e,t){let n=t.toLowerCase(),r;try{({rm:r}=await import(`node:fs/promises`))}catch{return}if(n.includes(`embedding`)||n.includes(`onnx`)||n.includes(`protobuf`)||n.includes(`model`)){let t=e.embedding?.model??C.model,n=_(In(),`.cache`,`huggingface`,`transformers-js`,t);try{await r(n,{recursive:!0,force:!0}),Q.info(`Auto-heal: cleared embedding model cache`,{path:n})}catch{}}if(n.includes(`lance`)||n.includes(`database`)||n.includes(`store`)){let t=_(e.store.path,`lance`);try{await r(t,{recursive:!0,force:!0}),Q.info(`Auto-heal: cleared LanceDB store`,{path:t})}catch{}}if(n.includes(`sqlite`)||n.includes(`database disk image`)||n.includes(`graph`)){let t=_(e.store.path,`graph.db`);try{await r(t,{force:!0}),Q.info(`Auto-heal: cleared graph database`,{path:t})}catch{}}}function Od(e,t){let n=oa(e,B,V,Li(e)),i=md(e,n,V),a=new an({name:e.serverName??`aikit`,version:r()},{capabilities:{logging:{},completions:{},prompts:{}},instructions:i}),o=`initializing`,s=``,c=!1,l=null,u=null,d=null;function f(e){if(!e||typeof e!=`object`)return[];let t=e,n=[];for(let e of[`path`,`file`,`source_path`,`sourcePath`,`filePath`]){let r=t[e];typeof r==`string`&&r&&n.push(r)}for(let e of[`changed_files`,`paths`,`files`]){let r=t[e];if(Array.isArray(r))for(let e of r){if(typeof e==`string`){n.push(e);continue}e&&typeof e==`object`&&typeof e.path==`string`&&n.push(e.path)}}if(Array.isArray(t.sources))for(let e of t.sources)e&&typeof e==`object`&&typeof e.path==`string`&&n.push(e.path);return n}let p=()=>o===`failed`?[`❌ AI Kit initialization failed — this tool is unavailable.`,``,s?`Error: ${s}`:``,``,`**${Bi.size} tools are still available** and fully functional:`,`check, eval, test_run, git_context, health, measure, web_fetch, web_search,`,`flow, regex_test, encode,`,`stash, checkpoint, lane, process, time, env, and more.`,``,`To fix embedding errors, try deleting the cached model:`,` rm -rf ~/.cache/huggingface/transformers-js/mixedbread-ai/`,`Then restart the server to re-download a fresh copy.`,``,`Try restarting the MCP server to retry initialization.`].filter(Boolean).join(`
419
- `):[`AI Kit is still initializing (loading embeddings model & store).`,``,`**${Bi.size} tools are already available** while initialization completes — including:`,`check, eval, test_run, git_context, health, measure, web_fetch, web_search,`,`flow, regex_test, encode,`,`stash, checkpoint, lane, process, time, env, and more.`,``,`This tool requires the AI Kit index. Please retry in a few seconds,`,`or use one of the available tools above in the meantime.`].join(`
420
- `);$n(a),Ki(a,new ui,e.toolPrefix??``);let m=a.sendToolListChanged.bind(a);a.sendToolListChanged=()=>{};let h=[];for(let e of B){if(!n.has(e))continue;let t=H(e),r=a.registerTool(e,{title:t.title,description:`${t.title} — initializing, available shortly`,inputSchema:{},annotations:t.annotations},async()=>({content:[{type:`text`,text:p()}]}));Bi.has(e)?r.remove():h.push(r)}ud(a,e,n),a.sendToolListChanged=m;let g=a.registerResource(`aikit-status`,`aikit://status`,{description:`AI Kit status (initializing...)`,mimeType:`text/plain`},async()=>({contents:[{uri:`aikit://status`,text:`AI Kit is initializing...`,mimeType:`text/plain`}]})),_=a.registerPrompt(`_init`,{description:`Initializing AI Kit…`,argsSchema:{_dummy:N(P.string(),()=>[])}},async()=>({messages:[]})),v,y,b=new Promise((e,t)=>{v=e,y=t}),x,S=new Promise(e=>{x=e}),C=()=>x?.(),w=(async()=>{await S;try{let{createRequire:e}=await import(`node:module`),{readFileSync:t}=await import(`node:fs`),{fileURLToPath:n}=await import(`node:url`),{resolve:r,dirname:i}=await import(`node:path`),a=e(import.meta.url),o=r(i(n(import.meta.url)),`..`,`package.json`),s=JSON.parse(t(o,`utf8`)),c=Object.keys(s.dependencies??{}),l=[];for(let e of c)try{a.resolve(e)}catch{l.push(e)}l.length>0&&Q.warn(`${l.length} dependencies not resolvable — init may fail`,{missing:l,hint:`Corrupted npx cache from interrupted downloads. Try: npx clear-npx-cache`})}catch{}let n;try{n=await pd(e)}catch(t){let r=t instanceof Error?t.message:String(t);if(Ed(r)){Q.warn(`AI Kit initialization failed with recoverable error — attempting auto-heal retry`,{error:r}),await Dd(e,r);try{n=await pd(e),Q.info(`AI Kit auto-heal successful — initialization recovered after retry`)}catch(e){o=`failed`,s=e instanceof Error?e.message:String(e),Q.error(`AI Kit initialization failed after auto-heal attempt — server continuing with zero-dep tools only`,{error:s,originalError:r}),y?.(e instanceof Error?e:Error(s));return}}else{o=`failed`,s=r,Q.error(`AI Kit initialization failed — server continuing with zero-dep tools only`,{error:s}),y?.(t instanceof Error?t:Error(s));return}}let r=a.sendToolListChanged.bind(a);a.sendToolListChanged=()=>{};let i=a.sendPromptListChanged.bind(a);a.sendPromptListChanged=()=>{};let p=a.sendResourceListChanged.bind(a);a.sendResourceListChanged=()=>{};for(let e of h)e.remove();g.remove(),_.remove();let m=a._registeredTools??{};for(let e of Bi)m[e]?.remove();let b=new fd(a),x=ws(a);ld(a,n,e,Zn(a),b,x,t,t===`smart`?(()=>{let e=d;return e?.getState?e.getState():null}):null),ur(a,{curated:n.curated,store:n.store,graphStore:n.graphStore},t),a.sendToolListChanged=r,a.sendPromptListChanged=i,a.sendResourceListChanged=p,Promise.resolve(a.sendToolListChanged()).catch(()=>{}),Promise.resolve(a.sendPromptListChanged()).catch(()=>{}),Promise.resolve(a.sendResourceListChanged()).catch(()=>{});let C=a._registeredTools??{};for(let[e,t]of Object.entries(C)){if(Ri.has(e))continue;let r=t.handler;t.handler=async(...t)=>{if(!n.indexer.isIndexing)return r(...t);let i=c?`re-indexing`:`running initial index`,a=new Promise(t=>setTimeout(()=>t({content:[{type:`text`,text:`⏳ AI Kit is ${i}. The tool "${e}" timed out waiting for index data (${zi/1e3}s).\n\nThe existing index may be temporarily locked. Please retry shortly — indexing will complete automatically.`}]}),zi));return Promise.race([r(...t),a])}}for(let[e,t]of Object.entries(C)){let n=t.handler,r=wd(e);t.handler=async(...t)=>{try{return await Td(()=>n(...t),r,e)}catch(t){if(t instanceof Cd)return{content:[{type:`text`,text:`⏳ Tool "${e}" timed out after ${r/1e3}s. This may indicate a long-running operation. Please retry or break the task into smaller steps.`}]};throw t}}}let w=Object.keys(C).length;w<B.length&&Q.warn(`ALL_TOOL_NAMES count mismatch`,{expectedToolCount:B.length,registeredToolCount:w}),Q.info(`MCP server configured`,{toolCount:B.length,resourceCount:4});let T=new bd;T.onPressure((e,t)=>{e===`warning`&&rr(),e===`critical`&&(Q.warn(`Memory pressure critical — consider restarting`,{rssMB:Math.round(t/1024/1024)}),rr())}),T.registerMemoryPressureCallback(()=>n.embedder.shutdown?.()),T.start();let D=new vd;u=D,D.onIdle(async()=>{if(E.isRunning||n.indexer.isIndexing){Q.info(`Idle cleanup deferred — background tasks still running`),D.touch();return}Q.info(`Idle cleanup: releasing cached memory (connections stay open)`);try{n.store.releaseMemory?.(),n.graphStore.releaseMemory?.()}catch{}}),D.touch();let O=!1;for(let e of Object.values(C)){let t=e.handler;e.handler=async(...e)=>{if(O||(O=!0,D.markSessionActive()),D.touch(),d){let t=f(e[0]);t.length>0&&d.prioritize(...t)}return t(...e)}}process.stdin.on(`end`,()=>(Q.info(`stdin closed — MCP client disconnected. Shutting down.`),process.exit(0))),process.stdin.on(`error`,()=>(Q.info(`stdin error — MCP client disconnected. Shutting down.`),process.exit(0))),l=n,v?.(n)})(),T=async()=>{let t;try{t=await b}catch{Q.warn(`Skipping initial index — AI Kit initialization failed`);return}u?.setBusy(!0);try{let n=e.sources.map(e=>e.path).join(`, `);Q.info(`Running initial index`,{sourcePaths:n});let r=await t.indexer.index(e,e=>{e.phase===`crawling`||e.phase===`done`||(e.phase===`chunking`&&e.currentFile&&Q.debug(`Indexing file`,{current:e.filesProcessed+1,total:e.filesTotal,file:e.currentFile}),e.phase===`cleanup`&&Q.debug(`Index cleanup`,{staleEntries:e.filesTotal-e.filesProcessed}))});c=!0,Q.info(`Initial index complete`,{filesProcessed:r.filesProcessed,filesSkipped:r.filesSkipped,chunksCreated:r.chunksCreated,durationMs:r.durationMs});try{await t.store.createFtsIndex()}catch(e){Q.warn(`FTS index creation failed`,j(e))}try{let e=await t.curated.reindexAll();Q.info(`Curated re-index complete`,{indexed:e.indexed})}catch(e){Q.error(`Curated re-index failed`,j(e))}}catch(e){Q.error(`Initial index failed; will retry on aikit_reindex`,j(e))}finally{u?.setBusy(!1)}},E=new gd,D=()=>E.schedule({name:`initial-index`,fn:T}),O=process.ppid,k=setInterval(()=>{try{process.kill(O,0)}catch{Q.info(`Parent process died; shutting down`,{parentPid:O}),clearInterval(k),d?.stop&&d.stop(),import(`../../tools/dist/index.js`).then(({processStopAll:e})=>e()).catch(()=>{}),b.then(async e=>{await Promise.all([e.embedder.shutdown?.().catch(()=>{})??Promise.resolve(),e.graphStore.close().catch(()=>{}),e.store.close().catch(()=>{})])}).catch(()=>{}).finally(()=>process.exit(0))}},5e3);return k.unref(),{server:a,startInit:C,ready:w,runInitialIndex:D,get aikit(){return l},scheduler:E,setSmartScheduler(e){d=e}}}const $=k(`server`);function kd(e,t){let n=oa(t,[...B,...Fi],V,Li(t)),i=md(t,n,V),a=new an({name:t.serverName??`aikit`,version:r()},{capabilities:{logging:{},completions:{},prompts:{}},instructions:i});return $n(a),ld(a,e,t,Zn(a),new fd(a),ws(a),void 0,null,n),ur(a,{curated:e.curated,store:e.store,graphStore:e.graphStore},t.indexMode),a}async function Ad(e){let t=await pd(e),n=kd(t,e);$.info(`MCP server configured`,{toolCount:B.length,resourceCount:2});let r=async()=>{try{let n=e.sources.map(e=>e.path).join(`, `);$.info(`Running initial index`,{sourcePaths:n});let r=await t.indexer.index(e,e=>{e.phase===`crawling`||e.phase===`done`||(e.phase===`chunking`&&e.currentFile&&$.debug(`Indexing file`,{current:e.filesProcessed+1,total:e.filesTotal,file:e.currentFile}),e.phase===`cleanup`&&$.debug(`Index cleanup`,{staleEntries:e.filesTotal-e.filesProcessed}))});$.info(`Initial index complete`,{filesProcessed:r.filesProcessed,filesSkipped:r.filesSkipped,chunksCreated:r.chunksCreated,durationMs:r.durationMs});try{await t.store.createFtsIndex()}catch(e){$.warn(`FTS index creation failed`,j(e))}try{let e=await t.curated.reindexAll();$.info(`Curated re-index complete`,{indexed:e.indexed})}catch(e){$.error(`Curated re-index failed`,j(e))}}catch(e){$.error(`Initial index failed; will retry on aikit_reindex`,j(e))}},i=async()=>{$.info(`Shutting down`),await Promise.all([t.embedder.shutdown?.().catch(()=>{})??Promise.resolve(),t.graphStore.close().catch(()=>{}),t.store.close().catch(()=>{})]),process.exit(0)};process.on(`SIGINT`,i),process.on(`SIGTERM`,i);let a=process.ppid,o=setInterval(()=>{try{process.kill(a,0)}catch{$.info(`Parent process died; shutting down`,{parentPid:a}),clearInterval(o),i()}},5e3);return o.unref(),{server:n,runInitialIndex:r,shutdown:i}}export{B as ALL_TOOL_NAMES,Od as createLazyServer,kd as createMcpServer,Ad as createServer,pd as initializeAikit,ld as registerMcpTools};
502
+ └──────────────────────────────────────────────────────────────────┘`);let t=_(i,`lance`);o(t)&&Z.info(`Old LanceDB data found at ${t} — ignored. Safe to delete after verifying sqlite-vec works.`)}let[c,l,u,d]=await Promise.all([(async()=>{if(n.embedding.childProcess!==!1){let e=new Xn({model:n.embedding.model,dimensions:n.embedding.dimensions,interOpNumThreads:n.embedding.interOpNumThreads,intraOpNumThreads:n.embedding.intraOpNumThreads,idleTimeoutMs:n.embedding.idleTimeoutMs});return await e.initialize(),Z.info(`Embedder loaded (child process)`,{modelId:e.modelId,dimensions:e.dimensions}),e}let{OnnxEmbedder:e}=await import(`../../embeddings/dist/index.js`),t=new e({model:n.embedding.model,dimensions:n.embedding.dimensions,interOpNumThreads:n.embedding.interOpNumThreads,intraOpNumThreads:n.embedding.intraOpNumThreads});return await t.initialize(),Z.info(`Embedder loaded (in-process)`,{modelId:t.modelId,dimensions:t.dimensions}),t})(),(async()=>{let e=await Fn({backend:r,path:i,adapter:a??void 0,embeddingDim:n.embedding.dimensions});return await e.initialize(),Z.info(`Store initialized`,{backend:r}),e})(),(async()=>{let e=a?new Nn({adapter:a}):new Nn({path:i});return await e.initialize(),Z.info(`Graph store initialized`,{shared:!!a}),e})(),(async()=>{let e=await Cn();if(e){let e=xn.get();Z.info(`WASM tree-sitter enabled`,{grammars:e.grammarCount,dir:e.wasmDir})}else{let e=xn.get();Z.warn(`WASM tree-sitter not available; analyzers will use regex fallback`,{reason:e.reason,os:e.os,arch:e.arch,healAttempted:e.healAttempted,healSuccess:e.healSuccess,healError:e.healError,pathsChecked:e.pathsChecked.map(e=>`${e.path} (${e.exists?`found`:`missing`})`)})}return e})()]),p=new Qn(c,l),m=new Zn(n.store.path);m.load(),p.setHashCache(m);let h=n.curated.path,g=new e(h);await g.initialize();let v=new t(h,l,c,g);p.setGraphStore(u);let b=ko(n.er),x=b?new Dn(n.curated.path):void 0;x&&Z.info(`Policy store initialized`,{ruleCount:x.getRules().length});let C=b?new En:void 0,w=y(n.sources[0]?.path??process.cwd(),S.aiContext),T=o(w),E=n.onboardDir?o(n.onboardDir):!1,D=T||E,O,k=T?w:n.onboardDir;if(D&&k)try{O=f(k).mtime.toISOString()}catch{}return Z.info(`Onboard state detected`,{onboardComplete:D,onboardTimestamp:O,aiKbExists:T,onboardDirExists:E}),{embedder:c,store:l,indexer:p,curated:v,graphStore:u,fileCache:new se,bridge:b,policyStore:x,evolutionCollector:C,onboardComplete:D,onboardTimestamp:O}}function $d(e,t,n){if(e.serverInstructions)return e.serverInstructions;let r=new Set;for(let e of t){let t=n[e];if(t?.category)for(let e of t.category)r.add(e)}let i=[`This server provides ${t.size} tools across ${r.size} categories: ${[...r].sort().join(`, `)}.`];return e.readOnly&&i.push(`Server is in read-only mode. Mutating operations are disabled.`),e.features?.length&&i.push(`Active feature groups: ${e.features.join(`, `)}.`),i.join(` `)}const ef=A(`background-task`);var tf=class{queue=[];running=null;get isRunning(){return this.running!==null}get currentTask(){return this.running}get pendingCount(){return this.queue.length}schedule(e){return new Promise((t,n)=>{this.queue.push({...e,resolve:t,reject:n}),this.running||this.processQueue()})}async processQueue(){for(;this.queue.length>0;){let e=this.queue.shift();if(!e)break;this.running=e.name,ef.info(`Background task started`,{task:e.name,pending:this.queue.length});let t=Date.now();try{await e.fn();let n=Date.now()-t;ef.info(`Background task completed`,{task:e.name,durationMs:n}),e.resolve()}catch(n){let r=Date.now()-t;ef.error(`Background task failed`,{task:e.name,durationMs:r,err:n}),e.reject(n instanceof Error?n:Error(String(n)))}}this.running=null}};const nf=A(`idle-timer`);var rf=class{timer=null;cleanupFns=[];idleMs;disposed=!1;sessionActive=!1;_busy=!1;constructor(e){this.idleMs=e?.idleMs??3e5}setBusy(e){this._busy=e,e?this.cancel():this.touch()}onIdle(e){this.cleanupFns.push(e)}markSessionActive(){this.sessionActive=!0}touch(){this.disposed||this._busy||(this.cancel(),this.timer=setTimeout(()=>{this.runCleanup()},this.idleMs),this.timer.unref&&this.timer.unref())}cancel(){this.timer&&=(clearTimeout(this.timer),null)}dispose(){this.cancel(),this.cleanupFns.length=0,this.disposed=!0}async runCleanup(){if(!this.sessionActive){nf.info(`Idle timeout reached with no active session — skipping cleanup (waiting for first tool call)`);return}if(this._busy){nf.info(`Skipping idle cleanup — background work in progress`);return}nf.info(`Idle for ${this.idleMs/1e3}s — running cleanup`);let e=await Promise.allSettled(this.cleanupFns.map(e=>e()));for(let t of e)t.status===`rejected`&&nf.warn(`Idle cleanup callback failed`,{error:String(t.reason)})}};const af=A(`memory-monitor`);var of=class{timer=null;warningBytes;criticalBytes;intervalMs;pressureFns=[];memoryPressureFns=[];lastLevel=`normal`;constructor(e){this.warningBytes=e?.warningBytes??4294967296,this.criticalBytes=e?.criticalBytes??8589934592,this.intervalMs=e?.intervalMs??6e4}onPressure(e){this.pressureFns.push(e)}registerMemoryPressureCallback(e){this.memoryPressureFns.push(e)}start(){this.timer||(this.timer=setInterval(()=>this.check(),this.intervalMs),this.timer.unref&&this.timer.unref(),af.info(`Memory monitor started`,{warningMB:Math.round(this.warningBytes/1024/1024),criticalMB:Math.round(this.criticalBytes/1024/1024),intervalSec:Math.round(this.intervalMs/1e3)}))}stop(){this.timer&&=(clearInterval(this.timer),null)}getRssBytes(){return process.memoryUsage.rss()}check(){let e=this.getRssBytes(),t=`normal`;if(e>=this.criticalBytes?t=`critical`:e>=this.warningBytes&&(t=`warning`),t!==this.lastLevel||t===`critical`){let n=Math.round(e/1024/1024);t===`critical`?af.warn(`Memory CRITICAL: ${n}MB RSS — consider restarting the server`):t===`warning`?af.warn(`Memory WARNING: ${n}MB RSS`):this.lastLevel!==`normal`&&af.info(`Memory returned to normal: ${n}MB RSS`),this.lastLevel=t}if(t!==`normal`)for(let n of this.pressureFns)try{n(t,e)}catch{}if(t===`critical`)for(let e of this.memoryPressureFns)try{let t=e();t&&typeof t.catch==`function`&&t.catch(()=>{})}catch{}return t===`critical`&&typeof globalThis.gc==`function`&&globalThis.gc(),t}};const sf=A(`tool-timeout`),cf=new Set([`onboard`,`reindex`,`produce_knowledge`,`analyze`,`codemod`,`audit`]);var lf=class extends Error{toolName;timeoutMs;constructor(e,t){super(`Tool "${e}" timed out after ${t}ms`),this.toolName=e,this.timeoutMs=t,this.name=`ToolTimeoutError`}};function uf(e){return cf.has(e)?6e5:12e4}function df(e,t,n){return new Promise((r,i)=>{let a=!1,o=setTimeout(()=>{if(!a){a=!0;let e=new lf(n,t);sf.warn(e.message),i(e)}},t);o.unref&&o.unref(),e().then(e=>{a||(a=!0,clearTimeout(o),r(e))},e=>{a||(a=!0,clearTimeout(o),i(e))})})}const Q=A(`server`);function ff(e){let t=e.toLowerCase();return[`protobuf`,`invalid model`,`invalid onnx`,`unexpected end`,`unexpected token`,`failed to load`,`failed to initialize embedding`,`checksum`,`corrupt`,`malformed`,`could not load`,`onnx`,`database disk image is malformed`,`file is not a database`,`lance`,`cannot find module`,`module not found`].some(e=>t.includes(e))}async function pf(e,t){let n=t.toLowerCase(),r;try{({rm:r}=await import(`node:fs/promises`))}catch{return}if(n.includes(`embedding`)||n.includes(`onnx`)||n.includes(`protobuf`)||n.includes(`model`)){let t=e.embedding?.model??w.model,n=_(Rn(),`.cache`,`huggingface`,`transformers-js`,t);try{await r(n,{recursive:!0,force:!0}),Q.info(`Auto-heal: cleared embedding model cache`,{path:n})}catch{}}if(n.includes(`lance`)||n.includes(`database`)||n.includes(`store`)){let t=_(e.store.path,`lance`);try{await r(t,{recursive:!0,force:!0}),Q.info(`Auto-heal: cleared LanceDB store`,{path:t})}catch{}}if(n.includes(`sqlite`)||n.includes(`database disk image`)||n.includes(`graph`)){let t=_(e.store.path,`graph.db`);try{await r(t,{force:!0}),Q.info(`Auto-heal: cleared graph database`,{path:t})}catch{}}}function mf(e,t){let n=fa(e,z,B,zi(e)),i=$d(e,n,B),a=new on({name:e.serverName??`aikit`,version:r()},{capabilities:{logging:{},completions:{},prompts:{}},instructions:i}),o=`initializing`,s=``,c=!1,l=null,u=null,d=null;function f(e){if(!e||typeof e!=`object`)return[];let t=e,n=[];for(let e of[`path`,`file`,`source_path`,`sourcePath`,`filePath`]){let r=t[e];typeof r==`string`&&r&&n.push(r)}for(let e of[`changed_files`,`paths`,`files`]){let r=t[e];if(Array.isArray(r))for(let e of r){if(typeof e==`string`){n.push(e);continue}e&&typeof e==`object`&&typeof e.path==`string`&&n.push(e.path)}}if(Array.isArray(t.sources))for(let e of t.sources)e&&typeof e==`object`&&typeof e.path==`string`&&n.push(e.path);return n}let p=()=>o===`failed`?[`❌ AI Kit initialization failed — this tool is unavailable.`,``,s?`Error: ${s}`:``,``,`**${Hi.size} tools are still available** and fully functional:`,`check, eval, test_run, git_context, health, measure, web_fetch, web_search,`,`flow, regex_test, encode,`,`stash, checkpoint, lane, process, time, env, and more.`,``,`To fix embedding errors, try deleting the cached model:`,` rm -rf ~/.cache/huggingface/transformers-js/mixedbread-ai/`,`Then restart the server to re-download a fresh copy.`,``,`Try restarting the MCP server to retry initialization.`].filter(Boolean).join(`
503
+ `):[`AI Kit is still initializing (loading embeddings model & store).`,``,`**${Hi.size} tools are already available** while initialization completes — including:`,`check, eval, test_run, git_context, health, measure, web_fetch, web_search,`,`flow, regex_test, encode,`,`stash, checkpoint, lane, process, time, env, and more.`,``,`This tool requires the AI Kit index. Please retry in a few seconds,`,`or use one of the available tools above in the meantime.`].join(`
504
+ `);tr(a),Qi(a,new fi,e.toolPrefix??``);let m=a.sendToolListChanged.bind(a);a.sendToolListChanged=()=>{};let h=[];for(let e of z){if(!n.has(e))continue;let t=V(e),r=a.registerTool(e,{title:t.title,description:`${t.title} — initializing, available shortly`,inputSchema:{},annotations:t.annotations},async()=>({content:[{type:`text`,text:p()}]}));Hi.has(e)?r.remove():h.push(r)}Yd(a,e,n),a.sendToolListChanged=m;let g=a.registerResource(`aikit-status`,`aikit://status`,{description:`AI Kit status (initializing...)`,mimeType:`text/plain`},async()=>({contents:[{uri:`aikit://status`,text:`AI Kit is initializing...`,mimeType:`text/plain`}]})),_=a.registerPrompt(`_init`,{description:`Initializing AI Kit…`,argsSchema:{_dummy:dn(N.string(),()=>[])}},async()=>({messages:[]})),v,y,b=new Promise((e,t)=>{v=e,y=t}),x,S=new Promise(e=>{x=e}),C=()=>x?.(),w=(async()=>{await S;try{let{createRequire:e}=await import(`node:module`),{readFileSync:t}=await import(`node:fs`),{fileURLToPath:n}=await import(`node:url`),{resolve:r,dirname:i}=await import(`node:path`),a=e(import.meta.url),o=r(i(n(import.meta.url)),`..`,`package.json`),s=JSON.parse(t(o,`utf8`)),c=Object.keys(s.dependencies??{}),l=[];for(let e of c)try{a.resolve(e)}catch{l.push(e)}l.length>0&&Q.warn(`${l.length} dependencies not resolvable — init may fail`,{missing:l,hint:`Corrupted npx cache from interrupted downloads. Try: npx clear-npx-cache`})}catch{}let n;try{n=await Qd(e)}catch(t){let r=t instanceof Error?t.message:String(t);if(ff(r)){Q.warn(`AI Kit initialization failed with recoverable error — attempting auto-heal retry`,{error:r}),await pf(e,r);try{n=await Qd(e),Q.info(`AI Kit auto-heal successful — initialization recovered after retry`)}catch(e){o=`failed`,s=e instanceof Error?e.message:String(e),Q.error(`AI Kit initialization failed after auto-heal attempt — server continuing with zero-dep tools only`,{error:s,originalError:r}),y?.(e instanceof Error?e:Error(s));return}}else{o=`failed`,s=r,Q.error(`AI Kit initialization failed — server continuing with zero-dep tools only`,{error:s}),y?.(t instanceof Error?t:Error(s));return}}let r=a.sendToolListChanged.bind(a);a.sendToolListChanged=()=>{};let i=a.sendPromptListChanged.bind(a);a.sendPromptListChanged=()=>{};let p=a.sendResourceListChanged.bind(a);a.sendResourceListChanged=()=>{};for(let e of h)e.remove();g.remove(),_.remove();let m=a._registeredTools??{};for(let e of Hi)m[e]?.remove();let b=new Zd(a),x=As(a);Jd(a,n,e,$n(a),b,x,t,t===`smart`?(()=>{let e=d;return e?.getState?e.getState():null}):null),fr(a,{curated:n.curated,store:n.store,graphStore:n.graphStore},t),a.sendToolListChanged=r,a.sendPromptListChanged=i,a.sendResourceListChanged=p,Promise.resolve(a.sendToolListChanged()).catch(()=>{}),Promise.resolve(a.sendPromptListChanged()).catch(()=>{}),Promise.resolve(a.sendResourceListChanged()).catch(()=>{});let C=a._registeredTools??{};for(let[e,t]of Object.entries(C)){if(Bi.has(e))continue;let r=t.handler;t.handler=async(...t)=>{if(!n.indexer.isIndexing)return r(...t);let i=c?`re-indexing`:`running initial index`,a=new Promise(t=>setTimeout(()=>t({content:[{type:`text`,text:`⏳ AI Kit is ${i}. The tool "${e}" timed out waiting for index data (${Vi/1e3}s).\n\nThe existing index may be temporarily locked. Please retry shortly — indexing will complete automatically.`}]}),Vi));return Promise.race([r(...t),a])}}for(let[e,t]of Object.entries(C)){let n=t.handler,r=uf(e);t.handler=async(...t)=>{try{return await df(()=>n(...t),r,e)}catch(t){if(t instanceof lf)return{content:[{type:`text`,text:`⏳ Tool "${e}" timed out after ${r/1e3}s. This may indicate a long-running operation. Please retry or break the task into smaller steps.`}]};throw t}}}let w=Object.keys(C).length;w<z.length&&Q.warn(`ALL_TOOL_NAMES count mismatch`,{expectedToolCount:z.length,registeredToolCount:w}),Q.info(`MCP server configured`,{toolCount:z.length,resourceCount:4});let T=new of;T.onPressure((e,t)=>{e===`warning`&&ar(),e===`critical`&&(Q.warn(`Memory pressure critical — consider restarting`,{rssMB:Math.round(t/1024/1024)}),ar())}),T.registerMemoryPressureCallback(()=>n.embedder.shutdown?.()),T.start();let D=new rf;u=D,D.onIdle(async()=>{if(E.isRunning||n.indexer.isIndexing){Q.info(`Idle cleanup deferred — background tasks still running`),D.touch();return}Q.info(`Idle cleanup: releasing cached memory (connections stay open)`);try{n.store.releaseMemory?.(),n.graphStore.releaseMemory?.()}catch{}}),D.touch();let O=!1;for(let e of Object.values(C)){let t=e.handler;e.handler=async(...e)=>{if(O||(O=!0,D.markSessionActive()),D.touch(),d){let t=f(e[0]);t.length>0&&d.prioritize(...t)}return t(...e)}}process.stdin.on(`end`,()=>(Q.info(`stdin closed — MCP client disconnected. Shutting down.`),process.exit(0))),process.stdin.on(`error`,()=>(Q.info(`stdin error — MCP client disconnected. Shutting down.`),process.exit(0))),l=n,v?.(n)})(),T=async()=>{let t;try{t=await b}catch{Q.warn(`Skipping initial index — AI Kit initialization failed`);return}u?.setBusy(!0);try{let n=e.sources.map(e=>e.path).join(`, `);Q.info(`Running initial index`,{sourcePaths:n});let r=await t.indexer.index(e,e=>{e.phase===`crawling`||e.phase===`done`||(e.phase===`chunking`&&e.currentFile&&Q.debug(`Indexing file`,{current:e.filesProcessed+1,total:e.filesTotal,file:e.currentFile}),e.phase===`cleanup`&&Q.debug(`Index cleanup`,{staleEntries:e.filesTotal-e.filesProcessed}))});c=!0,Q.info(`Initial index complete`,{filesProcessed:r.filesProcessed,filesSkipped:r.filesSkipped,chunksCreated:r.chunksCreated,durationMs:r.durationMs});try{await t.store.createFtsIndex()}catch(e){Q.warn(`FTS index creation failed`,j(e))}try{let e=await t.curated.reindexAll();Q.info(`Curated re-index complete`,{indexed:e.indexed})}catch(e){Q.error(`Curated re-index failed`,j(e))}}catch(e){Q.error(`Initial index failed; will retry on aikit_reindex`,j(e))}finally{u?.setBusy(!1)}},E=new tf,D=()=>E.schedule({name:`initial-index`,fn:T}),O=process.ppid,k=setInterval(()=>{try{process.kill(O,0)}catch{Q.info(`Parent process died; shutting down`,{parentPid:O}),clearInterval(k),d?.stop&&d.stop(),import(`../../tools/dist/index.js`).then(({processStopAll:e})=>e()).catch(()=>{}),b.then(async e=>{await Promise.all([e.embedder.shutdown?.().catch(()=>{})??Promise.resolve(),e.graphStore.close().catch(()=>{}),e.store.close().catch(()=>{})])}).catch(()=>{}).finally(()=>process.exit(0))}},5e3);return k.unref(),{server:a,startInit:C,ready:w,runInitialIndex:D,get aikit(){return l},scheduler:E,setSmartScheduler(e){d=e}}}const $=A(`server`);function hf(e,t){let n=fa(t,[...z,...Li],B,zi(t)),i=$d(t,n,B),a=new on({name:t.serverName??`aikit`,version:r()},{capabilities:{logging:{},completions:{},prompts:{}},instructions:i});return tr(a),Jd(a,e,t,$n(a),new Zd(a),As(a),void 0,null,n),fr(a,{curated:e.curated,store:e.store,graphStore:e.graphStore},t.indexMode),a}async function gf(e){let t=await Qd(e),n=hf(t,e);$.info(`MCP server configured`,{toolCount:z.length,resourceCount:2});let r=async()=>{try{let n=e.sources.map(e=>e.path).join(`, `);$.info(`Running initial index`,{sourcePaths:n});let r=await t.indexer.index(e,e=>{e.phase===`crawling`||e.phase===`done`||(e.phase===`chunking`&&e.currentFile&&$.debug(`Indexing file`,{current:e.filesProcessed+1,total:e.filesTotal,file:e.currentFile}),e.phase===`cleanup`&&$.debug(`Index cleanup`,{staleEntries:e.filesTotal-e.filesProcessed}))});$.info(`Initial index complete`,{filesProcessed:r.filesProcessed,filesSkipped:r.filesSkipped,chunksCreated:r.chunksCreated,durationMs:r.durationMs});try{await t.store.createFtsIndex()}catch(e){$.warn(`FTS index creation failed`,j(e))}try{let e=await t.curated.reindexAll();$.info(`Curated re-index complete`,{indexed:e.indexed})}catch(e){$.error(`Curated re-index failed`,j(e))}}catch(e){$.error(`Initial index failed; will retry on aikit_reindex`,j(e))}},i=async()=>{$.info(`Shutting down`),await Promise.all([t.embedder.shutdown?.().catch(()=>{})??Promise.resolve(),t.graphStore.close().catch(()=>{}),t.store.close().catch(()=>{})]),process.exit(0)};process.on(`SIGINT`,i),process.on(`SIGTERM`,i);let a=process.ppid,o=setInterval(()=>{try{process.kill(a,0)}catch{$.info(`Parent process died; shutting down`,{parentPid:a}),clearInterval(o),i()}},5e3);return o.unref(),{server:n,runInitialIndex:r,shutdown:i}}export{z as ALL_TOOL_NAMES,mf as createLazyServer,hf as createMcpServer,gf as createServer,Qd as initializeAikit,Jd as registerMcpTools};