@vpxa/aikit 0.1.129 → 0.1.131
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/packages/present/dist/index.html +275 -248
- package/packages/server/dist/index.js +1 -1
- package/packages/server/dist/server-ESbYgRg0.js +555 -0
- package/packages/tools/dist/index.js +1 -1
- package/scaffold/generated/block-docs.mjs +1 -1
- package/packages/server/dist/server-GAK3m_Kn.js +0 -1295
|
@@ -0,0 +1,555 @@
|
|
|
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*as a from"node:fs";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*as m from"node:path";import{basename as h,dirname as g,isAbsolute as _,join as v,resolve as y}from"node:path";import{fileURLToPath as b}from"node:url";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,randomUUID as N}from"node:crypto";import{FileCache as re,acquireLease as ie,addToWorkset as ae,audit as oe,bookendReorder as se,changelog as ce,check as le,checkpointDiff as ue,checkpointGC as de,checkpointHistory as fe,checkpointLatest as pe,checkpointList as me,checkpointLoad as he,checkpointSave as ge,codemod as _e,compact as ve,compressTerminalOutput as ye,createRestorePoint as be,dataTransform as xe,delegate as Se,delegateListModels as Ce,deleteWorkset as we,diffParse as Te,digest as Ee,encode as De,envInfo as Oe,evaluate as ke,evidenceMap as Ae,fileSummary as je,find as Me,findDeadSymbols as Ne,findExamples as Pe,forgeClassify as Fe,forgeGround as Ie,getWorkset as Le,gitContext as Re,graphAugmentSearch as ze,graphQuery as Be,guide as Ve,health as He,httpRequest as Ue,laneCreate as We,laneDiff as Ge,laneDiscard as Ke,laneList as qe,laneMerge as Je,laneStatus as Ye,listActiveLeases as Xe,listRestorePoints as Ze,listWorksets as Qe,measure as $e,onboard as et,parseOutput as tt,processList as nt,processLogs as rt,processStart as it,processStatus as at,processStop as ot,queueClear as st,queueCreate as ct,queueDag as lt,queueDelete as ut,queueDone as dt,queueFail as ft,queueGet as pt,queueList as mt,queueNext as ht,queuePush as gt,regexTest as _t,releaseLease as vt,removeFromWorkset as yt,rename as bt,replayAppend as xt,replayClear as St,replayList as Ct,replayTrim as wt,restoreFromPoint as Tt,saveWorkset as Et,schemaValidate as Dt,scopeMap as Ot,sessionDigest as kt,sessionDigestSampling as At,stashClear as jt,stashDelete as Mt,stashGet as Nt,stashList as Pt,stashSet as Ft,stratumCard as It,summarizeCheckResult as Lt,symbol as Rt,testRun as zt,timeUtils as Bt,trace as Vt,truncateToTokenBudget as Ht,watchList as Ut,watchStart as Wt,watchStop as Gt,webFetch as Kt,webSearch as qt}from"../../tools/dist/index.js";import{readFile as Jt,stat as Yt}from"node:fs/promises";import{McpServer as Xt,ResourceTemplate as Zt}from"@modelcontextprotocol/sdk/server/mcp.js";import{buildFormSchema as Qt,field as $t,normalizeResponse as en}from"../../elicitation/dist/index.js";import{completable as P}from"@modelcontextprotocol/sdk/server/completable.js";import{z as F}from"zod";import{BlastRadiusAnalyzer as tn,DependencyAnalyzer as nn,DiagramGenerator as rn,EntryPointAnalyzer as an,KnowledgeProducer as on,PatternAnalyzer as sn,StructureAnalyzer as cn,SymbolAnalyzer as ln}from"../../analyzers/dist/index.js";import{WasmDiagnostics as un,WasmRuntime as dn,initializeWasm as fn}from"../../chunker/dist/index.js";import{ERCache as pn,ERClient as mn,EvolutionCollector as hn,PolicyStore as gn,PushAdapter as _n,mergeResults as vn}from"../../enterprise-bridge/dist/index.js";import{RESOURCE_MIME_TYPE as yn,registerAppResource as bn,registerAppTool as xn}from"@modelcontextprotocol/ext-apps/server";import{SqliteGraphStore as Sn,createSqliteAdapter as Cn,createStore as wn}from"../../store/dist/index.js";import{exec as Tn,execSync as En}from"node:child_process";import{homedir as Dn}from"node:os";import{createServer as On}from"node:http";import{createUIResource as kn}from"@mcp-ui/server";import{marked as An}from"marked";import{EmbedderProxy as jn}from"../../embeddings/dist/index.js";import{FileHashCache as Mn,IncrementalIndexer as Nn}from"../../indexer/dist/index.js";function Pn(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 en(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,Qt({confirmed:$t.confirm(e)}));return t?.action===`accept`&&t.content?.confirmed===!0},async selectOne(e,t){let r=await n(e,Qt({selection:$t.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,Qt({selections:$t.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,Qt({text:$t.text(e,{description:t})}));if(r?.action!==`accept`)return null;let i=r.content?.text;return typeof i==`string`?i:null}}}const Fn={debug:`debug`,info:`info`,warn:`warning`,error:`error`};function In(e){return D(({level:t,component:n,message:r,data:i})=>{try{Promise.resolve(e.sendLoggingMessage({level:Fn[t],logger:n,data:i?{message:r,...i}:r})).catch(()=>{})}catch{}})}const Ln=3e4,Rn=new Map;function zn(e,t,n){let r=Rn.get(e);if(r&&Date.now()<r.expires)return Promise.resolve(r.data);let i=n();return Promise.resolve(i).then(n=>(Rn.set(e,{data:n,expires:Date.now()+t}),n))}function Bn(){Rn.clear()}function Vn(e,t){return zn(`curated-paths`,Ln,async()=>(await e.list()).map(e=>e.path)).then(e=>e.filter(e=>e.toLowerCase().includes(t.toLowerCase())).slice(0,20))}function Hn(e,t){return zn(`file-paths`,Ln,()=>e.listSourcePaths()).then(e=>e.filter(e=>e.toLowerCase().includes(t.toLowerCase())).slice(0,20))}function Un(e,t){return zn(`symbol-names`,Ln,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 Wn(e){return Pt().map(e=>e.key).filter(t=>t.toLowerCase().includes(e.toLowerCase())).slice(0,20)}function Gn(e){return Qe().map(e=>e.name).filter(t=>t.toLowerCase().includes(e.toLowerCase())).slice(0,20)}function Kn(e){return me().map(e=>e.label).filter(t=>t.toLowerCase().includes(e.toLowerCase())).slice(0,20)}function qn(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:F.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
|
+
`)}}]})),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:F.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:F.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:F.string().describe(`Title of the knowledge entry`),content:F.string().describe(`Content to remember`),category:F.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:F.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:F.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:P(F.string().describe(`Path of the curated entry (e.g. conventions/naming.md)`),async e=>Vn(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:P(F.string().describe(`Path of the curated entry to update`),async e=>Vn(r,e)),content:F.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:P(F.string().describe(`Path of the curated entry to delete`),async e=>Vn(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:P(F.string().describe(`Source file path`),async e=>Hn(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:P(F.string().describe(`Symbol name`),async e=>Un(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:P(F.string().describe(`Stash key`),e=>Wn(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:P(F.string().describe(`Workset name`),e=>Gn(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:P(F.string().describe(`Checkpoint name`),e=>Kn(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
|
+
`)}}]})),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
|
+
`)}}]})),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
|
+
`)}}]})),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
|
+
`)}}]})),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
|
+
`)}}]})),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 Jn={enabled:!0,batchSize:10,debounceMs:5e3,maxFactsPerSession:50,minQuality:.3};function Yn(e){return(e.content??[]).filter(e=>e.type===`text`&&typeof e.text==`string`).map(e=>e.text??``).join(`
|
|
14
|
+
`)}function I(e){return M(`sha256`).update(e).digest(`hex`).slice(0,16)}function Xn(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 Zn={name:`build-commands`,tools:[`check`,`test_run`],extract(e){if(e.isError)return[];let t=Yn(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:I(`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:I(`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:I(`test-cmd-${t}`),quality:.9,source:e.toolName})}}return n}},Qn={name:`codebase-insights`,tools:[`analyze`,`scope_map`,`blast_radius`,`onboard`],extract(e){let t=Yn(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:I(`structure-${r}`),quality:Math.min(.9,Xn(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:I(`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:I(`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:I(`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:I(`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:I(`onboard-summary`),quality:.9,source:e.toolName}),n}};function $n(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:I(`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:I(`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:I(`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:I(`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:I(`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:I(`convention-monorepo`),quality:.7,source:t}),n}function er(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:I(`pattern-${r}`),quality:.6,source:t})}return n}const tr={name:`convention-detection`,tools:[`check`,`analyze`,`onboard`],extract(e){let t=Yn(e.result);if(!t||e.isError)return[];let n=[];return n.push(...$n(t,e.toolName)),e.toolName===`analyze`&&e.args.aspect===`patterns`&&n.push(...er(t,e.toolName)),n}};function nr(e,t){return e.match(t)?.[1]?.trim()||null}function rr(e,t,n,r,i,a){return{title:e,content:t,category:`context`,tags:n,hash:I(r),quality:i,source:a}}const ir={name:`environment-facts`,tools:[`env`,`config`,`status`],extract(e){let t=Yn(e.result);if(!t)return[];let n=[],r=nr(t,/node(?:\.js)?\s*[:=]\s*([^\r\n]+)/i);r&&n.push(rr(`Node.js version`,`Detected Node.js version: ${r}`,[`environment`,`node`],`node-version-${r}`,.4,e.toolName));let i=nr(t,/(?:^|\n)os\s*[:=]\s*([^\r\n]+)/i);i&&n.push(rr(`Operating system`,`Detected OS: ${i}`,[`environment`,`os`],`os-${i}`,.4,e.toolName));let a=nr(t,/workspace(?: path)?\s*[:=]\s*([^\r\n]+)/i);a&&n.push(rr(`Workspace path`,`Primary workspace path: ${a}`,[`environment`,`workspace`],`workspace-${a}`,.4,e.toolName));let o=nr(t,/store(?: backend)?\s*[:=]\s*([^\r\n]+)/i);o&&n.push(rr(`Store backend`,`Configured store backend: ${o}`,[`environment`,`storage`],`store-${o}`,.6,e.toolName));let s=nr(t,/embedding(?: model)?\s*[:=]\s*([^\r\n]+)/i);return s&&n.push(rr(`Embedding model`,`Configured embedding model: ${s}`,[`environment`,`embedding`],`embedding-${s}`,.6,e.toolName)),n}},ar={name:`research-results`,tools:[`web_search`,`web_fetch`,`search`],extract(e){let t=Yn(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:I(`web-search-${r}`),quality:Math.min(.8,Xn(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:I(`web-fetch-${i}`),quality:Xn(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:I(`curated-search-${r}`),quality:.5,source:e.toolName,ttlMs:36e5})}return n}};function or(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 sr(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 cr={name:`test-results`,tools:[`check`,`test_run`],extract(e){let t=Yn(e.result);if(!t)return[];let n=[],r=or(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:I(`test-framework-${r}`),quality:.7,source:e.toolName});let i=sr(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:I(`test-pattern-${i}`),quality:.7,source:e.toolName}),n}};function lr(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 ur={name:`tool-failure-patterns`,tools:[],extract(e){if(!e.isError)return[];let t=Yn(e.result);if(!t||t.length<30)return[];let{type:n,actionable:r}=lr(t);if(!r)return[];let i=t.slice(0,500),a=Xn(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:I(`smart-error-${n}-${e.toolName}-${t.slice(0,80)}`),quality:Math.min(.7,a+.1),source:e.toolName,ttlMs:72e5}]}};var dr=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 fr(e){return{content:[{type:`text`,text:(e instanceof Error,String(e))}],isError:!0}}function pr(e,t){try{e.push(t)}catch{}}function mr(e){return async(t,n)=>{let r=Date.now();try{let i=await n();return pr(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 pr(e,{toolName:t.toolName,args:t.args,result:fr(n),durationMs:Date.now()-r,isError:!0,timestamp:new Date().toISOString()}),n}}}const hr=k(`auto-knowledge`);var gr=class{registry;curated;queue=[];timer=null;seenHashes=new Map;storedCount=0;droppedCount=0;dedupedCount=0;config;existingTitles=null;constructor(e,t,n={}){this.registry=e,this.curated=t,this.config={...Jn,...n}}push(e){if(!(!this.config.enabled||!this.curated)&&!(this.storedCount>=this.config.maxFactsPerSession)){if(this.queue.push(e),this.queue.length>=this.config.batchSize){this.flush().catch(e=>{hr.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)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{await this.curated.remember(e.title,e.content,e.category,e.tags),this.seenHashes.set(e.hash,Date.now()),this.existingTitles.add(this.normalizeTitle(e.title)),this.storedCount++,hr.info(`Auto-knowledge stored`,{title:e.title,category:e.category,quality:e.quality,source:e.source})}catch(t){hr.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{hr.warn(`Failed to load existing curated titles for dedup`,{})}return e}scheduleBatch(){this.timer||=setTimeout(()=>{this.timer=null,this.flush().catch(e=>{hr.warn(`Auto-knowledge flush error`,{error:String(e)})})},this.config.debounceMs)}};const _r=new Set([`compact`,`digest`,`file_summary`,`stratum_card`,`present`,`web_fetch`,`web_search`,`check`,`audit`]);function vr(e){switch(e){case`efficient`:return{threshold:2e3,tokenBudget:1e3};case`full`:return{threshold:1/0};default:return{threshold:4e3,tokenBudget:2e3}}}function yr(e){let t=e?.threshold??4e3,n=e?.tokenBudget??2e3;return async(e,r)=>{if(_r.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=ye({text:r.text,tool:e.toolName,tokenBudget:n});return{...r,text:i.text}});return{...i,content:o}}}const br=k(`tool-pipeline`);function xr(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}function Sr(e,t){return e.tools?(Array.isArray(e.tools)?e.tools:[e.tools]).includes(t):!0}function Cr(e){return e.middleware.critical===!0}var wr=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=>Sr(t,e)).sort((e,t)=>e.order-t.order);return async(a,o)=>{let s={toolName:e,args:xr(a)?a:{},requestId:N(),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(Cr(r))throw t;if(br.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 Tr=k(`auto-gc`);let Er=`warming`,Dr=null,Or=0;function kr(){let e=[...zr()];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 Ar(e){let t=kr();if(t===0){Er=`warming`;return}if(t>500){Er=`degraded`;let n=Date.now();if(Dr&&n-Dr<36e5){Tr.debug(`GC cooldown active — skipping`,{lastGcAgoMs:n-Dr});return}Dr=n,Or++,Tr.warn(`p95 latency exceeds threshold, triggering GC`,{p95:t,cycle:Or}),e&&e().catch(e=>Tr.error(`GC callback failed`,{err:String(e)}))}else t<200&&(Er=`healthy`)}function jr(){return{state:Er,p95:kr(),lastGcAt:Dr,gcCount:Or,bufferSize:zr().length}}const Mr=/key|token|secret|auth|password|bearer/i,Nr=new Set([`eval`,`env`]);function Pr(e,t){if(Nr.has(e))return JSON.stringify({_redacted:!0,tool:e});if(e===`http`&&t.headers&&typeof t.headers==`object`){let e={...t},n={};for(let[e,r]of Object.entries(t.headers))n[e]=Mr.test(e)?`[REDACTED]`:r;return e.headers=n,JSON.stringify(e).slice(0,200)}return JSON.stringify(t).slice(0,200)}const Fr=new Map,Ir=[];function Lr(e,t,n,r,i){let a=Fr.get(e);a||(a={callCount:0,totalDurationMs:0,totalInputChars:0,totalOutputChars:0,errorCount:0},Fr.set(e,a)),a.callCount++,a.totalDurationMs+=t,a.totalInputChars+=n,a.totalOutputChars+=r,i&&a.errorCount++,Ir.push(t),Ir.length>100&&Ir.shift(),Ir.length>=10&&Ir.length%20==0&&Ar()}function Rr(){return Array.from(Fr.entries()).map(([e,t])=>({tool:e,...t}))}function zr(){return Ir}function Br(){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 xt({ts:new Date().toISOString(),source:`mcp`,tool:e.toolName,input:Pr(e.toolName,e.args),durationMs:a,status:`ok`,output:o.slice(0,200)}),Lr(e.toolName,a,r,o.length,!1),i}catch(t){let i=Date.now()-n;throw xt({ts:new Date().toISOString(),source:`mcp`,tool:e.toolName,input:Pr(e.toolName,e.args),durationMs:i,status:`error`,output:t instanceof Error?t.message:String(t)}),Lr(e.toolName,i,r,0,!0),t}}}function Vr(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 Zt(`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`}]}})}function Hr(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`}]})),Vr(e,n)}const Ur=[`er_push`,`er_pull`,`er_sync_status`],Wr=[...Ur,`er_update_policy`,`er_evolve_review`],Gr=new Set(Wr);function Kr(e){return e.toolProfiles}const qr=new Set(`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(`.`)),Jr=5e3,Yr=new Set(`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(`.`)),L=`analyze.audit.blast_radius.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 Xr(){let e=(async(e,t)=>{let n=await t(),r=e.toolConfig??{};if(r.outputSchema==null||n.structuredContent!=null)return n;try{n.structuredContent=Zr(r.outputSchema)??{}}catch{n.structuredContent={}}return n});return e.critical=!0,e}function Zr(e){if(!e)return{};if(e.anyOf){let t=e.anyOf.find(e=>e.type!==`null`);return t?Zr(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]=Zr(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 R={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`]},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 z(e){return R[e]??{title:e,annotations:{readOnlyHint:!1},category:[]}}const Qr=Symbol(`toolPipelineState`);function $r(e){return e[Qr]}function ei(e,t){e[Qr]=t}function ti(e,t,n=``){let r=$r(e);if(r){r.pipeline=t,r.prefix=n;return}ei(e,{originalRegisterTool:e.registerTool.bind(e),pipeline:t,prefix:n}),e.registerTool=(n,r,i)=>{let a=$r(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=z(n),c=(a?.pipeline??t).wrap(n,i,r,s);return a?.originalRegisterTool(o,r,c)}}const ni={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 ri(e,t){return e.filter(e=>(ni[e]??0)<=t)}const ii=new Set([`status`,`config`,`guide`,`health`]),ai={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 oi(e,t){let n=ai[e];if(n)return n;let r=t?.[e];if(r)return r;throw Error(`Unknown tool profile: ${e}`)}function si(e,t,n){return t.includes(`*`)?!0:(n[e]?.category??[]).some(e=>t.includes(e))}function ci(e,t,n,r){if(t.includes(`*`)){for(let t of n)e.add(t);return}for(let i of n)si(i,t,r)&&e.add(i)}function li(e,t,n){if(t.includes(`*`)){e.clear();return}for(let r of[...e])si(r,t,n)&&e.delete(r)}function ui(e,t,n){if(!e||e.length===0||e.includes(`*`))return new Set(t);let r=new Set;return ci(r,e,t,n),r}function di(e,t){return e===void 0?t:t===void 0?e:Math.min(e,t)}function fi(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=oi(e,t);return di(i.extends?fi(i.extends,t,n+1,[...r,e]):void 0,i.maxTier)}function pi(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=oi(e,r),c=[...o,e],l=s.extends?i(s.extends,a+1,c):ui(s.includeCategories,t,n);s.extends&&s.includeCategories?.length&&ci(l,s.includeCategories,t,n),s.excludeCategories?.length&&li(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=fi(e,r);if(o!==void 0){let e=ri([...a],o);a.clear();for(let t of e)a.add(t)}for(let e of ii)a.add(e);return a}const mi=new Set([`search`,`analysis`,`knowledge`,`compression`,`forge`,`presentation`,`execution`,`manipulation`,`session`,`git`,`process`,`system`,`meta`,`utilities`,`web`,`queue`,`flow`]);function hi(e,t,n,r){let i=pi(process.env.AIKIT_TOOLSET||e.toolProfile||`full`,t,n,r);if(e.features&&e.features.length>0){let a=e.features.filter(e=>!mi.has(e));if(a.length>0)throw Error(`Unknown feature group(s): ${a.join(`, `)}. Valid categories: ${[...mi].join(`, `)}`);let o={description:`Synthetic profile from features config`,includeCategories:e.features},s=pi(`_features`,t,n,{...r,_features:o});for(let e of i)!s.has(e)&&!ii.has(e)&&i.delete(e)}if(e.readOnly)for(let e of[...i])n[e]?.annotations?.readOnlyHint===!1&&!ii.has(e)&&i.delete(e);for(let e of ii)i.add(e);return i}const gi=F.object({mode:F.enum([`wasm`,`regex`,`unknown`]),reason:F.string(),pathsChecked:F.array(F.object({path:F.string(),exists:F.boolean()})),os:F.string(),arch:F.string(),nodeVersion:F.string(),webTreeSitterImportable:F.boolean(),healAttempted:F.boolean(),healSuccess:F.boolean(),healError:F.string().nullable(),initError:F.string().nullable(),wasmDir:F.string().nullable(),grammarCount:F.number()}),_i=F.object({totalRecords:F.number(),totalFiles:F.number(),lastIndexedAt:F.string().nullable(),onboarded:F.boolean(),onboardDir:F.string(),contentTypes:F.record(F.string(),F.number()),wasmAvailable:F.boolean(),wasmDiagnostics:gi,graphStats:F.object({nodes:F.number(),edges:F.number()}).nullable(),curatedCount:F.number(),serverVersion:F.string(),scaffoldVersion:F.string().nullable(),workspaceScaffoldVersion:F.string().nullable(),upgradeAvailable:F.boolean(),storeBackend:F.string().optional(),storeDiagnostics:F.object({adapterType:F.string(),vectorSearchEnabled:F.boolean(),degradedMode:F.boolean(),dbPath:F.string(),dbSizeBytes:F.number().nullable(),embeddingDim:F.number(),vectorDtype:F.string()}).nullable().optional(),contextPressure:F.number().min(0).max(100).describe(`0–100 score indicating AI Kit saturation`)});F.object({entries:F.array(F.object({path:F.string(),title:F.string(),category:F.string(),tags:F.array(F.string()),version:F.number(),preview:F.string()})),totalCount:F.number()});const vi=F.object({ok:F.boolean(),checks:F.array(F.object({name:F.string(),ok:F.boolean(),message:F.string().optional()}))}),yi=F.object({summary:F.object({totalFiles:F.number(),totalLines:F.number(),totalCodeLines:F.number(),totalFunctions:F.number(),avgComplexity:F.number(),maxComplexity:F.object({value:F.number(),file:F.string()})}),files:F.array(F.object({path:F.string(),lines:F.number(),code:F.number(),complexity:F.number(),functions:F.number()}))}),bi=F.object({platform:F.string(),arch:F.string(),nodeVersion:F.string(),cwd:F.string(),cpus:F.number(),memoryFreeGb:F.number(),memoryTotalGb:F.number()}),xi=F.object({iso:F.string(),unix:F.number(),timezone:F.string(),formatted:F.string()}),Si=F.object({passed:F.boolean(),errorCount:F.number(),warningCount:F.number(),topErrors:F.array(F.string())}),Ci=F.object({passed:F.boolean(),tsc:Si,biome:Si}),wi=F.object({name:F.string(),definedIn:F.object({path:F.string(),line:F.number(),kind:F.string(),signature:F.string().optional()}).nullable(),importedBy:F.array(F.object({path:F.string(),line:F.number(),importStatement:F.string()})),referencedIn:F.array(F.object({path:F.string(),line:F.number(),context:F.string(),scope:F.string().optional()})),graphContext:F.object({definingModule:F.string().optional(),importedByModules:F.array(F.string()),siblingSymbols:F.array(F.string())}).nullable()}),Ti=F.object({sourcePath:F.string(),contentType:F.string(),score:F.number(),headingPath:F.string().optional(),startLine:F.number().optional(),endLine:F.number().optional(),origin:F.string().optional(),category:F.string().optional(),tags:F.array(F.string()).optional()}),Ei=F.object({results:F.array(Ti),totalResults:F.number(),searchMode:F.string(),query:F.string()}),Di=F.object({path:F.string(),line:F.number().optional(),matchType:F.string(),preview:F.string()}),Oi=F.object({matches:F.array(Di),totalMatches:F.number(),pattern:F.string(),truncated:F.boolean()}),ki=F.object({path:F.string(),relevance:F.number(),estimatedTokens:F.number(),focusLines:F.array(F.string()).optional()}),Ai=F.object({files:F.array(ki),totalFiles:F.number(),totalEstimatedTokens:F.number(),task:F.string()}),ji=F.object({path:F.string(),impact:F.string(),reason:F.string()}),Mi=F.object({changedFiles:F.array(F.string()),affectedFiles:F.array(ji),totalAffected:F.number(),riskLevel:F.string()}),Ni=F.object({name:F.string(),passed:F.boolean(),message:F.string().optional(),severity:F.string().optional()}),Pi=F.object({passed:F.boolean(),score:F.number(),checks:F.array(Ni),summary:F.string()}),Fi=F.object({id:F.string(),name:F.string(),type:F.string(),sourcePath:F.string().optional()}),Ii=F.object({fromId:F.string(),toId:F.string(),type:F.string()}),Li=F.object({nodes:F.array(Fi),edges:F.array(Ii),totalNodes:F.number(),totalEdges:F.number(),query:F.string()}),Ri=F.object({symbols:F.array(F.object({name:F.string(),path:F.string(),line:F.number().optional(),kind:F.string()})),totalDead:F.number()});F.object({files:F.number(),packages:F.number(),languages:F.record(F.string(),F.number()),tree:F.string()});const zi=F.object({path:F.string(),language:F.string(),lines:F.number(),imports:F.number(),exports:F.number(),functions:F.number(),classes:F.number()}),Bi=F.object({gitRoot:F.string(),branch:F.string(),commitCount:F.number(),hasUncommitted:F.boolean(),recentCommits:F.array(F.object({hash:F.string(),message:F.string(),author:F.string(),date:F.string()}))}),Vi=F.object({originalChars:F.number(),compressedChars:F.number(),ratio:F.number(),segmentsKept:F.number(),segmentsTotal:F.number()}),Hi=F.object({passed:F.boolean(),totalTests:F.number(),passedTests:F.number(),failedTests:F.number(),skippedTests:F.number(),duration:F.number().describe(`Duration in milliseconds`),failures:F.array(F.object({name:F.string(),message:F.string(),file:F.string().optional()}))}),Ui=k(`utils:enrich`);async function B(e,t){let n={curated:[],graph:[]},r=t.limit??3,[i,a]=await Promise.allSettled([Wi(e,t.query,r),Gi(e,t.filePath)]);return i.status===`fulfilled`?n.curated=i.value:Ui.debug(`Curated enrichment failed`,{error:i.reason}),a.status===`fulfilled`?n.graph=a.value:Ui.debug(`Graph enrichment failed`,{error:a.reason}),n}async function Wi(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=>Ki(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=>Ki(e.record))}return[]}catch(e){return Ui.debug(`Curated enrichment failed`,{error:e}),[]}}async function Gi(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 Ui.debug(`Graph enrichment failed`,{error:e}),[]}}function V(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 Ki(e){let t=qi(e.metadata,`title`)||e.sourcePath||`Untitled`;return`[${qi(e.metadata,`category`)}] ${t}: ${e.content.slice(0,200)}`}function qi(e,t){let n=e?.[t];return typeof n==`string`?n:``}function H(e,t){return{content:[{type:`text`,text:`[ERROR:${e}] ${t}`}],isError:!0}}const Ji=k(`tools`),Yi=F.number().min(100).max(5e4).optional().describe(`Maximum token budget for the response. When set, output is truncated to fit.`);function Xi(e,t){return t?Ht(e,t):e}function Zi(){let e=[];return dn.get()||e.push(`Tree-sitter unavailable — using regex fallback, symbol/pattern confidence reduced`),e.length===0?``:`\n\n> **⚠ Caveats:** ${e.join(`; `)}`}function Qi(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 $i(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
|
+
|
|
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 ea(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 ta(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=ea(t),r=n.get(e)??[];r.push(t),n.set(e,r)}let r=[`
|
|
23
|
+
|
|
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 na(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 ra(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),Ji.info(`Auto-persisted analysis`,{analyzerName:n,chunkCount:l.length})}catch(e){Ji.warn(`Auto-persist analysis failed`,{analyzerName:n,...j(e)})}}const ia=F.enum([`structure`,`dependencies`,`symbols`,`patterns`,`entry_points`,`diagram`]),aa=F.string().describe(`Root path to analyze`),oa=F.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.`),sa=F.object({path:aa,max_depth:F.number().min(1).max(10).default(6).describe(`Maximum directory depth`),format:F.enum([`json`,`markdown`]).default(`markdown`).describe(`Output format`),max_tokens:Yi,enrich:oa}),ca=F.object({path:aa,format:F.enum([`json`,`markdown`,`mermaid`]).default(`markdown`).describe(`Output format`),max_tokens:Yi,enrich:oa}),la=F.object({path:aa,filter:F.string().optional().describe(`Filter symbols by name substring`),format:F.enum([`json`,`markdown`]).default(`markdown`).describe(`Output format`),enrich:oa}),ua=F.object({path:aa,enrich:oa}),da=F.object({path:aa,enrich:oa}),fa=F.object({path:aa,diagram_type:F.enum([`architecture`,`dependencies`]).default(`architecture`).describe(`Type of diagram`),enrich:oa}),pa=F.object({aspect:ia.describe(`Analysis aspect to execute`),path:aa,max_depth:F.number().min(1).max(10).optional(),format:F.enum([`json`,`markdown`,`mermaid`]).optional(),max_tokens:Yi,filter:F.string().optional().describe(`Filter symbols by name substring`),diagram_type:F.enum([`architecture`,`dependencies`]).optional().describe(`Type of diagram when aspect="diagram"`),enrich:oa});async function ma(e,t,n,r){return!n||!r?e:e+V(await B(r,{query:t,filePath:t}))}async function ha(e,{store:t,embedder:n,enrichDeps:r}){let i=new cn,{path:a,max_depth:o,format:s,max_tokens:c,enrich:l}=sa.parse(e),u=await i.analyze(a,{format:s,maxDepth:o,maxTokens:c});ra(t,n,`structure`,a,u.output);let d=u.data;return{content:[{type:`text`,text:Xi(await ma(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 ga(e,{store:t,embedder:n,enrichDeps:r}){let i=new nn,{path:a,format:o,max_tokens:s,enrich:c}=ca.parse(e),l=await i.analyze(a,{format:o});return ra(t,n,`dependencies`,a,l.output),{content:[{type:`text`,text:Xi(await ma(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 _a(e,{store:t,embedder:n,enrichDeps:r}){let i=new ln,{path:a,filter:o,format:s,enrich:c}=la.parse(e),l=await i.analyze(a,{format:s,filter:o});return ra(t,n,`symbols`,a,l.output),{content:[{type:`text`,text:await ma(l.output+Zi()+'\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 va(e,{store:t,embedder:n,enrichDeps:r}){let i=new sn,{path:a,enrich:o}=ua.parse(e),s=await i.analyze(a);return ra(t,n,`patterns`,a,s.output),{content:[{type:`text`,text:await ma(s.output+Zi()+'\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 ya(e,{store:t,embedder:n,enrichDeps:r}){let i=new an,{path:a,enrich:o}=da.parse(e),s=await i.analyze(a);return ra(t,n,`entry-points`,a,s.output),{content:[{type:`text`,text:await ma(s.output+Zi()+'\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 ba(e,{store:t,embedder:n,enrichDeps:r}){let i=new rn,{path:a,diagram_type:o,enrich:s}=fa.parse(e),c=await i.analyze(a,{diagramType:o});return ra(t,n,`diagram`,a,c.output),{content:[{type:`text`,text:await ma(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 xa(e,t,n){switch(e){case`structure`:return ha(t,n);case`dependencies`:return ga(t,n);case`symbols`:return _a(t,n);case`patterns`:return va(t,n);case`entry_points`:return ya(t,n);case`diagram`:return ba(t,n)}}function Sa(e,t,n,r){let i=z(`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:pa.shape,annotations:i.annotations},async e=>{try{let i=pa.parse(e);return await xa(i.aspect,i,{store:t,embedder:n,enrichDeps:r})}catch(e){return Ji.error(`Analysis failed`,j(e)),H(`INTERNAL`,`Analysis failed: ${e instanceof Error?e.message:String(e)}`)}})}function Ca(e,t,n,r,i){let a=new tn,o=z(`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:Mi,inputSchema:{path:F.string().describe(`Root path of the codebase`),files:F.array(F.string()).optional().describe(`Changed file paths (relative to root). If omitted, auto-detects from git status.`),max_depth:F.number().min(1).max(20).default(5).describe(`Maximum transitive dependency depth`),format:F.enum([`json`,`markdown`]).default(`markdown`).describe(`Output format`),max_tokens:Yi,enrich:F.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 Re({cwd:e,includeDiff:!1});if(d=Array.from(new Set([...Qi(t.status?.staged),...Qi(t.status?.modified),...Qi(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 H(`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 na(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=ta(d),g=$i(d),_=f.output+m+h+g+Zi()+'\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 B(i,{query:e,filePath:e});_+=V(t)}ra(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:Xi(_,l)}],structuredContent:{changedFiles:d,affectedFiles:v,totalAffected:v.length,riskLevel:y}}}catch(e){return Ji.error(`Blast radius analysis failed`,j(e)),H(`INTERNAL`,`Blast radius analysis failed: ${e instanceof Error?e.message:String(e)}`)}})}const wa=k(`task-manager`);let Ta=0;function Ea(e){let t=typeof e?.sendNotification==`function`;return{createTask(n,r){let i=`aikit-task-${++Ta}`,a=(n,r,a)=>{t&&e.sendNotification?.({method:`notifications/progress`,params:{progressToken:i,progress:n,total:r,...a?{message:a}:{}}}).catch(e=>{wa.debug(`Progress notification failed`,{token:i,error:String(e)})})};return t&&wa.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 Da=k(`tools`);function Oa(e,t,n,r){let i=z(`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:Pi,inputSchema:{path:F.string().default(`.`).describe(`Root path to audit`),checks:F.array(F.enum([`structure`,`dependencies`,`patterns`,`health`,`dead_symbols`,`check`,`entry_points`])).optional().describe(`Which checks to run (default: all)`),detail:F.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 oe(t,n,{path:e,checks:i,detail:a??r??`efficient`});return Ea(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 Da.error(`Audit failed`,j(e)),H(`INTERNAL`,`Audit failed: ${e instanceof Error?e.message:String(e)}`)}})}const ka=k(`tools`);function Aa(e){if(!e?.enabled)return;let t=process.env.AIKIT_ER_API_KEY;if(!t){ka.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 ja(e){let t=Aa(e);if(t)try{let e=new mn(t),n=new pn({maxEntries:t.cacheMaxEntries,defaultTtl:t.cacheTtlMs}),r=new _n(e);try{let e=new URL(t.baseUrl).hostname;ka.info(`ER bridge initialized`,{host:e})}catch{ka.info(`ER bridge initialized`)}return{client:e,cache:n,pushAdapter:r,config:t}}catch(e){ka.warn(`ER bridge initialization failed`,j(e));return}}function Ma(e,t,n){let r=z(`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:F.string().min(3).max(120).describe(`Title for the knowledge entry`),content:F.string().min(10).max(1e5).describe(`Markdown content to push (max 100KB)`),category:F.string().regex(/^[a-z][a-z0-9-]*$/).default(`conventions`).describe(`Category slug (e.g., "decisions", "patterns", "conventions")`),tags:F.array(F.string()).default([]).describe(`Optional tags`),rule_id:F.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),H(`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(ka.error(`ER push failed`,j(t)),n){let t=`${i}/${e.toLowerCase().replace(/[^a-z0-9]+/g,`-`)}`;n.recordPush(t,!1,o)}return H(`INTERNAL`,`ER push failed: operation unsuccessful
|
|
27
|
+
|
|
28
|
+
_The local AI Kit is unaffected. You can retry or check ER health with \`er_sync_status\`._`)}})}function Na(e,t){let n=z(`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:F.string().min(1).max(2e3).describe(`Search query for Enterprise RAG AI Kit (max 2000 chars)`),max_results:F.number().min(1).max(20).default(5).describe(`Maximum results to return`),bypass_cache:F.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
|
+
|
|
30
|
+
---
|
|
31
|
+
|
|
32
|
+
`)}\n\n---\n_Source: ER cache (${r.length} cached results) | Use \`bypass_cache: true\` for fresh results_`}]}}let i=await t.client.pull(e,n);return i.length>0&&t.cache.set(e,i),i.length===0?{content:[{type:`text`,text:`No results found in Enterprise RAG for the given query.`}]}:{content:[{type:`text`,text:`${i.map((e,t)=>`### Result ${t+1} (score: ${e.score.toFixed(3)}, source: ER)\n- **Source**: ${e.sourcePath}\n\n${e.content}`).join(`
|
|
33
|
+
|
|
34
|
+
---
|
|
35
|
+
|
|
36
|
+
`)}\n\n---\n_Source: Enterprise RAG (${i.length} results) | Results cached for ${Math.floor(t.config.cacheTtlMs/36e5)}h_`}]}}catch(e){return ka.error(`ER pull failed`,j(e)),H(`INTERNAL`,`ER pull failed: search request unsuccessful
|
|
37
|
+
|
|
38
|
+
_Enterprise RAG may be unavailable. Local AI Kit search is unaffected._`)}})}function Pa(e,t){let n=z(`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:F.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
|
+
`,`**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 ka.error(`ER sync status failed`,j(e)),H(`INTERNAL`,`ER sync status failed: ${e instanceof Error?e.message:String(e)}`)}})}function U(e){return String(e??``).replace(/&/g,`&`).replace(/</g,`<`).replace(/>/g,`>`).replace(/"/g,`"`)}function Fa(e){if(e==null)return`null`;if(Array.isArray(e))return`[${e.map(Fa).join(`, `)}]`;if(typeof e==`object`)try{return JSON.stringify(e)}catch{return String(e)}return String(e)}function Ia(e){return e.replace(/[^a-zA-Z0-9_]/g,`_`)}function La(e){if(typeof e!=`string`)return e;let t=e.trim();if(t.startsWith(`[`)&&t.endsWith(`]`)||t.startsWith(`{`)&&t.endsWith(`}`))try{return JSON.parse(t)}catch{return e}return e}const Ra=F.object({action:F.enum([`view`,`update`]).default(`view`).describe(`Action to perform: view current configuration or update it`),updates:F.record(F.string(),F.unknown()).optional().describe(`Partial configuration to merge when action is "update". Supports nested paths like { "indexing": { "chunkSize": 2000 } }`)}),za=k(`config-tool`),W=`ui://aikit/config.html`,Ba=[`serverName`,`toolPrefix`,`autoIndex`,`sources`,`indexing`,`tokenBudget`];function Va(){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 G(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}function Ha(e,t){let n={...e};for(let[e,r]of Object.entries(t)){let t=n[e];if(G(t)&&G(r)){n[e]=Ha(t,r);continue}n[e]=r}return n}function Ua(e){return e===void 0?`undefined`:JSON.stringify(e)}function Wa(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(G(o)&&G(s)&&G(c)){i.push(...Wa(s,c,o,n));continue}Ua(s)!==Ua(c)&&i.push(`- ${n}: ${Ua(s)} -> ${Ua(c)}`)}return i}function Ga(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(!G(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 Ka(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.`),!G(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 qa(e){let t=JSON.parse(c(e,`utf-8`));if(!G(t))throw Error(`Config file must contain a JSON object.`);return t}function Ja(e,t){return[`AI Kit Configuration`,`Config file: ${t}`,``,JSON.stringify(e,null,2)].join(`
|
|
41
|
+
`)}function Ya(e){return e===void 0?``:G(e)||Array.isArray(e)?JSON.stringify(e,null,2):String(e)}function Xa(e){let t=e.metrics??[],n={success:`#22c55e`,warning:`#f59e0b`,error:`#ef4444`,info:`#38bdf8`},r={up:`↑`,down:`↓`,neutral:`→`};return`
|
|
42
|
+
<style>
|
|
43
|
+
.db-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px}
|
|
44
|
+
.db-card{padding:14px;border:1px solid var(--aikit-border,#3c3c3c);border-left-width:4px;border-radius:8px;background:var(--aikit-surface,#252526)}
|
|
45
|
+
.db-label{color:var(--aikit-muted,#9ca3af);font:600 11px var(--aikit-font-sans,system-ui,sans-serif);text-transform:uppercase;letter-spacing:.06em}
|
|
46
|
+
.db-value{color:var(--aikit-text,#e5e7eb);font:700 24px var(--aikit-font-sans,system-ui,sans-serif);margin-top:6px}
|
|
47
|
+
.db-trend{font:600 12px var(--aikit-font-sans,system-ui,sans-serif);margin-left:8px}
|
|
48
|
+
.db-trend.up{color:#22c55e}.db-trend.down{color:#ef4444}.db-trend.neutral{color:#9ca3af}
|
|
49
|
+
.db-progress{height:6px;background:var(--aikit-surface2,#2d2d30);border-radius:3px;margin-top:8px;overflow:hidden}
|
|
50
|
+
.db-progress-bar{height:100%;border-radius:3px;transition:width .3s}
|
|
51
|
+
.db-list{margin-top:8px;display:grid;gap:4px}
|
|
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
|
+
</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]??``} ${U(e.trend.value)}</span>`:``,a=`<div class="db-value">${U(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>${U(e.label)}</span><span>${U(e.value)}</span></div>`).join(``)}</div>`),`
|
|
55
|
+
<div class="db-card" style="border-left-color:${t}">
|
|
56
|
+
<div class="db-label">${U(e.label)}</div>
|
|
57
|
+
${a}
|
|
58
|
+
</div>`}).join(``)}</div>`}function Za(e){let t=e.fields??[];return`
|
|
59
|
+
<style>
|
|
60
|
+
.fm-container{display:grid;grid-template-columns:1fr 280px;gap:24px}
|
|
61
|
+
@media(max-width:640px){.fm-container{grid-template-columns:1fr}}
|
|
62
|
+
.fm-fields{display:flex;flex-direction:column;gap:16px}
|
|
63
|
+
.fm-group{display:flex;flex-direction:column;gap:5px}
|
|
64
|
+
.fm-label{font-size:11px;color:var(--aikit-muted);font-weight:600;text-transform:uppercase;letter-spacing:.5px}
|
|
65
|
+
.fm-input{padding:9px 14px;background:var(--aikit-surface);border:1px solid var(--aikit-border);
|
|
66
|
+
border-radius:8px;color:var(--aikit-text);font-size:13px;outline:none;font-family:inherit;width:100%;box-sizing:border-box}
|
|
67
|
+
.fm-input:focus{border-color:var(--aikit-accent)}
|
|
68
|
+
.fm-textarea{resize:vertical;min-height:80px}
|
|
69
|
+
.fm-multi{display:flex;flex-wrap:wrap;gap:10px;padding:4px 0}
|
|
70
|
+
.fm-check-label{display:flex;align-items:center;gap:4px;font-size:13px;color:var(--aikit-text);cursor:pointer}
|
|
71
|
+
.fm-check-label input{accent-color:var(--aikit-accent)}
|
|
72
|
+
.fm-submit{margin-top:8px;width:100%;padding:10px;background:var(--aikit-accent);color:#fff;
|
|
73
|
+
border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600}
|
|
74
|
+
.fm-submit:hover{filter:brightness(1.1)}
|
|
75
|
+
.fm-preview{background:var(--aikit-surface);border:1px solid var(--aikit-border);border-radius:10px;
|
|
76
|
+
padding:16px;height:fit-content;position:sticky;top:20px}
|
|
77
|
+
.fm-preview-title{font-size:11px;color:var(--aikit-muted);text-transform:uppercase;
|
|
78
|
+
letter-spacing:.5px;margin-bottom:10px}
|
|
79
|
+
.fm-preview-json{font-size:12px;color:var(--aikit-text);margin:0;white-space:pre-wrap;
|
|
80
|
+
word-break:break-all;font-family:'SF Mono',Consolas,monospace;line-height:1.5}
|
|
81
|
+
</style>
|
|
82
|
+
<div class="fm-container">
|
|
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="${U(t)}"${t===e.value?` selected`:``}>${U(t)}</option>`).join(``);n=`<select class="fm-input" data-field="${U(e.name)}">${t}</select>`}else n=t===`textarea`?`<textarea class="fm-input fm-textarea" data-field="${U(e.name)}" rows="4">${U(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="${U(e.name)}" value="${U(t)}"${e.value?.includes(t)?` checked`:``}> ${U(t)}</label>`).join(``)}</div>`:`<input class="fm-input" type="${U(t)}" data-field="${U(e.name)}" value="${U(e.value??``)}">`;return`<div class="fm-group"><label class="fm-label">${U(e.label)}</label>${n}</div>`}).join(``)}
|
|
85
|
+
<button class="fm-submit" id="fmSubmit">Submit</button>
|
|
86
|
+
</div>
|
|
87
|
+
<div class="fm-preview">
|
|
88
|
+
<div class="fm-preview-title">Live Preview</div>
|
|
89
|
+
<pre class="fm-preview-json" id="fmPreview">{}</pre>
|
|
90
|
+
</div>
|
|
91
|
+
</div>
|
|
92
|
+
<script>
|
|
93
|
+
(function(){
|
|
94
|
+
const fields = document.getElementById('fmFields');
|
|
95
|
+
const preview = document.getElementById('fmPreview');
|
|
96
|
+
const fieldDefs = ${JSON.stringify(t.map(e=>({name:e.name,type:e.type??`text`})))};
|
|
97
|
+
|
|
98
|
+
function getValues() {
|
|
99
|
+
const vals = {};
|
|
100
|
+
fieldDefs.forEach(f => {
|
|
101
|
+
if(f.type === 'multi-select') {
|
|
102
|
+
vals[f.name] = [...fields.querySelectorAll('input[data-field="'+f.name+'"]:checked')].map(cb => cb.value).join(', ');
|
|
103
|
+
} else {
|
|
104
|
+
const el = fields.querySelector('[data-field="'+f.name+'"]');
|
|
105
|
+
if(el) vals[f.name] = el.value;
|
|
106
|
+
}
|
|
107
|
+
});
|
|
108
|
+
return vals;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
function updatePreview() { preview.textContent = JSON.stringify(getValues(), null, 2); }
|
|
112
|
+
fields.addEventListener('input', updatePreview);
|
|
113
|
+
fields.addEventListener('change', updatePreview);
|
|
114
|
+
updatePreview();
|
|
115
|
+
|
|
116
|
+
document.getElementById('fmSubmit').addEventListener('click', () => {
|
|
117
|
+
if(window.__aikitCallback) {
|
|
118
|
+
fetch(window.__aikitCallback, {method:'POST',headers:{'Content-Type':'application/json'},
|
|
119
|
+
body:JSON.stringify({actionId:'submit',value:JSON.stringify(getValues())})}).catch(()=>{});
|
|
120
|
+
}
|
|
121
|
+
});
|
|
122
|
+
})();
|
|
123
|
+
<\/script>`}function Qa(e){return Xa({metrics:Object.entries(e).map(([e,t])=>({label:e,value:G(t)||Array.isArray(t)?JSON.stringify(t,null,2):String(t),status:`info`}))})}function $a(e){return Za({fields:Ba.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:G(n)||Array.isArray(n)?`textarea`:`text`,value:Ya(n)}})})}function eo(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 to(e,t,n){bn(e,`AI Kit Config App`,W,{description:`View and update AI Kit configuration`},async()=>({contents:[{uri:W,mimeType:yn,text:eo(t,n)}]}))}function no(e,t){let n=z(`config`);xn(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:Ra,annotations:n.annotations,_meta:{ui:{resourceUri:W}}},async n=>{let{action:r,updates:i}=n;if(t.readOnly&&r!==`view`)return H(`PERMISSION`,`Configuration updates are disabled in read-only mode`);if(r===`view`){let n=Va(),r=n||`(runtime config only; no aikit.config.json found)`;try{let i=n?qa(n):t,a=Ja(i,r);return to(e,`Configuration`,Qa(i)),{content:[{type:`text`,text:a}],ui:{type:`resource`,uri:W}}}catch(e){return za.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 to(e,`Configuration Form`,$a(t)),{content:[{type:`text`,text:`No updates provided. Pass an updates object when action is "update".`}],ui:{type:`resource`,uri:W}};let a=Va();if(!a)return to(e,`Configuration Form`,$a(t)),{content:[{type:`text`,text:`No config file found to update.`}],ui:{type:`resource`,uri:W}};let o=Ga(i);if(o.length>0)return to(e,`Configuration Form`,$a(qa(a))),{content:[{type:`text`,text:`Configuration update rejected:\n${o.map(e=>`- ${e}`).join(`
|
|
124
|
+
`)}`}],ui:{type:`resource`,uri:W}};try{let t=qa(a),n=Ha(t,i),r=Ka(n);if(r.length>0)return to(e,`Configuration Form`,$a(t)),{content:[{type:`text`,text:`Configuration update rejected:\n${r.map(e=>`- ${e}`).join(`
|
|
125
|
+
`)}`}],ui:{type:`resource`,uri:W}};p(a,JSON.stringify(n,null,2),`utf-8`);let o=Wa(t,n,i),s=`Configuration updated successfully.
|
|
126
|
+
|
|
127
|
+
Config file: ${a}
|
|
128
|
+
|
|
129
|
+
Changed values:
|
|
130
|
+
${o.length>0?o.join(`
|
|
131
|
+
`):`- No effective changes; requested values already matched the file.`}
|
|
132
|
+
|
|
133
|
+
These changes take effect on the next server restart.`;return to(e,`Configuration`,Qa(n)),{content:[{type:`text`,text:s}],ui:{type:`resource`,uri:W}}}catch(e){return za.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 ro=k(`cross-workspace`);function io(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 ao(e){let t=new Map;for(let n of e)try{let e=await wn({backend:`sqlite-vec`,path:A(n.partition)});await e.initialize(),t.set(n.partition,e)}catch(e){ro.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 oo(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 ro.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 so(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 ro.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 co(e,t,n){if(_(e))return o(e),e;let r=y(t,e);if(o(r))return r;if(n)for(let r of n){if(r===t)continue;let n=y(r,e);if(o(n))return n}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}}catch{}return r}const lo=k(`tools:context`);function uo(e,t,n,r,i,a){let o=z(`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:Vi,inputSchema:{text:F.string().optional().describe(`The text to compress (provide this OR path, not both)`),path:F.string().optional().describe(`File path to read server-side — avoids read_file round-trip + token doubling (provide this OR text)`),query:F.string().describe(`Focus query — what are you trying to understand?`),max_chars:F.number().min(100).max(5e4).default(3e3).describe(`Target output size in characters`),segmentation:F.enum([`paragraph`,`sentence`,`line`]).default(`paragraph`).describe(`How to split the text for scoring`),token_budget:F.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:F.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?co(o,r,i):void 0;if(!e&&!f)return H(`VALIDATION`,`Either "text" or "path" must be provided.`);let p=await ve(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 B(a,{query:s,filePath:f});m+=V(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 lo.error(`Compact failed`,j(e)),H(`INTERNAL`,`Compact failed: ${e instanceof Error?e.message:String(e)}`)}})}function fo(e,t,n,r){let i=z(`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:Ai,inputSchema:{task:F.string().describe(`Description of the task to scope`),max_files:F.number().min(1).max(50).default(15).describe(`Maximum files to include`),content_type:F.enum(S).optional().describe(`Filter by content type`),max_tokens:F.number().min(100).max(5e4).optional().describe(`Maximum token budget for the response. When set, output is truncated to fit.`),enrich:F.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 Ot(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 B(r,{query:e});l+=V(t)}return{content:[{type:`text`,text:o?Ht(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 lo.error(`Scope map failed`,j(e)),H(`INTERNAL`,`Scope map failed: ${e instanceof Error?e.message:String(e)}`)}})}function po(e,t,n,r,i){let a=z(`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:Oi,inputSchema:{query:F.string().optional().describe(`Semantic/keyword search query (required for mode "examples")`),glob:F.string().optional().describe(`File glob pattern (search mode only)`),pattern:F.string().optional().describe(`Regex pattern to match in content (search mode only)`),limit:F.number().min(1).max(50).default(10).describe(`Max results`),content_type:F.enum(S).optional().describe(`Filter by content type`),mode:F.enum([`search`,`examples`]).default(`search`).describe(`Mode: "search" (default) for federated search, "examples" to find usage examples of a symbol/pattern`),max_tokens:F.number().min(100).max(5e4).optional().describe(`Maximum token budget for the response. When set, output is truncated to fit.`),workspaces:F.array(F.string()).optional().describe(`Cross-workspace search: partition names or folder basenames to include. Use ["*"] for all. User-level mode only.`),enrich:F.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 H(`VALIDATION`,`"query" is required for mode "examples".`);let r=await Pe(t,n,{query:e,limit:s,contentType:c}),a=JSON.stringify(r);if(f&&i){let t=await B(i,{query:e});a+=V(t)}return{content:[{type:`text`,text:u?Ht(a,u):a}]}}let p=await Me(t,n,{query:e,glob:a,pattern:o,limit:s,contentType:c,cwd:r}),m=``;if(d&&d.length>0&&e){let n=io(d,O(process.cwd()));if(n.length>0){let{stores:r,closeAll:i}=await ao(n);try{let i=await oo(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 B(i,{query:e});t+=V(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 B(i,{query:e,filePath:p.results[0]?.path});h+=V(t)}return{content:[{type:`text`,text:u?Ht(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 lo.error(`Find failed`,j(e)),H(`INTERNAL`,`Find failed: ${e instanceof Error?e.message:String(e)}`)}})}function mo(e,t,n,r){let i=z(`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:F.string().describe(`Symbol name to look up (function, class, type, etc.)`),limit:F.number().min(1).max(50).default(20).describe(`Max results per category`),workspaces:F.array(F.string()).optional().describe(`Cross-workspace search: partition names or folder basenames to include. Use ["*"] for all. User-level mode only.`)},outputSchema:wi,annotations:i.annotations},async({name:e,limit:i,workspaces:a})=>{try{let o=await Rt(t,n,{name:e,limit:i,graphStore:r});if(a&&a.length>0){let n=io(a,O(process.cwd()));if(n.length>0){let{stores:r,closeAll:a}=await ao(n);try{for(let[n,a]of r){let r=await Rt(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:vo(o)}],structuredContent:s}}catch(e){return lo.error(`Symbol lookup failed`,j(e)),H(`INTERNAL`,`Symbol lookup failed: ${e instanceof Error?e.message:String(e)}`)}})}function ho(e,t,n,r,i){let a=new cn,o=z(`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:zi,inputSchema:{path:F.string().describe(`Absolute path to the file to summarize`),max_tokens:F.number().min(100).max(5e4).optional().describe(`Maximum token budget for the response.`),enrich:F.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=co(e,n,r);if((await Yt(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 B(i,{query:e,filePath:c});l+=V(t)}return{content:[{type:`text`,text:o?Ht(l,o):l}],structuredContent:{path:c,language:r??`directory`,lines:0,imports:0,exports:0,functions:0,classes:0}}}let l=await je({path:c,content:(await t.get(c)).content}),u=yo(l);if(s&&i){let t=await B(i,{query:e,filePath:c});u+=V(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 lo.error(`File summary failed`,j(e)),H(`INTERNAL`,`File summary failed: ${e instanceof Error?e.message:String(e)}`)}})}function go(e,t,n,r){let i=z(`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:F.string().describe(`Starting point — symbol name or file:line reference`),direction:F.enum([`forward`,`backward`,`both`]).describe(`Which direction to trace relationships`),max_depth:F.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 Vt(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 lo.error(`Trace failed`,j(e)),H(`INTERNAL`,`Trace failed: ${e instanceof Error?e.message:String(e)}`)}})}function _o(e,t,n,r,i,a){let o=z(`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:Ri,inputSchema:{path:F.string().optional().describe(`Root path to scope the search (default: cwd)`),limit:F.number().min(1).max(500).default(100).optional().describe(`Maximum exported symbols to scan`),enrich:F.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?co(e,r,i):e,l=await Ne(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 B(a,{query:`dead symbols ${e??c??``}`});d+=V(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 lo.error(`Dead symbol scan failed`,j(e)),H(`INTERNAL`,`Dead symbol scan failed: ${e instanceof Error?e.message:String(e)}`)}})}function vo(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 yo(e){let t=[e.path,`Language: ${e.language}`,`Lines: ${e.lines}`,`Estimated tokens: ~${e.estimatedTokens}`,``,`Imports (${e.imports.length}):`,...bo(e.imports),``,`Exports (${e.exports.length}):`,...bo(e.exports),``,`Functions (${e.functions.length}):`,...bo(e.functions.map(e=>`${e.name} @ line ${e.line}${e.exported?` [exported]`:``}${`signature`in e&&e.signature?` — ${e.signature}`:``}`)),``,`Classes (${e.classes.length}):`,...bo(e.classes.map(e=>`${e.name} @ line ${e.line}${e.exported?` [exported]`:``}${e.signature?` — ${e.signature}`:``}`)),``,`Interfaces (${e.interfaces.length}):`,...bo(e.interfaces.map(e=>`${e.name} @ line ${e.line}${`exported`in e&&e.exported?` [exported]`:``}`)),``,`Types (${e.types.length}):`,...bo(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 bo(e){return e.length===0?[` none`]:e.map(e=>` - ${e}`)}const xo=k(`tools`);function So(e,t){let n=z(`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:F.boolean().default(!0).describe(`Include detailed breakdowns (top missed queries, rule stats)`),reset_after:F.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
|
+
`,`**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&&(xo.info(`Evolution metrics reset requested`,{requestedAt:new Date().toISOString(),clearedEvents:r.period.totalEvents}),t.reset(),i.push(`
|
|
144
|
+
_Metrics have been reset._`)),{content:[{type:`text`,text:i.join(`
|
|
145
|
+
`)}]}}catch(e){return xo.error(`Evolution review failed`,j(e)),H(`INTERNAL`,`Evolution review failed: unable to compute metrics`)}})}const Co=k(`tools:execution`);function wo(e,t,n){let r=z(`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:F.array(F.string()).optional().describe(`Specific files to check (if omitted, checks all)`),cwd:F.string().optional().describe(`Working directory`),skip_types:F.boolean().default(!1).describe(`Skip TypeScript typecheck`),skip_lint:F.boolean().default(!1).describe(`Skip Biome lint`),detail:F.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:F.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:Ci,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 le({files:e,cwd:r,skipTypes:i,skipLint:a,detail:l===`efficient`?`normal`:l}),d=Ea(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=Lt(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 B(t,{query:`known issues failures`});i+=V(e)}return{content:[{type:`text`,text:i}],structuredContent:{...e}}}let f=JSON.stringify(u);if(s&&t){let e=await B(t,{query:`known issues failures`});f+=V(e)}return{content:[{type:`text`,text:f}]}}catch(e){return Co.error(`Check failed`,j(e)),H(`INTERNAL`,`Check failed: ${e instanceof Error?e.message:String(e)}`)}})}function To(e){let t=z(`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:F.string().max(1e5).describe(`Code snippet to execute`),lang:F.enum([`js`,`ts`]).default(`js`).optional().describe(`Language mode: js executes directly, ts strips common type syntax first`),timeout:F.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=ke({code:e,lang:t,timeout:n});return r.success?{content:[{type:`text`,text:`Eval succeeded in ${r.durationMs}ms\n\n${r.output}`}]}:H(`INTERNAL`,`Eval failed in ${r.durationMs}ms: ${r.error??`Unknown error`}`)}catch(e){return Co.error(`Eval failed`,j(e)),H(`INTERNAL`,`Eval failed: ${e instanceof Error?e.message:String(e)}`)}})}function Eo(e,t){let n=z(`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:F.array(F.string()).optional().describe(`Specific test files or patterns to run`),grep:F.string().optional().describe(`Only run tests whose names match this pattern`),cwd:F.string().optional().describe(`Working directory for the test run`),enrich:F.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:Hi},async({files:e,grep:n,cwd:r,enrich:i},a)=>{try{let o=await zt({files:e,grep:n,cwd:r}),s=Ea(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=ko(o);if(i&&t){let e=await B(t,{query:`test patterns known failures`});l+=V(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 Co.error(`Test run failed`,j(e)),H(`INTERNAL`,`Test run failed: ${e instanceof Error?e.message:String(e)}`)}})}function Do(e){let t=z(`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:F.string().max(5e5).describe(`Raw output text from a build tool`),tool:F.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=tt(e.replace(/\\n/g,`
|
|
147
|
+
`).replace(/\\t/g,` `),t);return{content:[{type:`text`,text:JSON.stringify(n)}]}}catch(e){return Co.error(`Parse failed`,j(e)),H(`INTERNAL`,`Parse failed: ${e instanceof Error?e.message:String(e)}`)}})}function Oo(e,t){let n=z(`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:F.string().max(2e5).describe(`The task or question to send to the local model`),model:F.string().optional().describe(`Ollama model name (default: first available model)`),system:F.string().optional().describe(`System prompt for the model`),context:F.string().max(5e5).optional().describe(`Context text to include before the prompt (e.g. file contents)`),temperature:F.number().min(0).max(2).default(.3).optional().describe(`Sampling temperature (0=deterministic, default 0.3)`),timeout:F.number().min(1e3).max(6e5).default(12e4).optional().describe(`Timeout in milliseconds (default 120000)`),action:F.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 Ce();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{Co.debug(`Sampling failed, falling back to Ollama`)}let c=await Se({prompt:e,model:n,system:r,context:i,temperature:a,timeout:o});return c.error?H(`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 Co.error(`Delegate failed`,j(e)),H(`INTERNAL`,`Delegate failed: ${e instanceof Error?e.message:String(e)}`)}})}function ko(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 Ao=k(`sampling`);function jo(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 Mo(e){if(Array.isArray(e))return e.map(e=>Mo(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 No(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:jo(e),maxTokens:e.maxTokens??4e3});return{text:Mo(n.content),model:n.model,stopReason:n.stopReason}}catch(e){throw Ao.warn(`Sampling createMessage failed`,{error:String(e)}),e}}}}const Po=[],Fo=[`_docs-sync`],Io=new Map([[`_docs-sync`,`Synchronize project documentation — update docs/ folder based on changes made during the flow.`]]);function Lo(e){function t(t,n,r){let i=n?.installPath?h(n.installPath):t.replaceAll(`:`,`-`),a=y(Dn(),`.copilot`,`flows`,i).replaceAll(`\\`,`/`);if(o(a))return a;let s=y(Dn(),`.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=[v(i,`.github`,`flows`,`_epilogue`,`steps`,r,`README.md`),v(i,`.github`,`flows`,`_epilogue`,r,`README.md`)];for(let e of a)if(o(e))return e.replaceAll(`\\`,`/`);return null}function i(e){return[...Po,...e.manifest.steps.map(e=>e.id),...Fo]}function a(e,t,r){let i=t?e.manifest.steps.find(e=>e.id===t)??null:null,a=t?Io.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=v(En(`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(v(t,`.claude-plugin`,`plugin.json`)))return{path:t,sourceType:`claude-plugin`};let n=Dn(),r=v(n,`.claude`,`plugins`,e);if(o(v(r,`.claude-plugin`,`plugin.json`)))return{path:r,sourceType:`claude-plugin`};let i=v(n,`.claude`,`plugins`);if(!o(i))return null;for(let t of l(i,{withFileTypes:!0})){if(!t.isDirectory())continue;let n=v(i,t.name,`.claude-plugin`,`plugin.json`);if(o(n))try{if(JSON.parse(c(n,`utf-8`)).name===e)return{path:v(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 Ro(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=v(e,r.name);o(v(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(v(n,`.git`)))return!0;return!1}function a(e){return v(e??t(),`.flows`)}async function u(){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=v(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 d(e){return e||(await u()??t())}function f(e,t,n){let r=v(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(`\\`,`/`),p(r,JSON.stringify(o,null,2),`utf-8`)}function m(e,t){let n=v(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 u=t.replaceAll(`\\`,`/`);for(let t of l){if(t===u)continue;let n=v(t,`.flows`,e);s(n,{recursive:!0}),p(v(n,`meta.json`),r,`utf-8`),s(v(n,i.artifactsDir??`.spec`),{recursive:!0})}}return{getWorkspaceRoot:t,getAllRoots:r,getFlowsDir:a,isValidFlowRoot:i,resolveFlowRoot:d,patchMetaRoots:f,syncMetaToRoots:m}}const zo=k(`flow-tools`);function Bo(e){return Array.isArray(e)?e.filter(e=>typeof e==`string`&&e.trim().length>0):[]}function Vo(e){return{content:[{type:`text`,text:e}]}}function Ho(e){return e instanceof Error?e.message:String(e)}const Uo={before:[],after:[{id:`_docs-sync`,description:`Synchronize project documentation — update docs/ folder based on changes made during the flow.`,position:`after`,skills:[`docs`]}]};function Wo(e,t){let n=Ro(t),r=Lo(n.getWorkspaceRoot);function i(){return v(ee(),`flows`,`registry.json`)}function a(){let t=No(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
|
+
|
|
151
|
+
Convert the provided content into a well-structured README.md for a flow step named "${r}".
|
|
152
|
+
|
|
153
|
+
The output must:
|
|
154
|
+
1. Start with a heading: # ${a}
|
|
155
|
+
2. Have a "## Purpose" section explaining what this step does
|
|
156
|
+
3. Have a "## Instructions" section with ALL technical instructions preserved from the source
|
|
157
|
+
4. Have a "## Artifacts" section listing what this step produces
|
|
158
|
+
5. Have a "## Prerequisites" section if there are dependencies on previous steps
|
|
159
|
+
6. Preserve ALL tool restrictions, constraints, and requirements from the source
|
|
160
|
+
7. Be formatted as clean Markdown
|
|
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){zo.debug(`Flow transform sampling failed; using fallback formatting`,{error:Ho(e),sourceFormat:n,stepName:r})}let c=typeof i?.description==`string`&&i.description.trim().length>0?i.description.trim():null,l=Bo(i?.produces),u=Bo(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
|
+
`).trimEnd().concat(`
|
|
164
|
+
`)}}async function o(e){let{FlowRegistryManager:r,FlowStateMachine:a,FlowLoader:o,GitInstaller:s}=await import(`../../flows/dist/index.js`),c=v(t.stateDir??v(n.getWorkspaceRoot(),`.aikit-state`),`flows`,`installed`);return{registry:new r(i()),stateMachine:new a(n.getFlowsDir(e),Uo),loader:new o,installer:new s(c)}}return{server:e,config:t,log:zo,toTextResponse:Vo,toErrorText:Ho,createFlowTransform:a,getFlows:o,...n,...r}}async function Go(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 Jt(t,`utf-8`),r=v(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 Jt(o(d,p.instruction,e),`utf-8`),h=v(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 Ko(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,h(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 m=!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(m=!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)),m&&n.register(t),e.toTextResponse(e.toErrorText(r))}return e.toTextResponse(`Flow "${t.name}" updated from ${t.sourceType} source successfully.`)}async function qo(e,t){let{registry:n,loader:r}=await e.getFlows(),i=e.createFlowTransform();try{En(`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 Jo(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 Yo(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,m=l,g;if(f){let e=o();m=e.path,p=e.sourceType}let _=f?null:a(m);_&&(m=_.path,p=_.sourceType);let v=/^https?:\/\/|^git@/.test(m),b;if(v){let e=i.clone(m,d);if(!e.success||!e.data)return c(`Failed to clone flow: ${e.error}`);b=e.data}else{let e=y(m);g=e;let t=u||h(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 Xo(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 Zo(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`?Ko(s,t):t.sourceType===`npm-global`?qo(s,t):Jo(s,t)}catch(e){return r.error(`flow action update failed`,j(e)),a(`Error: ${i(e)}`)}}async function Qo(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:_}=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=_.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 _.reset(),d(`Flow created but failed to sync to secondary roots — rolled back. Error: ${e instanceof Error?e.message:String(e)}`)}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:v(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 $o(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,_={flow:f.flow,status:f.status,slug:f.slug,topic:f.topic,runDir:f.runDir,artifactsPath:p?v(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(_,null,2))}catch(e){return o.error(`flow action status failed`,j(e)),u(`Error: ${l(e)}`)}}async function es(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();return s.success?(a.success&&a.data&&i(a.data.slug,e),o(`Flow abandoned. Use flow({ action: "start", name: "<flow>" }) to begin a new flow.`)):o(`Reset failed: ${s.error}`)}catch(e){return n.error(`flow action reset failed`,j(e)),o(`Error: ${a(e)}`)}}async function ts(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),_={flow:p.flow,status:p.status,action:u,slug:p.slug,topic:p.topic,runDir:p.runDir,artifactsPath:v(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(_,null,2))}catch(e){return i.error(`flow action step failed`,j(e)),l(`Error: ${c(e)}`)}}async function ns(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 rs(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 is(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 as(e,t){let n=Wo(e,t),r=z(`flow`);e.registerTool(`flow`,{title:r.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:r.annotations,inputSchema:{action:F.enum([`list`,`info`,`start`,`step`,`status`,`reset`,`read`,`runs`,`add`,`remove`,`update`]).describe(`The flow operation to perform.`),name:F.string().optional().describe(`Flow name — required for info, start, remove, update. Optional override for add.`),topic:F.string().optional().describe(`Human-readable topic for the run (used by start).`),roots:F.array(F.string()).optional().describe(`Workspace roots participating in this flow (used by start).`),advance:F.enum([`next`,`skip`,`redo`]).optional().describe(`Step navigation action — required for step.`),step:F.string().optional().describe(`Step id or name to read (used by read). Defaults to current step.`),source:F.string().optional().describe(`Git URL, local path, or "openspec" shorthand — required for add.`),token:F.string().optional().describe(`Auth token for private repos (used by add).`),filter_flow:F.string().optional().describe(`Filter runs by flow name (used by runs).`),filter_status:F.string().optional().describe(`Filter runs by status: active, completed, abandoned (used by runs).`)}},async e=>{switch(e.action){case`list`:return ns(n);case`info`:return e.name?rs({name:e.name},n):n.toTextResponse(`Missing required parameter: name`);case`start`:return e.name?Qo({flow:e.name,topic:e.topic,roots:e.roots},n):n.toTextResponse(`Missing required parameter: name (flow to start)`);case`step`:return e.advance?ts({action:e.advance},n):n.toTextResponse(`Missing required parameter: advance (next/skip/redo)`);case`status`:return $o(n);case`reset`:return es(n);case`read`:return Go({step:e.step},n);case`runs`:return is({flow:e.filter_flow,status:e.filter_status},n);case`add`:return e.source?Yo({source:e.source,name:e.name,token:e.token},n):n.toTextResponse(`Missing required parameter: source`);case`remove`:return e.name?Xo({name:e.name},n):n.toTextResponse(`Missing required parameter: name`);case`update`:return e.name?Zo({name:e.name},n):n.toTextResponse(`Missing required parameter: name`);default:return n.toTextResponse(`Unknown action: ${e.action}`)}})}const os=k(`tools`);function ss(e){let t=z(`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:F.enum([`create`,`add`,`update`,`get`,`gate`,`list`,`delete`]).describe(`Operation to perform`),task_id:F.string().optional().describe(`Task identifier (required for all except list)`),tier:F.enum([`floor`,`standard`,`critical`]).optional().describe(`FORGE tier (required for create)`),claim:F.string().optional().describe(`Critical-path claim text (for add)`),status:F.enum([`V`,`A`,`U`]).optional().describe(`Evidence status: V=Verified, A=Assumed, U=Unresolved`),receipt:F.string().optional().describe(`Evidence receipt: tool→ref for V, reasoning for A, attempts for U`),id:F.number().optional().describe(`Entry ID (for update)`),critical_path:F.boolean().default(!0).describe(`Whether this claim is on the critical path`),unknown_type:F.enum([`contract`,`convention`,`freshness`,`runtime`,`data-flow`,`impact`]).optional().describe(`Typed unknown classification`),safety_gate:F.enum([`provenance`,`commitment`,`coverage`]).optional().describe(`Safety gate tag: provenance (claim→evidence), commitment (user-approved), coverage (nothing dropped)`),retry_count:F.number().default(0).describe(`Retry count for gate evaluation (0 = first attempt)`),max_retries:F.number().int().min(0).optional().describe(`Maximum retries before escalating. Default: 3`),timeout_action:F.enum([`iterate`,`retry`,`manual`,`terminate`]).optional().describe(`Action to take when gate retries are exhausted. Default: manual`),cwd:F.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 Ae({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=Ae({action:`add`,taskId:t,claim:r,status:i,receipt:a??``,criticalPath:s,unknownType:c,safetyGate:l},p),n=[`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=Ae({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=Ae({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=Ae({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=Ae({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:Ae({action:`delete`,taskId:t},p).deleted?`Deleted evidence map "${t}".`:`Evidence map "${t}" not found.`}]}}}catch(e){return os.error(`Evidence map error`,j(e)),H(`INTERNAL`,`Evidence map error: ${e instanceof Error?e.message:String(e)}`)}})}function cs(e,t){let n=z(`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:F.array(F.object({id:F.string().describe(`Source identifier (e.g., "phase-2-handoff")`),text:F.string().max(5e5).describe(`Source text to compress`),weight:F.number().min(0).default(1).describe(`Priority weight (higher = more budget)`)})).min(1).max(20).describe(`Text sources to compress`),query:F.string().describe(`Focus query — what matters for the next step?`),max_chars:F.number().min(100).max(5e4).default(4e3).describe(`Target budget in characters`),pin_fields:F.array(F.string()).optional().describe(`Key fields to always extract (default: status, files, decisions, blockers, next)`),segmentation:F.enum([`paragraph`,`sentence`,`line`]).default(`paragraph`).describe(`How to split text for scoring`),token_budget:F.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 Ee(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 os.error(`Digest failed`,j(e)),H(`INTERNAL`,`Digest failed: ${e instanceof Error?e.message:String(e)}`)}})}function ls(e){let t=z(`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:F.array(F.string()).min(1).max(100).describe(`Files being modified (paths)`),task:F.string().describe(`Task description`),root_path:F.string().describe(`Root path of the codebase`)},annotations:t.annotations},async({files:e,task:t,root_path:n})=>{try{let r=await Fe({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 os.error(`FORGE classify failed`,j(e)),H(`INTERNAL`,`FORGE classify failed: ${e instanceof Error?e.message:String(e)}`)}})}function us(e,t,n){let r=z(`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:F.array(F.string()).min(1).max(50).describe(`Absolute file paths to generate cards for`),query:F.string().describe(`Current task query — guides relevance scoring`),tier:F.enum([`T1`,`T2`]).default(`T1`).describe(`Card tier: T1 = structural only, T2 = T1 + compressed content`),max_content_chars:F.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 It(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 os.error(`STRATUM cards failed`,j(e)),H(`INTERNAL`,`STRATUM cards failed: ${e instanceof Error?e.message:String(e)}`)}})}function ds(e,t,n){let r=z(`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:F.string().describe(`Task description`),files:F.array(F.string()).min(1).max(100).describe(`Target files being modified (absolute paths)`),root_path:F.string().describe(`Root path of the codebase`),max_constraints:F.number().min(0).max(10).default(3).describe(`Max constraint entries to load from AI Kit memory`),force_tier:F.enum([`floor`,`standard`,`critical`]).optional().describe(`Force a specific tier (skips auto-classification)`),task_id:F.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 Ie(t,n,{task:e,files:r,rootPath:i,maxConstraints:a,forceTier:o,taskId:s}),u=Ea(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 os.error(`FORGE Ground failed`,j(e)),H(`INTERNAL`,`FORGE Ground failed: ${e instanceof Error?e.message:String(e)}`)}})}const fs=k(`tools`),ps=F.object({id:F.string().optional().describe(`Node ID (auto-generated if omitted)`),type:F.string().describe(`Node type (entity, service, api, concept, decision)`),name:F.string().describe(`Display name`),properties:F.record(F.string(),F.unknown()).optional().describe(`Arbitrary properties`),sourceRecordId:F.string().optional().describe(`Back-link to knowledge record ID`),sourcePath:F.string().optional().describe(`Source file path`)}),ms=F.object({id:F.string().optional().describe(`Edge ID (auto-generated if omitted)`),fromId:F.string().describe(`Source node ID`),toId:F.string().describe(`Target node ID`),type:F.string().describe(`Relationship type (depends-on, implements, calls, affects)`),weight:F.number().min(0).max(1).optional().describe(`Relationship weight`),properties:F.record(F.string(),F.unknown()).optional().describe(`Arbitrary properties`)});function hs(e,t){let n=z(`graph`);e.registerTool(`graph`,{title:n.title,description:`Query the auto-populated code knowledge graph (modules, symbols, imports) to answer
|
|
174
|
+
structural questions vector search cannot.
|
|
175
|
+
|
|
176
|
+
Common flow (when you don't have a node_id yet — TWO STEPS):
|
|
177
|
+
1) Discover: graph({action:'find_nodes', name_pattern:'<module-or-symbol>'})
|
|
178
|
+
2) Explore: graph({action:'neighbors', node_id, direction:'incoming'|'outgoing'})
|
|
179
|
+
|
|
180
|
+
Single-step read actions:
|
|
181
|
+
• symbol360 — full context (definition + references + imports) for a named symbol
|
|
182
|
+
• traverse — walk N hops from a node
|
|
183
|
+
• depth_traverse — bounded-depth traversal
|
|
184
|
+
• find_edges — list edges matching criteria
|
|
185
|
+
• cohesion — module cohesion score
|
|
186
|
+
• stats — graph size/health
|
|
187
|
+
• validate — integrity check
|
|
188
|
+
|
|
189
|
+
Mutating actions (use deliberately): add, delete, clear, set_community,
|
|
190
|
+
detect_communities, trace_process, delete_process.
|
|
191
|
+
|
|
192
|
+
Complements: \`symbol\` (single lookup), \`trace\` (call-chain AST), \`blast_radius\` (change impact).`,outputSchema:Li,inputSchema:{action:F.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:F.string().optional().describe(`Node type filter (for find_nodes)`),name_pattern:F.string().optional().describe(`Name substring match (for find_nodes)`),source_path:F.string().optional().describe(`Source path filter`),node_id:F.string().optional().describe(`Node ID (for neighbors, traverse, delete)`),edge_type:F.string().optional().describe(`Edge type filter`),from_id:F.string().optional().describe(`Source node ID (for find_edges)`),to_id:F.string().optional().describe(`Target node ID (for find_edges)`),direction:F.enum([`outgoing`,`incoming`,`both`]).default(`both`).describe(`Traversal direction`),max_depth:F.number().min(1).max(5).default(2).describe(`Max traversal depth`),limit:F.number().min(1).max(100).default(50).describe(`Max results`),nodes:F.array(ps).max(500).optional().describe(`Nodes to add (for action=add)`),edges:F.array(ms).max(500).optional().describe(`Edges to add (for action=add)`),community:F.string().optional().describe(`Community label (for set_community, cohesion)`),process_id:F.string().optional().describe(`Process ID (for delete_process)`),label:F.string().optional().describe(`Label for process tracing (for trace_process)`)},annotations:n.annotations},async e=>{try{let n=await Be(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
|
+
### 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
|
+
### 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
|
+
### 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(`
|
|
196
|
+
### Communities`);for(let[e,t]of Object.entries(n.communities)){let n=t;r.push(`- **${e}**: ${n.length} node(s) — ${n.slice(0,5).map(e=>`\`${e}\``).join(`, `)}${n.length>5?`…`:``}`)}}if(n.process&&(r.push(`
|
|
197
|
+
### Process`),r.push(`- **${n.process.label}** (id: \`${n.process.id}\`)`),r.push(`- Entry: \`${n.process.entryNodeId}\``),r.push(`- Steps: ${n.process.steps.map(e=>`\`${e}\``).join(` → `)}`)),n.processes&&n.processes.length>0){r.push(`
|
|
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
|
+
### 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
|
+
### 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 fs.error(`Graph query failed`,j(e)),H(`INTERNAL`,`Graph query failed: ${e instanceof Error?e.message:String(e)}`)}})}const K=k(`tools:infra`);function gs(e){let t=z(`process`);e.registerTool(`process`,{title:t.title,description:`Start, stop, inspect, list, and tail logs for in-memory managed child processes.`,inputSchema:{action:F.enum([`start`,`stop`,`status`,`list`,`logs`]).describe(`Process action to perform`),id:F.string().optional().describe(`Managed process ID`),command:F.string().optional().describe(`Executable to start`),args:F.array(F.string()).optional().describe(`Arguments for start actions`),tail:F.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(it(t,n,r??[]))}]};case`stop`:if(!t)throw Error(`id is required for stop`);return{content:[{type:`text`,text:JSON.stringify(ot(t)??null)}]};case`status`:if(!t)throw Error(`id is required for status`);return{content:[{type:`text`,text:JSON.stringify(at(t)??null)}]};case`list`:return{content:[{type:`text`,text:JSON.stringify(nt())}]};case`logs`:if(!t)throw Error(`id is required for logs`);return{content:[{type:`text`,text:JSON.stringify(rt(t,i))}]}}}catch(e){return K.error(`Process action failed`,j(e)),H(`INTERNAL`,`Process action failed: ${e instanceof Error?e.message:String(e)}`)}})}function _s(e){let t=z(`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:F.enum([`start`,`stop`,`list`]).describe(`Watch action to perform`),path:F.string().optional().describe(`Directory path to watch for start actions`),id:F.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(Wt({path:t}))}]};case`stop`:if(!n)throw Error(`id is required for stop`);return{content:[{type:`text`,text:JSON.stringify({stopped:Gt(n)})}]};case`list`:return{content:[{type:`text`,text:JSON.stringify(Ut())}]}}}catch(e){return K.error(`Watch action failed`,j(e)),H(`INTERNAL`,`Watch action failed: ${e instanceof Error?e.message:String(e)}`)}})}function vs(e){let t=z(`health`);e.registerTool(`health`,{title:t.title,description:`Run project health checks — verifies package.json, tsconfig, scripts, lockfile, README, LICENSE, .gitignore.`,outputSchema:vi,inputSchema:{path:F.string().optional().describe(`Root directory to check (defaults to cwd)`)},annotations:t.annotations},async({path:e})=>{try{let t=He(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 K.error(`Health check failed`,j(e)),H(`INTERNAL`,`Health check failed: ${e instanceof Error?e.message:String(e)}`)}})}function ys(e){let t=z(`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:F.array(F.string().url()).min(1).max(10).describe('URLs to fetch (1–10). Single URL: `["https://..."]`. Multiple fetched in parallel.'),mode:F.enum([`markdown`,`raw`,`links`,`outline`]).default(`markdown`).describe(`Output mode: markdown (clean content), raw (HTML), links (extracted URLs), outline (heading hierarchy)`),selector:F.string().optional().describe(`CSS selector to extract a specific element instead of auto-detecting main content`),max_length:F.number().min(500).max(1e5).default(15e3).describe(`Max characters in output — truncates at paragraph boundaries`),include_metadata:F.boolean().default(!0).describe(`Include page title, description, and URL as a header`),include_links:F.boolean().default(!1).describe(`Append extracted links list at the end`),include_images:F.boolean().default(!1).describe(`Include image alt texts inline`),timeout:F.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 Kt({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)?K.warn(`Web fetch failed`,{error:t}):K.error(`Web fetch failed`,j(e)),{...H(`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)?K.warn(`Web fetch failed`,{url:c[e],error:n}):K.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
|
+
|
|
204
|
+
`);return p===d.length?H(`INTERNAL`,h):{content:[{type:`text`,text:h}]}})}function bs(e,t){let n=z(`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:F.string().describe(`What you want to accomplish (e.g., "audit this monorepo", "fix a failing test")`),max_recommendations:F.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=Ve(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 K.error(`Guide failed`,j(e)),H(`INTERNAL`,`Guide failed: ${e instanceof Error?e.message:String(e)}`)}})}function xs(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 Ss(e){let t=new Set,n=[];for(let r of e){let e=xs(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 Cs(e){if(e.startsWith(`.ai/curated/`))return e.slice(12)}const ws=k(`tools`),Ts=F.enum([`remember`,`read`,`update`,`forget`,`list`,`history`,`diff`,`recover`,`orphaned`]),Es=F.string().min(3).max(120).describe(`Short descriptive title for the knowledge entry`),Ds=F.string().min(10).max(1e5),Os=F.string().regex(/^[a-z][a-z0-9-]*$/).describe(`Category slug (e.g., "decisions", "patterns", "conventions", "api-contracts")`),ks=F.array(F.string()).default([]).describe(`Optional tags for filtering`),As=F.string().describe(`Relative path within .ai/curated/ (e.g., "decisions/use-lancedb.md")`),js=F.string().min(3),Ms=F.object({title:Es,content:Ds.describe(`The markdown content to store`),category:Os,tags:ks}),Ns=F.object({path:As}),Ps=F.object({path:As,content:Ds.describe(`New markdown content to replace existing content`),reason:js.max(1e3).describe(`Why this update is being made (recorded in changelog)`)}),Fs=F.object({path:F.string().describe(`Relative path within .ai/curated/ (e.g., "decisions/deprecated-approach.md")`),reason:js.describe(`Why this entry is being removed`)}),Is=F.object({category:F.string().optional().describe(`Filter by category (e.g., "decisions", "patterns")`),tag:F.string().optional().describe(`Filter by tag`)}),Ls=F.object({action:Ts.describe(`Knowledge operation to perform`),title:Es.optional(),content:Ds.optional(),category:Os.optional(),tags:F.array(F.string()).optional().describe(`Optional tags for remember`),path:As.optional(),reason:js.max(1e3).optional(),tag:F.string().optional().describe(`Filter by tag when action="list"`),limit:F.number().int().min(1).max(100).optional().describe(`Maximum history entries to return (for action="history", default: 20)`),from_sha:F.string().optional().describe(`Start SHA for diff (older version). If omitted with to_sha, shows full content.`),to_sha:F.string().optional().describe(`End SHA for diff (newer version). If omitted, uses the latest two versions.`)});function Rs(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 zs(e,{curated:t,policyStore:n,evolutionCollector:r,resourceNotifier:i}){let{title:a,content:o,category:s,tags:c}=Ms.parse(e),l=await t.remember(a,o,s,c),u=``;if(n){let e=n.classify(a,o,c);r&&r.recordClassification(a,e.matchingRules.map(e=>e.ruleId),e.pushRecommended),e.matchingRules.length>0&&(u=`\n\n### Classification Signals\n${e.matchingRules.map(e=>` - **${e.ruleId}** (${e.category}, weight: ${e.pushWeight}) — matched: ${e.matchedPatterns.join(`, `)}`).join(`
|
|
206
|
+
`)}\n- **Push recommended**: ${e.pushRecommended?`yes`:`no`} (max weight: ${e.maxPushWeight})`,e.pushRecommended&&(u+=`
|
|
207
|
+
|
|
208
|
+
> 💡 This entry matches push rules. Consider \`er_push\` to share with Enterprise RAG.`))}i&&i.notifyAfterCuratedWrite(l.path).catch(()=>{});let d=xs(l.path,a,`[${s}]`);return{content:[{type:`text`,text:`Remembered: **${a}**\n\nStored at \`.ai/curated/${l.path}\` and indexed for semantic search.${u}\n\n---\n_Next: Use \`search\` to verify the entry is findable, or \`knowledge({ action: "list" })\` to see all curated entries._`},...d?[d]:[]]}}async function Bs(e,{curated:t}){let{path:n}=Ns.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=xs(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 Vs(e,{curated:t,resourceNotifier:n}){let{path:r,content:i,reason:a}=Ps.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 Hs(e,{curated:t,resourceNotifier:n}){let{path:r,reason:i}=Fs.parse(e),a=y(process.cwd(),x.aiCurated,r);if(o(a))try{be(`forget`,[{path:a,content:c(a,`utf-8`)}],`forget: ${r}`)}catch{}let s=await t.forget(r,i);return ws.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 Us(e,{curated:t}){let{category:n,tag:r}=Is.parse(e),i=await t.list({category:n,tag:r}),a={entries:i.map(e=>({path:e.path,title:e.title,category:e.category,tags:e.tags,version:e.version,preview:e.contentPreview?.slice(0,120)??``})),totalCount:i.length};if(i.length===0)return{content:[{type:`text`,text:`No curated knowledge entries found.`+(n?` (category: ${n})`:``)+(r?` (tag: ${r})`:``)}],structuredContent:a};let o=i.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(`
|
|
210
|
+
`),s=Ss(i);return{content:[{type:`text`,text:`## Curated Knowledge (${i.length} entries)\n\n${o}\n\n---\n_Next: Use \`knowledge({ action: "read", path: "..." })\` to view full content of any entry, or \`knowledge({ action: "remember", ... })\` to store new knowledge._`},...s],structuredContent:a}}async function Ws(e,{curated:t}){let{path:n}=Ns.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(`
|
|
211
|
+
`);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 Gs(e,{curated:t}){let{path:n}=Ns.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 Ks(e,{curated:t}){let{path:n}=Ns.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 qs(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(`
|
|
212
|
+
`);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 Js(e,t,n){switch(e){case`remember`:return zs(t,n);case`read`:return Bs(t,n);case`update`:return Vs(t,n);case`forget`:return Hs(t,n);case`list`:return Us(t,n);case`history`:return Ws(t,n);case`diff`:return Gs(t,n);case`recover`:return Ks(t,n);case`orphaned`:return qs(t,n)}}function Ys(e,t,n,r,i){let a=z(`knowledge`),o={curated:t,policyStore:n,evolutionCollector:r,resourceNotifier:i};e.registerTool(`knowledge`,{title:a.title,description:"Operate on curated knowledge entries with a single tool. Use `action` to remember, read, update, forget, list, history, diff, recover, or orphaned entries.",inputSchema:Ls.shape,annotations:a.annotations},async({action:e,...t})=>{try{let n=Ls.parse({action:e,...t});return await Js(n.action,n,o)}catch(e){return e instanceof F.ZodError?H(`VALIDATION`,Rs(e)):(ws.error(`Knowledge operation failed`,j(e)),H(`INTERNAL`,`Knowledge operation failed: ${e instanceof Error?e.message:String(e)}`))}})}const Xs=k(`tools`);function Zs(e,t,n){let r=z(`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:F.string().describe(`Relative file path to look up (e.g., "src/index.ts")`),enrich:F.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(`
|
|
213
|
+
|
|
214
|
+
`),s=Cs(e),c=s?xs(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 B(n,{query:e});l+=V(t)}return{content:[{type:`text`,text:l},...c?[c]:[]]}}catch(e){return Xs.error(`Lookup failed`,j(e)),H(`INTERNAL`,`Lookup failed: ${e instanceof Error?e.message:String(e)}`)}})}const Qs=k(`tools:manipulation`);function $s(e){let t=z(`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:F.string().optional().describe(`Repository root or working directory`),commit_count:F.number().min(1).max(50).default(5).optional().describe(`How many recent commits to include`),include_diff:F.boolean().default(!1).optional().describe(`Include diff stat for working tree changes`)},annotations:t.annotations,outputSchema:Bi},async({cwd:e,commit_count:t,include_diff:n})=>{try{let r=await Re({cwd:e,commitCount:t,includeDiff:n});return{content:[{type:`text`,text:ic(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 Qs.error(`Git context failed`,j(e)),H(`INTERNAL`,`Git context failed: ${e instanceof Error?e.message:String(e)}`)}})}function ec(e){let t=z(`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:F.string().max(1e6).describe(`Raw unified diff text`)},annotations:t.annotations},async({diff:e})=>{try{return{content:[{type:`text`,text:ac(Te({diff:e.replace(/\\n/g,`
|
|
215
|
+
`).replace(/\\t/g,` `)}))}]}}catch(e){return Qs.error(`Diff parse failed`,j(e)),H(`INTERNAL`,`Diff parse failed: ${e instanceof Error?e.message:String(e)}`)}})}function tc(e){let t=z(`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:F.string().describe(`Existing symbol name to replace`),new_name:F.string().describe(`New symbol name to use`),root_path:F.string().describe(`Root directory to search within`),extensions:F.array(F.string()).optional().describe(`Optional file extensions to include, such as .ts,.tsx,.js,.jsx`),dry_run:F.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 bt({oldName:e,newName:t,rootPath:n,extensions:r,dryRun:i});return{content:[{type:`text`,text:JSON.stringify(a)}]}}catch(e){return Qs.error(`Rename failed`,j(e)),H(`INTERNAL`,`Rename failed: ${e instanceof Error?e.message:String(e)}`)}})}function nc(e){let t=z(`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:F.string().describe(`Root directory to transform within`),rules:F.array(F.object({description:F.string().describe(`What the codemod rule does`),pattern:F.string().describe(`Regex pattern in string form`),replacement:F.string().describe(`Replacement string with optional capture groups`)})).min(1).describe(`Codemod rules to apply`),dry_run:F.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 _e({rootPath:e,rules:t,dryRun:n});return{content:[{type:`text`,text:JSON.stringify(r)}]}}catch(e){return Qs.error(`Codemod failed`,j(e)),H(`INTERNAL`,`Codemod failed: ${e instanceof Error?e.message:String(e)}`)}})}function rc(e){let t=z(`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:F.string().max(5e5).describe(`Input JSON string`),expression:F.string().max(1e4).describe(`Transform expression to apply`)},annotations:t.annotations},async({input:e,expression:t})=>{try{return{content:[{type:`text`,text:xe({input:e,expression:t}).outputString}]}}catch(e){return Qs.error(`Data transform failed`,j(e)),H(`INTERNAL`,`Data transform failed: ${e instanceof Error?e.message:String(e)}`)}})}function ic(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(`
|
|
216
|
+
`)}function ac(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(`
|
|
217
|
+
`)}const oc=[`list_tools`,`describe_tool`,`search_tools`];function sc(e,t,n){let r=[...new Set(n)].sort();e.registerTool(`list_tools`,{title:z(`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:F.string().optional().describe(`Optional category filter`)},annotations:z(`list_tools`).annotations},async({category:e})=>{let t=e?.trim().toLowerCase();return{content:[{type:`text`,text:r.filter(e=>t?(R[e]?.category??[]).some(e=>e.toLowerCase()===t):!0).map(e=>{let t=R[e]??{title:e,category:[]},n=t.category?.join(`, `)||`uncategorized`;return`${e}: ${t.title} [${n}]`}).join(`
|
|
218
|
+
`)||`No tools matched the filter.`}]}}),e.registerTool(`describe_tool`,{title:z(`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:F.string().describe(`The active tool name to describe`)},annotations:z(`describe_tool`).annotations},async({tool_name:e})=>{if(!r.includes(e))return H(`VALIDATION`,`Unknown or inactive tool: ${e}`);let t=R[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:z(`search_tools`).title,description:`Search active AI Kit tools by keyword across tool names, titles, and categories.`,inputSchema:{query:F.string().min(1).describe(`Keyword query to match against active tools`)},annotations:z(`search_tools`).annotations},async({query:e})=>{let t=e.trim().toLowerCase(),n=r.filter(e=>{let n=R[e];return e.toLowerCase().includes(t)||n?.title.toLowerCase().includes(t)||(n?.category??[]).some(e=>e.toLowerCase().includes(t))}).map(e=>{let t=R[e]??{title:e,category:[]},n=t.category?.join(`, `)||`uncategorized`;return`${e}: ${t.title} [${n}]`});return{content:[{type:`text`,text:n.length>0?n.join(`
|
|
219
|
+
`):`No tools found matching "${e}"`}]}})}const cc=k(`tools`);let lc=!1;async function uc(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){cc.warn(`Auto-persist onboard step failed`,{stepName:r.name,...j(e)})}}async function dc(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){cc.warn(`Auto-persist remember entry failed`,{title:r.title,...j(e)})}}function fc(e,t,n,r,i,a){let o=z(`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:F.string().describe(`Root path of the codebase to onboard`),mode:F.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:F.string().optional().describe(`Custom output directory for generate mode (default: <path>/.ai/context)`),enrich:F.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(lc)return{content:[{type:`text`,text:`Onboard is already running. Please wait for it to complete before starting another.`}]};lc=!0,cc.info(`Starting onboard`,{path:e,mode:o});let u=await et({path:e,mode:o,outDir:s??r?.onboardDir}),d=Ea(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`),uc(t,n,u),u.autoRemember?.length&&dc(t,n,u).catch(e=>{cc.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(`
|
|
220
|
+
`);if(c&&a){let e=await B(a,{query:`onboard codebase conventions`});h+=V(e)}return{content:[{type:`text`,text:h}]}}catch(e){return cc.error(`Onboard failed`,j(e)),H(`INTERNAL`,`Onboard failed: ${e instanceof Error?e.message:String(e)}`)}finally{lc=!1}})}const pc=k(`tools:persistence`);function mc(e){let t=z(`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:F.enum([`save`,`get`,`list`,`delete`,`add`,`remove`]).describe(`Operation to perform`),name:F.string().optional().describe(`Workset name (required for all except list)`),files:F.array(F.string()).optional().describe(`File paths (required for save, add, remove)`),description:F.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=Et(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=Le(t);return e?{content:[{type:`text`,text:JSON.stringify(e)}]}:{content:[{type:`text`,text:`Workset "${t}" not found.`}]}}case`list`:{let e=Qe();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(`
|
|
221
|
+
`)}]}}case`delete`:if(!t)throw Error(`name required for delete`);return{content:[{type:`text`,text:we(t)?`Deleted workset "${t}".`:`Workset "${t}" not found.`}]};case`add`:{if(!t||!n)throw Error(`name and files required for add`);let e=ae(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=yt(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 pc.error(`Workset operation failed`,j(e)),H(`INTERNAL`,`Workset operation failed: ${e instanceof Error?e.message:String(e)}`)}})}function hc(e){let t=z(`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:F.enum([`set`,`get`,`list`,`delete`,`clear`]).describe(`Operation to perform on the stash`),key:F.string().optional().describe(`Entry key for set/get/delete operations`),value:F.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=Ft(t,bc(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=Nt(t);return{content:[{type:`text`,text:e?JSON.stringify(e):`Stash entry "${t}" not found.`}]}}case`list`:{let e=Pt();return{content:[{type:`text`,text:e.length===0?`Stash is empty.`:e.map(e=>`- ${e.key} (${e.type}) — ${e.storedAt}`).join(`
|
|
222
|
+
`)}]}}case`delete`:if(!t)throw Error(`key required for delete`);return{content:[{type:`text`,text:Mt(t)?`Deleted stash entry "${t}".`:`Stash entry "${t}" not found.`}]};case`clear`:{let e=jt();return{content:[{type:`text`,text:`Cleared ${e} stash entr${e===1?`y`:`ies`}.`}]}}}}catch(e){return pc.error(`Stash operation failed`,j(e)),H(`INTERNAL`,`Stash operation failed: ${e instanceof Error?e.message:String(e)}`)}})}function gc(e){let t=z(`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:F.enum([`save`,`load`,`list`,`latest`,`diff`,`history`,`gc`]).describe(`Checkpoint action to perform`),label:F.string().optional().describe(`Checkpoint label for save, or checkpoint id for load`),data:F.string().max(5e5).optional().describe(`JSON object string for save actions`),notes:F.string().max(1e4).optional().describe(`Optional notes for save actions`),from_id:F.string().optional().describe(`Checkpoint ID to diff FROM (for diff action)`),to_id:F.string().optional().describe(`Checkpoint ID to diff TO (for diff action)`),limit:F.number().min(1).max(50).optional().describe(`Max history entries to return`),keep_last:F.number().min(1).max(100).optional().describe(`Keep N most recent checkpoints per label (default: 10, for gc action)`),max_age_days:F.number().min(1).optional().describe(`Delete checkpoints older than N days (for gc action)`),dry_run:F.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:yc(ge(t,xc(n),{notes:r}))}]};case`load`:{if(!t)throw Error(`label required for load`);let e=he(t);return{content:[{type:`text`,text:e?yc(e):`Checkpoint "${t}" not found.`}]}}case`list`:{let e=me();return{content:[{type:`text`,text:e.length===0?`No checkpoints saved.`:e.map(e=>`- ${e.id} — ${e.label} (${e.createdAt})`).join(`
|
|
223
|
+
`)}]}}case`latest`:{let e=pe();return{content:[{type:`text`,text:e?yc(e):`No checkpoints saved.`}]}}case`diff`:{if(!i||!a)throw Error(`from_id and to_id required for diff`);let e=ue(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(`
|
|
224
|
+
`)}]}:{content:[{type:`text`,text:`One or both checkpoints not found.`}]}}case`history`:{if(!t)throw Error(`label required for history`);let e=fe(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(`
|
|
225
|
+
`)}`}]}}case`gc`:{let e=de({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(`
|
|
226
|
+
`)}]}}}}catch(e){return pc.error(`Checkpoint failed`,j(e)),H(`INTERNAL`,`Checkpoint failed: ${e instanceof Error?e.message:String(e)}`)}})}function _c(e){let t=z(`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:F.enum([`create`,`list`,`status`,`diff`,`merge`,`discard`,`lease`,`unlease`,`leases`]).describe(`Lane action to perform`),name:F.string().optional().describe(`Lane name (required for create/status/diff/merge/discard)`),files:F.array(F.string()).optional().describe(`File paths to copy into the lane (required for create)`),agent:F.string().optional().describe(`Agent identifier (required for lease)`),intent:F.string().optional().describe(`What the agent plans to do (required for lease)`),id:F.string().optional().describe(`Lease ID (required for unlease)`),symbols:F.array(F.string()).optional().describe(`Symbol names within files (optional for lease)`),ttl_minutes:F.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=We(t,n);return{content:[{type:`text`,text:JSON.stringify(e)}]}}case`list`:return{content:[{type:`text`,text:JSON.stringify(qe())}]};case`status`:if(!t)throw Error(`name is required for status`);return{content:[{type:`text`,text:JSON.stringify(Ye(t))}]};case`diff`:if(!t)throw Error(`name is required for diff`);return{content:[{type:`text`,text:JSON.stringify(Ge(t))}]};case`merge`:if(!t)throw Error(`name is required for merge`);return{content:[{type:`text`,text:JSON.stringify(Je(t))}]};case`discard`:if(!t)throw Error(`name is required for discard`);return{content:[{type:`text`,text:JSON.stringify({discarded:Ke(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=ie({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=vt({id:a});return{content:[{type:`text`,text:JSON.stringify(e)}]}}case`leases`:{let e=Xe({agent:r});return{content:[{type:`text`,text:JSON.stringify(e)}]}}}}catch(e){return pc.error(`Lane action failed`,j(e)),H(`INTERNAL`,`Lane action failed: ${e instanceof Error?e.message:String(e)}`)}})}function vc(e){let t=z(`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:F.enum([`create`,`push`,`next`,`done`,`fail`,`get`,`list`,`clear`,`delete`,`dag`]).describe(`Queue action`),name:F.string().optional().describe(`Queue name (required for most actions)`),title:F.string().optional().describe(`Item title (required for push)`),id:F.string().optional().describe(`Item ID (required for done/fail)`),data:F.unknown().optional().describe(`Arbitrary data to attach to a queue item`),error:F.string().optional().describe(`Error message (required for fail)`),dependsOn:F.array(F.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(ct(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(gt(t,n,i,void 0,o))}]};case`next`:{if(!t)throw Error(`name is required for next`);let e=ht(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(dt(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(ft(t,r,a))}]};case`get`:if(!t)throw Error(`name is required for get`);return{content:[{type:`text`,text:JSON.stringify(pt(t))}]};case`list`:return{content:[{type:`text`,text:JSON.stringify(mt())}]};case`clear`:if(!t)throw Error(`name is required for clear`);return{content:[{type:`text`,text:JSON.stringify({cleared:st(t)})}]};case`delete`:if(!t)throw Error(`name is required for delete`);return{content:[{type:`text`,text:JSON.stringify({deleted:ut(t)})}]};case`dag`:if(!t)throw Error(`name is required for dag`);return{content:[{type:`text`,text:JSON.stringify(lt(t))}]}}}catch(e){return pc.error(`Queue action failed`,j(e)),H(`INTERNAL`,`Queue action failed: ${e instanceof Error?e.message:String(e)}`)}})}function yc(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(`
|
|
227
|
+
`)}function bc(e){let t=e.trim();if(!t)return``;try{return JSON.parse(t)}catch{return e}}function xc(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 Sc=k(`tools`);function Cc(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(`
|
|
228
|
+
`)}function wc(e,t){let n=z(`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:F.enum([`list`,`get`,`update`,`create`,`delete`]).describe(`Action to perform on classification rules`),rule_id:F.string().optional().describe(`Rule ID (required for get, update, delete)`),changes:F.object({patterns:F.array(F.string()).optional(),category:F.string().optional(),pushWeight:F.number().min(0).max(1).optional(),description:F.string().optional(),examples:F.array(F.string()).optional(),enabled:F.boolean().optional()}).optional().describe(`Changes to apply (for update action)`),new_rule:F.object({id:F.string().regex(/^[a-z][a-z0-9-]*$/),patterns:F.array(F.string()).min(1),category:F.string(),pushWeight:F.number().min(0).max(1),description:F.string(),examples:F.array(F.string()).default([]),enabled:F.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(`
|
|
229
|
+
`)}\n\n---\n_${e.length} rules total. Use \`action: "update"\` to modify a rule._`}]}}if(e===`get`){if(!n)return H(`VALIDATION`,'`rule_id` is required for "get" action.');let e=t.getRule(n);return e?{content:[{type:`text`,text:Cc(e)}]}:H(`NOT_FOUND`,`Rule "${n}" not found.`)}if(e===`update`){if(!n||!r)return H(`VALIDATION`,'`rule_id` and `changes` are required for "update" action.');let e=t.updateRule(n,r);return e?{content:[{type:`text`,text:`${Cc(e)}\n\n---\n_Updated. Next: Use \`action: "list"\` to verify._`}]}:H(`NOT_FOUND`,`Rule "${n}" not found.`)}return e===`create`?i?{content:[{type:`text`,text:`${Cc(t.addRule(i))}\n\n---\n_Created. Next: Test classification with \`remember\`._`}]}:H(`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._`}]}:H(`NOT_FOUND`,`Rule "${n}" not found.`):H(`VALIDATION`,'`rule_id` is required for "delete" action.'):H(`VALIDATION`,`Unknown action: ${e}`)}catch(e){return Sc.error(`Policy update failed`,j(e)),H(`INTERNAL`,`Policy update failed: ${e instanceof Error?e.message:String(e)}`)}})}const Tc=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`,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 }> }`,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:`viewer-link`,category:`visualization`,description:`Styled card linking to a standalone interactive viewer.`,valueShape:`{ viewerType: string; label: string; description?: string; url?: string; icon?: string }`,relevantSkills:[`present`,`c4-architecture`,`docs`],usageExample:`{
|
|
230
|
+
type: 'viewer-link',
|
|
231
|
+
value: {
|
|
232
|
+
viewerType: 'c4',
|
|
233
|
+
label: 'Open Interactive C4 Diagram',
|
|
234
|
+
description: 'Drag, zoom, and pan with ELK auto-layout',
|
|
235
|
+
icon: '🏗️',
|
|
236
|
+
},
|
|
237
|
+
}`},{type:`docs-browser`,category:`interactive`,description:`Collapsible file tree with markdown content for documentation browsing.`,valueShape:`{ files: Array<{ path: string; title?: string; content?: string; status?: "current" | "stale" | "missing" }>; title?: string }`,relevantSkills:[`present`,`docs`],usageExample:`{
|
|
238
|
+
type: 'docs-browser',
|
|
239
|
+
value: {
|
|
240
|
+
title: 'Project Docs',
|
|
241
|
+
files: [
|
|
242
|
+
{ path: 'docs/README.md', title: 'Overview', status: 'current' },
|
|
243
|
+
{ path: 'docs/api.md', title: 'API Reference', status: 'stale' },
|
|
244
|
+
],
|
|
245
|
+
},
|
|
246
|
+
}`},{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 Ec(){let e=[];for(let[t,n]of Tc)e.push(` - type:"${t}" → value: ${n.valueShape}`);return e.join(`
|
|
247
|
+
`)}const Dc={error:`🔴`,warning:`⚠️`,"at-risk":`⚠️`,success:`✅`,done:`✅`,info:`ℹ️`,pending:`⏳`};function Oc(e){if(e.type!==`cards`)return null;let t=e.value,n=Array.isArray(t)?t:t&&typeof t==`object`&&Array.isArray(t.items)?t.items:null;if(!n||n.length===0)return null;let r=n[0];if(r&&typeof r==`object`&&`category`in r){let t=n.map(e=>{if(!e||typeof e!=`object`)return null;let t=e;if(typeof t.category!=`string`||!Array.isArray(t.items))return null;let n=t.items.map(e=>{if(!e||typeof e!=`object`)return null;let t=e;if(typeof t.label!=`string`)return null;let n=typeof t.status==`string`?`${Dc[t.status.toLowerCase()]??`●`} `:``,r=typeof t.description==`string`&&t.description.length>0?` — ${t.description}`:``;return`- ${n}${t.label}${r}`}).filter(e=>typeof e==`string`);return`### ${t.category}\n${n.join(`
|
|
248
|
+
`)}`}).filter(e=>typeof e==`string`);if(t.length>0)return{type:`markdown`,title:e.title,value:t.join(`
|
|
249
|
+
|
|
250
|
+
`)}}let i=n.map(e=>{if(!e||typeof e!=`object`)return null;let t=e,n=typeof t.label==`string`?t.label:typeof t.title==`string`?t.title:null;return n?`- ${typeof t.status==`string`?`${Dc[t.status.toLowerCase()]??`●`} `:``}${n}${typeof t.description==`string`&&t.description.length>0?` — ${t.description}`:``}`:null}).filter(e=>typeof e==`string`);return i.length>0?{type:`markdown`,title:e.title,value:i.join(`
|
|
251
|
+
`)}:null}function kc(e){if(e.type!==`checklist`)return null;let t=e.value,n=Array.isArray(t)?t:t&&typeof t==`object`&&Array.isArray(t.items)?t.items:null;if(!n)return null;let r=n.map(e=>{if(!e||typeof e!=`object`)return null;let t=e;if(typeof t.label!=`string`)return null;let n=t.checked===!0?`x`:` `,r=typeof t.note==`string`&&t.note.length>0?` — ${t.note}`:``;return`- [${n}] ${t.label}${r}`}).filter(e=>typeof e==`string`);return r.length>0?{type:`markdown`,title:e.title,value:r.join(`
|
|
252
|
+
`)}:null}function Ac(e,t){let n=e=>{if(e==null)return``;if(typeof e==`string`)return e;if(typeof e==`number`||typeof e==`boolean`||typeof e==`bigint`)return String(e);if(typeof e==`object`)try{let t=JSON.stringify(e);return typeof t==`string`?t:String(e)}catch{return String(e)}return String(e)};if(e==null)return null;if(typeof e==`string`)return{type:`markdown`,title:t,value:e};if(typeof e==`number`||typeof e==`boolean`)return{type:`markdown`,title:t,value:String(e)};if(Array.isArray(e)){if(e.every(e=>typeof e==`string`||typeof e==`number`||typeof e==`boolean`))return{type:`markdown`,title:t,value:e.map(e=>`- ${String(e)}`).join(`
|
|
253
|
+
`)};let n=e.filter(e=>typeof e==`object`&&!!e);if(n.length===e.length){let e={success:`✅`,done:`✅`,warning:`⚠️`,"at-risk":`⚠️`,error:`❌`,info:`ℹ️`,pending:`⏳`};if(n.every(e=>typeof e.category==`string`&&Array.isArray(e.items))){let r=n.map(t=>{let n=typeof t.category==`string`?t.category:null,r=Array.isArray(t.items)?t.items:null;if(!n||!r)return null;let i=r.map(t=>{if(!t||typeof t!=`object`)return null;let n=t,r=n.label??n.title??n.name,i=typeof r==`string`||typeof r==`number`||typeof r==`boolean`?String(r):null;if(!i)return null;let a=typeof n.status==`string`?`${e[n.status.toLowerCase()]??`●`} `:``,o=n.detail??n.description;return`- ${a}${i}${typeof o==`string`&&o.length>0?` — ${o}`:typeof o==`number`||typeof o==`boolean`?` — ${String(o)}`:``}`}).filter(e=>typeof e==`string`);return i.length===0?null:`### ${n}\n${i.join(`
|
|
254
|
+
`)}`}).filter(e=>typeof e==`string`);if(r.length>0)return{type:`markdown`,title:t,value:r.join(`
|
|
255
|
+
|
|
256
|
+
`)}}let r=new Set;for(let e of n)for(let t of Object.keys(e))r.add(t);let i=Array.from(r);return{type:`table`,title:t,value:{headers:i,rows:n.map(e=>i.map(t=>{if(!(t in e)||e[t]===void 0||e[t]===null)return``;let n=e[t];if(typeof n==`object`)try{let e=JSON.stringify(n);return typeof e==`string`?e:``}catch{return String(n)}return String(n)}))}}}}if(typeof e==`object`){let r=e;if(Array.isArray(r.items))return Ac(r.items,t);let i=Object.entries(r).map(([e,t])=>`**${e}**: ${n(t)}`);return i.length>0?{type:`markdown`,title:t,value:i.join(`
|
|
257
|
+
`)}:null}return null}function jc(e){return e.type!==`table`||typeof e.value!=`string`?null:{type:`markdown`,title:e.title,value:e.value}}const Mc=new Set([`markdown`,`table`,`code`,`chart`,`metrics`,`tree`,`graph`,`mermaid`]);function Nc(e){return jc(e)||(Mc.has(e.type)?null:Ac(e.value,e.title)||{type:`code`,title:e.title,value:typeof e.value==`string`?e.value:JSON.stringify(e.value,null,2)})}function Pc(e){if(e.type!==`progress`||!e.value||typeof e.value!=`object`||!Array.isArray(e.value.items))return null;let t=e.value.items.map(e=>{if(!e||typeof e!=`object`)return null;let t=e;if(typeof t.label!=`string`||typeof t.value!=`number`)return null;let n=typeof t.max==`number`?t.max:100,r=Number.isFinite(n)&&n>0?n:100,i=Math.round(t.value/r*100);return[t.label,`${i}%`,`${t.value} / ${r}`]}).filter(e=>Array.isArray(e));return t.length>0?{type:`table`,title:e.title,value:{headers:[`Item`,`Progress`,`Value`],rows:t}}:null}function Fc(e){if(e.type!==`prompt`||!e.value||typeof e.value!=`object`)return null;let t=e.value;if(typeof t.question!=`string`)return null;let n=[`**${t.question}**`];return typeof t.context==`string`&&t.context.length>0&&n.push(t.context),typeof t.placeholder==`string`&&t.placeholder.length>0&&n.push(`*${t.placeholder}*`),{type:`markdown`,title:e.title,value:n.join(`
|
|
258
|
+
|
|
259
|
+
`)}}function Ic(e){return e.type===`separator`?{type:`markdown`,title:e.title,value:`---`}:null}const Lc={success:`✅`,done:`✅`,warning:`⚠️`,"at-risk":`⚠️`,error:`❌`,info:`ℹ️`,pending:`⏳`};function Rc(e){if(e.type!==`status-board`)return null;let t=e.value,n=Array.isArray(t)?t:t&&typeof t==`object`&&Array.isArray(t.items)?t.items:null;if(!n||n.length===0)return null;let r=n[0];if(r&&typeof r==`object`&&`category`in r){let t=n.map(e=>{if(!e||typeof e!=`object`)return null;let t=e;if(typeof t.category!=`string`||!Array.isArray(t.items))return null;let n=t.items.map(e=>{if(!e||typeof e!=`object`)return null;let t=e;if(typeof t.label!=`string`)return null;let n=typeof t.status==`string`?`${Lc[t.status.toLowerCase()]??`●`} `:``,r=typeof t.detail==`string`&&t.detail.length>0?` — ${t.detail}`:``;return`- ${n}${t.label}${r}`}).filter(e=>typeof e==`string`);return`### ${t.category}\n${n.join(`
|
|
260
|
+
`)}`}).filter(e=>typeof e==`string`);if(t.length>0)return{type:`markdown`,title:e.title,value:t.join(`
|
|
261
|
+
|
|
262
|
+
`)}}let i=n.map(e=>{if(!e||typeof e!=`object`)return null;let t=e;return typeof t.label!=`string`||typeof t.status!=`string`?null:[Lc[t.status.toLowerCase()]??`●`,t.label,typeof t.detail==`string`?t.detail:``]}).filter(e=>Array.isArray(e));return i.length>0?{type:`table`,title:e.title,value:{headers:[`Status`,`Service`,`Detail`],rows:i}}:null}const zc={done:`✅`,active:`🔵`,pending:`⏳`,error:`❌`};function Bc(e,t){if(!Array.isArray(t))return null;let n=t.map(e=>{if(e&&typeof e==`object`){let t=e;return[String(t.status??t.state??``),String(t.time??t.date??t.timestamp??``),String(t.label??t.description??t.title??t.text??``)]}return[``,``,String(e)]});return{...e,type:`table`,value:{headers:[`Status`,`Time`,`Description`],rows:n}}}function Vc(e){if(e.type!==`timeline`||!e.value||typeof e.value!=`object`||!Array.isArray(e.value.items))return null;let t=e.value.items.map(e=>{if(!e||typeof e!=`object`)return null;let t=e;return typeof t.title==`string`?[zc[typeof t.status==`string`?t.status.toLowerCase():``]??`●`,typeof t.phase==`string`&&t.phase.length>0?t.phase:t.title,typeof t.description==`string`?t.description:``]:null}).filter(e=>Array.isArray(e));return t.length>0?{type:`table`,title:e.title,value:{headers:[`Status`,`Phase`,`Description`],rows:t}}:null}function Hc(e){let t=e;if(e.type===`text`||e.type===`paragraph`)return{...e,type:`markdown`};if(e.type===`heading`)return{...e,type:`markdown`,value:`## ${String(t.value??``)}`};if(e.type===`header`){let n=Math.min(Math.max(Number(e.level)||2,1),6);return{...e,type:`markdown`,value:`${`#`.repeat(n)} ${String(t.value??``)}`}}if(e.type===`section`)return{...e,type:`markdown`};if(e.type===`list`||e.type===`bullet`||e.type===`bullets`){let n=Array.isArray(t.value)?t.value:t.value&&typeof t.value==`object`&&Array.isArray(t.value.items)?t.value.items:void 0;return Array.isArray(n)?{...e,type:`markdown`,value:n.map(e=>`- ${String(e)}`).join(`
|
|
263
|
+
`)}:{...e,type:`markdown`}}if(e.type===`note`||e.type===`info`||e.type===`warning`||e.type===`alert`||e.type===`callout`){let n=e.type===`warning`?`⚠️`:e.type===`alert`?`🚨`:`ℹ️`;return{...e,type:`markdown`,value:`> ${n} ${String(t.value??``)}`}}if(e.type===`quote`||e.type===`blockquote`){let n=String(t.value??``).split(`
|
|
264
|
+
`);return{...e,type:`markdown`,value:n.map(e=>`> ${e}`).join(`
|
|
265
|
+
`)}}if(e.type===`divider`||e.type===`hr`)return{...e,type:`separator`};if(e.type===`image`||e.type===`img`){let t=e,n=String(t.src??t.url??t.value??``),r=String(t.alt??t.label??t.title??`image`);return{...e,type:`markdown`,value:``}}if(e.type===`link`||e.type===`url`){let t=e,n=String(t.href??t.url??t.value??``),r=String(t.label??t.text??t.title??n);return{...e,type:`markdown`,value:`[${r}](${n})`}}return e}function Uc(e){let t=e;return`value`in t?e:typeof t.text==`string`?{...e,value:t.text}:typeof t.content==`string`?{...e,value:t.content}:typeof t.markdown==`string`?{...e,value:t.markdown}:typeof t.description==`string`?{...e,value:t.description}:typeof t.code==`string`?{...e,value:t.code}:Array.isArray(t.headers)&&Array.isArray(t.rows)?{...e,value:{headers:t.headers,rows:t.rows}}:Array.isArray(t.items)?{...e,value:{items:t.items}}:Array.isArray(t.metrics)?{...e,value:t.metrics}:Array.isArray(t.cards)?{...e,value:t.cards}:Array.isArray(t.nodes)&&Array.isArray(t.edges)?{...e,value:{nodes:t.nodes,edges:t.edges}}:typeof t.question==`string`?{...e,value:{question:t.question,context:t.context,placeholder:t.placeholder}}:`chartType`in t||Array.isArray(t.data)?{...e,value:{chartType:t.chartType,data:t.data,xKey:t.xKey??`label`,yKeys:t.yKeys??[`value`]}}:e}function Wc(e){if(e.type!==`chart`)return e;let t=e.value;if(!t||typeof t!=`object`||Array.isArray(t))return e;let n=t,r=n.data&&typeof n.data==`object`&&!Array.isArray(n.data)?n.data:null,i=Array.isArray(n.labels)?n.labels:Array.isArray(r?.labels)?r.labels:null,a=Array.isArray(n.datasets)?n.datasets:Array.isArray(r?.datasets)?r.datasets:null,o=typeof n.type==`string`?n.type:typeof n.chartType==`string`?n.chartType:null;if(!o||!i||!a||Array.isArray(n.data))return e;let s=a.map((e,t)=>String(e.label??`series${t+1}`)),c=i.map((e,t)=>{let n={label:String(e)};for(let[e,r]of a.entries()){let i=r,a=String(i.label??`series${e+1}`);n[a]=i.data?.[t]??0}return n});return{...e,value:{chartType:String(o),data:c,xKey:`label`,yKeys:s}}}function Gc(e){if(Array.isArray(e)){let t=e.filter(e=>typeof e==`object`&&!!e),n=t.map(e=>String(e.title??``)),r=Math.max(0,...t.map(e=>Array.isArray(e.items)?e.items.length:0));return{headers:n,rows:Array.from({length:r},(e,n)=>t.map(e=>Array.isArray(e.items)?e.items[n]??``:``))}}if(!e||typeof e!=`object`)return null;let t=e,n=Object.keys(t),r=Math.max(0,...n.map(e=>Array.isArray(t[e])?t[e].length:0));return{headers:n,rows:Array.from({length:r},(e,r)=>n.map(e=>Array.isArray(t[e])?t[e][r]??``:``))}}function Kc(e,t,n){let r=Gc(t)??Gc(n);if(r)return{...e,type:`table`,value:r};if(n&&typeof n==`object`&&!Array.isArray(n)){let t=n;if(Array.isArray(t.headers)&&Array.isArray(t.rows))return{...e,type:`table`}}return null}function qc(e,t,n){let r=t&&typeof t==`object`&&!Array.isArray(t)?t:n&&typeof n==`object`&&!Array.isArray(n)?n:null;return r?{...e,type:`table`,value:{headers:[`Key`,`Value`],rows:Object.entries(r).map(([e,t])=>[e,t])}}:null}function Jc(e){let t=e,n=Uc(e);if(n=Wc(n),n.type===`kv`)return qc(n,t.entries,n.value)??n;if(n.type===`comparison`){let e=n,r=t.columns??(e.value&&typeof e.value==`object`?e.value.columns:void 0);return Kc(n,r,e.value)??n}return n=Hc(n),n.type===`timeline`?Bc(n,n.value)??n:n}const Yc=new Set([`separator`,`actions`]);function Xc(e){if(typeof e!=`object`||!e||!(`type`in e))return!1;let t=e,n=typeof t.type==`string`?t.type:``;return Yc.has(n)?!0:`value`in t||typeof t.text==`string`||Array.isArray(t.headers)&&Array.isArray(t.rows)||typeof t.code==`string`||Array.isArray(t.items)||!!t.entries&&typeof t.entries==`object`&&!Array.isArray(t.entries)||!!t.columns&&typeof t.columns==`object`||`chartType`in t||Array.isArray(t.data)||typeof t.content==`string`||typeof t.markdown==`string`||typeof t.description==`string`||Array.isArray(t.metrics)||Array.isArray(t.cards)||Array.isArray(t.nodes)||typeof t.question==`string`}function Zc(e){return Ic(e)??kc(e)??Rc(e)??Fc(e)??Pc(e)??Vc(e)??Oc(e)??Nc(e)??e}function Qc(e){if(!Array.isArray(e)&&typeof e==`object`&&e){let t=e;return Array.isArray(t.blocks)&&t.blocks.length>0?Qc(t.blocks):e}return Array.isArray(e)?e.map(e=>Xc(e)?Zc(Jc(e)):e):e}function $c(e){let t=e;for(let e=0;e<10;e++){if(a.existsSync(m.join(t,`package.json`)))return t;let e=m.dirname(t);if(e===t)break;t=e}return e}function el(){let e=$c(m.dirname(b(import.meta.url))),t=m.join(e,`packages`,`present`,`dist`,`index.html`);if(a.existsSync(t))return t;let n=m.join(e,`node_modules`,`@aikit`,`present`,`dist`,`index.html`);return a.existsSync(n)?n:t}const tl=el();let nl;function rl(){if(nl!==void 0)return nl??void 0;if(!a.existsSync(tl)){nl=null;return}return nl=a.readFileSync(tl,`utf8`),nl??void 0}function il(e){return JSON.stringify(e).replace(/</g,`\\u003c`).replace(/>/g,`\\u003e`).replace(/&/g,`\\u0026`).replace(/\u2028/g,`\\u2028`).replace(/\u2029/g,`\\u2029`)}function al(e,t){return`<!DOCTYPE html>
|
|
266
|
+
<html>
|
|
267
|
+
<head>
|
|
268
|
+
<meta charset="utf-8">
|
|
269
|
+
<title>${e}</title>
|
|
270
|
+
<style>
|
|
271
|
+
body { font-family: system-ui; background: #0f172a; color: #e2e8f0; display: flex; align-items: center; justify-content: center; min-height: 100vh; margin: 0; }
|
|
272
|
+
.msg { text-align: center; max-width: 480px; padding: 2rem; }
|
|
273
|
+
.code { background: #1e293b; padding: 12px; border-radius: 8px; font-family: monospace; margin-top: 1rem; font-size: 0.9rem; }
|
|
274
|
+
</style>
|
|
275
|
+
</head>
|
|
276
|
+
<body>
|
|
277
|
+
<div class="msg">
|
|
278
|
+
<h2>Present app not built</h2>
|
|
279
|
+
<p>Run the following to build the present-app bundle:</p>
|
|
280
|
+
<div class="code">cd packages/present && pnpm build</div>
|
|
281
|
+
<p style="margin-top: 1rem; font-size: 0.85rem; color: #94a3b8">Data payload is embedded below for debugging.</p>
|
|
282
|
+
</div>
|
|
283
|
+
${t}
|
|
284
|
+
</body>
|
|
285
|
+
</html>`}function ol(e,t,n,r){let i={title:e,content:Qc(t)};r!==void 0&&(i.template=r),Array.isArray(n)&&n.length>0&&(i.actions=n);let a=`<script type="application/json" id="present-data">${il(i)}<\/script>`,o=U(e??`AI Kit Dashboard`),s=rl();return s?s.replace(/<title>[\s\S]*?<\/title>/i,`<title>${o}</title>`).replace(`</head>`,` ${a}\n</head>`):al(o,a)}An.setOptions({async:!1,gfm:!0,breaks:!0}),An.use({renderer:{html(e){return U(e.text)},link(e){let t=e.href??``,n=t.replace(/\s/g,``).toLowerCase();if(n.startsWith(`javascript:`)||n.startsWith(`vbscript:`)||n.startsWith(`data:`))return this.parser.parseInline(e.tokens);let r=e.title?` title="${U(e.title)}"`:``,i=this.parser.parseInline(e.tokens);return`<a href="${U(t)}"${r}>${i}</a>`}}});function sl(e,t,n){let r=[];if(e&&r.push(`# ${e}\n`),typeof t==`string`)r.push(t);else if(Array.isArray(t))if(t.length===0)r.push(`*(empty)*`);else if(Xc(t[0])||typeof t[0]==`object`&&t[0]!==null&&typeof t[0].type==`string`)for(let e of t)r.push(cl(Jc(e),n));else if(typeof t[0]==`object`&&t[0]!==null)n?.compactTables?r.push(ul(t)):r.push(ll(t));else for(let e of t)r.push(`- ${String(e)}`);else if(typeof t==`object`&&t){let e=t;if(Array.isArray(e.blocks)&&e.blocks.length>0)for(let t of e.blocks)Xc(t)||typeof t==`object`&&t&&typeof t.type==`string`?r.push(cl(Jc(t),n)):typeof t==`object`&&t?r.push(ml(t)):r.push(String(t));else Array.isArray(e.nodes)&&Array.isArray(e.edges)?r.push(pl(e)):Array.isArray(e.metrics)?r.push(fl(e.metrics)):r.push(ml(e))}else r.push(String(t));return r.join(`
|
|
286
|
+
`)}function cl(e,t){let n=[];switch(e.title&&n.push(`## ${e.title}\n`),e.type){case`markdown`:{let t=String(e.value??``);t=t.replace(/(^|\n)((?!\|)[^\n]+)\n(\|)/g,`$1$2
|
|
287
|
+
|
|
288
|
+
$3`),n.push(t);break}case`code`:n.push(`\`\`\`${e.language??``}\n${String(e.value??``)}\n\`\`\``);break;case`mermaid`:n.push(`\`\`\`mermaid\n${String(e.value??``)}\n\`\`\``);break;case`table`:{let r=e.value;if(Array.isArray(r)&&r.length>0)t?.compactTables?n.push(ul(r,e.title)):n.push(ll(r));else if(r&&typeof r==`object`&&!Array.isArray(r)&&`headers`in r&&`rows`in r){let{headers:i,rows:a}=r;if(t?.compactTables){let t=[];e.title&&t.push(`**${e.title}**\n`);for(let e=0;e<a.length;e++){let n=i.map((t,n)=>`**${t}**: ${String(a[e]?.[n]??``)}`).join(` · `);t.push(`${e+1}. ${n}`)}n.push(t.join(`
|
|
289
|
+
`))}else{n.push(`| ${i.join(` | `)} |`),n.push(`| ${i.map(()=>`---`).join(` | `)} |`);for(let e of a)n.push(`| ${e.map(e=>String(e??``)).join(` | `)} |`)}}else n.push(`*(empty table)*`);break}case`metrics`:Array.isArray(e.value)&&n.push(fl(e.value));break;case`graph`:e.value&&typeof e.value==`object`&&n.push(pl(e.value));break;case`cards`:if(Array.isArray(e.value))for(let t of e.value)n.push(`### ${t.title??`Card`}`),(t.body||t.description)&&n.push(String(t.body??t.description)),(t.badge||t.status)&&n.push(`> **${t.badge??t.status}**`),n.push(``);break;case`tree`:e.value&&typeof e.value==`object`&&n.push(ml(e.value));break;case`chart`:{let t=e.value;t?.data&&Array.isArray(t.data)&&n.push(`*${String(t.chartType??`chart`)} chart — ${t.data.length} data points*`);break}case`timeline`:{let t=e.value;if(t?.items)for(let e of t.items){let t=e.status===`done`?`✅`:e.status===`active`?`🔄`:e.status===`error`?`❌`:`⬜`;n.push(`${t} **${e.title}**${e.description?` — ${e.description}`:``}`)}break}case`checklist`:{let t=e.value;if(t?.items)for(let e of t.items)n.push(`- [${e.checked?`x`:` `}] ${e.label}${e.note?` — ${e.note}`:``}`);break}case`comparison`:{let r=e.value;if(r?.columns&&r.columns.length>0)if(t?.compactTables)n.push(dl(r.columns,e.title));else{let e=Math.max(...r.columns.map(e=>e.items?.length??0)),t=r.columns.map(e=>e.title);n.push(`| ${t.join(` | `)} |`),n.push(`| ${t.map(()=>`---`).join(` | `)} |`);for(let t=0;t<e;t++)n.push(`| ${r.columns.map(e=>e.items?.[t]??``).join(` | `)} |`)}break}case`status-board`:{let t=e.value;if(t?.items)for(let e of t.items){let t=e.status===`success`?`🟢`:e.status===`warning`?`🟡`:e.status===`error`?`🔴`:e.status===`info`?`🔵`:`⚪`;n.push(`${t} **${e.label}**${e.detail?` — ${e.detail}`:``}`)}break}case`prompt`:{let t=e.value;t?.question&&(n.push(`> **${t.question}**`),t.context&&n.push(`> ${t.context}`));break}case`progress`:{let t=e.value;if(t?.items)for(let e of t.items){let t=e.max??100,r=t>0?Math.round(e.value/t*100):0,i=Math.round(r/5),a=`█`.repeat(i)+`░`.repeat(20-i);n.push(`${e.label}: ${a} ${r}%`)}break}case`docs-browser`:{let t=e.value,r={current:`✅`,stale:`⚠️`,missing:`❌`};t?.title?.trim()&&n.push(`## ${t.title.trim()}`);let i=Array.isArray(t?.files)?t.files:[];if(i.length===0){n.push(`*(No content available)*`);break}i.forEach((e,t)=>{let a=e?.path?.trim()||`document-${t+1}`,o=e?.title?.trim()||a.split(/[\\/]/).pop()||a,s=e?.status&&r[e.status]?r[e.status]:`📄`;n.push(`${s} **${o}** (\`${a}\`)`),n.push(``),typeof e?.content==`string`&&e.content.trim().length>0?n.push(e.content.trim()):n.push(`*(No content available)*`),t<i.length-1&&(n.push(``),n.push(`---`),n.push(``))});break}case`viewer-link`:{let t=e.value,r=t?.label?.trim()||t?.viewerType?.trim()||`Viewer`,i=t?.icon?.trim()||`🔗`;n.push(`${i} **${r}**`),t?.description?.trim()&&n.push(t.description.trim()),t?.url?.trim()&&n.push(`[Open](${t.url.trim()})`);break}case`text`:n.push(String(e.value??``));break;case`heading`:{let t=Math.min(Math.max(Number(e.level)||2,1),6);n.push(`${`#`.repeat(t)} ${String(e.value??``)}\n`);break}case`paragraph`:n.push(String(e.value??``));break;case`separator`:n.push(`---
|
|
290
|
+
`);break;default:n.push(JSON.stringify(e.value,null,2))}return n.push(``),n.join(`
|
|
291
|
+
`)}function ll(e){if(e.length===0)return`*(empty table)*`;let t=Object.keys(e[0]),n=[];n.push(`| ${t.join(` | `)} |`),n.push(`| ${t.map(()=>`---`).join(` | `)} |`);for(let r of e)n.push(`| ${t.map(e=>String(r[e]??``)).join(` | `)} |`);return n.join(`
|
|
292
|
+
`)}function ul(e,t){if(e.length===0)return`*(empty table)*`;let n=Object.keys(e[0]),r=[];t&&r.push(`**${t}**\n`);for(let t=0;t<e.length;t++){let i=e[t],a=String(i[n[0]]??``);if(n.length===1)r.push(`${t+1}. **${a}**`);else{let e=n.slice(1).map(e=>`${e}: ${String(i[e]??``)}`).join(` · `);r.push(`${t+1}. **${a}** — ${e}`)}}return r.join(`
|
|
293
|
+
`)}function dl(e,t){let n=[];t&&n.push(`**${t}**\n`);for(let t of e){if(n.push(`**${t.title}**`),t.items&&t.items.length>0)for(let e of t.items)n.push(`- ${e}`);else n.push(`- *(none)*`);n.push(``)}return n.join(`
|
|
294
|
+
`)}function fl(e){return e.map(e=>`- **${e.label}**: ${e.value}`).join(`
|
|
295
|
+
`)}function pl(e){let t=["```mermaid",`graph LR`];for(let n of e.nodes){let e=Ia(String(n.id??n.name??``)),r=String(n.label??n.name??e);t.push(` ${e}["${r}"]`)}for(let n of e.edges){let e=Ia(String(n.source??n.from??``)),r=Ia(String(n.target??n.to??``)),i=n.label?`|${String(n.label)}|`:``;t.push(` ${e} -->${i} ${r}`)}return t.push("```"),t.join(`
|
|
296
|
+
`)}function ml(e,t=0){let n=` `.repeat(t),r=[];for(let[i,a]of Object.entries(e))typeof a==`object`&&a&&!Array.isArray(a)?(r.push(`${n}- **${i}**:`),r.push(ml(a,t+1))):r.push(`${n}- **${i}**: ${Fa(a)}`);return r.join(`
|
|
297
|
+
`)}const q=U;function hl(e){if(!e)return!1;let t=e.trim().toLowerCase();return t.startsWith(`http://`)||t.startsWith(`https://`)||t.startsWith(`/`)||t.startsWith(`./`)||t.startsWith(`../`)?!0:!t.includes(`:`)}function gl(e){return e?/^(#[\da-f]{3,8}|rgba?\([^)]+\)|hsla?\([^)]+\)|var\(--[\w-]+\)|[a-z]{1,20})$/i.test(e.trim()):!1}function _l(e){let t=e;return!t?.items||!Array.isArray(t.items)?``:`<div class="timeline">${t.items.map(e=>{let t=e.status??`pending`,n=e.phase?`<div class="timeline-phase">${q(e.phase)}</div>`:``,r=e.description?`<div class="timeline-desc">${q(e.description)}</div>`:``;return`<div class="timeline-item">
|
|
298
|
+
<div class="timeline-dot ${t}"></div>
|
|
299
|
+
${n}
|
|
300
|
+
<div class="timeline-title">${q(e.title)}</div>
|
|
301
|
+
${r}
|
|
302
|
+
</div>`}).join(``)}</div>`}function vl(e){let t=e;return!t?.items||!Array.isArray(t.items)?``:`<div class="checklist">${t.items.map(e=>{let t=e.checked?`checked`:``,n=e.checked?`✓`:``,r=e.note?`<div class="checklist-note">${q(e.note)}</div>`:``;return`<div class="checklist-item ${t}">
|
|
303
|
+
<div class="checklist-check ${t}">${n}</div>
|
|
304
|
+
<div>
|
|
305
|
+
<div class="checklist-label">${q(e.label)}</div>
|
|
306
|
+
${r}
|
|
307
|
+
</div>
|
|
308
|
+
</div>`}).join(``)}</div>`}function yl(e){let t=e;if(t?.left&&t?.right)return yl({columns:[{title:t.left.label??`Left`,items:t.left.items??[]},{title:t.right.label??`Right`,items:t.right.items??[]}]});if(!t?.columns||!Array.isArray(t.columns)||t.columns.length===0)return``;let n=t.columns.length,r=Math.max(...t.columns.map(e=>e.items?.length??0));return`<div class="comparison-grid" style="grid-template-columns:repeat(${n},1fr)">${t.columns.map(e=>{let t=`<div class="comparison-header">${q(e.title)}</div>`,n=[];for(let t=0;t<r;t++){let r=e.items?.[t]??``;n.push(`<div class="comparison-item">${q(r)}</div>`)}return`<div class="comparison-col">${t}${n.join(``)}</div>`}).join(``)}</div>`}function bl(e){let t=e;return!t?.items||!Array.isArray(t.items)?``:`<div class="status-board">${t.items.flatMap(e=>{let t=e;if(Array.isArray(t.items)){let e=t.category?.trim();return t.items.map(t=>({...t,label:e?`${e}: ${t.label}`:t.label}))}return[e]}).map(e=>{let t=e.detail?`<span class="status-detail">${q(e.detail)}</span>`:``;return`<div class="status-row">
|
|
309
|
+
<div class="status-indicator ${e.status??`pending`}"></div>
|
|
310
|
+
<span class="status-label">${q(e.label)}</span>
|
|
311
|
+
${t}
|
|
312
|
+
</div>`}).join(``)}</div>`}function xl(e){let t=e;if(!t?.question)return``;let n=t.context?`<div class="prompt-context">${q(t.context)}</div>`:``,r=t.placeholder?`<div class="prompt-placeholder">${q(t.placeholder)}</div>`:``;return`<div class="prompt-block">
|
|
313
|
+
<div class="prompt-question">${q(t.question)}</div>
|
|
314
|
+
${n}${r}
|
|
315
|
+
</div>`}function Sl(e){let t=e;if(!t?.items||!Array.isArray(t.items))return``;let n=e=>e>=100?`var(--success)`:e>=60?`var(--primary)`:e>=30?`var(--warning)`:`var(--error)`;return`<div class="progress-list">${t.items.map(e=>{let t=e.max??100,r=t>0?Math.min(100,e.value/t*100):0,i=gl(e.color??``)?e.color?.trim()??n(r):n(r);return`<div class="progress-item">
|
|
316
|
+
<div class="progress-header">
|
|
317
|
+
<span class="progress-label">${q(e.label)}</span>
|
|
318
|
+
<span class="progress-value">${e.value}/${t}</span>
|
|
319
|
+
</div>
|
|
320
|
+
<div class="progress-track">
|
|
321
|
+
<div class="progress-fill" style="width:${r.toFixed(1)}%;background:${i}"></div>
|
|
322
|
+
</div>
|
|
323
|
+
</div>`}).join(``)}</div>`}function Cl(e){let t=e,n=t?.label?.trim()||t?.viewerType?.trim()||`Open viewer`,r=t?.description?.trim(),i=t?.icon?.trim()||`🔗`,a=`<div style="border-left:4px solid var(--color-primary, #818cf8); padding:12px 16px; margin:8px 0; border-radius:8px; background:var(--color-card, #1e293b);">
|
|
324
|
+
<div style="font-weight:600; font-size:1rem; margin-bottom:${r?`4px`:`0`};">${q(i)} ${q(n)}</div>
|
|
325
|
+
${r?`<div style="font-size:0.85rem; color:var(--color-muted, #94a3b8);">${q(r)}</div>`:``}
|
|
326
|
+
</div>`;return t?.url?`<a href="${hl(t.url)?q(t.url):`#`}" style="display:block; color:inherit; text-decoration:none;">${a}</a>`:a}function wl(e){let t=e,n=Array.isArray(t?.files)?t.files:[],r={current:`background:#14532d; color:#bbf7d0; border:1px solid #166534;`,stale:`background:#713f12; color:#fde68a; border:1px solid #a16207;`,missing:`background:#7f1d1d; color:#fecaca; border:1px solid #b91c1c;`};return`<div class="docs-browser" style="border:1px solid var(--color-border, #334155); border-radius:8px; overflow:hidden; background:var(--color-surface, transparent);">${t?.title?.trim()?`<div style="padding:12px 12px 0; font-weight:600; color:var(--color-text, #e2e8f0);">${q(t.title)}</div>`:``}${n.length?n.map((e,t)=>{let n=e?.path?.trim()||`document-${t+1}`,i=e?.title?.trim()||n.split(/[\\/]/).pop()||n,a=e?.status&&r[e.status]?`<span style="display:inline-flex; align-items:center; padding:2px 8px; border-radius:999px; font-size:0.75rem; text-transform:uppercase; letter-spacing:0.04em; ${r[e.status]}">${q(e.status)}</span>`:``,o=typeof e?.content==`string`&&e.content.trim().length>0?`<div class="md-content">${An.parse(e.content)}</div>`:`<div style="font-size:0.85rem; color:var(--color-muted, #94a3b8);">No content available.</div>`;return`<details${t===0?` open`:``}>
|
|
327
|
+
<summary style="padding:8px 12px; cursor:pointer; background:var(--color-card, #1e293b); display:flex; align-items:center; justify-content:space-between; gap:12px;">
|
|
328
|
+
<div style="display:flex; flex-direction:column; gap:2px; min-width:0;">
|
|
329
|
+
<span style="font-family:monospace; font-size:0.85rem; color:var(--color-muted, #94a3b8); word-break:break-all;">${q(n)}</span>
|
|
330
|
+
<span style="font-weight:600; color:var(--color-text, #e2e8f0);">${q(i)}</span>
|
|
331
|
+
</div>
|
|
332
|
+
${a}
|
|
333
|
+
</summary>
|
|
334
|
+
<div style="padding:12px; border-top:1px solid var(--color-border, #334155);">${o}</div>
|
|
335
|
+
</details>`}).join(``):`<div style="padding:12px; color:var(--color-muted, #94a3b8);">No documentation files.</div>`}</div>`}const J=U;function Tl(e){return Math.abs(e)>=1e6?`${(e/1e6).toFixed(1).replace(/\.0$/,``)}M`:Math.abs(e)>=1e3?`${(e/1e3).toFixed(1).replace(/\.0$/,``)}k`:Number.isInteger(e)?String(e):e.toFixed(1)}function El(e){return`var(--chart-${e%12+1})`}let Dl=0;function Ol(e){let t=e.value;if(!t?.data?.length||!t.chartType)return`<pre>${J(JSON.stringify(e.value,null,2))}</pre>`;Dl++;let n=e.title||t.title?`<div class="chart-title">${J(String(e.title||t.title))}</div>`:``,r;switch(t.chartType){case`line`:r=Il(t,!1);break;case`area`:r=Il(t,!0);break;case`bar`:r=Ll(t,!1);break;case`horizontal-bar`:r=Ll(t,!0);break;case`pie`:r=Rl(t,!1);break;case`donut`:r=Rl(t,!0);break;case`sparkline`:r=zl(t);break;case`heatmap`:r=Bl(t);break;default:r=`<pre>${J(JSON.stringify(t,null,2))}</pre>`}let i=t.showLegend!==!1&&t.yKeys.length>1&&t.chartType!==`sparkline`?kl(t.yKeys):``;return`<div class="chart-container">${n}${r}${i}</div>`}function kl(e){return`<div class="chart-legend">${e.map((e,t)=>`<span class="chart-legend-item"><span class="chart-legend-swatch" style="background:${El(t)}"></span>${J(e)}</span>`).join(``)}</div>`}const Y={top:20,right:20,bottom:35,left:55};function Al(e,t){return e.map(e=>Number(e[t])||0)}function jl(e,t){return e.map(e=>String(e[t]??``))}function Ml(e){let t=1/0,n=-1/0;for(let r of e)r<t&&(t=r),r>n&&(n=r);return t===n&&(t=t===0?0:t*.9,n=n===0?1:n*1.1),[t,n]}function Nl(e){return e>=0?0:e}function Pl(e,t,n,r=5){let i=[];for(let a=0;a<=r;a++){let o=a/r,s=Y.top+n-o*n,c=e+o*(t-e);i.push(`<line class="chart-grid-line" x1="${Y.left}" x2="${600-Y.right}" y1="${s}" y2="${s}"/>`),i.push(`<text class="chart-axis-label" x="${Y.left-8}" y="${s+4}" text-anchor="end">${Tl(c)}</text>`)}return i.join(``)}function Fl(e,t,n,r){let i=Math.floor(t/50),a=Math.max(1,Math.ceil(e.length/i));return e.map((e,t)=>t%a===0?`<text class="chart-axis-label" x="${Y.left+t*r+r/2}" y="${Y.top+n+18}" text-anchor="middle">${J(e.length>10?`${e.slice(0,9)}…`:e)}</text>`:``).join(``)}function Il(e,t){let n=(e.height??300)-Y.top-Y.bottom,r=600-Y.left-Y.right,i=jl(e.data,e.xKey),a=e.data.length;if(a===0)return``;let o=r/Math.max(a-1,1),s=1/0,c=-1/0;for(let t of e.yKeys){let[n,r]=Ml(Al(e.data,t));n<s&&(s=n),r>c&&(c=r)}s=Nl(s);let l=c-s||1,u=e=>Y.top+n-(e-s)/l*n,d=e=>Y.left+e*o,f=``,p=[];for(let r=0;r<e.yKeys.length;r++){let i=Al(e.data,e.yKeys[r]),o=El(r),s=`M${i.map((e,t)=>`${d(t).toFixed(1)},${u(e).toFixed(1)}`).join(`L`)}`;if(t){let e=`ag${Dl}_${r}`;f+=`<linearGradient id="${e}" x1="0" y1="0" x2="0" y2="1">
|
|
336
|
+
<stop offset="0%" stop-color="${o}" stop-opacity="0.3"/>
|
|
337
|
+
<stop offset="100%" stop-color="${o}" stop-opacity="0"/>
|
|
338
|
+
</linearGradient>`;let t=`${s}L${d(a-1).toFixed(1)},${(Y.top+n).toFixed(1)}L${d(0).toFixed(1)},${(Y.top+n).toFixed(1)}Z`;p.push(`<path d="${t}" fill="url(#${e})" stroke="none"/>`)}p.push(`<path d="${s}" fill="none" stroke="${o}" stroke-width="2" stroke-linejoin="round" stroke-linecap="round"/>`);for(let e=0;e<i.length;e++)p.push(`<circle cx="${d(e).toFixed(1)}" cy="${u(i[e]).toFixed(1)}" r="3" fill="${o}" stroke="var(--card)" stroke-width="1.5"/>`)}let m=e.height??300,h=e.showGrid===!1?``:Pl(s,c,n),g=Fl(i,r,n,a>1?o:r);return`<svg class="chart-svg" viewBox="0 0 600 ${m}" preserveAspectRatio="xMidYMid meet">
|
|
339
|
+
${f?`<defs>${f}</defs>`:``}
|
|
340
|
+
${h}${g}${p.join(``)}
|
|
341
|
+
</svg>`}function Ll(e,t){let n=(e.height??300)-Y.top-Y.bottom,r=600-Y.left-Y.right,i=jl(e.data,e.xKey),a=e.data.length;if(a===0)return``;let o=e.yKeys.length,s=0;for(let t of e.yKeys)for(let n of Al(e.data,t))n>s&&(s=n);s===0&&(s=1);let c=e.height??300,l=[];if(t){let t=Math.min(24,(n-(a-1)*4)/(a*o)),u=t*o+4,d=e.showGrid===!1?``:Pl(0,s,n),f=i.map((e,t)=>{let n=Y.top+t*u+u/2,r=e.length>15?`${e.slice(0,14)}…`:e;return`<text class="chart-axis-label" x="${Y.left-8}" y="${n+4}" text-anchor="end">${J(r)}</text>`}).join(``);for(let n=0;n<a;n++)for(let i=0;i<o;i++){let a=Number(e.data[n][e.yKeys[i]])||0,o=a/s*r,c=Y.top+n*u+i*t;l.push(`<rect x="${Y.left}" y="${c}" width="${o.toFixed(1)}" height="${t-2}" rx="3" fill="${El(i)}" opacity="0.85">
|
|
342
|
+
<title>${J(e.yKeys[i])}: ${Tl(a)}</title>
|
|
343
|
+
</rect>`)}return`<svg class="chart-svg" viewBox="0 0 600 ${Math.max(c,a*u+Y.top+Y.bottom)}" preserveAspectRatio="xMidYMid meet">
|
|
344
|
+
${d}${f}${l.join(``)}
|
|
345
|
+
</svg>`}else{let t=r/a,u=Math.min(40,(t-8)/o),d=e.showGrid===!1?``:Pl(0,s,n),f=Fl(i,r,n,t);for(let r=0;r<a;r++)for(let i=0;i<o;i++){let a=Number(e.data[r][e.yKeys[i]])||0,c=a/s*n,d=Y.left+r*t+(t-u*o)/2+i*u,f=Y.top+n-c;l.push(`<rect x="${d.toFixed(1)}" y="${f.toFixed(1)}" width="${(u-2).toFixed(1)}" height="${c.toFixed(1)}" rx="3" fill="${El(i)}" opacity="0.85">
|
|
346
|
+
<title>${J(e.yKeys[i])}: ${Tl(a)}</title>
|
|
347
|
+
</rect>`)}return`<svg class="chart-svg" viewBox="0 0 600 ${c}" preserveAspectRatio="xMidYMid meet">
|
|
348
|
+
${d}${f}${l.join(``)}
|
|
349
|
+
</svg>`}}function Rl(e,t){let n=e.height??300,r=n/2,i=n/2,a=n/2-10,o=t?a*.55:0,s=e.yKeys[0]||`value`,c=e.data.map(e=>Math.max(0,Number(e[s])||0)),l=jl(e.data,e.xKey),u=c.reduce((e,t)=>e+t,0);if(u===0)return`<div style="color:var(--muted-foreground);text-align:center;padding:20px">No data</div>`;let d=[],f=-Math.PI/2;for(let e=0;e<c.length;e++){let t=c[e]/u;if(t===0)continue;let n=t*Math.PI*2,s=f,p=f+n,m=r+a*Math.cos(s),h=i+a*Math.sin(s),g=r+a*Math.cos(p),_=i+a*Math.sin(p),v=+(n>Math.PI),y;if(o>0){let e=r+o*Math.cos(s),t=i+o*Math.sin(s),n=r+o*Math.cos(p),c=i+o*Math.sin(p);y=`M${m.toFixed(2)},${h.toFixed(2)} A${a},${a} 0 ${v},1 ${g.toFixed(2)},${_.toFixed(2)} L${n.toFixed(2)},${c.toFixed(2)} A${o},${o} 0 ${v},0 ${e.toFixed(2)},${t.toFixed(2)}Z`}else y=`M${r},${i} L${m.toFixed(2)},${h.toFixed(2)} A${a},${a} 0 ${v},1 ${g.toFixed(2)},${_.toFixed(2)}Z`;d.push(`<path d="${y}" fill="${El(e)}" stroke="var(--background)" stroke-width="2" opacity="0.9">
|
|
350
|
+
<title>${J(l[e]||`Item ${e+1}`)}: ${Tl(c[e])} (${(t*100).toFixed(1)}%)</title>
|
|
351
|
+
</path>`),f=p}let p=t?`<text x="${r}" y="${i-6}" text-anchor="middle" fill="var(--foreground)" font-size="18" font-weight="700">${Tl(u)}</text>
|
|
352
|
+
<text x="${r}" y="${i+12}" text-anchor="middle" fill="var(--muted-foreground)" font-size="11">Total</text>`:``,m=kl(l.filter((e,t)=>c[t]>0));return`<svg class="chart-svg" viewBox="0 0 ${n} ${n}" preserveAspectRatio="xMidYMid meet">
|
|
353
|
+
${d.join(``)}${p}
|
|
354
|
+
</svg>${m}`}function zl(e){let t=e.height??40,n=e.yKeys[0]||`value`,r=Al(e.data,n),i=r.length;if(i===0)return``;let[a,o]=Ml(r),s=o-a||1,c=200/Math.max(i-1,1),l=r.map((e,n)=>`${(n*c).toFixed(1)},${(t-4-(e-a)/s*(t-8)).toFixed(1)}`),u=`spk${Dl}`,d=El(0);return`<svg class="chart-svg" viewBox="0 0 200 ${t}" preserveAspectRatio="xMidYMid meet" style="max-width:200px;height:${t}px">
|
|
355
|
+
<defs>
|
|
356
|
+
<linearGradient id="${u}" x1="0" y1="0" x2="0" y2="1">
|
|
357
|
+
<stop offset="0%" stop-color="${d}" stop-opacity="0.2"/>
|
|
358
|
+
<stop offset="100%" stop-color="${d}" stop-opacity="0"/>
|
|
359
|
+
</linearGradient>
|
|
360
|
+
</defs>
|
|
361
|
+
<path d="M${l.join(`L`)}L${((i-1)*c).toFixed(1)},${t}L0,${t}Z" fill="url(#${u})" stroke="none"/>
|
|
362
|
+
<polyline points="${l.join(` `)}" fill="none" stroke="${d}" stroke-width="1.5" stroke-linejoin="round"/>
|
|
363
|
+
<circle cx="${((i-1)*c).toFixed(1)}" cy="${l[i-1].split(`,`)[1]}" r="2.5" fill="${d}"/>
|
|
364
|
+
</svg>`}function Bl(e){let t=jl(e.data,e.xKey),n=e.data.length,r=e.yKeys.length;if(n===0||r===0)return``;let i=1/0,a=-1/0;for(let t of e.yKeys)for(let n of Al(e.data,t))n<i&&(i=n),n>a&&(a=n);let o=a-i||1,s=Math.min(50,(600-Y.left-Y.right)/n),c=Math.min(30,200/r),l=Y.left+n*s+Y.right,u=Y.top+r*c+Y.bottom,d=[];for(let t=0;t<r;t++){let n=Y.top+t*c+c/2+4,r=e.yKeys[t].length>8?`${e.yKeys[t].slice(0,7)}…`:e.yKeys[t];d.push(`<text class="chart-axis-label" x="${Y.left-8}" y="${n}" text-anchor="end">${J(r)}</text>`)}let f=Math.floor((l-Y.left)/40),p=Math.max(1,Math.ceil(n/f));for(let e=0;e<n;e++){if(e%p!==0)continue;let n=Y.left+e*s+s/2,r=t[e].length>6?`${t[e].slice(0,5)}…`:t[e];d.push(`<text class="chart-axis-label" x="${n}" y="${u-8}" text-anchor="middle">${J(r)}</text>`)}for(let a=0;a<n;a++)for(let n=0;n<r;n++){let r=Number(e.data[a][e.yKeys[n]])||0,l=(r-i)/o,u=Y.left+a*s,f=Y.top+n*c;d.push(`<rect x="${u}" y="${f}" width="${s-1}" height="${c-1}" rx="2" fill="var(--primary)" opacity="${(.1+l*.8).toFixed(2)}">
|
|
365
|
+
<title>${J(t[a])} / ${J(e.yKeys[n])}: ${Tl(r)}</title>
|
|
366
|
+
</rect>`)}return`<svg class="chart-svg" viewBox="0 0 ${l} ${u}" preserveAspectRatio="xMidYMid meet">
|
|
367
|
+
${d.join(``)}
|
|
368
|
+
</svg>`}function Vl(e){if(e.length===0)return`<p><em>empty table</em></p>`;let t=Object.keys(e[0]);return`<div class="table-wrap"><table><thead><tr>${t.map(e=>`<th>${U(e)}</th>`).join(``)}</tr></thead><tbody>${e.map(e=>`<tr>${t.map(t=>`<td>${U(String(e[t]??``))}</td>`).join(``)}</tr>`).join(`
|
|
369
|
+
`)}</tbody></table></div>`}function Hl(e){return`<div class="metric-grid">${e.map(e=>`<div class="metric"><div class="metric-value">${U(String(e.value))}</div><div class="metric-label">${U(e.label)}</div></div>`).join(``)}</div>`}function Ul(e){return`<div class="card-grid">${e.map(e=>{let t=[`<div class="card">`];return e.title&&t.push(`<div class="card-title">${U(String(e.title))}</div>`),(e.body||e.description)&&t.push(`<div class="card-body">${U(String(e.body??e.description))}</div>`),(e.badge||e.status)&&t.push(`<span class="badge">${U(String(e.badge??e.status))}</span>`),t.push(`</div>`),t.join(``)}).join(``)}</div>`}function Wl(e){if(`name`in e&&`children`in e&&Array.isArray(e.children))return Gl(e);if(`name`in e&&!(`children`in e))return`<div class="tree-node"><span class="tree-key">${U(String(e.name))}</span></div>`;let t=[];for(let[n,r]of Object.entries(e))typeof r==`object`&&r&&!Array.isArray(r)?t.push(`<div class="tree-node"><span class="tree-key">${U(n)}:</span><div class="tree-children">${Wl(r)}</div></div>`):t.push(`<div class="tree-node"><span class="tree-key">${U(n)}:</span> ${U(Fa(r))}</div>`);return t.join(``)}function Gl(e){let t=U(String(e.name));return!e.children||e.children.length===0?`<div class="tree-node"><span class="tree-key">${t}</span></div>`:`<div class="tree-node"><span class="tree-key">${t}</span><div class="tree-children">${e.children.map(e=>typeof e==`object`&&e?Gl(e):`<div class="tree-node"><span class="tree-key">${U(String(e))}</span></div>`).join(``)}</div></div>`}function Kl(e){let t=[`graph LR`];for(let n of e.nodes){let e=Ia(String(n.id??n.name??``)),r=String(n.label??n.name??e);t.push(` ${e}["${r}"]`)}for(let n of e.edges){let e=Ia(String(n.source??n.from??``)),r=Ia(String(n.target??n.to??``)),i=n.label?`|${String(n.label)}|`:``;t.push(` ${e} -->${i} ${r}`)}return t.join(`
|
|
370
|
+
`)}function ql(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}function Jl(e){return e.replace(/<table\b/g,`<div class="table-wrap"><table`).replace(/<\/table>/g,`</table></div>`)}function Yl(e,t){if(typeof e!=`object`||!e)return`<p>${U(String(e))}</p>`;let n=e;return typeof n.type==`string`?gu(Jc(n),t):`<pre>${U(JSON.stringify(e,null,2))}</pre>`}function Xl(e,t,n=`inline`){let r=[];if(e&&r.push(`<h1>${U(e)}</h1>`),typeof t==`string`)r.push(`<div class="md-content">${Jl(An.parse(t))}</div>`);else if(Array.isArray(t))if(t.length===0)r.push(`<p><em>empty</em></p>`);else if(Xc(t[0]))for(let e of t)r.push(Yl(e,n));else typeof t[0]==`object`&&t[0]!==null?r.push(Vl(t)):r.push(`<ul>${t.map(e=>`<li>${U(String(e))}</li>`).join(``)}</ul>`);else if(typeof t==`object`&&t){let e=t;if(Array.isArray(e.blocks)&&e.blocks.length>0)for(let t of e.blocks)r.push(Yl(t,n));else Array.isArray(e.metrics)?r.push(Hl(e.metrics)):Array.isArray(e.nodes)&&Array.isArray(e.edges)?(r.push(`<pre class="mermaid">${U(Kl(e))}</pre>`),r.push(`<script src="https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.min.js"><\/script>`),r.push(`<script>mermaid.run();<\/script>`)):r.push(Wl(e))}else r.push(`<p>${U(String(t))}</p>`);return r.join(`
|
|
371
|
+
`)}function Zl(e){return`<div class="md-content">${Jl(An.parse(String(e.value??``)))}</div>`}function Ql(e){return`<pre><code>${U(String(e.value??``))}</code></pre>`}function $l(e){return`<pre class="mermaid">${U(String(e.value??``))}</pre>`}function eu(e){if(Array.isArray(e.value)){let t=e.value;if(t.length>0&&Array.isArray(t[0])){let e=t,n=e[0].map(String);return Vl(e.slice(1).map(e=>Object.fromEntries(n.map((t,n)=>[t,e[n]]))))}return Vl(t)}if(e.value&&typeof e.value==`object`&&`headers`in e.value&&`rows`in e.value){let{headers:t,rows:n}=e.value;return Vl(n.map(e=>Object.fromEntries(t.map((t,n)=>[t,e[n]]))))}return``}function tu(e){let t;return Array.isArray(e.value)?t=e.value:e.value&&typeof e.value==`object`&&(t=Object.entries(e.value).map(([e,t])=>({label:e,value:String(t)}))),t?Hl(t):``}function nu(e){return Array.isArray(e.value)?Ul(e.value):``}function ru(e){return e.value&&typeof e.value==`object`?Wl(e.value):``}function iu(e,t){return!e.value||typeof e.value!=`object`?``:`<pre class="mermaid">${U(Kl(e.value))}</pre>`}function au(e){let t=e.value;return Array.isArray(t)&&(t={items:t.map(e=>({title:String(e.event??e.title??``),phase:e.date==null?e.phase==null?void 0:String(e.phase):String(e.date),description:e.description==null?void 0:String(e.description),status:e.status??`done`}))}),t?_l(t):``}function ou(e){return e.value?vl(Array.isArray(e.value)?{items:e.value}:e.value):``}function su(e){return e.value?yl(Array.isArray(e.value)?{columns:e.value}:e.value):``}function cu(e){return e.value?bl(Array.isArray(e.value)?{items:e.value}:e.value):``}function lu(e){if(!e.value)return``;let t=e.value;return Array.isArray(t)?t={items:t}:ql(t)&&!(`items`in t)&&`label`in t&&`value`in t&&(t={items:[t]}),Sl(t)}function uu(e){return`<div class="md-content">${An.parse(String(e.value??``))}</div>`}function du(e){let t=Math.min(Math.max(Number(e.level)||2,1),6);return`<h${t}>${U(String(e.value??``))}</h${t}>`}function fu(e){return`<p>${U(String(e.value??``))}</p>`}function pu(e){return`<div class="action-bar">${(Array.isArray(e.value)?e.value:[]).map(e=>{if(e.type===`select`){let t=Array.isArray(e.options)?e.options.map(e=>`<option value="${U(String(e.value??e.label??``))}">${U(String(e.label??e.value??``))}</option>`).join(``):``;return`<select class="action-select"><option value="">${U(String(e.label??`Select...`))}</option>${t}</select>`}return`<button class="action-btn action-${String(e.variant??`secondary`)}">${U(String(e.label??``))}</button>`}).join(``)}</div>`}function mu(e){return`<pre>${U(JSON.stringify(e.value,null,2))}</pre>`}const hu=new Map([[`markdown`,e=>Zl(e)],[`code`,e=>Ql(e)],[`mermaid`,e=>$l(e)],[`table`,e=>eu(e)],[`metrics`,e=>tu(e)],[`cards`,e=>nu(e)],[`tree`,e=>ru(e)],[`graph`,(e,t)=>iu(e,t)],[`chart`,e=>Ol(e)],[`timeline`,e=>au(e)],[`checklist`,e=>ou(e)],[`comparison`,e=>su(e)],[`status-board`,e=>cu(e)],[`prompt`,e=>e.value?xl(e.value):``],[`progress`,e=>lu(e)],[`viewer-link`,e=>e.value?Cl(e.value):``],[`docs-browser`,e=>e.value?wl(e.value):``],[`text`,e=>uu(e)],[`heading`,e=>du(e)],[`paragraph`,e=>fu(e)],[`separator`,()=>`<hr class="separator">`],[`actions`,e=>pu(e)]]);function gu(e,t=`inline`){let n=[];e.title&&n.push(`<h2>${U(e.title)}</h2>`);let r=hu.get(e.type);return n.push(r?r(e,t):mu(e)),n.join(`
|
|
372
|
+
`)}const _u=import.meta.dirname??g(b(import.meta.url));function vu(e){let t=e;for(let e=0;e<10;e++){try{let e=v(t,`package.json`);if(o(e)&&JSON.parse(c(e,`utf8`)).name===`@vpxa/aikit`)return t}catch{}let e=g(t);if(e===t)break;t=e}return y(e,`..`,`..`,`..`)}const yu=`ui://aikit/present.html`;function bu(e){return Array.isArray(e)?e:[]}function xu(e){return e.length===0?``:`<section class="present-inline-actions"><div class="action-bar">${e.map(e=>{let t=U(String(e.id??``)),n=U(String(e.label??`Action`));return e.type===`select`?`<label class="action-select-wrap"><span>${n}</span><select class="action-select" data-present-action="select" data-action-id="${t}"><option value="">${n}</option>${Array.isArray(e.options)?e.options.map(e=>{if(typeof e==`string`){let t=U(e);return`<option value="${t}">${t}</option>`}return`<option value="${U(String(e.value??e.label??``))}">${U(String(e.label??e.value??``))}</option>`}).join(``):``}</select></label>`:`<button type="button" class="action-btn action-${U(String(e.variant??`default`))}" data-present-action="button" data-action-id="${t}" data-action-value="clicked">${n}</button>`}).join(``)}</div><div id="action-feedback" class="action-feedback" aria-live="polite"></div></section>`}function Su(e,t,n){return`<!DOCTYPE html>
|
|
373
|
+
<html lang="en">
|
|
374
|
+
<head>
|
|
375
|
+
<meta charset="utf-8">
|
|
376
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
377
|
+
<style>
|
|
378
|
+
:root {
|
|
379
|
+
color-scheme: light dark;
|
|
380
|
+
font-family: Segoe UI, system-ui, sans-serif;
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
body {
|
|
384
|
+
margin: 0;
|
|
385
|
+
padding: 16px;
|
|
386
|
+
background: transparent;
|
|
387
|
+
color: inherit;
|
|
388
|
+
}
|
|
389
|
+
|
|
390
|
+
.present-inline-root {
|
|
391
|
+
display: grid;
|
|
392
|
+
gap: 16px;
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
.present-inline-actions {
|
|
396
|
+
display: grid;
|
|
397
|
+
gap: 10px;
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
.action-bar {
|
|
401
|
+
display: flex;
|
|
402
|
+
flex-wrap: wrap;
|
|
403
|
+
gap: 10px;
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
.action-btn,
|
|
407
|
+
.action-select {
|
|
408
|
+
border: 1px solid rgba(127, 127, 127, 0.35);
|
|
409
|
+
border-radius: 10px;
|
|
410
|
+
padding: 10px 14px;
|
|
411
|
+
font: inherit;
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
.action-btn {
|
|
415
|
+
cursor: pointer;
|
|
416
|
+
background: rgba(127, 127, 127, 0.14);
|
|
417
|
+
color: inherit;
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
.action-btn:hover,
|
|
421
|
+
.action-select:focus {
|
|
422
|
+
border-color: rgba(0, 120, 212, 0.65);
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
.action-primary {
|
|
426
|
+
background: #0a66c2;
|
|
427
|
+
color: #fff;
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
.action-danger {
|
|
431
|
+
background: #b42318;
|
|
432
|
+
color: #fff;
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
.action-select-wrap {
|
|
436
|
+
display: grid;
|
|
437
|
+
gap: 6px;
|
|
438
|
+
min-width: 220px;
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
.action-feedback {
|
|
442
|
+
min-height: 1.2em;
|
|
443
|
+
font-size: 0.95rem;
|
|
444
|
+
opacity: 0.8;
|
|
445
|
+
}
|
|
446
|
+
</style>
|
|
447
|
+
</head>
|
|
448
|
+
<body>
|
|
449
|
+
<div class="present-inline-root">
|
|
450
|
+
${Xl(e,t,`inline`)}
|
|
451
|
+
${xu(n)}
|
|
452
|
+
</div>
|
|
453
|
+
<script>
|
|
454
|
+
function sendCallback(actionId, value) {
|
|
455
|
+
const feedback = document.getElementById('action-feedback');
|
|
456
|
+
if (feedback) {
|
|
457
|
+
feedback.textContent = actionId ? 'Selected: ' + actionId + (value ? ' = ' + value : '') : '';
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
document.querySelectorAll('.action-btn, .action-select').forEach((element) => {
|
|
461
|
+
element.disabled = true;
|
|
462
|
+
});
|
|
463
|
+
|
|
464
|
+
fetch('/callback', {
|
|
465
|
+
method: 'POST',
|
|
466
|
+
headers: { 'Content-Type': 'application/json' },
|
|
467
|
+
body: JSON.stringify({ actionId: actionId, value: value }),
|
|
468
|
+
}).catch(() => {});
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
document.querySelectorAll('[data-present-action="button"]').forEach((button) => {
|
|
472
|
+
button.addEventListener('click', () => {
|
|
473
|
+
sendCallback(button.getAttribute('data-action-id') || '', button.getAttribute('data-action-value') || 'clicked');
|
|
474
|
+
});
|
|
475
|
+
});
|
|
476
|
+
|
|
477
|
+
document.querySelectorAll('[data-present-action="select"]').forEach((select) => {
|
|
478
|
+
select.addEventListener('change', () => {
|
|
479
|
+
if (select.value) {
|
|
480
|
+
sendCallback(select.getAttribute('data-action-id') || '', select.value);
|
|
481
|
+
}
|
|
482
|
+
});
|
|
483
|
+
});
|
|
484
|
+
<\/script>
|
|
485
|
+
</body>
|
|
486
|
+
</html>`}const Cu=F.object({type:F.enum([`button`,`select`]).describe(`Action type`),id:F.string().describe(`Unique action identifier`),label:F.string().describe(`Display label`),variant:F.enum([`primary`,`danger`,`default`]).optional().describe(`Button style variant`),options:F.array(F.union([F.string(),F.object({label:F.string(),value:F.string()})])).optional().describe(`Select options (for type=select)`)}),wu={format:F.enum([`html`,`browser`]).default(`html`).describe(`Output format.
|
|
487
|
+
- "html" (default): Rich markdown in chat + embedded UIResource for MCP-UI hosts. Actions shown as numbered choices.
|
|
488
|
+
- "browser": Rich markdown in chat + opens beautiful themed dashboard in the browser. When actions are provided, the browser shows interactive buttons and the tool blocks until user clicks, returning their selection.`),title:F.string().optional().describe(`Optional heading`),content:F.any().describe(`Content to present. Accepts these shapes:
|
|
489
|
+
• markdown string — rendered as rich text
|
|
490
|
+
• array of objects — auto-rendered as table
|
|
491
|
+
• { nodes, edges } — rendered as mermaid graph
|
|
492
|
+
• typed blocks array [{ type, title?, value }] — the primary format:
|
|
493
|
+
${Ec()}\n• any JSON — rendered as collapsible tree
|
|
494
|
+
IMPORTANT: For charts, use the ChartValue format above. Do NOT use Chart.js format ({labels, datasets}) — it will be auto-converted but the native format is preferred.`),actions:F.array(Cu).optional().describe(`Interactive actions (buttons/selects). In html mode, shown as numbered choices. In browser mode, rendered as clickable buttons and the tool blocks until user clicks.`),template:F.enum([`auto`,`list-sort`,`data-table`,`picker`,`flame-graph`,`form`,`timeline`,`kanban`,`tree`,`diff-view`,`dashboard`]).optional().describe(`UI template for interactive display in MCP Apps hosts.
|
|
495
|
+
- auto (default): detect from content shape
|
|
496
|
+
- list-sort: drag-drop reorderable list — content: { items: [{id, label}] }
|
|
497
|
+
- data-table: filterable sortable table — content: { columns: [{key, label}], rows: [{...}], stats?: [{label, value}] }
|
|
498
|
+
- picker: multi-select with categories/search — content: { categories: [{id, label}], items: [{id, label, category?, tags?[]}] }
|
|
499
|
+
- flame-graph: hierarchical zoom visualization — content: { profile: {name, total, children:[]} }
|
|
500
|
+
- form: input fields with live preview — content: { fields: [{name, label, type?, options?[], value?}] }
|
|
501
|
+
- timeline: vertical event timeline — content: { events: [{title, description?, timestamp?, status?}] }
|
|
502
|
+
- kanban: drag-drop board — content: { columns: [{id, label, color?}], cards: [{id, title, column, tags?[], priority?}] }
|
|
503
|
+
- tree: collapsible tree view — content: { root: {label, children?:[...]} | [...] }
|
|
504
|
+
- diff-view: side-by-side diff — content: { files: [{path, status, additions, deletions, hunks:[{header, changes:[{type, content}]}]}] }
|
|
505
|
+
- dashboard: metric cards grid — content: { metrics: [{label, value, trend?, status?, type?}] }`)};let Tu,Eu=!1,Du=null;process.on(`exit`,()=>{if(Du){try{Du.close()}catch{}Du=null}});function Ou(){let e=vu(_u),t=v(e,`packages`,`present`,`dist`,`index.html`);return o(t)?t:v(e,`packages`,`present`,`index.html`)}function ku(){if(!Tu)try{Tu=c(Ou(),`utf-8`)}catch{Tu=``}return Tu}function Au(e,t){let n=z(`present`),r=ku(),i=`Present content to the user in the best format. Two modes:
|
|
506
|
+
- "html" (default): Rich markdown in chat + embedded UIResource. Use for display-only content (tables, charts, reports, status boards) where no user interaction is needed.
|
|
507
|
+
- "browser": Serves a themed dashboard on a local URL. Use ONLY when you need user interaction back (confirmations, selections, form input). The tool blocks until user clicks an action button, then returns their selection.
|
|
508
|
+
FORMAT RULE: If no user interaction is needed → use "html". If you need user input back → use "browser".
|
|
509
|
+
CONTENT GUIDE: Pass typed blocks [{ type, title?, value }] for structured content. See the \`content\` parameter description for all supported block types and their value shapes. For charts: use {chartType, data:Record[], xKey, yKeys} — NOT Chart.js format.
|
|
510
|
+
BROWSER WORKFLOW: After calling present with format "browser", you MUST extract the URL from the response and call openBrowserPage({ url }) tool - PlayWright MCP to open it in VS Code Simple Browser. A system browser fallback also opens automatically, but always call openBrowserPage tool - PlayWright MCP yourself.`,a=async({format:e,title:n,content:r,actions:i,template:a})=>{let o=La(r);return(e??`html`)===`browser`||Array.isArray(i)&&i.length>0?await ju(n,o,i,t,a):Mu(n,o,i)};if(r){Eu||=(bn(e,`AI Kit Present App`,yu,{description:`Rich interactive content viewer for AI Kit tools`},async()=>({contents:[{uri:yu,mimeType:yn,text:r}]})),!0),xn(e,`present`,{title:n.title,description:i,annotations:n.annotations,inputSchema:wu,_meta:{ui:{resourceUri:yu}}},a);return}e.tool(`present`,i,wu,n.annotations,a)}async function ju(e,t,n,r,i){let a=sl(e,t,{compactTables:!0}),o=bu(n),s=Su(e,t,o),c=ol(e,t,n,i),l=kn({uri:`ui://aikit/present-browser.html`,content:{type:`rawHtml`,htmlString:s},encoding:`text`,adapters:{mcpApps:{enabled:!0}}}),u,d,f=``,p;try{Du&&=(Du.close(),null),o.length>0&&(u=new Promise(e=>{d=e}));let e=!1;f=await new Promise((t,n)=>{let r=On((t,n)=>{if(e||(e=!0,p&&clearTimeout(p)),t.method===`POST`&&t.url===`/callback`){let e=``;t.on(`data`,t=>{e+=t.toString()}),t.on(`end`,()=>{n.writeHead(200,{"Content-Type":`application/json`,"Access-Control-Allow-Origin":`*`}),n.end(`{"ok":true}`);try{let t=JSON.parse(e);d?.(t)}catch{}});return}if(t.method===`OPTIONS`){n.writeHead(204,{"Access-Control-Allow-Origin":`*`,"Access-Control-Allow-Methods":`POST`,"Access-Control-Allow-Headers":`Content-Type`}),n.end();return}n.writeHead(200,{"Content-Type":`text/html; charset=utf-8`}),n.end(c)});r.listen(0,`127.0.0.1`,()=>{let i=r.address();if(typeof i==`object`&&i){Du=r;let n=`http://127.0.0.1:${i.port}`;p=setTimeout(()=>{if(!e)try{Tn(process.platform===`win32`?`start "" "${n}"`:process.platform===`darwin`?`open "${n}"`:`xdg-open "${n}"`)}catch{}},8e3),p.unref(),t(n)}else n(Error(`Failed to start present server`))}),setTimeout(()=>{r.close(),Du===r&&(Du=null)},300*1e3).unref()})}catch{}let m=f?`${a}\n\n---\n🌐 **Dashboard opened in browser:** ${f}\n\n**IMPORTANT:** You MUST now open this URL using the \`openBrowserPage\` tool - PlayWright MCP. If that tool is unavailable, open the URL in the system browser as a fallback. If neither works, ask the user to open the URL manually.`:a;if(o.length>0&&r?.available&&u)try{let e=await Promise.race([u,new Promise((e,t)=>setTimeout(()=>t(Error(`timeout`)),300*1e3))]);return{content:[{type:`text`,text:`${m}\n\n✅ **Selected:** ${e.actionId} = \`${e.value}\``},l]}}catch{return{content:[{type:`text`,text:`${m}\n\n⚠️ *No selection received (timed out).*`},l]}}return{content:[{type:`text`,text:m},l]}}function Mu(e,t,n){let r=bu(n),i=sl(e,t,{compactTables:!0}),a=kn({uri:yu,content:{type:`rawHtml`,htmlString:Xl(e,t)},encoding:`text`,adapters:{mcpApps:{enabled:!0}}});return{content:[{type:`text`,text:i},a],structuredContent:{title:e,content:Qc(t),actions:r}}}const Nu=k(`tools`);function Pu(e,t){let n=new on({structure:new cn,dependencies:new nn,symbols:new ln,patterns:new sn,entryPoints:new an,diagrams:new rn}),r=z(`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:F.string().optional().describe(`Root path to analyze (defaults to workspace root)`),aspects:F.array(F.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??`.`;Nu.info(`Running knowledge production`,{rootPath:i,aspects:r});let a=await n.runExtraction(i,r);try{let e=t?.onboardDir??v(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(v(e,`${t}.md`),n+r,`utf-8`);Nu.info(`Knowledge persisted to .ai/context/`,{files:Object.keys(a).length})}catch(e){Nu.warn(`Failed to persist knowledge to .ai/context/`,{error:j(e)})}return{content:[{type:`text`,text:n.buildSynthesisInstructions(a,r)+`
|
|
511
|
+
|
|
512
|
+
---
|
|
513
|
+
_Next: Review the baselines above and use \`remember\` to store synthesized knowledge entries._`}]}}catch(e){return Nu.error(`Knowledge production failed`,j(e)),H(`INTERNAL`,`Knowledge production failed: ${e instanceof Error?e.message:String(e)}`)}})}const X=k(`tools`);function Fu(e,t,n,r,i,a,o){let s=z(`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:F.boolean().default(!1).describe(`If true, force full re-index ignoring file hashes`),force:F.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
|
|
514
|
+
|
|
515
|
+
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
|
|
516
|
+
|
|
517
|
+
Smart indexing (trickle mode) is enabled — files are automatically indexed as they are accessed by tools. Manual reindex is not needed.
|
|
518
|
+
|
|
519
|
+
**If the index is severely outdated**, use \`reindex({ force: true })\` to override.
|
|
520
|
+
|
|
521
|
+
Use \`status({})\` to check smart indexing queue status.`}]};let l=Ea(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)),H(`INTERNAL`,`Reindex failed: ${e instanceof Error?e.message:String(e)}`)}})}const Iu=k(`tools`);function Lu(e){let t=z(`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:F.enum([`list`,`clear`]).default(`list`).describe(`Action: "list" (default) to view entries, "clear" to wipe the log`),last:F.number().optional().describe(`Number of entries to return (default: 20, list only)`),tool:F.string().optional().describe(`Filter by tool name (list only)`),source:F.enum([`mcp`,`cli`]).optional().describe(`Filter by source: "mcp" or "cli" (list only)`),since:F.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 St(),{content:[{type:`text`,text:`Replay log cleared.`}]};let a=Ct({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 wt().catch(()=>{}),{content:[{type:`text`,text:`**Replay Log** (${a.length} entries)\n\n${o.join(`
|
|
522
|
+
|
|
523
|
+
`)}`}]}}catch(e){return Iu.error(`Replay failed`,j(e)),H(`INTERNAL`,`Replay failed: ${e instanceof Error?e.message:String(e)}`)}})}const Ru=k(`tools`);function zu(e){let t=z(`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:F.enum([`list`,`restore`]).describe(`list: show restore points, restore: apply a restore point`),id:F.string().optional().describe(`Restore point ID (required for action=restore)`),limit:F.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=Ze().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(`
|
|
524
|
+
`)}`}]}}if(!t)throw Error(`id is required for restore action`);let r=await Tt(t);return{content:[{type:`text`,text:`Restored ${r.length} files:\n${r.map(e=>`- \`${e}\``).join(`
|
|
525
|
+
`)}`}]}}catch(e){return Ru.error(`Restore failed`,j(e)),H(`INTERNAL`,`Restore failed: ${e instanceof Error?e.message:String(e)}`)}})}const Bu=/<\/?curated-context>/gi;function Vu(e){return e.replace(Bu,``)}function Hu(e){return`<curated-context>\n${Vu(e)}\n</curated-context>`}const Uu=k(`tools`);function Wu(e){let t=[],n=h(process.cwd());n&&t.push(`[project: ${n}]`);let r=Nt(`__context_boost`);return r&&t.push(`[focus: ${r.value}]`),t.length===0?e:`${t.join(` `)} ${e}`}async function Gu(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:vn(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 Uu.warn(`ER fallback failed`,j(e)),{results:n,triggered:!0,cacheHit:a}}}function Ku(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 qu(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 Ju(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 Yu(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&&!Xu.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 Xu=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 Zu(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 Yt(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 Qu(e,t,n,r,i,a,o){let s=z(`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:Ei,inputSchema:{query:F.string().max(5e3).describe(`Natural language search query`),limit:F.number().min(1).max(20).default(5).describe(`Maximum results to return`),search_mode:F.enum([`hybrid`,`semantic`,`keyword`]).default(`hybrid`).describe(`Search strategy: hybrid (vector + FTS + RRF fusion, default), semantic (vector only), keyword (FTS only)`),content_type:F.enum(S).optional().describe(`Filter by content type`),source_type:F.enum(T).optional().describe(`Coarse filter: "source" (code only), "documentation" (md, curated), "test", "config". Overrides content_type if both set.`),origin:F.enum(w).optional().describe(`Filter by knowledge origin`),category:F.string().optional().describe(`Filter by category (e.g., decisions, patterns, conventions)`),tags:F.array(F.string()).optional().describe(`Filter by tags (returns results matching ANY of the specified tags)`),min_score:F.number().min(0).max(1).default(.25).describe(`Minimum similarity score`),graph_hops:F.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:F.number().min(100).max(5e4).optional().describe(`Maximum token budget for the response. When set, output is truncated to fit.`),dedup:F.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:F.array(F.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=Wu(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 Gu(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):Ku(c,l).slice(0,s);let u=await Gu(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=qu(b,e)),b=Ju(b);let T=``;if(v&&v.length>0){let n=io(v,O(process.cwd()));if(n.length>0){let{stores:r,closeAll:i}=await ao(n);try{let i;i=c===`keyword`?await so(r,e,{...y,limit:s}):await oo(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(`
|
|
526
|
+
`)[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`,Uu.info(`Smart search fallback succeeded`,{originalQuery:e,altQuery:r,resultCount:a.length}))}}catch(e){Uu.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 ze(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(`
|
|
527
|
+
`),n=t.graphContext.edges.slice(0,5).map(e=>` - ${e.fromId} —[${e.type}]→ ${e.toId}`).join(`
|
|
528
|
+
`),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(`
|
|
529
|
+
`))}}catch(e){Uu.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=se(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(`
|
|
530
|
+
`)}\n\n${n.origin===`curated`?Hu(n.content):n.content}`}).join(`
|
|
531
|
+
|
|
532
|
+
---
|
|
533
|
+
|
|
534
|
+
`),A=(c===`hybrid`?`hybrid (vector + keyword RRF)`:c===`keyword`?`keyword (FTS)`:`semantic (vector)`)+T,te=Yu(b,e),ne=te.length>0?`\n_Distinctive terms: ${te.map(e=>`\`${e}\``).join(`, `)}_`:``,M=await Zu(n,b),N=[];if(b.length===0)N.push("`reindex` — no results found, index may be stale"),N.push("`find` — try federated search with glob/regex");else{let e=b[0]?.record.sourcePath;e&&N.push(`\`lookup\` — see all chunks from \`${e}\``),N.push("`symbol` — resolve a specific symbol from the results"),N.push("`compact` — compress a result file for focused reading")}let re=[D?`${D}\n\n`:``,M?`${M}\n\n`:``,ee,`\n\n---\n_Search mode: ${A} | ${b.length} results_${ne}`,`\n_Next: ${N.join(` | `)}_`],ie=C+re.join(``);g&&(ie=Ht(ie,g));let ae=new Set,oe=[];for(let e of b){if(e.record.origin!==`curated`||e.record.sourcePath.startsWith(`[`))continue;let t=Cs(e.record.sourcePath);if(!t)continue;let n=xs(t,e.record.headingPath??t);n&&!ae.has(n.uri)&&(ae.add(n.uri),oe.push(n))}return{content:[{type:`text`,text:ie},...oe],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 Uu.error(`Search failed`,j(e)),H(`INTERNAL`,`Search failed: ${e instanceof Error?e.message:String(e)}`)}})}const $u=k(`tools`);function ed(e,t){let n=z(`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:F.enum([`tools`,`stash`,`all`]).default(`all`).describe(`What to include: tools (replay only), stash (stash + checkpoints only), or all`),since:F.string().optional().describe(`ISO timestamp — only include activity after this time`),last:F.number().min(1).max(500).optional().describe(`Max replay entries to consider (default: 50)`),focus:F.string().optional().describe(`Focus query — prioritize entries matching this topic`),mode:F.enum([`deterministic`,`sampling`]).default(`deterministic`).describe(`Summary mode: deterministic (fast, template-based) or sampling (LLM-assisted, richer)`),token_budget:F.number().min(100).max(8e3).default(2e3).describe(`Target token budget for the digest output`),persist:F.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 At(c,async(e,n,r)=>(await t.createMessage({prompt:e,systemPrompt:n,maxTokens:r})).text):kt(c)).digest}]}}catch(e){return $u.error(`Session digest failed`,j(e)),H(`INTERNAL`,`Session digest failed: ${e instanceof Error?e.message:String(e)}`)}})}const td=k(`tools`);function nd(e,t,n,r=15e3){let i,a=new Promise(e=>{i=setTimeout(()=>{td.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),td.warn(`Status sub-operation "${n}" failed: ${e instanceof Error?e.message:String(e)}`),{value:t,timedOut:!1})),a])}function rd(){let e=dn.get(),t=un.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(`
|
|
535
|
+
`):` 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(`
|
|
536
|
+
`)}const id=5*6e4;let ad=null,od=null;function sd(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 cd(){let e=Date.now();if(ad&&e-ad.ts<id)return ad.value;try{let t=y(Dn(),`.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 ld(){let e=Date.now();if(od&&e-od.ts<id)return od.value;try{let t=y(process.cwd(),`.github`,`.aikit-scaffold.json`);if(!o(t))return od={value:null,ts:e},null;let n=JSON.parse(c(t,`utf-8`)).version??null;return od={value:n,ts:e},n}catch{return od={value:null,ts:e},null}}function ud(e){let t=z(`status`);e.registerTool(`status`,{title:t.title,description:`Get the current status and statistics of the AI Kit index.`,outputSchema:_i,annotations:t.annotations},async()=>{let e=r(),t=cd(),a=ld(),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)**: ${dn.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:!!dn.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(`
|
|
537
|
+
`)}],structuredContent:l}})}function dd(e,t,a,s,c,l,u,d){let p=z(`status`);e.registerTool(`status`,{title:p.title,description:`Get the current status and statistics of the AI Kit index.`,outputSchema:_i,annotations:p.annotations},async()=>{let e=[];try{let[p,m]=await Promise.all([nd(t.getStats(),{totalRecords:0,totalFiles:0,lastIndexedAt:null,contentTypeBreakdown:{}},`store.getStats`),nd(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 nd(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 nd(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 nd(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=sd(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`,rd());let k=cd(),ee=ld(),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=Rr();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=jr();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 N=b.join(`
|
|
538
|
+
`),re={totalRecords:h.totalRecords,totalFiles:h.totalFiles,lastIndexedAt:h.lastIndexedAt??null,onboarded:w,onboardDir:S,contentTypes:h.contentTypeBreakdown,wasmAvailable:!!dn.get(),wasmDiagnostics:un.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:N+(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:re}}catch(e){return td.error(`Status failed`,j(e)),H(`INTERNAL`,`Status check failed: ${e instanceof Error?e.message:String(e)}`)}})}const fd=k(`tools`);function pd(e){let t=z(`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:F.array(F.string().max(2e3)).min(1).max(5).describe('Search queries (1–5). Single: `["react hooks"]`. Multiple searched in parallel.'),limit:F.number().min(1).max(20).default(5).describe(`Max results per query`),site:F.string().optional().describe(`Restrict to domain (e.g., "docs.aws.amazon.com")`),provider:F.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 qt({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(`
|
|
539
|
+
`)};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 fd.error(`Web search failed`,j(e)),H(`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);fd.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(`
|
|
540
|
+
|
|
541
|
+
`);return c===o.length?H(`INTERNAL`,u):{content:[{type:`text`,text:u}]}})}function md(e){let t=z(`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:F.string().url().describe(`Request URL (http/https only)`),method:F.enum([`GET`,`POST`,`PUT`,`PATCH`,`DELETE`,`HEAD`]).default(`GET`).describe(`HTTP method`),headers:F.record(F.string(),F.string()).optional().describe(`Request headers as key-value pairs`),body:F.string().optional().describe(`Request body (for POST/PUT/PATCH)`),timeout:F.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 Ue({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(`
|
|
542
|
+
`)}]}}catch(e){return fd.error(`HTTP request failed`,j(e)),H(`INTERNAL`,`HTTP request failed: ${e instanceof Error?e.message:String(e)}`)}})}function hd(e){let t=z(`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:F.string().max(500).describe(`Regex pattern (without delimiters)`),flags:F.string().max(10).regex(/^[gimsuy]*$/).default(``).describe(`Regex flags (g, i, m, s, etc.)`),test_strings:F.array(F.string().max(1e4)).max(50).describe(`Strings to test the pattern against`),mode:F.enum([`match`,`replace`,`split`]).default(`match`).describe(`Test mode`),replacement:F.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=_t({pattern:e,flags:t,testStrings:n,mode:r,replacement:i});if(!a.valid)return H(`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(`
|
|
543
|
+
`)}]}})}function gd(e){let t=z(`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:F.enum([`base64_encode`,`base64_decode`,`url_encode`,`url_decode`,`sha256`,`md5`,`jwt_decode`,`hex_encode`,`hex_decode`]).describe(`Operation to perform`),input:F.string().max(1e6).describe(`Input text`)},annotations:t.annotations},async({operation:e,input:t})=>{try{let n=De({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 fd.error(`Encode failed`,j(e)),H(`INTERNAL`,`Encode failed: ${e instanceof Error?e.message:String(e)}`)}})}function _d(e){let t=z(`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:yi,inputSchema:{path:F.string().describe(`File or directory path to measure`),extensions:F.array(F.string()).optional().describe(`File extensions to include (default: .ts,.tsx,.js,.jsx)`)},annotations:t.annotations},async({path:e,extensions:t})=>{try{let n=await $e({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(`
|
|
544
|
+
`)}],structuredContent:i}}catch(e){return fd.error(`Measure failed`,j(e)),H(`INTERNAL`,`Measure failed: ${e instanceof Error?e.message:String(e)}`)}})}function vd(e){let t=z(`changelog`);e.registerTool(`changelog`,{title:t.title,description:`Generate a changelog from git history between two refs. Groups by conventional commit type.`,inputSchema:{from:F.string().max(200).describe(`Start ref (tag, SHA, HEAD~N)`),to:F.string().max(200).default(`HEAD`).describe(`End ref (default: HEAD)`),format:F.enum([`grouped`,`chronological`,`per-scope`]).default(`grouped`).describe(`Output format`),include_breaking:F.boolean().default(!0).describe(`Highlight breaking changes`),cwd:F.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=ce({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 fd.error(`Changelog failed`,j(e)),H(`INTERNAL`,`Changelog failed: ${e instanceof Error?e.message:String(e)}`)}})}function yd(e){let t=z(`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:F.string().max(5e5).describe(`JSON data to validate (as string)`),schema:F.string().max(5e5).describe(`JSON Schema to validate against (as string)`)},annotations:t.annotations},async({data:e,schema:t})=>{try{let n=Dt({data:JSON.parse(e),schema:JSON.parse(t)});if(n.valid)return{content:[{type:`text`,text:`## Validation: PASSED
|
|
545
|
+
|
|
546
|
+
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(`
|
|
547
|
+
`)}]}}catch(e){return fd.error(`Schema validation failed`,j(e)),H(`INTERNAL`,`Schema validation failed: ${e instanceof Error?e.message:String(e)}`)}})}function bd(e){let t=z(`env`);e.registerTool(`env`,{title:t.title,description:`Get system and runtime environment info. Sensitive env vars are redacted by default.`,outputSchema:bi,inputSchema:{include_env:F.boolean().default(!1).describe(`Include environment variables`),filter_env:F.string().optional().describe(`Filter env vars by name substring`),show_sensitive:F.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=Oe({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(`
|
|
548
|
+
`)}],structuredContent:a}})}function xd(e){let t=z(`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:xi,inputSchema:{operation:F.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:F.string().optional().describe(`Date input (ISO, unix timestamp, or parseable string). For diff: two comma-separated dates`),timezone:F.string().optional().describe(`Target timezone (e.g., "America/New_York", "Asia/Tokyo")`),duration:F.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=Bt({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(`
|
|
549
|
+
`)}],structuredContent:o}}catch(e){return fd.error(`Time failed`,j(e)),H(`INTERNAL`,`Time failed: ${e instanceof Error?e.message:String(e)}`)}})}function Sd(e,t,n,r,i,a,o,s,c){let l=new wr,u=new dr;u.register(cr),u.register(ir),u.register(ar),u.register(tr),u.register(Zn),u.register(Qn),u.register(ur);let d=new gr(u,t.curated);l.use(mr(d),{order:5,name:`auto-knowledge`}),l.use(Br(),{order:10,name:`replay`}),l.use(Xr(),{order:50,name:`structured-content-guard`}),l.use(yr(vr(n.tokenBudget)),{order:90,name:`compression`}),ti(e,l,n.toolPrefix??``);let f=c??hi(n,[...L,...Wr],R,Kr(n)),p=e=>f.has(e),m=[...f].filter(e=>Gr.has(e)?Ur.includes(e)?!!t.bridge:e===`er_update_policy`?!!t.policyStore:e===`er_evolve_review`?!!t.evolutionCollector:!1:!0);p(`search`)&&Qu(e,t.embedder,t.store,t.graphStore,t.bridge,t.evolutionCollector,a);let h={store:t.store,graphStore:t.graphStore,embedder:t.embedder};p(`lookup`)&&Zs(e,t.store,h);let g={onboardComplete:t.onboardComplete,onboardTimestamp:t.onboardTimestamp};p(`status`)&&dd(e,t.store,t.graphStore,t.curated,g,n,o,s),p(`config`)&&no(e,n),p(`reindex`)&&Fu(e,t.indexer,n,t.curated,t.store,i,o),p(`knowledge`)&&Ys(e,t.curated,t.policyStore,t.evolutionCollector,i),p(`analyze`)&&Sa(e,t.store,t.embedder,h),p(`blast_radius`)&&Ca(e,t.store,t.embedder,t.graphStore,h),p(`produce_knowledge`)&&Pu(e,n),p(`onboard`)&&fc(e,t.store,t.embedder,n,g,h),p(`graph`)&&hs(e,t.graphStore),p(`audit`)&&Oa(e,t.store,t.embedder,n.tokenBudget);let _=n.sources[0]?.path??process.cwd();p(`compact`)&&uo(e,t.embedder,t.fileCache,_,n.allRoots,h),p(`scope_map`)&&fo(e,t.embedder,t.store,h),p(`find`)&&po(e,t.embedder,t.store,_,h),p(`parse_output`)&&Do(e),p(`workset`)&&mc(e),p(`check`)&&wo(e,h,n.tokenBudget),p(`symbol`)&&mo(e,t.embedder,t.store,t.graphStore),p(`eval`)&&To(e),p(`test_run`)&&Eo(e,h),p(`stash`)&&hc(e),p(`git_context`)&&$s(e),p(`diff_parse`)&&ec(e),p(`rename`)&&tc(e),p(`codemod`)&&nc(e),p(`restore`)&&zu(e),p(`file_summary`)&&ho(e,t.fileCache,_,n.allRoots,h),p(`checkpoint`)&&gc(e),p(`data_transform`)&&rc(e),p(`trace`)&&go(e,t.embedder,t.store,t.graphStore),p(`process`)&&gs(e),p(`watch`)&&_s(e),p(`dead_symbols`)&&_o(e,t.embedder,t.store,_,n.allRoots,h),p(`delegate`)&&Oo(e,a),p(`health`)&&vs(e),p(`lane`)&&_c(e),p(`queue`)&&vc(e),p(`web_fetch`)&&ys(e),p(`guide`)&&bs(e,o),oc.some(e=>p(e))&&sc(e,n,m),p(`evidence_map`)&&ss(e),p(`digest`)&&cs(e,t.embedder),p(`forge_classify`)&&ls(e),p(`stratum_card`)&&us(e,t.embedder,t.fileCache),p(`forge_ground`)&&ds(e,t.embedder,t.store),p(`present`)&&Au(e,r),p(`web_search`)&&pd(e),p(`http`)&&md(e),p(`regex_test`)&&hd(e),p(`encode`)&&gd(e),p(`measure`)&&_d(e),p(`changelog`)&&vd(e),p(`schema_validate`)&&yd(e),p(`env`)&&bd(e),p(`time`)&&xd(e),p(`flow`)&&as(e,n),t.bridge&&Ur.some(e=>p(e))&&(Ma(e,t.bridge,t.evolutionCollector),Na(e,t.bridge),Pa(e,t.bridge)),t.policyStore&&p(`er_update_policy`)&&wc(e,t.policyStore),t.evolutionCollector&&p(`er_evolve_review`)&&So(e,t.evolutionCollector),Hr(e,t.store,t.curated),p(`replay`)&&Lu(e),p(`session_digest`)&&ed(e,a)}function Cd(e,t,n){let r=e=>!n||n.has(e);r(`check`)&&wo(e,void 0,t.tokenBudget),r(`eval`)&&To(e),r(`test_run`)&&Eo(e),r(`parse_output`)&&Do(e),r(`delegate`)&&Oo(e),r(`git_context`)&&$s(e),r(`diff_parse`)&&ec(e),r(`rename`)&&tc(e),r(`codemod`)&&nc(e),r(`data_transform`)&&rc(e),r(`workset`)&&mc(e),r(`stash`)&&hc(e),r(`checkpoint`)&&gc(e),r(`restore`)&&zu(e),r(`lane`)&&_c(e),r(`queue`)&&vc(e),r(`session_digest`)&&ed(e),r(`health`)&&vs(e),r(`process`)&&gs(e),r(`watch`)&&_s(e),r(`web_fetch`)&&ys(e),r(`guide`)&&bs(e),oc.some(e=>r(e))&&sc(e,t,[...n??new Set(L)]),r(`evidence_map`)&&ss(e),r(`forge_classify`)&&ls(e),r(`present`)&&Au(e),r(`produce_knowledge`)&&Pu(e),r(`replay`)&&Lu(e),r(`status`)&&ud(e),r(`flow`)&&as(e,t),r(`web_search`)&&pd(e),r(`http`)&&md(e),r(`regex_test`)&&hd(e),r(`encode`)&&gd(e),r(`measure`)&&_d(e),r(`changelog`)&&vd(e),r(`schema_validate`)&&yd(e),r(`env`)&&bd(e),r(`time`)&&xd(e)}const wd=k(`resource-notifier`);var Td=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){wd.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){wd.debug(`sendResourceUpdated failed`,{uri:e,error:String(t)})}}};const Z=k(`server`);async function Ed(n){Z.info(`Initializing AI Kit components`);let r=n.store.backend,i=n.store.path,a=null;if(r===`sqlite-vec`){let e=v(i,`aikit.db`);a=await Cn(e),Z.info(`SQLite adapter ready`,{type:a.type,vectorCapable:a.vectorCapable,dbPath:e}),a.vectorCapable||Z.warn(`┌──────────────────────────────────────────────────────────────────┐
|
|
550
|
+
│ ⚠ SQLite vector extension unavailable — DEGRADED MODE │
|
|
551
|
+
│ Vector search is disabled. Hybrid search returns FTS only. │
|
|
552
|
+
│ To enable: install/rebuild better-sqlite3 (native module). │
|
|
553
|
+
└──────────────────────────────────────────────────────────────────┘`);let t=v(i,`lance`);o(t)&&Z.info(`Old LanceDB data found at ${t} — ignored. Safe to delete after verifying sqlite-vec works.`)}let[s,c,l,u]=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 wn({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 Sn({adapter:a}):new Sn({path:i});return await e.initialize(),Z.info(`Graph store initialized`,{shared:!!a}),e})(),(async()=>{let e=await fn();if(e){let e=un.get();Z.info(`WASM tree-sitter enabled`,{grammars:e.grammarCount,dir:e.wasmDir})}else{let e=un.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})()]),d=new Nn(s,c),p=new Mn(n.store.path);p.load(),d.setHashCache(p);let m=n.curated.path,h=new e(m);await h.initialize();let g=new t(m,c,s,h);d.setGraphStore(l);let _=ja(n.er),b=_?new gn(n.curated.path):void 0;b&&Z.info(`Policy store initialized`,{ruleCount:b.getRules().length});let S=_?new hn:void 0,C=y(n.sources[0]?.path??process.cwd(),x.aiContext),w=o(C),T=n.onboardDir?o(n.onboardDir):!1,E=w||T,D,O=w?C:n.onboardDir;if(E&&O)try{D=f(O).mtime.toISOString()}catch{}return Z.info(`Onboard state detected`,{onboardComplete:E,onboardTimestamp:D,aiKbExists:w,onboardDirExists:T}),{embedder:s,store:c,indexer:d,curated:g,graphStore:l,fileCache:new re,bridge:_,policyStore:b,evolutionCollector:S,onboardComplete:E,onboardTimestamp:D}}function Dd(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 Od=k(`background-task`);var kd=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,Od.info(`Background task started`,{task:e.name,pending:this.queue.length});let t=Date.now();try{await e.fn();let n=Date.now()-t;Od.info(`Background task completed`,{task:e.name,durationMs:n}),e.resolve()}catch(n){let r=Date.now()-t;Od.error(`Background task failed`,{task:e.name,durationMs:r,err:n}),e.reject(n instanceof Error?n:Error(String(n)))}}this.running=null}};const Ad=k(`idle-timer`);var jd=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){Ad.info(`Idle timeout reached with no active session — skipping cleanup (waiting for first tool call)`);return}if(this._busy){Ad.info(`Skipping idle cleanup — background work in progress`);return}Ad.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`&&Ad.warn(`Idle cleanup callback failed`,{error:String(t.reason)})}};const Md=k(`memory-monitor`);var Nd=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(),Md.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`?Md.warn(`Memory CRITICAL: ${n}MB RSS — consider restarting the server`):t===`warning`?Md.warn(`Memory WARNING: ${n}MB RSS`):this.lastLevel!==`normal`&&Md.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 Pd=k(`tool-timeout`),Fd=new Set([`onboard`,`reindex`,`produce_knowledge`,`analyze`,`codemod`,`audit`]);var Id=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 Ld(e){return Fd.has(e)?6e5:12e4}function Rd(e,t,n){return new Promise((r,i)=>{let a=!1,o=setTimeout(()=>{if(!a){a=!0;let e=new Id(n,t);Pd.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 zd(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 Bd(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=v(Dn(),`.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=v(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=v(e.store.path,`graph.db`);try{await r(t,{force:!0}),Q.info(`Auto-heal: cleared graph database`,{path:t})}catch{}}}function Vd(e,t){let n=hi(e,L,R,Kr(e)),i=Dd(e,n,R),a=new Xt({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}`:``,``,`**${Yr.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(`
|
|
554
|
+
`):[`AI Kit is still initializing (loading embeddings model & store).`,``,`**${Yr.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(`
|
|
555
|
+
`);In(a),ti(a,new wr,e.toolPrefix??``);let m=a.sendToolListChanged.bind(a);a.sendToolListChanged=()=>{};let h=[];for(let e of L){if(!n.has(e))continue;let t=z(e),r=a.registerTool(e,{title:t.title,description:`${t.title} — initializing, available shortly`,inputSchema:{},annotations:t.annotations},async()=>({content:[{type:`text`,text:p()}]}));Yr.has(e)?r.remove():h.push(r)}Cd(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:P(F.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 Ed(e)}catch(t){let r=t instanceof Error?t.message:String(t);if(zd(r)){Q.warn(`AI Kit initialization failed with recoverable error — attempting auto-heal retry`,{error:r}),await Bd(e,r);try{n=await Ed(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 Yr)m[e]?.remove();let b=new Td(a),x=No(a);Sd(a,n,e,Pn(a),b,x,t,t===`smart`?(()=>{let e=d;return e?.getState?e.getState():null}):null),qn(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(qr.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 (${Jr/1e3}s).\n\nThe existing index may be temporarily locked. Please retry shortly — indexing will complete automatically.`}]}),Jr));return Promise.race([r(...t),a])}}for(let[e,t]of Object.entries(C)){let n=t.handler,r=Ld(e);t.handler=async(...t)=>{try{return await Rd(()=>n(...t),r,e)}catch(t){if(t instanceof Id)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<L.length&&Q.warn(`ALL_TOOL_NAMES count mismatch`,{expectedToolCount:L.length,registeredToolCount:w}),Q.info(`MCP server configured`,{toolCount:L.length,resourceCount:4});let T=new Nd;T.onPressure((e,t)=>{e===`warning`&&Bn(),e===`critical`&&(Q.warn(`Memory pressure critical — consider restarting`,{rssMB:Math.round(t/1024/1024)}),Bn())}),T.registerMemoryPressureCallback(()=>n.embedder.shutdown?.()),T.start();let D=new jd;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 kd,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(),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 Hd(e,t){let n=hi(t,[...L,...Wr],R,Kr(t)),i=Dd(t,n,R),a=new Xt({name:t.serverName??`aikit`,version:r()},{capabilities:{logging:{},completions:{},prompts:{}},instructions:i});return In(a),Sd(a,e,t,Pn(a),new Td(a),No(a),void 0,null,n),qn(a,{curated:e.curated,store:e.store,graphStore:e.graphStore},t.indexMode),a}async function Ud(e){let t=await Ed(e),n=Hd(t,e);$.info(`MCP server configured`,{toolCount:L.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{L as ALL_TOOL_NAMES,Vd as createLazyServer,Hd as createMcpServer,Ud as createServer,Ed as initializeAikit,Sd as registerMcpTools};
|