@vpxa/aikit 0.1.252 → 0.1.253

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.
@@ -11,31 +11,31 @@ import{n as e,t}from"./bin.js";import{a as n,i as r,n as i,o as a,r as o,s}from"
11
11
  `)}}]})),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(`
12
12
  `)}}]})),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 })` or `compact({ ref, 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(`
13
13
  `)}}]})),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(`
14
- `)}}]}))}const Xr={enabled:!0,batchSize:10,debounceMs:5e3,maxFactsPerSession:50,minQuality:.3};function B(e){return(e.content??[]).filter(e=>e.type===`text`&&typeof e.text==`string`).map(e=>e.text??``).join(`
15
- `)}function V(e){return k(`sha256`).update(e).digest(`hex`).slice(0,16)}function Zr(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 Qr={enabled:!0,batchThreshold:20,cooldownMs:3e5,maxCandidatesPerSession:5,initialConfidence:40,excludeTools:[`knowledge`,`replay`,`stash`,`checkpoint`,`session_digest`,`reindex`,`status`,`flow`,`evidence_map`,`present`]},$r=new Set([`search`,`find`,`symbol`,`grep_search`,`semantic_search`]),ei=new Set([`replace_string_in_file`,`editfiles`,`create_file`,`apply_patch`]),ti=new Set([`check`,`test_run`]),ni=new Set(`action.and.args.auto.buffer.category.content.create.cwd.false.file.files.find.grep.json.knowledge.list.path.query.read.replace.search.semantic.subaction.symbol.test.tool.true.update`.split(`.`));function ri(e){let t=e.toLowerCase().match(/[a-z0-9]{2,}/g)??[];return new Set(t)}function ii(e,t){let n=ri(e),r=ri(t);if(n.size===0&&r.size===0)return 1;if(n.size===0||r.size===0)return 0;let i=new Set([...n].filter(e=>r.has(e))),a=new Set([...n,...r]);return i.size/a.size}function ai(e,t){return e.length<=t?e:`${e.slice(0,Math.max(0,t-1))}...`}function oi(e){try{return JSON.stringify(e)}catch{return`[unserializable args]`}}function si(e){return e.replace(/^mcp_[^_]+_/,``).toLowerCase()}function ci(e){return[...new Set(e.filter(e=>e.length>0))]}function li(e,t){return{...t,confidence:Qr.initialConfidence,tags:[`auto-observed`,`detector:${e}`],detector:e}}function ui(e,t){let n=new Map;for(let t of e)for(let e of ri(t))ni.has(e)||n.set(e,(n.get(e)??0)+1);let r=[...n.entries()].filter(([,e])=>e>=t).sort((e,t)=>t[1]-e[1]||e[0].localeCompare(t[0])).map(([e])=>e);return r.length>0?r.slice(0,4):[...n.entries()].sort((e,t)=>t[1]-e[1]||e[0].localeCompare(t[0])).slice(0,4).map(([e])=>e)}function di(e){return e.length>0?e.join(`, `):`similar tasks`}function fi(e){if(typeof e!=`object`||!e)return!1;let t=e;return typeof t.ts==`number`&&Number.isFinite(t.ts)&&typeof t.tool==`string`&&typeof t.input==`string`&&(t.output===void 0||typeof t.output==`string`)&&Array.isArray(t.files)&&t.files.every(e=>typeof e==`string`)}function pi(e){let t=[];for(let n of e)t.some(e=>ii(e.title,n.title)>.8)||t.push(n);return t}function mi(e){return typeof e==`string`?[e]:Array.isArray(e)?e.filter(e=>typeof e==`string`):[]}function hi(e){return typeof e==`string`?[...e.matchAll(/^\*\*\* (?:Add|Delete|Update) File: (.+)$/gm)].map(e=>e[1]?.trim()??``).filter(Boolean):[]}function gi(e){let t=[],n=e=>{if(!(typeof e!=`object`||!e)){if(Array.isArray(e)){for(let t of e)n(t);return}for(let[r,i]of Object.entries(e))(r===`path`||r===`filePath`||r===`files`)&&t.push(...mi(i)),n(i)}};return n(e),t.push(...hi(e.input)),ci(t)}function _i(e){return{tool:e.toolName,input:ai(oi(e.args),200),output:ai(B(e.result),500),files:gi(e.args),ts:Date.now()}}function vi(e){return{title:e.title,content:`${e.context}\n\n${e.insight}\n\nEvidence:\n${e.evidence}`,category:`conventions`,tags:ci([`auto-observed`,`detector:${e.detector}`,...e.tags]),hash:k(`sha256`).update(`${e.detector}:${e.title}`).digest(`hex`).slice(0,16),quality:Math.max(0,Math.min(1,e.confidence/100)),source:`behavioral:${e.detector}`}}function yi(e){let t=new Map;for(let n of e){let e=si(n.tool),r=t.get(e)??[];r.push(n),t.set(e,r)}return[...t.entries()].filter(([,e])=>e.length>=5).map(([e,t])=>{let n=di(ui(t.map(e=>e.input),Math.max(2,Math.ceil(t.length/2))));return li(`tool-preference`,{title:`Preferred tool: ${e} for ${n}`,context:`Observed ${t.length} ${e} calls with recurring inputs around ${n}.`,insight:`Use ${e} when working with ${n}.`,evidence:t.slice(0,5).map(e=>`${e.tool}: ${e.input}`).join(`
16
- `)})})}function bi(e){let t=new Map;for(let n=0;n<e.length;n+=1){let r=e[n];if($r.has(si(r.tool)))for(let i=n+1;i<e.length&&i<=n+5;i+=1){let n=e[i];if(!(!ei.has(si(n.tool))||n.files.length===0))for(let e of ci(n.files)){let i=t.get(e)??{count:0,queries:[],evidence:[]};i.count+=1,i.queries.push(r.input),i.evidence.push(`${r.tool}: ${r.input} -> ${n.tool}: ${e}`),t.set(e,i)}}}return[...t.entries()].filter(([,e])=>e.count>=3).map(([e,t])=>{let n=di(ui(t.queries,Math.max(2,Math.ceil(t.count/2))));return li(`search-action`,{title:`Check ${e} when searching for ${n}`,context:`Searches related to ${n} were followed by edits to ${e} ${t.count} times within five tool calls.`,insight:`When working on ${n}, check ${e} early because searches repeatedly led there.`,evidence:t.evidence.slice(0,5).join(`
17
- `)})})}function xi(e){let t=new Map;for(let n=0;n<e.length-2;n+=1){let r=e[n];if(!ti.has(si(r.tool)))continue;let i=new Set,a=!1;for(let o=n+1;o<e.length;o+=1){let n=e[o],s=si(n.tool);if(ei.has(s)){a=!0;for(let e of n.files)i.add(e);continue}if(ti.has(s)){if(!a||i.size===0)break;let e=[...i].sort(),o=e.join(`|`),s=t.get(o)??{count:0,evidence:[]};s.count+=1,s.evidence.push(`${r.tool} -> edit(${e.join(`, `)}) -> ${n.tool}`),t.set(o,s);break}if(!a)break}}return[...t.entries()].filter(([,e])=>e.count>=2).map(([e,t])=>{let n=e.split(`|`);return li(`error-fix-cycle`,{title:`Repeated validation-edit loop in ${n.length===1?n[0]:`${n[0]} and related files`}`,context:`Observed ${t.count} validation cycles touching ${n.join(`, `)}.`,insight:`Common fix pattern in ${n.join(`, `)}: check -> edit -> recheck.`,evidence:t.evidence.slice(0,5).join(`
18
- `)})})}function Si(e,t=Qr){if(!t.enabled||e.length===0)return[];let n=new Set(t.excludeTools.map(e=>e.toLowerCase())),r=e.filter(e=>!n.has(si(e.tool)));return pi([...yi(r),...bi(r),...xi(r)].map(e=>({...e,confidence:t.initialConfidence,tags:ci([`auto-observed`,`detector:${e.detector}`,...e.tags])}))).slice(0,t.maxCandidatesPerSession)}function Ci(e){return e.split(`
19
- `).filter(Boolean).map(e=>{try{return JSON.parse(e)}catch{return null}}).filter(fi).map(e=>({...e,output:e.output??``}))}var wi=class{name=`behavioral`;tools=[];buffer=[];eventCounter=0;lastDetectionTs=0;extract(e){if(this.push(_i(e)),this.eventCounter+=1,this.eventCounter%50!=0)return[];let t=Date.now();if(t-this.lastDetectionTs<3e5)return[];let n=Si(this.buffer).map(vi);return this.eventCounter=0,this.lastDetectionTs=t,n}push(e){this.buffer.push(e),this.buffer.length>100&&this.buffer.splice(0,this.buffer.length-100)}};function Ti(){return new wi}Ti();const Ei={name:`build-commands`,tools:[`check`,`test_run`],extract(e){if(e.isError)return[];let t=B(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:V(`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:V(`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:V(`test-cmd-${t}`),quality:.9,source:e.toolName})}}return n}},Di={name:`codebase-insights`,tools:[`analyze`,`scope_map`,`blast_radius`,`onboard`],extract(e){let t=B(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:V(`structure-${r}`),quality:Math.min(.9,Zr(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(`
20
- `)}`;n.push({title:`Dependencies: ${r}`,content:t,category:`context`,tags:[`architecture`,`dependencies`,`analysis`],hash:V(`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:V(`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(`
21
- `)}`,category:`context`,tags:[`architecture`,`entry-points`],hash:V(`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:V(`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:V(`onboard-summary`),quality:.9,source:e.toolName}),n}};function Oi(e,t,n,r,i,a,o){return{title:e,content:t,category:`context`,tags:o,hash:V(n),quality:r,ttlMs:i,source:a}}const ki={name:`context-reads`,tools:[`compact`,`file_summary`,`digest`,`lookup`,`stratum_card`],extract(e){if(e.isError)return[];let t=B(e.result);if(!t)return[];if(e.toolName===`compact`){let n=typeof e.args.path==`string`?e.args.path:void 0,r=typeof e.args.query==`string`?e.args.query:void 0;return!n||!r||t.length<100?[]:[Oi(`Context: ${n} (${r.slice(0,40)})`,t.slice(0,800),`compact-${n}-${r}`,.7,72e5,e.toolName,[`context`,`compact`,`file-read`])]}if(e.toolName===`file_summary`){let n=typeof e.args.path==`string`?e.args.path:void 0;return!n||t.length<50?[]:[Oi(`Structure: ${he(n)}`,t,`file-summary-${n}`,.65,144e5,e.toolName,[`context`,`file-summary`,`structure`])]}if(e.toolName===`digest`){let n=typeof e.args.query==`string`?e.args.query:void 0;if(!n||t.length<150)return[];let r=Array.isArray(e.args.sources)?e.args.sources.map(e=>{if(!e||typeof e!=`object`)return``;let t=e.id;return typeof t==`string`?t:``}).join(`,`):``;return[Oi(`Digest: ${n.slice(0,60)}`,t.slice(0,1e3),`digest-${n}-${r}`,.75,72e5,e.toolName,[`context`,`digest`,`compression`])]}if(e.toolName===`lookup`){let n=typeof e.args.path==`string`?e.args.path:void 0;return!n||t.length<100?[]:[Oi(`Indexed: ${he(n)}`,t.slice(0,600),`lookup-${n}`,.5,72e5,e.toolName,[`context`,`lookup`,`file-content`])]}if(e.toolName===`stratum_card`){let n=Array.isArray(e.args.files)?e.args.files.filter(e=>typeof e==`string`):[],r=typeof e.args.query==`string`?e.args.query:``,i=typeof e.args.tier==`string`?e.args.tier:void 0;if(n.length===0||!i||t.length<50)return[];let a=n.join(`,`),o=i===`T2`?`stratum-${a}-${i}-${r}`:`stratum-${a}-${i}`;return[Oi(`Card [${i}]: ${n[0]} (+${n.length-1})`,t.slice(0,600),o,i===`T2`?.7:.55,72e5,e.toolName,[`context`,`stratum-card`,i])]}return[]}};function Ai(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:V(`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:V(`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:V(`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:V(`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:V(`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:V(`convention-monorepo`),quality:.7,source:t}),n}function ji(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:V(`pattern-${r}`),quality:.6,source:t})}return n}const Mi={name:`convention-detection`,tools:[`check`,`analyze`,`onboard`],extract(e){let t=B(e.result);if(!t||e.isError)return[];let n=[];return n.push(...Ai(t,e.toolName)),e.toolName===`analyze`&&e.args.aspect===`patterns`&&n.push(...ji(t,e.toolName)),n}};function Ni(e,t){return e.match(t)?.[1]?.trim()||null}function Pi(e,t,n,r,i,a){return{title:e,content:t,category:`context`,tags:n,hash:V(r),quality:i,source:a}}const Fi={name:`environment-facts`,tools:[`env`,`config`,`status`],extract(e){let t=B(e.result);if(!t)return[];let n=[],r=Ni(t,/node(?:\.js)?\s*[:=]\s*([^\r\n]+)/i);r&&n.push(Pi(`Node.js version`,`Detected Node.js version: ${r}`,[`environment`,`node`],`node-version-${r}`,.4,e.toolName));let i=Ni(t,/(?:^|\n)os\s*[:=]\s*([^\r\n]+)/i);i&&n.push(Pi(`Operating system`,`Detected OS: ${i}`,[`environment`,`os`],`os-${i}`,.4,e.toolName));let a=Ni(t,/workspace(?: path)?\s*[:=]\s*([^\r\n]+)/i);a&&n.push(Pi(`Workspace path`,`Primary workspace path: ${a}`,[`environment`,`workspace`],`workspace-${a}`,.4,e.toolName));let o=Ni(t,/store(?: backend)?\s*[:=]\s*([^\r\n]+)/i);o&&n.push(Pi(`Store backend`,`Configured store backend: ${o}`,[`environment`,`storage`],`store-${o}`,.6,e.toolName));let s=Ni(t,/embedding(?: model)?\s*[:=]\s*([^\r\n]+)/i);return s&&n.push(Pi(`Embedding model`,`Configured embedding model: ${s}`,[`environment`,`embedding`],`embedding-${s}`,.6,e.toolName)),n}},Ii={"search-result":800,"file-card":2e3,analysis:1500,"step-summary":3e3},Li=[`search`,`file_summary`,`stratum_card`,`compact`,`blast_radius`,`scope_map`],Ri={search:`search-result`,file_summary:`file-card`,stratum_card:`file-card`,compact:`analysis`,blast_radius:`analysis`,scope_map:`step-summary`},zi={"search-result":72e5,"file-card":144e5,analysis:144e5,"step-summary":288e5};function Bi(e){return e.replace(/\s+/g,` `).trim()}function Vi(e){return Math.max(.6,Math.min(.8,Zr(e)))}function H(e,t=500){let n=Bi(e);return n.length<=t?n:`${n.slice(0,Math.max(0,t-3)).trimEnd()}...`}function Hi(e){return typeof e==`object`&&!!e}function Ui(e){try{return JSON.parse(e)}catch{return null}}function U(e){return typeof e==`string`?Bi(e):typeof e==`number`||typeof e==`boolean`?String(e):``}function Wi(e,t=5){if(!Array.isArray(e))return[];let n=[];for(let r of e){if(n.length>=t)break;if(typeof r==`string`){let e=Bi(r);e&&n.push(e);continue}if(Hi(r)){let e=U(r.path)||U(r.sourcePath)||U(r.title)||U(r.name)||U(r.label);e&&n.push(e)}}return n}function W(e,...t){for(let n of t){let t=U(e[n]);if(t)return t}return``}function Gi(e){let t=[e.file,e.path,e.files,e.changed_files,e.changedFiles].flatMap(e=>typeof e==`string`?[Bi(e)]:Wi(e,6));return[...new Set(t.filter(Boolean))].slice(0,6)}function Ki(e,t=6){let n=e.match(/(?:[A-Za-z]:[\\/]|\.\/?|\.\.[\\/]|[A-Za-z0-9_.-]+\/)[^\s,:;]+\.[A-Za-z0-9]+/g)??[];return[...new Set(n.map(e=>Bi(e)))].slice(0,t)}function qi(e,t){return e.length===0?``:`${t}: ${e.join(`, `)}`}function Ji(e,t=3){return e.split(/\r?\n/).map(e=>Bi(e)).filter(e=>e.length>=12).slice(0,t)}function Yi(e){if(!Hi(e))return``;let t=U(e.title)||U(e.path)||U(e.sourcePath)||U(e.file),n=U(e.snippet)||U(e.preview)||U(e.content)||U(e.summary);return Bi([t,n&&`- ${n}`].filter(Boolean).join(` `))}function Xi(e,t){let n=W(e,`query`),r=Ui(t);if(Hi(r)&&Array.isArray(r.results)){let e=r.results.map(e=>Yi(e)).filter(Boolean).slice(0,3);if(e.length>0)return H(`Query: ${n||`unknown`}. Top hits: ${e.join(` | `)}`,Ii[`search-result`])}let i=Ji(t,3);return H(`Query: ${n||`unknown`}. Top hits: ${i.join(` | `)}`,Ii[`search-result`])}function Zi(e,t){let n=W(e,`path`,`file`),r=Ui(t);if(Hi(r)){let e=U(r.path)||n||`unknown file`,t=Wi(r.imports,4),i=Wi(r.exports,5),a=Wi(r.functions,4),o=[`File: ${e}`,qi(i,`Exports`),qi(t,`Imports`),qi(a,`Functions`)].filter(Boolean);if(o.length>1)return H(o.join(`. `),Ii[`file-card`])}let i=Ji(t,4);return H(`File: ${n||`unknown file`}. Structure: ${i.join(` | `)}`,Ii[`file-card`])}function Qi(e,t){let n=Gi(e),r=W(e,`tier`)||`T1`,i=Ui(t);if(Hi(i)){let e=(Array.isArray(i.cards)?i.cards:[]).map(e=>Yi(e)).filter(Boolean).slice(0,3);if(e.length>0)return H(`Tier: ${r}. Files: ${n.join(`, `)||`unknown`}. Cards: ${e.join(` | `)}`,Ii[`file-card`])}let a=Ji(t,3);return H(`Tier: ${r}. Files: ${n.join(`, `)||`unknown`}. Highlights: ${a.join(` | `)}`,Ii[`file-card`])}function $i(e,t){let n=W(e,`path`,`file`),r=W(e,`query`);return H(`Path: ${n||`unknown`}. Focus: ${r||`general`}. Summary: ${t}`,Ii.analysis)}function ea(e,t){let n=Gi(e),r=Ui(t),i=Hi(r)?[...Wi(r.affectedFiles,8),...Wi(r.tests,4),...Wi(r.importers,4)]:[],a=[...new Set([...i,...Ki(t,8)])].slice(0,8),o=[`Changed: ${n.join(`, `)||`unknown`}`,qi(a,`Affected`)].filter(Boolean);return o.length>1?H(o.join(`. `),Ii.analysis):H(`Changed: ${n.join(`, `)||`unknown`}. Summary: ${t}`,Ii.analysis)}function ta(e,t){let n=W(e,`task`),r=Ui(t);if(Hi(r)){let e=Wi(r.files,6),t=typeof r.totalFiles==`number`?r.totalFiles:e.length;if(e.length>0)return H(`Task: ${n||`unknown`}. Reading plan (${t} files): ${e.join(`, `)}`,Ii[`step-summary`])}let i=Ki(t,6);return H(`Task: ${n||`unknown`}. Reading plan: ${i.join(`, `)||Ji(t,3).join(` | `)}`,Ii[`step-summary`])}function na(e,t){switch(e.toolName){case`search`:return Xi(e.args,t);case`file_summary`:return Zi(e.args,t);case`stratum_card`:return Qi(e.args,t);case`compact`:return $i(e.args,t);case`blast_radius`:return ea(e.args,t);case`scope_map`:return ta(e.args,t);default:return``}}function ra(e){switch(e.toolName){case`search`:return H(`Search: ${W(e.args,`query`)||`unknown query`}`,120);case`file_summary`:return H(`File summary: ${W(e.args,`path`,`file`)||`unknown file`}`,120);case`stratum_card`:return H(`Stratum card: ${Gi(e.args).join(`, `)||`unknown files`}${W(e.args,`tier`)?` (${W(e.args,`tier`)})`:``}`,120);case`compact`:return H(`Compact: ${W(e.args,`path`,`file`)||`unknown path`}${W(e.args,`query`)?` - ${W(e.args,`query`)}`:``}`,120);case`blast_radius`:return H(`Blast radius: ${Gi(e.args).join(`, `)||`unknown changes`}`,120);case`scope_map`:return H(`Scope map: ${W(e.args,`task`)||`unknown task`}`,120);default:return H(`Flow context: ${e.toolName}`,120)}}function ia(e){return{name:`flow-context`,tools:[...Li],extract(t){if(t.isError)return[];let n=e();if(!n?.active||!n.slug||!(t.toolName in Ri))return[];let r=B(t.result).trim();if(r.length<50)return[];let i=Ri[t.toolName],a=na(t,r);if(a.length<50)return[];let o=ra(t);return[{title:o,content:a,category:`flow-context`,tags:[`flow-context`,`flow:${n.slug}`,i,`tool:${t.toolName}`],hash:V(`${n.slug}|${t.toolName}|${o}|${a}`),quality:Vi(a),ttlMs:zi[i],source:t.toolName}]}}}const aa={name:`research-results`,tools:[`web_search`,`web_fetch`,`search`,`find`],extract(e){let t=B(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:V(`web-search-${r}`),quality:Math.min(.8,Zr(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:V(`web-fetch-${i}`),quality:Zr(a),source:e.toolName,ttlMs:864e5})}}if(e.toolName===`search`){let r=typeof e.args.query==`string`?e.args.query:``,i=typeof e.args.origin==`string`?e.args.origin:``,a=typeof e.args.search_mode==`string`?e.args.search_mode:`hybrid`;i===`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:V(`curated-search-${r}`),quality:.5,source:e.toolName,ttlMs:36e5}),i!==`curated`&&r&&t.length>150&&n.push({title:`Search: ${r.slice(0,80)}`,content:t.slice(0,500),category:`context`,tags:[`research`,`search`,i||`hybrid`,a],hash:V(`search-${r}-${i||`hybrid`}-${a}`),quality:.5,source:e.toolName,ttlMs:36e5})}if(e.toolName===`find`){let r=typeof e.args.query==`string`?e.args.query:``,i=typeof e.args.pattern==`string`?e.args.pattern:``,a=typeof e.args.glob==`string`?e.args.glob:``,o=typeof e.args.mode==`string`?e.args.mode:``,s=r||i||a||``;s&&t.length>100&&n.push({title:o?`Find (${o}): ${s.slice(0,60)}`:`Find: ${s.slice(0,60)}`,content:t.slice(0,600),category:`context`,tags:[`research`,`find`,o||`search`],hash:V(`find-${r}-${i}-${a}-${o}`),quality:.55,source:e.toolName,ttlMs:36e5})}return n}},oa=new Set([`neighbors`,`traverse`,`find_nodes`,`symbol360`]),sa=144e5;function ca(e,t){return e.slice(0,t).trim()}function la(e,t){let n=ca(t,800);return n.length<80?[]:[{title:`Symbol: ${e}`,content:n,category:`patterns`,tags:[`architecture`,`symbol`,`definition`],hash:V(`symbol-${e}`),quality:.7,ttlMs:sa,source:`symbol`}]}function ua(e,t,n){let r=ca(n,800);return r.length<100?[]:[{title:`Trace ${t}: ${e}`,content:r,category:`patterns`,tags:[`architecture`,`trace`,`data-flow`,t],hash:V(`trace-${e}-${t}`),quality:.75,ttlMs:sa,source:`trace`}]}function da(e,t){return e===`find_nodes`?`Graph nodes: ${t}`:e===`neighbors`?`Graph neighbors: ${t}`:e===`traverse`?`Graph traverse: ${t}`:`Symbol360: ${t}`}function fa(e,t,n,r,i){let a=ca(i,600);return a.length<50?[]:[{title:da(e,t),content:a,category:`patterns`,tags:[`architecture`,`graph`,e],hash:V(`graph-${e}-${t}-${n}-${r}`),quality:.6,ttlMs:sa,source:`graph`}]}const pa={name:`symbol-analysis`,tools:[`symbol`,`trace`,`graph`],extract(e){let t=B(e.result);if(!t||e.isError)return[];if(e.toolName===`symbol`){let n=typeof e.args.name==`string`?e.args.name:``;return n?la(n,t):[]}if(e.toolName===`trace`){let n=typeof e.args.start==`string`?e.args.start:``,r=typeof e.args.direction==`string`?e.args.direction:``;return!n||!r?[]:ua(n,r,t)}if(e.toolName===`graph`){let n=typeof e.args.action==`string`?e.args.action:``;if(!oa.has(n))return[];let r=typeof e.args.node_id==`string`?e.args.node_id:``,i=typeof e.args.name_pattern==`string`?e.args.name_pattern:``;if(n===`find_nodes`&&!i||(n===`neighbors`||n===`traverse`||n===`symbol360`)&&!r)return[];let a=typeof e.args.direction==`string`?e.args.direction:`both`,o=typeof e.args.max_depth==`number`?String(e.args.max_depth):``;return fa(n,n===`find_nodes`?i:r,a,o,t)}return[]}};function ma(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 ha(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 ga={name:`test-results`,tools:[`check`,`test_run`],extract(e){let t=B(e.result);if(!t)return[];let n=[],r=ma(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:V(`test-framework-${r}`),quality:.7,source:e.toolName});let i=ha(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:V(`test-pattern-${i}`),quality:.7,source:e.toolName}),n}};function _a(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 va={name:`tool-failure-patterns`,tools:[],extract(e){if(!e.isError)return[];let t=B(e.result);if(!t||t.length<30)return[];let{type:n,actionable:r}=_a(t);if(!r)return[];let i=t.slice(0,500),a=Zr(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:V(`smart-error-${n}-${e.toolName}-${t.slice(0,80)}`),quality:Math.min(.7,a+.1),source:e.toolName,ttlMs:72e5}]}};var ya=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 ba(e){return{content:[{type:`text`,text:(e instanceof Error,String(e))}],isError:!0}}function xa(e,t){try{e.push(t)}catch{}}function Sa(e){return async(t,n)=>{let r=Date.now();try{let i=await n();return xa(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 xa(e,{toolName:t.toolName,args:t.args,result:ba(n),durationMs:Date.now()-r,isError:!0,timestamp:new Date().toISOString()}),n}}}const Ca=I(`auto-knowledge`);var wa=class{registry;curated;flowContextAdapter;queue=[];timer=null;seenHashes=new Map;failedBuffer=[];maxBufferSize=50;storedCount=0;droppedCount=0;dedupedCount=0;bufferDropCount=0;recoveryListenerRegistered=!1;config;existingTitles=null;recoveryListener=null;constructor(e,t,n={},r){this.registry=e,this.curated=t,this.flowContextAdapter=r,this.config={...Xr,...n}}push(e){if(!(!this.config.enabled||!this.curated&&!this.flowContextAdapter)&&!(this.storedCount>=this.config.maxFactsPerSession)){if(this.queue.push(e),this.queue.length>=this.config.batchSize){this.flush().catch(e=>{Ca.warn(`Auto-knowledge flush error`,{error:String(e)})});return}this.scheduleBatch()}}async flush(){this.timer&&=(clearTimeout(this.timer),null);let e=this.queue.splice(0);if(e.length===0||!this.curated&&!this.flowContextAdapter)return;this.existingTitles===null&&(this.existingTitles=await this.loadExistingTitles());let t=new Map;for(let n of e)for(let e of this.registry.extractAll(n)){if(e.quality<this.config.minQuality){this.droppedCount++;continue}if(this.isSeenRecently(e)){this.dedupedCount++;continue}if(t.has(e.hash)){this.dedupedCount++;continue}if(this.existingTitles.has(this.normalizeTitle(e.title))){this.dedupedCount++;continue}t.set(e.hash,e)}for(let e of t.values()){if(this.storedCount>=this.config.maxFactsPerSession)break;if(Ee.instance().isDegraded(`embedder`)){Ca.debug?.(`Auto-knowledge embedder degraded — buffering fact`),this.bufferFact(e);continue}try{await this.storeFact(e)}catch(t){Ca.warn(`Auto-knowledge store failed — buffered for retry`,{title:e.title,error:String(t)}),this.bufferFact(e)}}}reset(){this.queue=[],this.seenHashes.clear(),this.failedBuffer.length=0,this.storedCount=0,this.droppedCount=0,this.dedupedCount=0,this.bufferDropCount=0,this.existingTitles=null,this.removeRecoveryListener(),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,bufferSize:this.failedBuffer.length,bufferDropped:this.bufferDropCount}}bufferFact(e){this.failedBuffer.length>=this.maxBufferSize&&(this.failedBuffer.shift(),this.bufferDropCount++),this.failedBuffer.push(e),this.ensureRecoveryListener()}ensureRecoveryListener(){if(this.recoveryListenerRegistered)return;let e=Ee.instance(),t=n=>{n.subsystem===`embedder`&&(e.removeListener(`healthy`,t),this.recoveryListener=null,this.recoveryListenerRegistered=!1,this.flushBuffer().catch(e=>{Ca.warn(`Buffer flush failed`,{error:String(e)})}))};this.recoveryListener=t,this.recoveryListenerRegistered=!0,e.on(`healthy`,t)}removeRecoveryListener(){if(!this.recoveryListener){this.recoveryListenerRegistered=!1;return}Ee.instance().removeListener(`healthy`,this.recoveryListener),this.recoveryListener=null,this.recoveryListenerRegistered=!1}async flushBuffer(){if(this.failedBuffer.length===0||!this.curated&&!this.flowContextAdapter)return;this.existingTitles===null&&(this.existingTitles=await this.loadExistingTitles()),Ca.info(`Flushing ${this.failedBuffer.length} buffered auto-knowledge facts`);let e=this.failedBuffer.splice(0);for(let t=0;t<e.length;t++){let n=e[t];if(n){if(this.storedCount>=this.config.maxFactsPerSession){this.failedBuffer.unshift(...e.slice(t));break}if(Ee.instance().isDegraded(`embedder`)){this.failedBuffer.unshift(...e.slice(t)),this.ensureRecoveryListener();break}try{if(!await this.storeFact(n))continue;Ca.info(`Buffered fact stored on recovery`,{title:n.title})}catch(r){Ca.warn(`Auto-knowledge store failed — buffered for retry`,{title:n.title,error:String(r)}),this.failedBuffer.unshift(n,...e.slice(t+1)),this.ensureRecoveryListener();break}}}}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 storeFact(e){if(e.tags.includes(`flow-context`)&&this.flowContextAdapter){let t=`${e.tags.find(e=>!e.startsWith(`flow:`)&&!e.startsWith(`tool:`)&&e!==`flow-context`)||`analysis`}/${e.title.toLowerCase().replace(/[^a-z0-9]+/g,`-`).slice(0,60)}.md`;await this.flowContextAdapter.write(t,`# ${e.title}\n\n${e.content}`)}else if(this.curated)await this.curated.remember(e.title,e.content,e.category,e.tags);else return!1;return this.seenHashes.set(e.hash,Date.now()),this.existingTitles?.add(this.normalizeTitle(e.title)),this.storedCount++,Ca.info(`Auto-knowledge stored`,{title:e.title,category:e.category,quality:e.quality,source:e.source}),!0}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{Ca.warn(`Failed to load existing curated titles for dedup`,{})}return e}scheduleBatch(){this.timer||=setTimeout(()=>{this.timer=null,this.flush().catch(e=>{Ca.warn(`Auto-knowledge flush error`,{error:String(e)})})},this.config.debounceMs)}};const Ta=/```/,Ea=/^\s*(?:import|export|function|class|interface|type|const|let|var|return|if|for|while|switch|try|catch|throw|await|async)\b/,Da=/=>|;\s*$|{\s*$|}\s*$|:\s*(?:string|number|boolean|unknown|void|any|Record|Array|Set|Map|Promise|ReadonlyArray)\b/;function Oa(e){if(e.includes("```")||Ta.test(e))return!0;let t=e.split(/\r?\n/u).filter(e=>e.trim().length>0);if(t.length<3)return!1;let n=0;for(let e of t)(Ea.test(e)||Da.test(e))&&(n+=1);return n/t.length>=.25}function ka(e){let t=e.meta?.compression?.preserve??`balanced`;if(t===`exact`||Oa(e.text))return{profile:`exact`,shouldCompress:!1,mode:`structural`,threshold:e.threshold,tokenBudget:e.tokenBudget,reason:t===`exact`?`tool-specific preservation profile`:`code-like output preserved verbatim`};if(t===`dense`){let t=Math.max(1,Math.floor(e.threshold*.65)),n=Math.max(1,Math.floor(e.tokenBudget*.6));return{profile:`dense`,shouldCompress:e.text.length>=t,mode:`aggressive`,threshold:t,tokenBudget:n,reason:`dense tool profile`}}return{profile:`balanced`,shouldCompress:e.text.length>=e.threshold,mode:`structural`,threshold:e.threshold,tokenBudget:e.tokenBudget,reason:`balanced tool profile`}}const Aa=new Set([`compact`,`digest`,`file_summary`,`stratum_card`,`present`,`web_fetch`,`web_search`,`check`,`audit`]);function ja(e){switch(e){case`efficient`:return{threshold:2e3,tokenBudget:1e3};case`full`:return{threshold:1/0};default:return{threshold:4e3,tokenBudget:2e3}}}function Ma(e){let t=e?.threshold??4e3,n=e?.tokenBudget??2e3;return async(e,r)=>{if(Aa.has(e.toolName))return r();let i=await r();if(!Array.isArray(i.content))return i;let a={profile:`balanced`,applied:!1,reason:`below threshold`,mode:`structural`,threshold:t,tokenBudget:n,originalChars:0,compressedChars:0,savedChars:0,compressedItems:0,preservedItems:0},o=i.content.map(r=>{if(r.type!==`text`||typeof r.text!=`string`)return r;a.originalChars+=r.text.length;let i=ka({meta:e.meta,text:r.text,threshold:t,tokenBudget:n});if(a.profile=i.profile,a.mode=i.mode,a.threshold=i.threshold,a.tokenBudget=i.tokenBudget,a.reason=i.reason,!i.shouldCompress||r.text.length<i.threshold)return a.preservedItems+=1,a.compressedChars+=r.text.length,r;let o=Qe({text:r.text,tool:e.toolName,tokenBudget:i.tokenBudget,mode:i.mode});return a.applied=!0,a.compressedItems+=1,a.compressedChars+=o.text.length,o.text===r.text?r:{...r,text:o.text}});return a.originalChars===0?i:(a.savedChars=a.originalChars-a.compressedChars,{...i,content:o,_meta:{...i._meta??{},compression:a}})}}var Na=class{baseDir;getActiveSlug;constructor(e,t){this.baseDir=e,this.getActiveSlug=t}async initialize(){await jn(this.baseDir,{recursive:!0})}async read(e){let t=this.resolveScopedPath(e);if(t==null)return null;try{return await Mn(t,`utf-8`)}catch(e){if(this.isMissingError(e))return null;throw e}}async write(e,t,n){let r=this.resolveScopedPath(e);r!=null&&(await jn(ge(r),{recursive:!0}),await Ln(r,t,{encoding:`utf-8`,flag:n?.exclusive?`wx`:`w`}))}async delete(e){let t=this.resolveScopedPath(e);if(t==null)return!1;try{return await In(t),!0}catch(e){if(this.isMissingError(e))return!1;throw e}}async list(e){let t=this.getActiveSlugDir();if(t==null)return[];let n=e?this.resolveScopedPath(e):t;return n==null?[]:this.collectFiles(n,e??``)}async exists(e){let t=this.resolveScopedPath(e);if(t==null)return!1;try{return await Fn(t),!0}catch(e){if(this.isMissingError(e))return!1;throw e}}async listDirectories(){let e=this.getActiveSlugDir();if(e==null)return[];try{return(await Nn(e,{withFileTypes:!0})).filter(e=>e.isDirectory()&&/^[a-z][a-z0-9-]*$/.test(e.name)).map(e=>e.name).sort()}catch(e){if(this.isMissingError(e))return[];throw e}}async flushAll(){let e=this.getActiveSlugDir();if(e==null)return 0;let t=await this.countFiles(e);return t===0?0:(await Pn(e,{recursive:!0,force:!0}),t)}async close(){}getActiveSlugDir(){let e=this.getActiveSlug();return e?P(this.baseDir,e):null}resolveScopedPath(e){let t=this.getActiveSlugDir();if(t==null)return null;let n=F(t),r=F(n,e),i=ve(n,r);if(i===``||i===`..`||i.startsWith(`..${ye}`)||_e(i))throw Error(`Path escapes active flow context scope: ${e}`);return r}async collectFiles(e,t){let n;try{n=await Nn(e,{withFileTypes:!0})}catch(e){if(this.isMissingError(e))return[];throw e}let r=[];for(let i of n){let n=t?`${t}/${i.name}`:i.name,a=P(e,i.name);if(i.isDirectory()){r.push(...await this.collectFiles(a,n));continue}if(!(!i.isFile()||!i.name.endsWith(`.md`)))try{let e=await Fn(a);r.push({path:n,size:e.size,mtimeMs:e.mtimeMs})}catch(e){if(!this.isMissingError(e))throw e}}return r.sort((e,t)=>e.path.localeCompare(t.path))}async countFiles(e){let t;try{t=await Nn(e,{withFileTypes:!0})}catch(e){if(this.isMissingError(e))return 0;throw e}let n=0;for(let r of t){let t=P(e,r.name);if(r.isDirectory()){n+=await this.countFiles(t);continue}r.isFile()&&(n+=1)}return n}isMissingError(e){return typeof e==`object`&&!!e&&`code`in e&&(e.code===`ENOENT`||e.code===`ENOTDIR`)}};const Pa=I(`observation-capture`),Fa=[`check`,`test_run`,`search`,`trace`],Ia=[/\bAuthorization\s*:\s*Bearer\s+[A-Za-z0-9\-._~+/]+=*/gi,/\bBearer\s+[A-Za-z0-9\-._~+/]+=*/g,/\b(?:sk|ghp|gho|glpat|xoxb|xoxp)-[A-Za-z0-9\-._]{20,}\b/g,/\b(?:token|key|secret|password|auth(?:orization)?)\s*[=:]\s*['"]?[^\s'"&]{8,}/gi,/\b(?:token|key|secret|password|auth(?:orization)?)=[^\s&]+/gi,/\b[A-Z][A-Z0-9_]*(?:PASSWORD|SECRET|TOKEN|AUTH)[A-Z0-9_]*\b\s*[=:]\s*['"]?[^\s'"]+/g,/\b[A-Z][A-Z0-9_]*KEY[A-Z0-9_]*\b\s*[=:]\s*['"]?[^\s'"]{8,}/g,/-----BEGIN [\w\s]+-----[\s\S]*?-----END [\w\s]+-----/g],La=new Set([`env`,`auth`,`config`]),Ra=2e3,za={enabled:!0,rateLimit:10,captureFrom:[...Fa],minContentLength:50};var Ba=class{maxPerMinute;timestamps=[];constructor(e){this.maxPerMinute=e}canCapture(e=Date.now()){return this.prune(e),this.timestamps.length<this.maxPerMinute}record(e=Date.now()){this.prune(e),this.timestamps.push(e)}setLimit(e){this.maxPerMinute=e,this.prune(Date.now())}prune(e){let t=e-6e4;this.timestamps=this.timestamps.filter(e=>e>t)}};function Va(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}function Ha(e){return typeof e==`string`?e:Va(e)?[Array.isArray(e.content)?e.content.filter(e=>Va(e)).map(e=>typeof e.text==`string`?e.text:``).filter(e=>e.length>0).join(`
14
+ `)}}]}))}const Xr={enabled:!0,batchSize:10,debounceMs:5e3,maxFactsPerSession:50,minQuality:.3};function Zr(e){return(e.content??[]).filter(e=>e.type===`text`&&typeof e.text==`string`).map(e=>e.text??``).join(`
15
+ `)}function B(e){return k(`sha256`).update(e).digest(`hex`).slice(0,16)}function Qr(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 $r={enabled:!0,batchThreshold:20,cooldownMs:3e5,maxCandidatesPerSession:5,initialConfidence:40,excludeTools:[`knowledge`,`replay`,`stash`,`checkpoint`,`session_digest`,`reindex`,`status`,`flow`,`evidence_map`,`present`]},ei=new Set([`search`,`find`,`symbol`,`grep_search`,`semantic_search`]),ti=new Set([`replace_string_in_file`,`editfiles`,`create_file`,`apply_patch`]),ni=new Set([`check`,`test_run`]),ri=new Set(`action.and.args.auto.buffer.category.content.create.cwd.false.file.files.find.grep.json.knowledge.list.path.query.read.replace.search.semantic.subaction.symbol.test.tool.true.update`.split(`.`));function ii(e){let t=e.toLowerCase().match(/[a-z0-9]{2,}/g)??[];return new Set(t)}function ai(e,t){let n=ii(e),r=ii(t);if(n.size===0&&r.size===0)return 1;if(n.size===0||r.size===0)return 0;let i=new Set([...n].filter(e=>r.has(e))),a=new Set([...n,...r]);return i.size/a.size}function oi(e,t){return e.length<=t?e:`${e.slice(0,Math.max(0,t-1))}...`}function si(e){try{return JSON.stringify(e)}catch{return`[unserializable args]`}}function ci(e){return e.replace(/^mcp_[^_]+_/,``).toLowerCase()}function li(e){return[...new Set(e.filter(e=>e.length>0))]}function ui(e,t){return{...t,confidence:$r.initialConfidence,tags:[`auto-observed`,`detector:${e}`],detector:e}}function di(e,t){let n=new Map;for(let t of e)for(let e of ii(t))ri.has(e)||n.set(e,(n.get(e)??0)+1);let r=[...n.entries()].filter(([,e])=>e>=t).sort((e,t)=>t[1]-e[1]||e[0].localeCompare(t[0])).map(([e])=>e);return r.length>0?r.slice(0,4):[...n.entries()].sort((e,t)=>t[1]-e[1]||e[0].localeCompare(t[0])).slice(0,4).map(([e])=>e)}function fi(e){return e.length>0?e.join(`, `):`similar tasks`}function pi(e){if(typeof e!=`object`||!e)return!1;let t=e;return typeof t.ts==`number`&&Number.isFinite(t.ts)&&typeof t.tool==`string`&&typeof t.input==`string`&&(t.output===void 0||typeof t.output==`string`)&&Array.isArray(t.files)&&t.files.every(e=>typeof e==`string`)}function mi(e){let t=[];for(let n of e)t.some(e=>ai(e.title,n.title)>.8)||t.push(n);return t}function hi(e){return typeof e==`string`?[e]:Array.isArray(e)?e.filter(e=>typeof e==`string`):[]}function gi(e){return typeof e==`string`?[...e.matchAll(/^\*\*\* (?:Add|Delete|Update) File: (.+)$/gm)].map(e=>e[1]?.trim()??``).filter(Boolean):[]}function _i(e){let t=[],n=e=>{if(!(typeof e!=`object`||!e)){if(Array.isArray(e)){for(let t of e)n(t);return}for(let[r,i]of Object.entries(e))(r===`path`||r===`filePath`||r===`files`)&&t.push(...hi(i)),n(i)}};return n(e),t.push(...gi(e.input)),li(t)}function vi(e){return{tool:e.toolName,input:oi(si(e.args),200),output:oi(Zr(e.result),500),files:_i(e.args),ts:Date.now()}}function yi(e){return{title:e.title,content:`${e.context}\n\n${e.insight}\n\nEvidence:\n${e.evidence}`,category:`conventions`,tags:li([`auto-observed`,`detector:${e.detector}`,...e.tags]),hash:k(`sha256`).update(`${e.detector}:${e.title}`).digest(`hex`).slice(0,16),quality:Math.max(0,Math.min(1,e.confidence/100)),source:`behavioral:${e.detector}`}}function bi(e){let t=new Map;for(let n of e){let e=ci(n.tool),r=t.get(e)??[];r.push(n),t.set(e,r)}return[...t.entries()].filter(([,e])=>e.length>=5).map(([e,t])=>{let n=fi(di(t.map(e=>e.input),Math.max(2,Math.ceil(t.length/2))));return ui(`tool-preference`,{title:`Preferred tool: ${e} for ${n}`,context:`Observed ${t.length} ${e} calls with recurring inputs around ${n}.`,insight:`Use ${e} when working with ${n}.`,evidence:t.slice(0,5).map(e=>`${e.tool}: ${e.input}`).join(`
16
+ `)})})}function xi(e){let t=new Map;for(let n=0;n<e.length;n+=1){let r=e[n];if(ei.has(ci(r.tool)))for(let i=n+1;i<e.length&&i<=n+5;i+=1){let n=e[i];if(!(!ti.has(ci(n.tool))||n.files.length===0))for(let e of li(n.files)){let i=t.get(e)??{count:0,queries:[],evidence:[]};i.count+=1,i.queries.push(r.input),i.evidence.push(`${r.tool}: ${r.input} -> ${n.tool}: ${e}`),t.set(e,i)}}}return[...t.entries()].filter(([,e])=>e.count>=3).map(([e,t])=>{let n=fi(di(t.queries,Math.max(2,Math.ceil(t.count/2))));return ui(`search-action`,{title:`Check ${e} when searching for ${n}`,context:`Searches related to ${n} were followed by edits to ${e} ${t.count} times within five tool calls.`,insight:`When working on ${n}, check ${e} early because searches repeatedly led there.`,evidence:t.evidence.slice(0,5).join(`
17
+ `)})})}function Si(e){let t=new Map;for(let n=0;n<e.length-2;n+=1){let r=e[n];if(!ni.has(ci(r.tool)))continue;let i=new Set,a=!1;for(let o=n+1;o<e.length;o+=1){let n=e[o],s=ci(n.tool);if(ti.has(s)){a=!0;for(let e of n.files)i.add(e);continue}if(ni.has(s)){if(!a||i.size===0)break;let e=[...i].sort(),o=e.join(`|`),s=t.get(o)??{count:0,evidence:[]};s.count+=1,s.evidence.push(`${r.tool} -> edit(${e.join(`, `)}) -> ${n.tool}`),t.set(o,s);break}if(!a)break}}return[...t.entries()].filter(([,e])=>e.count>=2).map(([e,t])=>{let n=e.split(`|`);return ui(`error-fix-cycle`,{title:`Repeated validation-edit loop in ${n.length===1?n[0]:`${n[0]} and related files`}`,context:`Observed ${t.count} validation cycles touching ${n.join(`, `)}.`,insight:`Common fix pattern in ${n.join(`, `)}: check -> edit -> recheck.`,evidence:t.evidence.slice(0,5).join(`
18
+ `)})})}function Ci(e,t=$r){if(!t.enabled||e.length===0)return[];let n=new Set(t.excludeTools.map(e=>e.toLowerCase())),r=e.filter(e=>!n.has(ci(e.tool)));return mi([...bi(r),...xi(r),...Si(r)].map(e=>({...e,confidence:t.initialConfidence,tags:li([`auto-observed`,`detector:${e.detector}`,...e.tags])}))).slice(0,t.maxCandidatesPerSession)}function wi(e){return e.split(`
19
+ `).filter(Boolean).map(e=>{try{return JSON.parse(e)}catch{return null}}).filter(pi).map(e=>({...e,output:e.output??``}))}var Ti=class{name=`behavioral`;tools=[];buffer=[];eventCounter=0;lastDetectionTs=0;extract(e){if(this.push(vi(e)),this.eventCounter+=1,this.eventCounter%50!=0)return[];let t=Date.now();if(t-this.lastDetectionTs<3e5)return[];let n=Ci(this.buffer).map(yi);return this.eventCounter=0,this.lastDetectionTs=t,n}push(e){this.buffer.push(e),this.buffer.length>100&&this.buffer.splice(0,this.buffer.length-100)}};function Ei(){return new Ti}Ei();const Di={name:`build-commands`,tools:[`check`,`test_run`],extract(e){if(e.isError)return[];let t=Zr(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:B(`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:B(`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:B(`test-cmd-${t}`),quality:.9,source:e.toolName})}}return n}},Oi={name:`codebase-insights`,tools:[`analyze`,`scope_map`,`blast_radius`,`onboard`],extract(e){let t=Zr(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:B(`structure-${r}`),quality:Math.min(.9,Qr(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(`
20
+ `)}`;n.push({title:`Dependencies: ${r}`,content:t,category:`context`,tags:[`architecture`,`dependencies`,`analysis`],hash:B(`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:B(`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(`
21
+ `)}`,category:`context`,tags:[`architecture`,`entry-points`],hash:B(`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:B(`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:B(`onboard-summary`),quality:.9,source:e.toolName}),n}};function ki(e,t,n,r,i,a,o){return{title:e,content:t,category:`context`,tags:o,hash:B(n),quality:r,ttlMs:i,source:a}}const Ai={name:`context-reads`,tools:[`compact`,`file_summary`,`digest`,`lookup`,`stratum_card`],extract(e){if(e.isError)return[];let t=Zr(e.result);if(!t)return[];if(e.toolName===`compact`){let n=typeof e.args.path==`string`?e.args.path:void 0,r=typeof e.args.query==`string`?e.args.query:void 0;return!n||!r||t.length<100?[]:[ki(`Context: ${n} (${r.slice(0,40)})`,t.slice(0,800),`compact-${n}-${r}`,.7,72e5,e.toolName,[`context`,`compact`,`file-read`])]}if(e.toolName===`file_summary`){let n=typeof e.args.path==`string`?e.args.path:void 0;return!n||t.length<50?[]:[ki(`Structure: ${he(n)}`,t,`file-summary-${n}`,.65,144e5,e.toolName,[`context`,`file-summary`,`structure`])]}if(e.toolName===`digest`){let n=typeof e.args.query==`string`?e.args.query:void 0;if(!n||t.length<150)return[];let r=Array.isArray(e.args.sources)?e.args.sources.map(e=>{if(!e||typeof e!=`object`)return``;let t=e.id;return typeof t==`string`?t:``}).join(`,`):``;return[ki(`Digest: ${n.slice(0,60)}`,t.slice(0,1e3),`digest-${n}-${r}`,.75,72e5,e.toolName,[`context`,`digest`,`compression`])]}if(e.toolName===`lookup`){let n=typeof e.args.path==`string`?e.args.path:void 0;return!n||t.length<100?[]:[ki(`Indexed: ${he(n)}`,t.slice(0,600),`lookup-${n}`,.5,72e5,e.toolName,[`context`,`lookup`,`file-content`])]}if(e.toolName===`stratum_card`){let n=Array.isArray(e.args.files)?e.args.files.filter(e=>typeof e==`string`):[],r=typeof e.args.query==`string`?e.args.query:``,i=typeof e.args.tier==`string`?e.args.tier:void 0;if(n.length===0||!i||t.length<50)return[];let a=n.join(`,`),o=i===`T2`?`stratum-${a}-${i}-${r}`:`stratum-${a}-${i}`;return[ki(`Card [${i}]: ${n[0]} (+${n.length-1})`,t.slice(0,600),o,i===`T2`?.7:.55,72e5,e.toolName,[`context`,`stratum-card`,i])]}return[]}};function ji(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:B(`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:B(`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:B(`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:B(`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:B(`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:B(`convention-monorepo`),quality:.7,source:t}),n}function Mi(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:B(`pattern-${r}`),quality:.6,source:t})}return n}const Ni={name:`convention-detection`,tools:[`check`,`analyze`,`onboard`],extract(e){let t=Zr(e.result);if(!t||e.isError)return[];let n=[];return n.push(...ji(t,e.toolName)),e.toolName===`analyze`&&e.args.aspect===`patterns`&&n.push(...Mi(t,e.toolName)),n}};function Pi(e,t){return e.match(t)?.[1]?.trim()||null}function Fi(e,t,n,r,i,a){return{title:e,content:t,category:`context`,tags:n,hash:B(r),quality:i,source:a}}const Ii={name:`environment-facts`,tools:[`env`,`config`,`status`],extract(e){let t=Zr(e.result);if(!t)return[];let n=[],r=Pi(t,/node(?:\.js)?\s*[:=]\s*([^\r\n]+)/i);r&&n.push(Fi(`Node.js version`,`Detected Node.js version: ${r}`,[`environment`,`node`],`node-version-${r}`,.4,e.toolName));let i=Pi(t,/(?:^|\n)os\s*[:=]\s*([^\r\n]+)/i);i&&n.push(Fi(`Operating system`,`Detected OS: ${i}`,[`environment`,`os`],`os-${i}`,.4,e.toolName));let a=Pi(t,/workspace(?: path)?\s*[:=]\s*([^\r\n]+)/i);a&&n.push(Fi(`Workspace path`,`Primary workspace path: ${a}`,[`environment`,`workspace`],`workspace-${a}`,.4,e.toolName));let o=Pi(t,/store(?: backend)?\s*[:=]\s*([^\r\n]+)/i);o&&n.push(Fi(`Store backend`,`Configured store backend: ${o}`,[`environment`,`storage`],`store-${o}`,.6,e.toolName));let s=Pi(t,/embedding(?: model)?\s*[:=]\s*([^\r\n]+)/i);return s&&n.push(Fi(`Embedding model`,`Configured embedding model: ${s}`,[`environment`,`embedding`],`embedding-${s}`,.6,e.toolName)),n}},Li={"search-result":800,"file-card":2e3,analysis:1500,"step-summary":3e3},Ri=[`search`,`file_summary`,`stratum_card`,`compact`,`blast_radius`,`scope_map`],zi={search:`search-result`,file_summary:`file-card`,stratum_card:`file-card`,compact:`analysis`,blast_radius:`analysis`,scope_map:`step-summary`},Bi={"search-result":72e5,"file-card":144e5,analysis:144e5,"step-summary":288e5};function Vi(e){return e.replace(/\s+/g,` `).trim()}function Hi(e){return Math.max(.6,Math.min(.8,Qr(e)))}function V(e,t=500){let n=Vi(e);return n.length<=t?n:`${n.slice(0,Math.max(0,t-3)).trimEnd()}...`}function Ui(e){return typeof e==`object`&&!!e}function Wi(e){try{return JSON.parse(e)}catch{return null}}function H(e){return typeof e==`string`?Vi(e):typeof e==`number`||typeof e==`boolean`?String(e):``}function Gi(e,t=5){if(!Array.isArray(e))return[];let n=[];for(let r of e){if(n.length>=t)break;if(typeof r==`string`){let e=Vi(r);e&&n.push(e);continue}if(Ui(r)){let e=H(r.path)||H(r.sourcePath)||H(r.title)||H(r.name)||H(r.label);e&&n.push(e)}}return n}function U(e,...t){for(let n of t){let t=H(e[n]);if(t)return t}return``}function Ki(e){let t=[e.file,e.path,e.files,e.changed_files,e.changedFiles].flatMap(e=>typeof e==`string`?[Vi(e)]:Gi(e,6));return[...new Set(t.filter(Boolean))].slice(0,6)}function qi(e,t=6){let n=e.match(/(?:[A-Za-z]:[\\/]|\.\/?|\.\.[\\/]|[A-Za-z0-9_.-]+\/)[^\s,:;]+\.[A-Za-z0-9]+/g)??[];return[...new Set(n.map(e=>Vi(e)))].slice(0,t)}function Ji(e,t){return e.length===0?``:`${t}: ${e.join(`, `)}`}function Yi(e,t=3){return e.split(/\r?\n/).map(e=>Vi(e)).filter(e=>e.length>=12).slice(0,t)}function Xi(e){if(!Ui(e))return``;let t=H(e.title)||H(e.path)||H(e.sourcePath)||H(e.file),n=H(e.snippet)||H(e.preview)||H(e.content)||H(e.summary);return Vi([t,n&&`- ${n}`].filter(Boolean).join(` `))}function Zi(e,t){let n=U(e,`query`),r=Wi(t);if(Ui(r)&&Array.isArray(r.results)){let e=r.results.map(e=>Xi(e)).filter(Boolean).slice(0,3);if(e.length>0)return V(`Query: ${n||`unknown`}. Top hits: ${e.join(` | `)}`,Li[`search-result`])}let i=Yi(t,3);return V(`Query: ${n||`unknown`}. Top hits: ${i.join(` | `)}`,Li[`search-result`])}function Qi(e,t){let n=U(e,`path`,`file`),r=Wi(t);if(Ui(r)){let e=H(r.path)||n||`unknown file`,t=Gi(r.imports,4),i=Gi(r.exports,5),a=Gi(r.functions,4),o=[`File: ${e}`,Ji(i,`Exports`),Ji(t,`Imports`),Ji(a,`Functions`)].filter(Boolean);if(o.length>1)return V(o.join(`. `),Li[`file-card`])}let i=Yi(t,4);return V(`File: ${n||`unknown file`}. Structure: ${i.join(` | `)}`,Li[`file-card`])}function $i(e,t){let n=Ki(e),r=U(e,`tier`)||`T1`,i=Wi(t);if(Ui(i)){let e=(Array.isArray(i.cards)?i.cards:[]).map(e=>Xi(e)).filter(Boolean).slice(0,3);if(e.length>0)return V(`Tier: ${r}. Files: ${n.join(`, `)||`unknown`}. Cards: ${e.join(` | `)}`,Li[`file-card`])}let a=Yi(t,3);return V(`Tier: ${r}. Files: ${n.join(`, `)||`unknown`}. Highlights: ${a.join(` | `)}`,Li[`file-card`])}function ea(e,t){let n=U(e,`path`,`file`),r=U(e,`query`);return V(`Path: ${n||`unknown`}. Focus: ${r||`general`}. Summary: ${t}`,Li.analysis)}function ta(e,t){let n=Ki(e),r=Wi(t),i=Ui(r)?[...Gi(r.affectedFiles,8),...Gi(r.tests,4),...Gi(r.importers,4)]:[],a=[...new Set([...i,...qi(t,8)])].slice(0,8),o=[`Changed: ${n.join(`, `)||`unknown`}`,Ji(a,`Affected`)].filter(Boolean);return o.length>1?V(o.join(`. `),Li.analysis):V(`Changed: ${n.join(`, `)||`unknown`}. Summary: ${t}`,Li.analysis)}function na(e,t){let n=U(e,`task`),r=Wi(t);if(Ui(r)){let e=Gi(r.files,6),t=typeof r.totalFiles==`number`?r.totalFiles:e.length;if(e.length>0)return V(`Task: ${n||`unknown`}. Reading plan (${t} files): ${e.join(`, `)}`,Li[`step-summary`])}let i=qi(t,6);return V(`Task: ${n||`unknown`}. Reading plan: ${i.join(`, `)||Yi(t,3).join(` | `)}`,Li[`step-summary`])}function ra(e,t){switch(e.toolName){case`search`:return Zi(e.args,t);case`file_summary`:return Qi(e.args,t);case`stratum_card`:return $i(e.args,t);case`compact`:return ea(e.args,t);case`blast_radius`:return ta(e.args,t);case`scope_map`:return na(e.args,t);default:return``}}function ia(e){switch(e.toolName){case`search`:return V(`Search: ${U(e.args,`query`)||`unknown query`}`,120);case`file_summary`:return V(`File summary: ${U(e.args,`path`,`file`)||`unknown file`}`,120);case`stratum_card`:return V(`Stratum card: ${Ki(e.args).join(`, `)||`unknown files`}${U(e.args,`tier`)?` (${U(e.args,`tier`)})`:``}`,120);case`compact`:return V(`Compact: ${U(e.args,`path`,`file`)||`unknown path`}${U(e.args,`query`)?` - ${U(e.args,`query`)}`:``}`,120);case`blast_radius`:return V(`Blast radius: ${Ki(e.args).join(`, `)||`unknown changes`}`,120);case`scope_map`:return V(`Scope map: ${U(e.args,`task`)||`unknown task`}`,120);default:return V(`Flow context: ${e.toolName}`,120)}}function aa(e){return{name:`flow-context`,tools:[...Ri],extract(t){if(t.isError)return[];let n=e();if(!n?.active||!n.slug||!(t.toolName in zi))return[];let r=Zr(t.result).trim();if(r.length<50)return[];let i=zi[t.toolName],a=ra(t,r);if(a.length<50)return[];let o=ia(t);return[{title:o,content:a,category:`flow-context`,tags:[`flow-context`,`flow:${n.slug}`,i,`tool:${t.toolName}`],hash:B(`${n.slug}|${t.toolName}|${o}|${a}`),quality:Hi(a),ttlMs:Bi[i],source:t.toolName}]}}}const oa={name:`research-results`,tools:[`web_search`,`web_fetch`,`search`,`find`],extract(e){let t=Zr(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:B(`web-search-${r}`),quality:Math.min(.8,Qr(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:B(`web-fetch-${i}`),quality:Qr(a),source:e.toolName,ttlMs:864e5})}}if(e.toolName===`search`){let r=typeof e.args.query==`string`?e.args.query:``,i=typeof e.args.origin==`string`?e.args.origin:``,a=typeof e.args.search_mode==`string`?e.args.search_mode:`hybrid`;i===`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:B(`curated-search-${r}`),quality:.5,source:e.toolName,ttlMs:36e5}),i!==`curated`&&r&&t.length>150&&n.push({title:`Search: ${r.slice(0,80)}`,content:t.slice(0,500),category:`context`,tags:[`research`,`search`,i||`hybrid`,a],hash:B(`search-${r}-${i||`hybrid`}-${a}`),quality:.5,source:e.toolName,ttlMs:36e5})}if(e.toolName===`find`){let r=typeof e.args.query==`string`?e.args.query:``,i=typeof e.args.pattern==`string`?e.args.pattern:``,a=typeof e.args.glob==`string`?e.args.glob:``,o=typeof e.args.mode==`string`?e.args.mode:``,s=r||i||a||``;s&&t.length>100&&n.push({title:o?`Find (${o}): ${s.slice(0,60)}`:`Find: ${s.slice(0,60)}`,content:t.slice(0,600),category:`context`,tags:[`research`,`find`,o||`search`],hash:B(`find-${r}-${i}-${a}-${o}`),quality:.55,source:e.toolName,ttlMs:36e5})}return n}},sa=new Set([`neighbors`,`traverse`,`find_nodes`,`symbol360`]),ca=144e5;function la(e,t){return e.slice(0,t).trim()}function ua(e,t){let n=la(t,800);return n.length<80?[]:[{title:`Symbol: ${e}`,content:n,category:`patterns`,tags:[`architecture`,`symbol`,`definition`],hash:B(`symbol-${e}`),quality:.7,ttlMs:ca,source:`symbol`}]}function da(e,t,n){let r=la(n,800);return r.length<100?[]:[{title:`Trace ${t}: ${e}`,content:r,category:`patterns`,tags:[`architecture`,`trace`,`data-flow`,t],hash:B(`trace-${e}-${t}`),quality:.75,ttlMs:ca,source:`trace`}]}function fa(e,t){return e===`find_nodes`?`Graph nodes: ${t}`:e===`neighbors`?`Graph neighbors: ${t}`:e===`traverse`?`Graph traverse: ${t}`:`Symbol360: ${t}`}function pa(e,t,n,r,i){let a=la(i,600);return a.length<50?[]:[{title:fa(e,t),content:a,category:`patterns`,tags:[`architecture`,`graph`,e],hash:B(`graph-${e}-${t}-${n}-${r}`),quality:.6,ttlMs:ca,source:`graph`}]}const ma={name:`symbol-analysis`,tools:[`symbol`,`trace`,`graph`],extract(e){let t=Zr(e.result);if(!t||e.isError)return[];if(e.toolName===`symbol`){let n=typeof e.args.name==`string`?e.args.name:``;return n?ua(n,t):[]}if(e.toolName===`trace`){let n=typeof e.args.start==`string`?e.args.start:``,r=typeof e.args.direction==`string`?e.args.direction:``;return!n||!r?[]:da(n,r,t)}if(e.toolName===`graph`){let n=typeof e.args.action==`string`?e.args.action:``;if(!sa.has(n))return[];let r=typeof e.args.node_id==`string`?e.args.node_id:``,i=typeof e.args.name_pattern==`string`?e.args.name_pattern:``;if(n===`find_nodes`&&!i||(n===`neighbors`||n===`traverse`||n===`symbol360`)&&!r)return[];let a=typeof e.args.direction==`string`?e.args.direction:`both`,o=typeof e.args.max_depth==`number`?String(e.args.max_depth):``;return pa(n,n===`find_nodes`?i:r,a,o,t)}return[]}};function ha(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 ga(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 _a={name:`test-results`,tools:[`check`,`test_run`],extract(e){let t=Zr(e.result);if(!t)return[];let n=[],r=ha(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:B(`test-framework-${r}`),quality:.7,source:e.toolName});let i=ga(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:B(`test-pattern-${i}`),quality:.7,source:e.toolName}),n}};function va(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 ya={name:`tool-failure-patterns`,tools:[],extract(e){if(!e.isError)return[];let t=Zr(e.result);if(!t||t.length<30)return[];let{type:n,actionable:r}=va(t);if(!r)return[];let i=t.slice(0,500),a=Qr(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:B(`smart-error-${n}-${e.toolName}-${t.slice(0,80)}`),quality:Math.min(.7,a+.1),source:e.toolName,ttlMs:72e5}]}};var ba=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 xa(e){return{content:[{type:`text`,text:(e instanceof Error,String(e))}],isError:!0}}function Sa(e,t){try{e.push(t)}catch{}}function Ca(e){return async(t,n)=>{let r=Date.now();try{let i=await n();return Sa(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 Sa(e,{toolName:t.toolName,args:t.args,result:xa(n),durationMs:Date.now()-r,isError:!0,timestamp:new Date().toISOString()}),n}}}const wa=I(`auto-knowledge`);var Ta=class{registry;curated;flowContextAdapter;queue=[];timer=null;seenHashes=new Map;failedBuffer=[];maxBufferSize=50;storedCount=0;droppedCount=0;dedupedCount=0;bufferDropCount=0;recoveryListenerRegistered=!1;config;existingTitles=null;recoveryListener=null;constructor(e,t,n={},r){this.registry=e,this.curated=t,this.flowContextAdapter=r,this.config={...Xr,...n}}push(e){if(!(!this.config.enabled||!this.curated&&!this.flowContextAdapter)&&!(this.storedCount>=this.config.maxFactsPerSession)){if(this.queue.push(e),this.queue.length>=this.config.batchSize){this.flush().catch(e=>{wa.warn(`Auto-knowledge flush error`,{error:String(e)})});return}this.scheduleBatch()}}async flush(){this.timer&&=(clearTimeout(this.timer),null);let e=this.queue.splice(0);if(e.length===0||!this.curated&&!this.flowContextAdapter)return;this.existingTitles===null&&(this.existingTitles=await this.loadExistingTitles());let t=new Map;for(let n of e)for(let e of this.registry.extractAll(n)){if(e.quality<this.config.minQuality){this.droppedCount++;continue}if(this.isSeenRecently(e)){this.dedupedCount++;continue}if(t.has(e.hash)){this.dedupedCount++;continue}if(this.existingTitles.has(this.normalizeTitle(e.title))){this.dedupedCount++;continue}t.set(e.hash,e)}for(let e of t.values()){if(this.storedCount>=this.config.maxFactsPerSession)break;if(Ee.instance().isDegraded(`embedder`)){wa.debug?.(`Auto-knowledge embedder degraded — buffering fact`),this.bufferFact(e);continue}try{await this.storeFact(e)}catch(t){wa.warn(`Auto-knowledge store failed — buffered for retry`,{title:e.title,error:String(t)}),this.bufferFact(e)}}}reset(){this.queue=[],this.seenHashes.clear(),this.failedBuffer.length=0,this.storedCount=0,this.droppedCount=0,this.dedupedCount=0,this.bufferDropCount=0,this.existingTitles=null,this.removeRecoveryListener(),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,bufferSize:this.failedBuffer.length,bufferDropped:this.bufferDropCount}}bufferFact(e){this.failedBuffer.length>=this.maxBufferSize&&(this.failedBuffer.shift(),this.bufferDropCount++),this.failedBuffer.push(e),this.ensureRecoveryListener()}ensureRecoveryListener(){if(this.recoveryListenerRegistered)return;let e=Ee.instance(),t=n=>{n.subsystem===`embedder`&&(e.removeListener(`healthy`,t),this.recoveryListener=null,this.recoveryListenerRegistered=!1,this.flushBuffer().catch(e=>{wa.warn(`Buffer flush failed`,{error:String(e)})}))};this.recoveryListener=t,this.recoveryListenerRegistered=!0,e.on(`healthy`,t)}removeRecoveryListener(){if(!this.recoveryListener){this.recoveryListenerRegistered=!1;return}Ee.instance().removeListener(`healthy`,this.recoveryListener),this.recoveryListener=null,this.recoveryListenerRegistered=!1}async flushBuffer(){if(this.failedBuffer.length===0||!this.curated&&!this.flowContextAdapter)return;this.existingTitles===null&&(this.existingTitles=await this.loadExistingTitles()),wa.info(`Flushing ${this.failedBuffer.length} buffered auto-knowledge facts`);let e=this.failedBuffer.splice(0);for(let t=0;t<e.length;t++){let n=e[t];if(n){if(this.storedCount>=this.config.maxFactsPerSession){this.failedBuffer.unshift(...e.slice(t));break}if(Ee.instance().isDegraded(`embedder`)){this.failedBuffer.unshift(...e.slice(t)),this.ensureRecoveryListener();break}try{if(!await this.storeFact(n))continue;wa.info(`Buffered fact stored on recovery`,{title:n.title})}catch(r){wa.warn(`Auto-knowledge store failed — buffered for retry`,{title:n.title,error:String(r)}),this.failedBuffer.unshift(n,...e.slice(t+1)),this.ensureRecoveryListener();break}}}}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 storeFact(e){if(e.tags.includes(`flow-context`)&&this.flowContextAdapter){let t=`${e.tags.find(e=>!e.startsWith(`flow:`)&&!e.startsWith(`tool:`)&&e!==`flow-context`)||`analysis`}/${e.title.toLowerCase().replace(/[^a-z0-9]+/g,`-`).slice(0,60)}.md`;await this.flowContextAdapter.write(t,`# ${e.title}\n\n${e.content}`)}else if(this.curated)await this.curated.remember(e.title,e.content,e.category,e.tags);else return!1;return this.seenHashes.set(e.hash,Date.now()),this.existingTitles?.add(this.normalizeTitle(e.title)),this.storedCount++,wa.info(`Auto-knowledge stored`,{title:e.title,category:e.category,quality:e.quality,source:e.source}),!0}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{wa.warn(`Failed to load existing curated titles for dedup`,{})}return e}scheduleBatch(){this.timer||=setTimeout(()=>{this.timer=null,this.flush().catch(e=>{wa.warn(`Auto-knowledge flush error`,{error:String(e)})})},this.config.debounceMs)}};const Ea=/```/,Da=/^\s*(?:import|export|function|class|interface|type|const|let|var|return|if|for|while|switch|try|catch|throw|await|async)\b/,Oa=/=>|;\s*$|{\s*$|}\s*$|:\s*(?:string|number|boolean|unknown|void|any|Record|Array|Set|Map|Promise|ReadonlyArray)\b/;function ka(e){if(e.includes("```")||Ea.test(e))return!0;let t=e.split(/\r?\n/u).filter(e=>e.trim().length>0);if(t.length<3)return!1;let n=0;for(let e of t)(Da.test(e)||Oa.test(e))&&(n+=1);return n/t.length>=.25}function Aa(e){let t=e.meta?.compression?.preserve??`balanced`;if(t===`exact`||ka(e.text))return{profile:`exact`,shouldCompress:!1,mode:`structural`,threshold:e.threshold,tokenBudget:e.tokenBudget,reason:t===`exact`?`tool-specific preservation profile`:`code-like output preserved verbatim`};if(t===`dense`){let t=Math.max(1,Math.floor(e.threshold*.65)),n=Math.max(1,Math.floor(e.tokenBudget*.6));return{profile:`dense`,shouldCompress:e.text.length>=t,mode:`aggressive`,threshold:t,tokenBudget:n,reason:`dense tool profile`}}return{profile:`balanced`,shouldCompress:e.text.length>=e.threshold,mode:`structural`,threshold:e.threshold,tokenBudget:e.tokenBudget,reason:`balanced tool profile`}}const ja=new Set([`compact`,`digest`,`file_summary`,`stratum_card`,`present`,`web_fetch`,`web_search`,`check`,`audit`]);function Ma(e){switch(e){case`efficient`:return{threshold:2e3,tokenBudget:1e3};case`full`:return{threshold:1/0};default:return{threshold:4e3,tokenBudget:2e3}}}function Na(e){let t=e?.threshold??4e3,n=e?.tokenBudget??2e3;return async(e,r)=>{if(ja.has(e.toolName))return r();let i=await r();if(!Array.isArray(i.content))return i;let a={profile:`balanced`,applied:!1,reason:`below threshold`,mode:`structural`,threshold:t,tokenBudget:n,originalChars:0,compressedChars:0,savedChars:0,compressedItems:0,preservedItems:0},o=i.content.map(r=>{if(r.type!==`text`||typeof r.text!=`string`)return r;a.originalChars+=r.text.length;let i=Aa({meta:e.meta,text:r.text,threshold:t,tokenBudget:n});if(a.profile=i.profile,a.mode=i.mode,a.threshold=i.threshold,a.tokenBudget=i.tokenBudget,a.reason=i.reason,!i.shouldCompress||r.text.length<i.threshold)return a.preservedItems+=1,a.compressedChars+=r.text.length,r;let o=Qe({text:r.text,tool:e.toolName,tokenBudget:i.tokenBudget,mode:i.mode});return a.applied=!0,a.compressedItems+=1,a.compressedChars+=o.text.length,o.text===r.text?r:{...r,text:o.text}});return a.originalChars===0?i:(a.savedChars=a.originalChars-a.compressedChars,{...i,content:o,_meta:{...i._meta??{},compression:a}})}}var Pa=class{baseDir;getActiveSlug;constructor(e,t){this.baseDir=e,this.getActiveSlug=t}async initialize(){await jn(this.baseDir,{recursive:!0})}async read(e){let t=this.resolveScopedPath(e);if(t==null)return null;try{return await Mn(t,`utf-8`)}catch(e){if(this.isMissingError(e))return null;throw e}}async write(e,t,n){let r=this.resolveScopedPath(e);r!=null&&(await jn(ge(r),{recursive:!0}),await Ln(r,t,{encoding:`utf-8`,flag:n?.exclusive?`wx`:`w`}))}async delete(e){let t=this.resolveScopedPath(e);if(t==null)return!1;try{return await In(t),!0}catch(e){if(this.isMissingError(e))return!1;throw e}}async list(e){let t=this.getActiveSlugDir();if(t==null)return[];let n=e?this.resolveScopedPath(e):t;return n==null?[]:this.collectFiles(n,e??``)}async exists(e){let t=this.resolveScopedPath(e);if(t==null)return!1;try{return await Fn(t),!0}catch(e){if(this.isMissingError(e))return!1;throw e}}async listDirectories(){let e=this.getActiveSlugDir();if(e==null)return[];try{return(await Nn(e,{withFileTypes:!0})).filter(e=>e.isDirectory()&&/^[a-z][a-z0-9-]*$/.test(e.name)).map(e=>e.name).sort()}catch(e){if(this.isMissingError(e))return[];throw e}}async flushAll(){let e=this.getActiveSlugDir();if(e==null)return 0;let t=await this.countFiles(e);return t===0?0:(await Pn(e,{recursive:!0,force:!0}),t)}async close(){}getActiveSlugDir(){let e=this.getActiveSlug();return e?P(this.baseDir,e):null}resolveScopedPath(e){let t=this.getActiveSlugDir();if(t==null)return null;let n=F(t),r=F(n,e),i=ve(n,r);if(i===``||i===`..`||i.startsWith(`..${ye}`)||_e(i))throw Error(`Path escapes active flow context scope: ${e}`);return r}async collectFiles(e,t){let n;try{n=await Nn(e,{withFileTypes:!0})}catch(e){if(this.isMissingError(e))return[];throw e}let r=[];for(let i of n){let n=t?`${t}/${i.name}`:i.name,a=P(e,i.name);if(i.isDirectory()){r.push(...await this.collectFiles(a,n));continue}if(!(!i.isFile()||!i.name.endsWith(`.md`)))try{let e=await Fn(a);r.push({path:n,size:e.size,mtimeMs:e.mtimeMs})}catch(e){if(!this.isMissingError(e))throw e}}return r.sort((e,t)=>e.path.localeCompare(t.path))}async countFiles(e){let t;try{t=await Nn(e,{withFileTypes:!0})}catch(e){if(this.isMissingError(e))return 0;throw e}let n=0;for(let r of t){let t=P(e,r.name);if(r.isDirectory()){n+=await this.countFiles(t);continue}r.isFile()&&(n+=1)}return n}isMissingError(e){return typeof e==`object`&&!!e&&`code`in e&&(e.code===`ENOENT`||e.code===`ENOTDIR`)}};const Fa=I(`observation-capture`),Ia=[`check`,`test_run`,`search`,`trace`],La=[/\bAuthorization\s*:\s*Bearer\s+[A-Za-z0-9\-._~+/]+=*/gi,/\bBearer\s+[A-Za-z0-9\-._~+/]+=*/g,/\b(?:sk|ghp|gho|glpat|xoxb|xoxp)-[A-Za-z0-9\-._]{20,}\b/g,/\b(?:token|key|secret|password|auth(?:orization)?)\s*[=:]\s*['"]?[^\s'"&]{8,}/gi,/\b(?:token|key|secret|password|auth(?:orization)?)=[^\s&]+/gi,/\b[A-Z][A-Z0-9_]*(?:PASSWORD|SECRET|TOKEN|AUTH)[A-Z0-9_]*\b\s*[=:]\s*['"]?[^\s'"]+/g,/\b[A-Z][A-Z0-9_]*KEY[A-Z0-9_]*\b\s*[=:]\s*['"]?[^\s'"]{8,}/g,/-----BEGIN [\w\s]+-----[\s\S]*?-----END [\w\s]+-----/g],Ra=new Set([`env`,`auth`,`config`]),za=2e3,Ba={enabled:!0,rateLimit:10,captureFrom:[...Ia],minContentLength:50};var Va=class{maxPerMinute;timestamps=[];constructor(e){this.maxPerMinute=e}canCapture(e=Date.now()){return this.prune(e),this.timestamps.length<this.maxPerMinute}record(e=Date.now()){this.prune(e),this.timestamps.push(e)}setLimit(e){this.maxPerMinute=e,this.prune(Date.now())}prune(e){let t=e-6e4;this.timestamps=this.timestamps.filter(e=>e>t)}};function Ha(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}function Ua(e){return typeof e==`string`?e:Ha(e)?[Array.isArray(e.content)?e.content.filter(e=>Ha(e)).map(e=>typeof e.text==`string`?e.text:``).filter(e=>e.length>0).join(`
22
22
  `):``,e.structuredContent==null?``:JSON.stringify(e.structuredContent,null,2)].filter(e=>e.length>0).join(`
23
23
 
24
- `):JSON.stringify(e)}function Ua(e,t=500){return e.length<=t?e:e.slice(0,t)}function Wa(e){let t=e.toLowerCase();return[...La].some(e=>t===e||t.includes(e))}function Ga(e){let t=e;for(let e of Ia)t=t.replace(e,`[REDACTED]`);return t.length>Ra&&(t=`${t.slice(0,Ra)}\n...[truncated]`),t}function Ka(e,t){let n=t?.args??{},r=[];switch(t?.workspace&&r.push(`workspace=${t.workspace}`),e){case`check`:typeof n.cwd==`string`&&r.push(`cwd=${n.cwd}`),Array.isArray(n.files)&&n.files.length>0&&r.push(`files=${n.files.join(`, `)}`);break;case`test_run`:typeof n.cwd==`string`&&r.push(`cwd=${n.cwd}`),typeof n.grep==`string`&&r.push(`grep=${n.grep}`),Array.isArray(n.files)&&n.files.length>0&&r.push(`files=${n.files.join(`, `)}`);break;case`search`:typeof n.query==`string`&&r.push(`query=${n.query}`);break;case`trace`:typeof n.start==`string`&&r.push(`start=${n.start}`),typeof n.direction==`string`&&r.push(`direction=${n.direction}`);break;default:break}return r.length>0?r.join(` | `):void 0}var qa=class{stateStore;curatedStore;rateLimiter;config;constructor(e,t,n){this.stateStore=e,this.curatedStore=t,this.config={...za,...n,captureFrom:n?.captureFrom?[...n.captureFrom]:[...Fa]},this.rateLimiter=new Ba(this.config.rateLimit)}getConfig(){return{...this.config,captureFrom:[...this.config.captureFrom]}}updateConfig(e){this.config={...this.config,...e,captureFrom:e.captureFrom?[...e.captureFrom]:[...this.config.captureFrom]},e.rateLimit!==void 0&&this.rateLimiter.setLimit(e.rateLimit)}enable(){this.config.enabled=!0}disable(){this.config.enabled=!1}registerTool(e){this.config.captureFrom.includes(e)||this.config.captureFrom.push(e)}unregisterTool(e){this.config.captureFrom=this.config.captureFrom.filter(t=>t!==e)}async processToolResult(e,t,n){if(!this.config.enabled||Wa(e)||!this.config.captureFrom.includes(e)||!this.rateLimiter.canCapture())return null;let r=this.extractObservation(e,t,n);if(!r)return null;let i=Ga(r.content).trim();if(i.length<this.config.minContentLength)return null;let a={...r,content:Ua(i).trim()},o={...a,content:i};this.rateLimiter.record();try{await this.storeObservation(o)}catch(t){Pa.warn(`Failed to store observation`,{toolName:e,error:t instanceof Error?t.message:String(t)})}return a}extractObservation(e,t,n){let r=Ha(t);if(r.trim().length===0)return null;switch(e){case`check`:return this.extractFromCheck(t,r,n);case`test_run`:return this.extractFromTestRun(t,r,n);case`search`:return this.extractFromSearch(r,n);case`trace`:return this.extractFromTrace(r,n);default:return null}}extractFromCheck(e,t,n){return Va(e)&&e.isError===!0||/\berror\b/i.test(t)||/failed/i.test(t)?this.buildObservation(`check`,`error`,t,n):null}extractFromTestRun(e,t,n){let r=Va(e)&&Va(e.structuredContent)?e.structuredContent:void 0,i=typeof r?.failedTests==`number`?r.failedTests:void 0;return Va(e)&&e.isError===!0||typeof i==`number`&&i>0||/\bFAIL\b/.test(t)||/failed/i.test(t)?this.buildObservation(`test_run`,`test_failure`,t,n):null}extractFromSearch(e,t){if(!/\b(convention|pattern)\b/i.test(e))return null;let n=/\bconvention\b/i.test(e)?`convention`:`pattern`;return this.buildObservation(`search`,n,e,t)}extractFromTrace(e,t){return this.buildObservation(`trace`,`insight`,e,t)}buildObservation(e,t,n,r){return{id:ce(),source:e,type:t,content:n,context:Ka(e,r),timestamp:new Date().toISOString()}}async storeObservation(e){let t=`Observation ${e.source} ${e.type} ${e.timestamp}`,n=[`Source: ${e.source}`,`Type: ${e.type}`,`Captured: ${e.timestamp}`,e.context?`Context: ${e.context}`:null,``,e.content].filter(e=>e!==null).join(`
25
- `),r=await this.curatedStore.remember(t,n,`context`,[`observation`,`source-${e.source}`,`type-${e.type}`]);this.stateStore.memoryMetaCreate(r.path,`working`)}};function Ja(e){let t=[e.cwd,e.workspace,e.root_path,e.path];for(let e of t)if(typeof e==`string`&&e.length>0)return e}function Ya(e){return async(t,n)=>{let r=await n();try{await e.processToolResult(t.toolName,r,{workspace:Ja(t.args),args:t.args})}catch(e){Pa.warn(`Observation capture failed`,{toolName:t.toolName,requestId:t.requestId,error:e instanceof Error?e.message:String(e)})}return r}}const Xa=I(`procedural-memory`),Za=`Use when these user-facing tools are run in this order within a single session.`,Qa={minSequenceLength:3,minRepetitions:3,maxSequenceLength:10,confidenceIncrement:10,confidenceDecrement:20},$a=new Set([`status`,`guide`,`health`,`onboard`,`reindex`,`replay`,`session_digest`,`process`,`watch`,`produce_knowledge`,`list_tools`,`describe_tool`,`search_tools`]);function eo(e){return e.join(`→`)}function to(e){return{...e,steps:[...e.steps]}}function no(e){return e.every(e=>e.success)}var ro=class{config;history=[];sequences=new Map;procedures=new Map;pendingProcedures=new Map;constructor(e=Qa){this.config=e}record(e,t){let n=new Date().toISOString();this.history.push({toolName:e,timestamp:n,success:t}),this.history.length>100&&(this.history=this.history.slice(-100));let r=this.detectSequences(n);this.updateMatchedProcedures(n,r)}getExtractableSequences(){return[...this.sequences.entries()].filter(([,e])=>e.count>=this.config.minRepetitions).map(([e,t])=>({steps:e.split(`→`),count:t.count,lastSeen:t.lastSeen})).sort((e,t)=>t.count===e.count?t.steps.length-e.steps.length:t.count-e.count)}listProcedures(){return[...this.procedures.values()].map(e=>to(e)).sort((e,t)=>t.occurrences===e.occurrences?t.steps.length-e.steps.length:t.occurrences-e.occurrences)}drainNewProcedures(){let e=[...this.pendingProcedures.values()].map(e=>to(e));return this.pendingProcedures.clear(),e}requeueProcedures(e){for(let t of e)this.pendingProcedures.set(eo(t.steps),to(t))}extractProcedure(e,t){return{id:ce(),steps:[...e],occurrences:t,confidence:Math.min(50+(t-this.config.minRepetitions)*this.config.confidenceIncrement,100),lastSeen:new Date().toISOString(),conditions:Za}}adjustConfidence(e,t){return e.confidence=t?Math.min(100,e.confidence+this.config.confidenceIncrement):Math.max(0,e.confidence-this.config.confidenceDecrement),e.confidence}getHistoryLength(){return this.history.length}clear(){this.history=[],this.sequences.clear(),this.procedures.clear(),this.pendingProcedures.clear()}detectSequences(e){let t=this.history.map(e=>e.toolName),n=Math.min(this.config.maxSequenceLength,t.length),r=new Set,i=Math.max(1,Math.min(2,this.config.minRepetitions));for(let a=this.config.minSequenceLength;a<=n;a+=1){let n=t.slice(-a),o=eo(n),s=0;for(let e=0;e<=t.length-a;e+=1)eo(t.slice(e,e+a))===o&&(s+=1);if(!(s<i)&&(this.sequences.set(o,{count:s,lastSeen:e}),s>=this.config.minRepetitions&&!this.procedures.has(o))){let t=this.extractProcedure(n,s);t.lastSeen=e,this.procedures.set(o,t),this.pendingProcedures.set(o,to(t)),r.add(o)}}return r}updateMatchedProcedures(e,t){for(let[n,r]of this.procedures.entries()){if(t.has(n))continue;let i=n.split(`→`);if(this.history.length<i.length)continue;let a=this.history.slice(-i.length);eo(a.map(e=>e.toolName))===n&&(r.occurrences+=1,r.lastSeen=e,this.adjustConfidence(r,no(a)))}}};async function io(e,t,n){let r=await t.remember(`Procedure: ${n.steps.join(` → `)}`,ao(n),`patterns`,[`procedure`,`auto-extracted`]);return e.memoryMetaCreate(r.path,`procedural`),r.path}function ao(e){return[`## Procedure: ${e.steps.join(` → `)}`,``,`**Confidence:** ${e.confidence}/100`,`**Occurrences:** ${e.occurrences}`,`**Last Seen:** ${e.lastSeen}`,``,`### Steps`,...e.steps.map((e,t)=>`${t+1}. \`${e}\``),``,`### When to Use`,e.conditions??Za].join(`
26
- `)}function oo(e,t,n={}){return async(r,i)=>{if(!so(r.toolName,n))return i();try{let n=await i();return e.record(r.toolName,n.isError!==!0),await co(e,t,r.toolName),n}catch(n){throw e.record(r.toolName,!1),await co(e,t,r.toolName),n}}}function so(e,t){return t.trackedTools&&!t.trackedTools.has(e)?!1:!(t.ignoredTools??$a).has(e)}async function co(e,t,n){if(Ee.instance().isDegraded(`embedder`)){Xa.debug?.(`Skipping procedural memory persist — embedder degraded`);return}let r=e.drainNewProcedures();if(r.length===0)return;let i=[];for(let e of r)try{await io(t.stateStore,t.curatedStore,e)}catch(t){let r=t instanceof Error?t.message:String(t),a=/circuit breaker|timed out|worker.*killed|respawn/i.test(r);Xa.warn(`Failed to store procedural memory`,{toolName:n,sequence:e.steps.join(` -> `),error:r}),a||i.push(e)}i.length>0&&e.requeueProcedures(i)}const lo=I(`tool-pipeline`);function uo(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}function fo(e,t){return e.tools?(Array.isArray(e.tools)?e.tools:[e.tools]).includes(t):!0}function po(e){return e.middleware.critical===!0}var mo=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=>fo(t,e)).sort((e,t)=>e.order-t.order);return async(a,o)=>{let s={toolName:e,args:uo(a)?a:{},requestId:ce(),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(po(r))throw t;if(lo.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 ho=I(`auto-gc`);let go=`warming`,_o=null,vo=0;function yo(){let e=[...Ao()];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 bo(e){let t=yo();if(t===0){go=`warming`;return}if(t>500){go=`degraded`;let n=Date.now();if(_o&&n-_o<36e5){ho.debug(`GC cooldown active — skipping`,{lastGcAgoMs:n-_o});return}_o=n,vo++,ho.warn(`p95 latency exceeds threshold, triggering GC`,{p95:t,cycle:vo}),e&&e().catch(e=>ho.error(`GC callback failed`,{err:String(e)}))}else t<200&&(go=`healthy`)}function xo(){return{state:go,p95:yo(),lastGcAt:_o,gcCount:vo,bufferSize:Ao().length}}const So=/key|token|secret|auth|password|bearer/i,Co=new Set([`eval`,`env`]);function wo(e){if(typeof e==`string`)return/^(Bearer |sk-|ghp_|glpat-|ghu_|ghs_|github_pat_)/i.test(e)?`[REDACTED]`:e;if(Array.isArray(e))return e.map(wo);if(e&&typeof e==`object`){let t={};for(let[n,r]of Object.entries(e))/(?:token|secret|password|passphrase|key|auth|credential|api.?key)/i.test(n)?t[n]=`[REDACTED]`:t[n]=wo(r);return t}return e}function To(e,t){if(Co.has(e))return JSON.stringify({_redacted:!0,tool:e});let n=wo(t);if(e===`http`&&n.headers&&typeof n.headers==`object`){let e={};for(let[t,r]of Object.entries(n.headers))e[t]=So.test(t)?`[REDACTED]`:r;return n.headers=e,JSON.stringify(n).slice(0,2e3)}return JSON.stringify(n).slice(0,2e3)}const Eo=new Map,Do=[];function Oo(e,t,n,r,i){let a=Eo.get(e);a||(a={callCount:0,totalDurationMs:0,totalInputChars:0,totalOutputChars:0,errorCount:0},Eo.set(e,a)),a.callCount++,a.totalDurationMs+=t,a.totalInputChars+=n,a.totalOutputChars+=r,i&&a.errorCount++,Do.push(t),Do.length>100&&Do.shift(),Do.length>=10&&Do.length%20==0&&bo()}function ko(){return Array.from(Eo.entries()).map(([e,t])=>({tool:e,...t}))}function Ao(){return Do}function jo(){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 nn({ts:new Date().toISOString(),source:`mcp`,tool:e.toolName,input:To(e.toolName,e.args),durationMs:a,status:`ok`,output:o,traceId:e.requestId,outputChars:o.length}),Oo(e.toolName,a,r,o.length,!1),i}catch(t){let i=Date.now()-n,a=t instanceof Error?t.message:String(t);throw nn({ts:new Date().toISOString(),source:`mcp`,tool:e.toolName,input:To(e.toolName,e.args),durationMs:i,status:`error`,output:a,traceId:e.requestId,outputChars:0}),Oo(e.toolName,i,r,0,!0),t}}}function Mo(e,t){e.registerResource(`aikit-curated-index`,`aikit://curated`,{description:`Index of all curated knowledge entries`,mimeType:`text/markdown`},async()=>{let e=(await t.list()).map(e=>`- [${e.title}](aikit://curated/${e.path}) — ${e.category}`);return{contents:[{uri:`aikit://curated`,text:`# Curated Knowledge Index\n\n${e.length>0?e.join(`
27
- `):`_No curated entries yet._`}`,mimeType:`text/markdown`}]}});let n=new Vn(`aikit://curated/{+path}`,{list:async()=>({resources:(await t.list()).map(e=>({uri:`aikit://curated/${e.path}`,name:e.title,description:`[${e.category}] ${e.contentPreview?.slice(0,80)??``}`,mimeType:`text/markdown`}))})});e.registerResource(`aikit-curated-entry`,n,{description:`A curated knowledge entry`,mimeType:`text/markdown`},async(e,n)=>{let r=n.path;if(!r)throw Error(`Missing path variable in curated resource URI`);let i=await t.read(r);return{contents:[{uri:e.toString(),text:`---\ntitle: ${i.title}\ncategory: ${i.category}\ntags: ${i.tags?.join(`, `)??``}\nversion: ${i.version??1}\n---\n\n${i.content??i.contentPreview??``}`,mimeType:`text/markdown`}]}})}const No=`aikit://schemas/channel-surface`,Po=new URL(`../../../blocks-core/schemas/channel-surface.schema.json`,import.meta.url);let Fo;function Io(){return Fo??=Mn(Po,`utf8`),Fo}function Lo(e,t,n){e.registerResource(`aikit-status`,`aikit://status`,{description:`Current AI Kit status and statistics`,mimeType:`text/plain`},async()=>{let e=await t.getStats();return{contents:[{uri:`aikit://status`,text:`AI Kit: ${e.totalRecords} records from ${e.totalFiles} files. Last indexed: ${e.lastIndexedAt??`Never`}`,mimeType:`text/plain`}]}}),e.registerResource(`aikit-file-tree`,`aikit://file-tree`,{description:`List of all indexed source files`,mimeType:`text/plain`},async()=>({contents:[{uri:`aikit://file-tree`,text:(await t.listSourcePaths()).sort().join(`
28
- `),mimeType:`text/plain`}]})),e.registerResource(`aikit-channel-surface-schema`,No,{description:`JSON Schema for the ChannelSurface communication contract`,mimeType:`application/schema+json`},async()=>({contents:[{uri:No,text:await Io(),mimeType:`application/schema+json`}]})),Mo(e,n)}const Ro=[`er_push`,`er_pull`,`er_sync_status`],zo=[...Ro,`er_update_policy`,`er_evolve_review`],Bo=new Set(zo);function Vo(e){return e.toolProfiles}const Ho=new Set(`browser.changelog.check.compliance_score.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.signal.test_run.time.watch.web_fetch.web_search.workset`.split(`.`)),Uo=5e3,Wo=new Set(`browser.changelog.check.compliance_score.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.status.test_run.time.watch.web_fetch.web_search.workset`.split(`.`)),Go=`analyze.audit.blast_radius.browser.changelog.check.compliance_score.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.signal.session_digest.stash.status.stratum_card.symbol.test_run.time.trace.watch.web_fetch.web_search.workset`.split(`.`),Ko=I(`structured-content-guard`);function qo(){let e=(async(e,t)=>{let n;try{n=await t()}catch(e){n={content:[{type:`text`,text:`[ERROR:INTERNAL] ${e instanceof Error?e.message:String(e)}`}],isError:!0}}let r=(e.toolConfig??{}).outputSchema;if(r==null)return n;let i=null;if(n.structuredContent==null){let t=Jo(r);n.structuredContent=t,i=`synthesize`,n.structuredContent??(n.structuredContent={},i=`synthesize-null-fallback`,Ko.error(`synthesizeStructuredContent returned null/undefined — using empty fallback`,{tool:e.toolName}))}let a=Yo(r,n.structuredContent);if(a.action!=null&&(n.structuredContent=a.structuredContent,i=a.action),Zo(n.structuredContent)||(n.isError=!0,n.structuredContent={},i=`fallback-error`),Xo(r,n.structuredContent)===!1){let e=Jo(r);n.structuredContent=e??{},Xo(r,n.structuredContent)===!1?(n.structuredContent=Zo(n.structuredContent)?n.structuredContent:{},i=`final-validation-failed`):i??=`final-heal`}return Zo(n.structuredContent)||(n.isError=!0,n.structuredContent={},i=`fallback-error`),i!=null&&Ko.warn(`Structured content guard activated`,{tool:e.toolName,action:i}),n});return e.critical=!0,e}function Jo(e){try{return Qo(e)??{}}catch{return{}}}function Yo(e,t){if(Xo(e,t)!==!1)return{structuredContent:t,action:null};try{let n=Jo(e);if(Zo(n)&&Zo(t)){let r={...n,...t};if(Xo(e,r)!==!1)return{structuredContent:r,action:`heal`}}return{structuredContent:n,action:`fallback-zero-value`}}catch{return{structuredContent:t,action:null}}}function Xo(e,t){let n=e.safeParse;if(typeof n==`function`)try{return n(t).success}catch{return}}function Zo(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}function Qo(e){if(!e)return{};if(e.anyOf){let t=e.anyOf.find(e=>e.type!==`null`);return t?Qo(t):null}let t=e._def?.typeName;if(t&&!e.type)switch(t){case`ZodObject`:{let t={},n=null;try{n=e.shape??(typeof e._def?.shape==`function`?e._def.shape():e._def?.shape)}catch{n=null}if(n)for(let[e,r]of Object.entries(n))try{t[e]=Qo(r)}catch{t[e]=null}return t}case`ZodArray`:return[];case`ZodString`:return``;case`ZodNumber`:return 0;case`ZodBoolean`:return!1;case`ZodNullable`:return null;case`ZodOptional`:return;case`ZodRecord`:return{};case`ZodEnum`:return e._def?.values?.[0]??``;default:return{}}switch(e.type){case`object`:{let t={},n=e.properties??e.shape;if(n)for(let[e,r]of Object.entries(n))t[e]=Qo(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{};case`enum`:return e.options?.[0]??Object.values(e.enum??e._def?.entries??{})[0]??``;default:return{}}}function $o(e){if(!e)return{};try{let t=Qo(e);return Zo(t)?t:{}}catch{return{}}}const es={search:{title:`Hybrid Search`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`search`],compression:{preserve:`dense`}},find:{title:`Federated Find`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`search`],compression:{preserve:`dense`}},symbol:{title:`Symbol Resolver — Cross-Module Definitions & References`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`search`],compression:{preserve:`exact`}},trace:{title:`Data Flow Tracer — Cross-Module Call & Import Chains`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`search`],compression:{preserve:`exact`}},scope_map:{title:`Task Scope Map`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`search`],compression:{preserve:`exact`}},lookup:{title:`Chunk Lookup`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`search`],compression:{preserve:`exact`}},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`],compression:{preserve:`exact`}},analyze:{title:`Analyze`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`analysis`],compression:{preserve:`exact`}},blast_radius:{title:`Blast Radius`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`analysis`,`search`],compression:{preserve:`exact`}},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`],compression:{preserve:`exact`}},forge_classify:{title:`FORGE Classify`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`forge`],compression:{preserve:`exact`}},evidence_map:{title:`Evidence Map`,annotations:{readOnlyHint:!1},category:[`forge`],compression:{preserve:`exact`}},present:{title:`Rich Content Presenter`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`presentation`]},check:{title:`Typecheck & Lint`,annotations:{readOnlyHint:!0,openWorldHint:!0},category:[`execution`],compression:{preserve:`dense`}},test_run:{title:`Run Tests`,annotations:{readOnlyHint:!0,openWorldHint:!0},category:[`execution`],compression:{preserve:`dense`}},eval:{title:`Evaluate Code`,annotations:{readOnlyHint:!1,openWorldHint:!0},category:[`execution`]},audit:{title:`Project Audit`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`execution`],compression:{preserve:`dense`}},browser:{title:`Browser Automation`,annotations:{readOnlyHint:!1,openWorldHint:!0},category:[`web`]},rename:{title:`Rename Symbol`,annotations:{readOnlyHint:!1,destructiveHint:!0},category:[`manipulation`]},restore:{title:`Restore`,annotations:{readOnlyHint:!1},category:[`manipulation`]},codemod:{title:`Codemod`,annotations:{readOnlyHint:!1,destructiveHint:!0},category:[`manipulation`]},data_transform:{title:`Data Transform`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`manipulation`]},stash:{title:`Stash Values`,annotations:{readOnlyHint:!1},category:[`session`]},signal:{title:`Inter-Agent Signaling`,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`],compression:{preserve:`balanced`}},compliance_score:{title:`Compliance Score`,annotations:{readOnlyHint:!0,idempotentHint:!0},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`],compression:{preserve:`balanced`}},health:{title:`Health Check`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`system`],compression:{preserve:`balanced`}},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`],compression:{preserve:`dense`}},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`],compression:{preserve:`dense`}},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 G(e){return es[e]??{title:e,annotations:{readOnlyHint:!1},category:[]}}const ts=Symbol(`toolPipelineState`);function ns(e){return e[ts]}function rs(e,t){e[ts]=t}function is(e,t){return t?async(...n)=>{let r=await e(...n);if(!r||typeof r!=`object`)return r;let i=r;return!(`content`in i)||i.isError||i.structuredContent!=null&&typeof i.structuredContent==`object`?r:(i.structuredContent=$o(t),i.structuredContent??={},r)}:e}function as(e,t,n=``){let r=ns(e);if(r){r.pipeline=t,r.prefix=n;return}rs(e,{originalRegisterTool:e.registerTool.bind(e),pipeline:t,prefix:n}),e.registerTool=(n,r,i)=>{let a=ns(e),o=a?.prefix?`${a.prefix}${n}`:n;if(!i)return a?.originalRegisterTool(o,r);let s=r?.outputSchema;if((a?.pipeline??t).getMiddlewareNames().length===0){let e=is(i,s);return a?.originalRegisterTool(o,r,e)}let c=G(n),l=is((a?.pipeline??t).wrap(n,i,r,c),s);return a?.originalRegisterTool(o,r,l)}}const os={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,signal:2,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 ss(e,t){return e.filter(e=>(os[e]??0)<=t)}const cs=new Set([`status`,`config`,`guide`,`health`]),ls={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 us(e,t){let n=ls[e];if(n)return n;let r=t?.[e];if(r)return r;throw Error(`Unknown tool profile: ${e}`)}function ds(e,t,n){return t.includes(`*`)?!0:(n[e]?.category??[]).some(e=>t.includes(e))}function fs(e,t,n,r){if(t.includes(`*`)){for(let t of n)e.add(t);return}for(let i of n)ds(i,t,r)&&e.add(i)}function ps(e,t,n){if(t.includes(`*`)){e.clear();return}for(let r of[...e])ds(r,t,n)&&e.delete(r)}function ms(e,t,n){if(!e||e.length===0||e.includes(`*`))return new Set(t);let r=new Set;return fs(r,e,t,n),r}function hs(e,t){return e===void 0?t:t===void 0?e:Math.min(e,t)}function gs(e,t){for(let n of[...e])t[n]?.annotations?.readOnlyHint===!1&&e.delete(n)}function _s(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=us(e,t);return hs(i.extends?_s(i.extends,t,n+1,[...r,e]):void 0,i.maxTier)}function vs(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=us(e,r),c=[...o,e],l=s.extends?i(s.extends,a+1,c):ms(s.includeCategories,t,n);s.extends&&s.includeCategories?.length&&fs(l,s.includeCategories,t,n),s.excludeCategories?.length&&ps(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=_s(e,r);if(o!==void 0){let e=ss([...a],o);a.clear();for(let t of e)a.add(t)}for(let e of cs)a.add(e);return e===`safe`&&gs(a,n),a}const ys=new Set([`search`,`analysis`,`knowledge`,`compression`,`forge`,`presentation`,`execution`,`manipulation`,`session`,`git`,`process`,`system`,`meta`,`utilities`,`web`,`queue`,`flow`]);function bs(e,t,n,r){let i=process.env.AIKIT_TOOLSET||e.toolProfile||`full`,a=vs(i,t,n,r);if(e.features&&e.features.length>0){let i=e.features.filter(e=>!ys.has(e));if(i.length>0)throw Error(`Unknown feature group(s): ${i.join(`, `)}. Valid categories: ${[...ys].join(`, `)}`);let o={description:`Synthetic profile from features config`,includeCategories:e.features},s=vs(`_features`,t,n,{...r,_features:o});for(let e of a)!s.has(e)&&!cs.has(e)&&a.delete(e)}if(e.readOnly)for(let e of[...a])n[e]?.annotations?.readOnlyHint===!1&&!cs.has(e)&&a.delete(e);for(let e of cs)a.add(e);return i===`safe`&&gs(a,n),a}const xs=z.object({mode:z.enum([`wasm`,`regex`,`unknown`]),reason:z.string(),pathsChecked:z.array(z.object({path:z.string(),exists:z.boolean()})),os:z.string(),arch:z.string(),nodeVersion:z.string(),webTreeSitterImportable:z.boolean(),healAttempted:z.boolean(),healSuccess:z.boolean(),healError:z.string().nullable(),initError:z.string().nullable(),wasmDir:z.string().nullable(),grammarCount:z.number()}),Ss=z.object({kind:z.enum([`onboard`,`reindex`,`handoff`,`proceed`]),reason:z.string()}),Cs=z.object({title:z.string(),insight:z.string(),confidence:z.number()}),ws=z.object({lessons:z.array(Cs),conventions:z.array(z.object({title:z.string(),preview:z.string()})),checkpoint:z.string().nullable()}),Ts=z.object({totalRecords:z.number(),totalFiles:z.number(),lastIndexedAt:z.string().nullable(),onboarded:z.boolean(),onboardDir:z.string(),contentTypes:z.record(z.string(),z.number()),wasmAvailable:z.boolean(),wasmDiagnostics:xs,graphStats:z.object({nodes:z.number(),edges:z.number()}).nullable(),curatedCount:z.number(),serverVersion:z.string(),scaffoldVersion:z.string().nullable(),workspaceScaffoldVersion:z.string().nullable(),upgradeAvailable:z.boolean(),storeBackend:z.string().optional(),storeDiagnostics:z.object({adapterType:z.string(),vectorSearchEnabled:z.boolean(),ftsEnabled:z.boolean(),degradedMode:z.boolean(),dbPath:z.string(),dbSizeBytes:z.number().nullable(),embeddingDim:z.number(),vectorDtype:z.string()}).nullable().optional(),contextPressure:z.number().min(0).max(100).describe(`0–100 score indicating AI Kit saturation`),nextAction:Ss,prelude:ws.nullable().optional()});z.object({entries:z.array(z.object({path:z.string(),title:z.string(),category:z.string(),tags:z.array(z.string()),version:z.number(),preview:z.string()})),totalCount:z.number()});const Es=z.object({ok:z.boolean(),checks:z.array(z.object({name:z.string(),ok:z.boolean(),message:z.string().optional()}))}),Ds=z.object({summary:z.object({totalFiles:z.number(),totalLines:z.number(),totalCodeLines:z.number(),totalFunctions:z.number(),avgComplexity:z.number(),maxComplexity:z.object({value:z.number(),file:z.string()})}),files:z.array(z.object({path:z.string(),lines:z.number(),code:z.number(),complexity:z.number(),functions:z.number()}))}),Os=z.object({platform:z.string(),arch:z.string(),nodeVersion:z.string(),cwd:z.string(),cpus:z.number(),memoryFreeGb:z.number(),memoryTotalGb:z.number()}),ks=z.object({iso:z.string(),unix:z.number(),timezone:z.string(),formatted:z.string()}),As=z.object({passed:z.boolean(),errorCount:z.number(),warningCount:z.number(),topErrors:z.array(z.string())}),js=z.object({passed:z.boolean(),tsc:As,biome:As}),Ms=z.object({name:z.string(),definedIn:z.object({path:z.string(),line:z.number(),kind:z.string(),signature:z.string().optional()}).nullable(),importedBy:z.array(z.object({path:z.string(),line:z.number(),importStatement:z.string()})),referencedIn:z.array(z.object({path:z.string(),line:z.number(),context:z.string(),scope:z.string().optional()})),graphContext:z.object({definingModule:z.string().optional(),importedByModules:z.array(z.string()),siblingSymbols:z.array(z.string())}).nullable()}),Ns=z.object({sourcePath:z.string(),contentType:z.string(),score:z.number(),headingPath:z.string().optional(),startLine:z.number().optional(),endLine:z.number().optional(),origin:z.string().optional(),category:z.string().optional(),tags:z.array(z.string()).optional()}),Ps=z.object({results:z.array(Ns),totalResults:z.number(),searchMode:z.string(),query:z.string(),ref:z.string().optional().describe(`Reusable cache reference for later compact(ref, query)`)}),Fs=z.object({path:z.string(),line:z.number().optional(),matchType:z.string(),preview:z.string()}),Is=z.object({matches:z.array(Fs),totalMatches:z.number(),pattern:z.string(),truncated:z.boolean(),ref:z.string().optional().describe(`Reusable cache reference for later compact(ref, query)`)}),Ls=z.object({path:z.string(),relevance:z.number(),estimatedTokens:z.number(),focusLines:z.array(z.string()).optional()}),Rs=z.object({files:z.array(Ls),totalFiles:z.number(),totalEstimatedTokens:z.number(),task:z.string()}),zs=z.object({path:z.string(),impact:z.string(),reason:z.string()}),Bs=z.object({changedFiles:z.array(z.string()),affectedFiles:z.array(zs),totalAffected:z.number(),riskLevel:z.string()}),Vs=z.object({name:z.string(),passed:z.boolean(),message:z.string().optional(),severity:z.string().optional()}),Hs=z.object({passed:z.boolean(),score:z.number(),checks:z.array(Vs),summary:z.string()}),Us=z.object({id:z.string(),name:z.string(),type:z.string(),sourcePath:z.string().optional()}),Ws=z.object({fromId:z.string(),toId:z.string(),type:z.string()}),Gs=z.object({nodes:z.array(Us),edges:z.array(Ws),totalNodes:z.number(),totalEdges:z.number(),query:z.string()}),Ks=z.object({symbols:z.array(z.object({name:z.string(),path:z.string(),line:z.number().optional(),kind:z.string()})),totalDead:z.number()});z.object({files:z.number(),packages:z.number(),languages:z.record(z.string(),z.number()),tree:z.string()});const qs=z.object({path:z.string(),language:z.string(),lines:z.number(),imports:z.number(),exports:z.number(),functions:z.number(),classes:z.number()}),Js=z.object({gitRoot:z.string(),branch:z.string(),commitCount:z.number(),hasUncommitted:z.boolean(),recentCommits:z.array(z.object({hash:z.string(),message:z.string(),author:z.string(),date:z.string()}))}),Ys=z.object({text:z.string().describe(`The compressed text output`),ref:z.string().optional().describe(`Reusable cache reference`),originalChars:z.number(),compressedChars:z.number(),ratio:z.number(),segmentsKept:z.number(),segmentsTotal:z.number()}),Xs=z.object({sourceId:z.string(),value:z.string()}),Zs=z.object({id:z.string(),originalChars:z.number(),keptChars:z.number(),segmentsKept:z.number(),segmentsTotal:z.number()}),Qs=z.object({text:z.string().describe(`The compressed digest text output`),ref:z.string().optional().describe(`Reusable cache reference`),fields:z.record(z.string(),z.array(Xs)),sourceStats:z.array(Zs),totalOriginalChars:z.number(),totalCompressedChars:z.number(),ratio:z.number()}),$s=z.object({passed:z.boolean(),totalTests:z.number(),passedTests:z.number(),failedTests:z.number(),skippedTests:z.number(),duration:z.number().describe(`Duration in milliseconds`),failures:z.array(z.object({name:z.string(),message:z.string(),file:z.string().optional()}))}),ec=I(`utils:enrich`);async function K(e,t){let n={curated:[],graph:[]},r=t.limit??3,[i,a]=await Promise.allSettled([tc(e,t.query,r),nc(e,t.filePath)]);return i.status===`fulfilled`?n.curated=i.value:ec.debug(`Curated enrichment failed`,{error:i.reason}),a.status===`fulfilled`?n.graph=a.value:ec.debug(`Graph enrichment failed`,{error:a.reason}),n}async function tc(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=>rc(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=>rc(e.record))}return[]}catch(e){return ec.debug(`Curated enrichment failed`,{error:e}),[]}}async function nc(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 ec.debug(`Graph enrichment failed`,{error:e}),[]}}function q(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(`
29
- `)}`}function rc(e){let t=ic(e.metadata,`title`)||e.sourcePath||`Untitled`;return`[${ic(e.metadata,`category`)}] ${t}: ${e.content.slice(0,200)}`}function ic(e,t){let n=e?.[t];return typeof n==`string`?n:``}function J(e,t,n){return{content:[{type:`text`,text:`[ERROR:${e}] ${t}`}],isError:!0,...n==null?{}:{structuredContent:n}}}function Y(e,t){return async(n,r)=>{let i=Date.now(),a=await t(n,r),o=Date.now()-i;return a._meta={...a._meta??{},durationMs:o,toolName:e},a}}const ac=I(`tools`),oc=z.number().min(100).max(5e4).optional().describe(`Maximum token budget for the response. When set, output is truncated to fit.`);function sc(e,t){return t?R(e,t):e}function cc(){let e=[];return rr.get()||e.push(`Tree-sitter unavailable — using regex fallback, symbol/pattern confidence reduced`),e.length===0?``:`\n\n> **⚠ Caveats:** ${e.join(`; `)}`}function lc(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 uc(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(`
24
+ `):JSON.stringify(e)}function Wa(e,t=500){return e.length<=t?e:e.slice(0,t)}function Ga(e){let t=e.toLowerCase();return[...Ra].some(e=>t===e||t.includes(e))}function Ka(e){let t=e;for(let e of La)t=t.replace(e,`[REDACTED]`);return t.length>za&&(t=`${t.slice(0,za)}\n...[truncated]`),t}function qa(e,t){let n=t?.args??{},r=[];switch(t?.workspace&&r.push(`workspace=${t.workspace}`),e){case`check`:typeof n.cwd==`string`&&r.push(`cwd=${n.cwd}`),Array.isArray(n.files)&&n.files.length>0&&r.push(`files=${n.files.join(`, `)}`);break;case`test_run`:typeof n.cwd==`string`&&r.push(`cwd=${n.cwd}`),typeof n.grep==`string`&&r.push(`grep=${n.grep}`),Array.isArray(n.files)&&n.files.length>0&&r.push(`files=${n.files.join(`, `)}`);break;case`search`:typeof n.query==`string`&&r.push(`query=${n.query}`);break;case`trace`:typeof n.start==`string`&&r.push(`start=${n.start}`),typeof n.direction==`string`&&r.push(`direction=${n.direction}`);break;default:break}return r.length>0?r.join(` | `):void 0}var Ja=class{stateStore;curatedStore;rateLimiter;config;constructor(e,t,n){this.stateStore=e,this.curatedStore=t,this.config={...Ba,...n,captureFrom:n?.captureFrom?[...n.captureFrom]:[...Ia]},this.rateLimiter=new Va(this.config.rateLimit)}getConfig(){return{...this.config,captureFrom:[...this.config.captureFrom]}}updateConfig(e){this.config={...this.config,...e,captureFrom:e.captureFrom?[...e.captureFrom]:[...this.config.captureFrom]},e.rateLimit!==void 0&&this.rateLimiter.setLimit(e.rateLimit)}enable(){this.config.enabled=!0}disable(){this.config.enabled=!1}registerTool(e){this.config.captureFrom.includes(e)||this.config.captureFrom.push(e)}unregisterTool(e){this.config.captureFrom=this.config.captureFrom.filter(t=>t!==e)}async processToolResult(e,t,n){if(!this.config.enabled||Ga(e)||!this.config.captureFrom.includes(e)||!this.rateLimiter.canCapture())return null;let r=this.extractObservation(e,t,n);if(!r)return null;let i=Ka(r.content).trim();if(i.length<this.config.minContentLength)return null;let a={...r,content:Wa(i).trim()},o={...a,content:i};this.rateLimiter.record();try{await this.storeObservation(o)}catch(t){Fa.warn(`Failed to store observation`,{toolName:e,error:t instanceof Error?t.message:String(t)})}return a}extractObservation(e,t,n){let r=Ua(t);if(r.trim().length===0)return null;switch(e){case`check`:return this.extractFromCheck(t,r,n);case`test_run`:return this.extractFromTestRun(t,r,n);case`search`:return this.extractFromSearch(r,n);case`trace`:return this.extractFromTrace(r,n);default:return null}}extractFromCheck(e,t,n){return Ha(e)&&e.isError===!0||/\berror\b/i.test(t)||/failed/i.test(t)?this.buildObservation(`check`,`error`,t,n):null}extractFromTestRun(e,t,n){let r=Ha(e)&&Ha(e.structuredContent)?e.structuredContent:void 0,i=typeof r?.failedTests==`number`?r.failedTests:void 0;return Ha(e)&&e.isError===!0||typeof i==`number`&&i>0||/\bFAIL\b/.test(t)||/failed/i.test(t)?this.buildObservation(`test_run`,`test_failure`,t,n):null}extractFromSearch(e,t){if(!/\b(convention|pattern)\b/i.test(e))return null;let n=/\bconvention\b/i.test(e)?`convention`:`pattern`;return this.buildObservation(`search`,n,e,t)}extractFromTrace(e,t){return this.buildObservation(`trace`,`insight`,e,t)}buildObservation(e,t,n,r){return{id:ce(),source:e,type:t,content:n,context:qa(e,r),timestamp:new Date().toISOString()}}async storeObservation(e){let t=`Observation ${e.source} ${e.type} ${e.timestamp}`,n=[`Source: ${e.source}`,`Type: ${e.type}`,`Captured: ${e.timestamp}`,e.context?`Context: ${e.context}`:null,``,e.content].filter(e=>e!==null).join(`
25
+ `),r=await this.curatedStore.remember(t,n,`context`,[`observation`,`source-${e.source}`,`type-${e.type}`]);this.stateStore.memoryMetaCreate(r.path,`working`)}};function Ya(e){let t=[e.cwd,e.workspace,e.root_path,e.path];for(let e of t)if(typeof e==`string`&&e.length>0)return e}function Xa(e){return async(t,n)=>{let r=await n();try{await e.processToolResult(t.toolName,r,{workspace:Ya(t.args),args:t.args})}catch(e){Fa.warn(`Observation capture failed`,{toolName:t.toolName,requestId:t.requestId,error:e instanceof Error?e.message:String(e)})}return r}}const Za=I(`procedural-memory`),Qa=`Use when these user-facing tools are run in this order within a single session.`,$a={minSequenceLength:3,minRepetitions:3,maxSequenceLength:10,confidenceIncrement:10,confidenceDecrement:20},eo=new Set([`status`,`guide`,`health`,`onboard`,`reindex`,`replay`,`session_digest`,`process`,`watch`,`produce_knowledge`,`list_tools`,`describe_tool`,`search_tools`]);function to(e){return e.join(`→`)}function no(e){return{...e,steps:[...e.steps]}}function ro(e){return e.every(e=>e.success)}var io=class{config;history=[];sequences=new Map;procedures=new Map;pendingProcedures=new Map;constructor(e=$a){this.config=e}record(e,t){let n=new Date().toISOString();this.history.push({toolName:e,timestamp:n,success:t}),this.history.length>100&&(this.history=this.history.slice(-100));let r=this.detectSequences(n);this.updateMatchedProcedures(n,r)}getExtractableSequences(){return[...this.sequences.entries()].filter(([,e])=>e.count>=this.config.minRepetitions).map(([e,t])=>({steps:e.split(`→`),count:t.count,lastSeen:t.lastSeen})).sort((e,t)=>t.count===e.count?t.steps.length-e.steps.length:t.count-e.count)}listProcedures(){return[...this.procedures.values()].map(e=>no(e)).sort((e,t)=>t.occurrences===e.occurrences?t.steps.length-e.steps.length:t.occurrences-e.occurrences)}drainNewProcedures(){let e=[...this.pendingProcedures.values()].map(e=>no(e));return this.pendingProcedures.clear(),e}requeueProcedures(e){for(let t of e)this.pendingProcedures.set(to(t.steps),no(t))}extractProcedure(e,t){return{id:ce(),steps:[...e],occurrences:t,confidence:Math.min(50+(t-this.config.minRepetitions)*this.config.confidenceIncrement,100),lastSeen:new Date().toISOString(),conditions:Qa}}adjustConfidence(e,t){return e.confidence=t?Math.min(100,e.confidence+this.config.confidenceIncrement):Math.max(0,e.confidence-this.config.confidenceDecrement),e.confidence}getHistoryLength(){return this.history.length}clear(){this.history=[],this.sequences.clear(),this.procedures.clear(),this.pendingProcedures.clear()}detectSequences(e){let t=this.history.map(e=>e.toolName),n=Math.min(this.config.maxSequenceLength,t.length),r=new Set,i=Math.max(1,Math.min(2,this.config.minRepetitions));for(let a=this.config.minSequenceLength;a<=n;a+=1){let n=t.slice(-a),o=to(n),s=0;for(let e=0;e<=t.length-a;e+=1)to(t.slice(e,e+a))===o&&(s+=1);if(!(s<i)&&(this.sequences.set(o,{count:s,lastSeen:e}),s>=this.config.minRepetitions&&!this.procedures.has(o))){let t=this.extractProcedure(n,s);t.lastSeen=e,this.procedures.set(o,t),this.pendingProcedures.set(o,no(t)),r.add(o)}}return r}updateMatchedProcedures(e,t){for(let[n,r]of this.procedures.entries()){if(t.has(n))continue;let i=n.split(`→`);if(this.history.length<i.length)continue;let a=this.history.slice(-i.length);to(a.map(e=>e.toolName))===n&&(r.occurrences+=1,r.lastSeen=e,this.adjustConfidence(r,ro(a)))}}};async function ao(e,t,n){let r=await t.remember(`Procedure: ${n.steps.join(` → `)}`,oo(n),`patterns`,[`procedure`,`auto-extracted`]);return e.memoryMetaCreate(r.path,`procedural`),r.path}function oo(e){return[`## Procedure: ${e.steps.join(` → `)}`,``,`**Confidence:** ${e.confidence}/100`,`**Occurrences:** ${e.occurrences}`,`**Last Seen:** ${e.lastSeen}`,``,`### Steps`,...e.steps.map((e,t)=>`${t+1}. \`${e}\``),``,`### When to Use`,e.conditions??Qa].join(`
26
+ `)}function so(e,t,n={}){return async(r,i)=>{if(!co(r.toolName,n))return i();try{let n=await i();return e.record(r.toolName,n.isError!==!0),await lo(e,t,r.toolName),n}catch(n){throw e.record(r.toolName,!1),await lo(e,t,r.toolName),n}}}function co(e,t){return t.trackedTools&&!t.trackedTools.has(e)?!1:!(t.ignoredTools??eo).has(e)}async function lo(e,t,n){if(Ee.instance().isDegraded(`embedder`)){Za.debug?.(`Skipping procedural memory persist — embedder degraded`);return}let r=e.drainNewProcedures();if(r.length===0)return;let i=[];for(let e of r)try{await ao(t.stateStore,t.curatedStore,e)}catch(t){let r=t instanceof Error?t.message:String(t),a=/circuit breaker|timed out|worker.*killed|respawn/i.test(r);Za.warn(`Failed to store procedural memory`,{toolName:n,sequence:e.steps.join(` -> `),error:r}),a||i.push(e)}i.length>0&&e.requeueProcedures(i)}const uo=I(`tool-pipeline`);function fo(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}function po(e,t){return e.tools?(Array.isArray(e.tools)?e.tools:[e.tools]).includes(t):!0}function mo(e){return e.middleware.critical===!0}var ho=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=>po(t,e)).sort((e,t)=>e.order-t.order);return async(a,o)=>{let s={toolName:e,args:fo(a)?a:{},requestId:ce(),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(mo(r))throw t;if(uo.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 go=I(`auto-gc`);let _o=`warming`,vo=null,yo=0;function bo(){let e=[...jo()];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 xo(e){let t=bo();if(t===0){_o=`warming`;return}if(t>500){_o=`degraded`;let n=Date.now();if(vo&&n-vo<36e5){go.debug(`GC cooldown active — skipping`,{lastGcAgoMs:n-vo});return}vo=n,yo++,go.warn(`p95 latency exceeds threshold, triggering GC`,{p95:t,cycle:yo}),e&&e().catch(e=>go.error(`GC callback failed`,{err:String(e)}))}else t<200&&(_o=`healthy`)}function So(){return{state:_o,p95:bo(),lastGcAt:vo,gcCount:yo,bufferSize:jo().length}}const Co=/key|token|secret|auth|password|bearer/i,wo=new Set([`eval`,`env`]);function To(e){if(typeof e==`string`)return/^(Bearer |sk-|ghp_|glpat-|ghu_|ghs_|github_pat_)/i.test(e)?`[REDACTED]`:e;if(Array.isArray(e))return e.map(To);if(e&&typeof e==`object`){let t={};for(let[n,r]of Object.entries(e))/(?:token|secret|password|passphrase|key|auth|credential|api.?key)/i.test(n)?t[n]=`[REDACTED]`:t[n]=To(r);return t}return e}function Eo(e,t){if(wo.has(e))return JSON.stringify({_redacted:!0,tool:e});let n=To(t);if(e===`http`&&n.headers&&typeof n.headers==`object`){let e={};for(let[t,r]of Object.entries(n.headers))e[t]=Co.test(t)?`[REDACTED]`:r;return n.headers=e,JSON.stringify(n).slice(0,2e3)}return JSON.stringify(n).slice(0,2e3)}const Do=new Map,Oo=[];function ko(e,t,n,r,i){let a=Do.get(e);a||(a={callCount:0,totalDurationMs:0,totalInputChars:0,totalOutputChars:0,errorCount:0},Do.set(e,a)),a.callCount++,a.totalDurationMs+=t,a.totalInputChars+=n,a.totalOutputChars+=r,i&&a.errorCount++,Oo.push(t),Oo.length>100&&Oo.shift(),Oo.length>=10&&Oo.length%20==0&&xo()}function Ao(){return Array.from(Do.entries()).map(([e,t])=>({tool:e,...t}))}function jo(){return Oo}function Mo(){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 nn({ts:new Date().toISOString(),source:`mcp`,tool:e.toolName,input:Eo(e.toolName,e.args),durationMs:a,status:`ok`,output:o,traceId:e.requestId,outputChars:o.length}),ko(e.toolName,a,r,o.length,!1),i}catch(t){let i=Date.now()-n,a=t instanceof Error?t.message:String(t);throw nn({ts:new Date().toISOString(),source:`mcp`,tool:e.toolName,input:Eo(e.toolName,e.args),durationMs:i,status:`error`,output:a,traceId:e.requestId,outputChars:0}),ko(e.toolName,i,r,0,!0),t}}}function No(e,t){e.registerResource(`aikit-curated-index`,`aikit://curated`,{description:`Index of all curated knowledge entries`,mimeType:`text/markdown`},async()=>{let e=(await t.list()).map(e=>`- [${e.title}](aikit://curated/${e.path}) — ${e.category}`);return{contents:[{uri:`aikit://curated`,text:`# Curated Knowledge Index\n\n${e.length>0?e.join(`
27
+ `):`_No curated entries yet._`}`,mimeType:`text/markdown`}]}});let n=new Vn(`aikit://curated/{+path}`,{list:async()=>({resources:(await t.list()).map(e=>({uri:`aikit://curated/${e.path}`,name:e.title,description:`[${e.category}] ${e.contentPreview?.slice(0,80)??``}`,mimeType:`text/markdown`}))})});e.registerResource(`aikit-curated-entry`,n,{description:`A curated knowledge entry`,mimeType:`text/markdown`},async(e,n)=>{let r=n.path;if(!r)throw Error(`Missing path variable in curated resource URI`);let i=await t.read(r);return{contents:[{uri:e.toString(),text:`---\ntitle: ${i.title}\ncategory: ${i.category}\ntags: ${i.tags?.join(`, `)??``}\nversion: ${i.version??1}\n---\n\n${i.content??i.contentPreview??``}`,mimeType:`text/markdown`}]}})}const Po=`aikit://schemas/channel-surface`,Fo=new URL(`../../../blocks-core/schemas/channel-surface.schema.json`,import.meta.url);let Io;function Lo(){return Io??=Mn(Fo,`utf8`),Io}function Ro(e,t,n){e.registerResource(`aikit-status`,`aikit://status`,{description:`Current AI Kit status and statistics`,mimeType:`text/plain`},async()=>{let e=await t.getStats();return{contents:[{uri:`aikit://status`,text:`AI Kit: ${e.totalRecords} records from ${e.totalFiles} files. Last indexed: ${e.lastIndexedAt??`Never`}`,mimeType:`text/plain`}]}}),e.registerResource(`aikit-file-tree`,`aikit://file-tree`,{description:`List of all indexed source files`,mimeType:`text/plain`},async()=>({contents:[{uri:`aikit://file-tree`,text:(await t.listSourcePaths()).sort().join(`
28
+ `),mimeType:`text/plain`}]})),e.registerResource(`aikit-channel-surface-schema`,Po,{description:`JSON Schema for the ChannelSurface communication contract`,mimeType:`application/schema+json`},async()=>({contents:[{uri:Po,text:await Lo(),mimeType:`application/schema+json`}]})),No(e,n)}const zo=[`er_push`,`er_pull`,`er_sync_status`],Bo=[...zo,`er_update_policy`,`er_evolve_review`],Vo=new Set(Bo);function Ho(e){return e.toolProfiles}const Uo=new Set(`browser.changelog.check.compliance_score.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.signal.test_run.time.watch.web_fetch.web_search.workset`.split(`.`)),Wo=5e3,Go=new Set(`browser.changelog.check.compliance_score.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.status.test_run.time.watch.web_fetch.web_search.workset`.split(`.`)),Ko=`analyze.audit.blast_radius.browser.changelog.check.compliance_score.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.signal.session_digest.stash.status.stratum_card.symbol.test_run.time.trace.watch.web_fetch.web_search.workset`.split(`.`),qo=I(`structured-content-guard`);function Jo(){let e=(async(e,t)=>{let n;try{n=await t()}catch(e){n={content:[{type:`text`,text:`[ERROR:INTERNAL] ${e instanceof Error?e.message:String(e)}`}],isError:!0}}let r=(e.toolConfig??{}).outputSchema;if(r==null)return n;let i=null;if(n.structuredContent==null){let t=Yo(r);n.structuredContent=t,i=`synthesize`,n.structuredContent??(n.structuredContent={},i=`synthesize-null-fallback`,qo.error(`synthesizeStructuredContent returned null/undefined — using empty fallback`,{tool:e.toolName}))}let a=Xo(r,n.structuredContent);if(a.action!=null&&(n.structuredContent=a.structuredContent,i=a.action),Qo(n.structuredContent)||(n.isError=!0,n.structuredContent={},i=`fallback-error`),Zo(r,n.structuredContent)===!1){let e=Yo(r);n.structuredContent=e??{},Zo(r,n.structuredContent)===!1?(n.structuredContent=Qo(n.structuredContent)?n.structuredContent:{},i=`final-validation-failed`):i??=`final-heal`}return Qo(n.structuredContent)||(n.isError=!0,n.structuredContent={},i=`fallback-error`),i!=null&&qo.warn(`Structured content guard activated`,{tool:e.toolName,action:i}),n});return e.critical=!0,e}function Yo(e){try{return $o(e)??{}}catch{return{}}}function Xo(e,t){if(Zo(e,t)!==!1)return{structuredContent:t,action:null};try{let n=Yo(e);if(Qo(n)&&Qo(t)){let r={...n,...t};if(Zo(e,r)!==!1)return{structuredContent:r,action:`heal`}}return{structuredContent:n,action:`fallback-zero-value`}}catch{return{structuredContent:t,action:null}}}function Zo(e,t){let n=e.safeParse;if(typeof n==`function`)try{return n(t).success}catch{return}}function Qo(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}function $o(e){if(!e)return{};if(e.anyOf){let t=e.anyOf.find(e=>e.type!==`null`);return t?$o(t):null}let t=e._def?.typeName;if(t&&!e.type)switch(t){case`ZodObject`:{let t={},n=null;try{n=e.shape??(typeof e._def?.shape==`function`?e._def.shape():e._def?.shape)}catch{n=null}if(n)for(let[e,r]of Object.entries(n))try{t[e]=$o(r)}catch{t[e]=null}return t}case`ZodArray`:return[];case`ZodString`:return``;case`ZodNumber`:return 0;case`ZodBoolean`:return!1;case`ZodNullable`:return null;case`ZodOptional`:return;case`ZodRecord`:return{};case`ZodEnum`:return e._def?.values?.[0]??``;default:return{}}switch(e.type){case`object`:{let t={},n=e.properties??e.shape;if(n)for(let[e,r]of Object.entries(n))t[e]=$o(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{};case`enum`:return e.options?.[0]??Object.values(e.enum??e._def?.entries??{})[0]??``;default:return{}}}function es(e){if(!e)return{};try{let t=$o(e);return Qo(t)?t:{}}catch{return{}}}const ts={search:{title:`Hybrid Search`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`search`],compression:{preserve:`dense`}},find:{title:`Federated Find`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`search`],compression:{preserve:`dense`}},symbol:{title:`Symbol Resolver — Cross-Module Definitions & References`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`search`],compression:{preserve:`exact`}},trace:{title:`Data Flow Tracer — Cross-Module Call & Import Chains`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`search`],compression:{preserve:`exact`}},scope_map:{title:`Task Scope Map`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`search`],compression:{preserve:`exact`}},lookup:{title:`Chunk Lookup`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`search`],compression:{preserve:`exact`}},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`],compression:{preserve:`exact`}},analyze:{title:`Analyze`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`analysis`],compression:{preserve:`exact`}},blast_radius:{title:`Blast Radius`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`analysis`,`search`],compression:{preserve:`exact`}},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`],compression:{preserve:`exact`}},forge_classify:{title:`FORGE Classify`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`forge`],compression:{preserve:`exact`}},evidence_map:{title:`Evidence Map`,annotations:{readOnlyHint:!1},category:[`forge`],compression:{preserve:`exact`}},present:{title:`Rich Content Presenter`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`presentation`]},check:{title:`Typecheck & Lint`,annotations:{readOnlyHint:!0,openWorldHint:!0},category:[`execution`],compression:{preserve:`dense`}},test_run:{title:`Run Tests`,annotations:{readOnlyHint:!0,openWorldHint:!0},category:[`execution`],compression:{preserve:`dense`}},eval:{title:`Evaluate Code`,annotations:{readOnlyHint:!1,openWorldHint:!0},category:[`execution`]},audit:{title:`Project Audit`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`execution`],compression:{preserve:`dense`}},browser:{title:`Browser Automation`,annotations:{readOnlyHint:!1,openWorldHint:!0},category:[`web`]},rename:{title:`Rename Symbol`,annotations:{readOnlyHint:!1,destructiveHint:!0},category:[`manipulation`]},restore:{title:`Restore`,annotations:{readOnlyHint:!1},category:[`manipulation`]},codemod:{title:`Codemod`,annotations:{readOnlyHint:!1,destructiveHint:!0},category:[`manipulation`]},data_transform:{title:`Data Transform`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`manipulation`]},stash:{title:`Stash Values`,annotations:{readOnlyHint:!1},category:[`session`]},signal:{title:`Inter-Agent Signaling`,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`],compression:{preserve:`balanced`}},compliance_score:{title:`Compliance Score`,annotations:{readOnlyHint:!0,idempotentHint:!0},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`],compression:{preserve:`balanced`}},health:{title:`Health Check`,annotations:{readOnlyHint:!0,idempotentHint:!0},category:[`system`],compression:{preserve:`balanced`}},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`],compression:{preserve:`dense`}},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`],compression:{preserve:`dense`}},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 W(e){return ts[e]??{title:e,annotations:{readOnlyHint:!1},category:[]}}const ns=Symbol(`toolPipelineState`);function rs(e){return e[ns]}function is(e,t){e[ns]=t}function as(e,t){return t?async(...n)=>{let r=await e(...n);if(!r||typeof r!=`object`)return r;let i=r;return!(`content`in i)||i.isError||i.structuredContent!=null&&typeof i.structuredContent==`object`?r:(i.structuredContent=es(t),i.structuredContent??={},r)}:e}function os(e,t,n=``){let r=rs(e);if(r){r.pipeline=t,r.prefix=n;return}is(e,{originalRegisterTool:e.registerTool.bind(e),pipeline:t,prefix:n}),e.registerTool=(n,r,i)=>{let a=rs(e),o=a?.prefix?`${a.prefix}${n}`:n;if(!i)return a?.originalRegisterTool(o,r);let s=r?.outputSchema;if((a?.pipeline??t).getMiddlewareNames().length===0){let e=as(i,s);return a?.originalRegisterTool(o,r,e)}let c=W(n),l=as((a?.pipeline??t).wrap(n,i,r,c),s);return a?.originalRegisterTool(o,r,l)}}const ss={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,signal:2,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 cs(e,t){return e.filter(e=>(ss[e]??0)<=t)}const ls=new Set([`status`,`config`,`guide`,`health`]),us={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 ds(e,t){let n=us[e];if(n)return n;let r=t?.[e];if(r)return r;throw Error(`Unknown tool profile: ${e}`)}function fs(e,t,n){return t.includes(`*`)?!0:(n[e]?.category??[]).some(e=>t.includes(e))}function ps(e,t,n,r){if(t.includes(`*`)){for(let t of n)e.add(t);return}for(let i of n)fs(i,t,r)&&e.add(i)}function ms(e,t,n){if(t.includes(`*`)){e.clear();return}for(let r of[...e])fs(r,t,n)&&e.delete(r)}function hs(e,t,n){if(!e||e.length===0||e.includes(`*`))return new Set(t);let r=new Set;return ps(r,e,t,n),r}function gs(e,t){return e===void 0?t:t===void 0?e:Math.min(e,t)}function _s(e,t){for(let n of[...e])t[n]?.annotations?.readOnlyHint===!1&&e.delete(n)}function vs(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=ds(e,t);return gs(i.extends?vs(i.extends,t,n+1,[...r,e]):void 0,i.maxTier)}function ys(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=ds(e,r),c=[...o,e],l=s.extends?i(s.extends,a+1,c):hs(s.includeCategories,t,n);s.extends&&s.includeCategories?.length&&ps(l,s.includeCategories,t,n),s.excludeCategories?.length&&ms(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=vs(e,r);if(o!==void 0){let e=cs([...a],o);a.clear();for(let t of e)a.add(t)}for(let e of ls)a.add(e);return e===`safe`&&_s(a,n),a}const bs=new Set([`search`,`analysis`,`knowledge`,`compression`,`forge`,`presentation`,`execution`,`manipulation`,`session`,`git`,`process`,`system`,`meta`,`utilities`,`web`,`queue`,`flow`]);function xs(e,t,n,r){let i=process.env.AIKIT_TOOLSET||e.toolProfile||`full`,a=ys(i,t,n,r);if(e.features&&e.features.length>0){let i=e.features.filter(e=>!bs.has(e));if(i.length>0)throw Error(`Unknown feature group(s): ${i.join(`, `)}. Valid categories: ${[...bs].join(`, `)}`);let o={description:`Synthetic profile from features config`,includeCategories:e.features},s=ys(`_features`,t,n,{...r,_features:o});for(let e of a)!s.has(e)&&!ls.has(e)&&a.delete(e)}if(e.readOnly)for(let e of[...a])n[e]?.annotations?.readOnlyHint===!1&&!ls.has(e)&&a.delete(e);for(let e of ls)a.add(e);return i===`safe`&&_s(a,n),a}const Ss=z.object({mode:z.enum([`wasm`,`regex`,`unknown`]),reason:z.string(),pathsChecked:z.array(z.object({path:z.string(),exists:z.boolean()})),os:z.string(),arch:z.string(),nodeVersion:z.string(),webTreeSitterImportable:z.boolean(),healAttempted:z.boolean(),healSuccess:z.boolean(),healError:z.string().nullable(),initError:z.string().nullable(),wasmDir:z.string().nullable(),grammarCount:z.number()}),Cs=z.object({kind:z.enum([`onboard`,`reindex`,`handoff`,`proceed`]),reason:z.string()}),ws=z.object({title:z.string(),insight:z.string(),confidence:z.number()}),Ts=z.object({lessons:z.array(ws),conventions:z.array(z.object({title:z.string(),preview:z.string()})),checkpoint:z.string().nullable()}),Es=z.object({totalRecords:z.number(),totalFiles:z.number(),lastIndexedAt:z.string().nullable(),onboarded:z.boolean(),onboardDir:z.string(),contentTypes:z.record(z.string(),z.number()),wasmAvailable:z.boolean(),wasmDiagnostics:Ss,graphStats:z.object({nodes:z.number(),edges:z.number()}).nullable(),curatedCount:z.number(),serverVersion:z.string(),scaffoldVersion:z.string().nullable(),workspaceScaffoldVersion:z.string().nullable(),upgradeAvailable:z.boolean(),storeBackend:z.string().optional(),storeDiagnostics:z.object({adapterType:z.string(),vectorSearchEnabled:z.boolean(),ftsEnabled:z.boolean(),degradedMode:z.boolean(),dbPath:z.string(),dbSizeBytes:z.number().nullable(),embeddingDim:z.number(),vectorDtype:z.string()}).nullable().optional(),contextPressure:z.number().min(0).max(100).describe(`0–100 score indicating AI Kit saturation`),nextAction:Cs,prelude:Ts.nullable().optional()});z.object({entries:z.array(z.object({path:z.string(),title:z.string(),category:z.string(),tags:z.array(z.string()),version:z.number(),preview:z.string()})),totalCount:z.number()});const Ds=z.object({ok:z.boolean(),checks:z.array(z.object({name:z.string(),ok:z.boolean(),message:z.string().optional()}))}),Os=z.object({summary:z.object({totalFiles:z.number(),totalLines:z.number(),totalCodeLines:z.number(),totalFunctions:z.number(),avgComplexity:z.number(),maxComplexity:z.object({value:z.number(),file:z.string()})}),files:z.array(z.object({path:z.string(),lines:z.number(),code:z.number(),complexity:z.number(),functions:z.number()}))}),ks=z.object({platform:z.string(),arch:z.string(),nodeVersion:z.string(),cwd:z.string(),cpus:z.number(),memoryFreeGb:z.number(),memoryTotalGb:z.number()}),As=z.object({iso:z.string(),unix:z.number(),timezone:z.string(),formatted:z.string()}),js=z.object({passed:z.boolean(),errorCount:z.number(),warningCount:z.number(),topErrors:z.array(z.string())}),Ms=z.object({passed:z.boolean(),tsc:js,biome:js}),Ns=z.object({name:z.string(),definedIn:z.object({path:z.string(),line:z.number(),kind:z.string(),signature:z.string().optional()}).nullable(),importedBy:z.array(z.object({path:z.string(),line:z.number(),importStatement:z.string()})),referencedIn:z.array(z.object({path:z.string(),line:z.number(),context:z.string(),scope:z.string().optional()})),graphContext:z.object({definingModule:z.string().optional(),importedByModules:z.array(z.string()),siblingSymbols:z.array(z.string())}).nullable()}),Ps=z.object({sourcePath:z.string(),contentType:z.string(),score:z.number(),headingPath:z.string().optional(),startLine:z.number().optional(),endLine:z.number().optional(),origin:z.string().optional(),category:z.string().optional(),tags:z.array(z.string()).optional()}),Fs=z.object({results:z.array(Ps),totalResults:z.number(),searchMode:z.string(),query:z.string(),ref:z.string().optional().describe(`Reusable cache reference for later compact(ref, query)`)}),Is=z.object({path:z.string(),line:z.number().optional(),matchType:z.string(),preview:z.string()}),Ls=z.object({matches:z.array(Is),totalMatches:z.number(),pattern:z.string(),truncated:z.boolean(),ref:z.string().optional().describe(`Reusable cache reference for later compact(ref, query)`)}),Rs=z.object({path:z.string(),relevance:z.number(),estimatedTokens:z.number(),focusLines:z.array(z.string()).optional()}),zs=z.object({files:z.array(Rs),totalFiles:z.number(),totalEstimatedTokens:z.number(),task:z.string()}),Bs=z.object({path:z.string(),impact:z.string(),reason:z.string()}),Vs=z.object({changedFiles:z.array(z.string()),affectedFiles:z.array(Bs),totalAffected:z.number(),riskLevel:z.string()}),Hs=z.object({name:z.string(),passed:z.boolean(),message:z.string().optional(),severity:z.string().optional()}),Us=z.object({passed:z.boolean(),score:z.number(),checks:z.array(Hs),summary:z.string()}),Ws=z.object({id:z.string(),name:z.string(),type:z.string(),sourcePath:z.string().optional()}),Gs=z.object({fromId:z.string(),toId:z.string(),type:z.string()}),Ks=z.object({nodes:z.array(Ws),edges:z.array(Gs),totalNodes:z.number(),totalEdges:z.number(),query:z.string()}),qs=z.object({symbols:z.array(z.object({name:z.string(),path:z.string(),line:z.number().optional(),kind:z.string()})),totalDead:z.number()});z.object({files:z.number(),packages:z.number(),languages:z.record(z.string(),z.number()),tree:z.string()});const Js=z.object({path:z.string(),language:z.string(),lines:z.number(),imports:z.number(),exports:z.number(),functions:z.number(),classes:z.number()}),Ys=z.object({gitRoot:z.string(),branch:z.string(),commitCount:z.number(),hasUncommitted:z.boolean(),recentCommits:z.array(z.object({hash:z.string(),message:z.string(),author:z.string(),date:z.string()}))}),Xs=z.object({text:z.string().describe(`The compressed text output`),ref:z.string().optional().describe(`Reusable cache reference`),originalChars:z.number(),compressedChars:z.number(),ratio:z.number(),segmentsKept:z.number(),segmentsTotal:z.number()}),Zs=z.object({sourceId:z.string(),value:z.string()}),Qs=z.object({id:z.string(),originalChars:z.number(),keptChars:z.number(),segmentsKept:z.number(),segmentsTotal:z.number()}),$s=z.object({text:z.string().describe(`The compressed digest text output`),ref:z.string().optional().describe(`Reusable cache reference`),fields:z.record(z.string(),z.array(Zs)),sourceStats:z.array(Qs),totalOriginalChars:z.number(),totalCompressedChars:z.number(),ratio:z.number()}),ec=z.object({passed:z.boolean(),totalTests:z.number(),passedTests:z.number(),failedTests:z.number(),skippedTests:z.number(),duration:z.number().describe(`Duration in milliseconds`),failures:z.array(z.object({name:z.string(),message:z.string(),file:z.string().optional()}))}),tc=I(`utils:enrich`);async function G(e,t){let n={curated:[],graph:[]},r=t.limit??3,[i,a]=await Promise.allSettled([nc(e,t.query,r),rc(e,t.filePath)]);return i.status===`fulfilled`?n.curated=i.value:tc.debug(`Curated enrichment failed`,{error:i.reason}),a.status===`fulfilled`?n.graph=a.value:tc.debug(`Graph enrichment failed`,{error:a.reason}),n}async function nc(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=>ic(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=>ic(e.record))}return[]}catch(e){return tc.debug(`Curated enrichment failed`,{error:e}),[]}}async function rc(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 tc.debug(`Graph enrichment failed`,{error:e}),[]}}function K(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(`
29
+ `)}`}function ic(e){let t=ac(e.metadata,`title`)||e.sourcePath||`Untitled`;return`[${ac(e.metadata,`category`)}] ${t}: ${e.content.slice(0,200)}`}function ac(e,t){let n=e?.[t];return typeof n==`string`?n:``}function q(e,t,n){return{content:[{type:`text`,text:`[ERROR:${e}] ${t}`}],isError:!0,...n==null?{}:{structuredContent:n}}}function J(e,t){return async(n,r)=>{let i=Date.now(),a=await t(n,r),o=Date.now()-i;return a._meta={...a._meta??{},durationMs:o,toolName:e},a}}const oc=I(`tools`),sc=z.number().min(100).max(5e4).optional().describe(`Maximum token budget for the response. When set, output is truncated to fit.`);function cc(e,t){return t?R(e,t):e}function lc(){let e=[];return rr.get()||e.push(`Tree-sitter unavailable — using regex fallback, symbol/pattern confidence reduced`),e.length===0?``:`\n\n> **⚠ Caveats:** ${e.join(`; `)}`}function uc(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 dc(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(`
30
30
 
31
31
  ### 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(`
32
- `)}function dc(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 fc(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=dc(t),r=n.get(e)??[];r.push(t),n.set(e,r)}let r=[`
32
+ `)}function fc(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 pc(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=fc(t),r=n.get(e)??[];r.push(t),n.set(e,r)}let r=[`
33
33
 
34
34
  ### 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(`
35
- `)}async function pc(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 mc(e,t,n,r,i){try{let a=`produced/analysis/${n}/${k(`sha256`).update(r).digest(`hex`).slice(0,12)}.md`,o=k(`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:k(`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),ac.info(`Auto-persisted analysis`,{analyzerName:n,chunkCount:l.length})}catch(e){ac.warn(`Auto-persist analysis failed`,{analyzerName:n,...L(e)})}}const hc=z.enum([`structure`,`dependencies`,`symbols`,`patterns`,`entry_points`,`diagram`]),gc=z.string().describe(`Root path to analyze`),_c=z.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.`),vc=z.object({path:gc,max_depth:z.number().min(1).max(10).default(6).describe(`Maximum directory depth`),format:z.enum([`json`,`markdown`]).default(`markdown`).describe(`Output format`),max_tokens:oc,enrich:_c}),yc=z.object({path:gc,format:z.enum([`json`,`markdown`,`mermaid`]).default(`markdown`).describe(`Output format`),max_tokens:oc,enrich:_c}),bc=z.object({path:gc,filter:z.string().optional().describe(`Filter symbols by name substring`),format:z.enum([`json`,`markdown`]).default(`markdown`).describe(`Output format`),enrich:_c}),xc=z.object({path:gc,enrich:_c}),Sc=z.object({path:gc,enrich:_c}),Cc=z.object({path:gc,diagram_type:z.enum([`architecture`,`dependencies`]).default(`architecture`).describe(`Type of diagram`),enrich:_c}),wc=z.object({aspect:hc.describe(`Analysis aspect to execute`),path:gc,max_depth:z.number().min(1).max(10).optional(),format:z.enum([`json`,`markdown`,`mermaid`]).optional(),max_tokens:oc,filter:z.string().optional().describe(`Filter symbols by name substring`),diagram_type:z.enum([`architecture`,`dependencies`]).optional().describe(`Type of diagram when aspect="diagram"`),enrich:_c});async function Tc(e,t,n,r){return!n||!r?e:e+q(await K(r,{query:t,filePath:t}))}async function Ec(e,{store:t,embedder:n,enrichDeps:r}){let i=new er,{path:a,max_depth:o,format:s,max_tokens:c,enrich:l}=vc.parse(e),u=await i.analyze(a,{format:s,maxDepth:o,maxTokens:c});mc(t,n,`structure`,a,u.output);let d=u.data;return{content:[{type:`text`,text:sc(await Tc(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 Dc(e,{store:t,embedder:n,enrichDeps:r}){let i=new Yn,{path:a,format:o,max_tokens:s,enrich:c}=yc.parse(e),l=await i.analyze(a,{format:o});return mc(t,n,`dependencies`,a,l.output),{content:[{type:`text`,text:sc(await Tc(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 Oc(e,{store:t,embedder:n,enrichDeps:r}){let i=new tr,{path:a,filter:o,format:s,enrich:c}=bc.parse(e),l=await i.analyze(a,{format:s,filter:o});return mc(t,n,`symbols`,a,l.output),{content:[{type:`text`,text:await Tc(l.output+cc()+'\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 kc(e,{store:t,embedder:n,enrichDeps:r}){let i=new $n,{path:a,enrich:o}=xc.parse(e),s=await i.analyze(a);return mc(t,n,`patterns`,a,s.output),{content:[{type:`text`,text:await Tc(s.output+cc()+'\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 Ac(e,{store:t,embedder:n,enrichDeps:r}){let i=new Zn,{path:a,enrich:o}=Sc.parse(e),s=await i.analyze(a);return mc(t,n,`entry-points`,a,s.output),{content:[{type:`text`,text:await Tc(s.output+cc()+'\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 jc(e,{store:t,embedder:n,enrichDeps:r}){let i=new Xn,{path:a,diagram_type:o,enrich:s}=Cc.parse(e),c=await i.analyze(a,{diagramType:o});return mc(t,n,`diagram`,a,c.output),{content:[{type:`text`,text:await Tc(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 Mc(e,t,n){switch(e){case`structure`:return Ec(t,n);case`dependencies`:return Dc(t,n);case`symbols`:return Oc(t,n);case`patterns`:return kc(t,n);case`entry_points`:return Ac(t,n);case`diagram`:return jc(t,n)}}function Nc(e,t,n,r){let i=G(`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:wc.shape,annotations:i.annotations},Y(`analyze`,async e=>{try{let i=wc.parse(e);return await Mc(i.aspect,i,{store:t,embedder:n,enrichDeps:r})}catch(e){return ac.error(`Analysis failed`,L(e)),J(`INTERNAL`,`Analysis failed: ${e instanceof Error?e.message:String(e)}`)}}))}function Pc(e,t,n,r,i){let a=new Jn,o=G(`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:Bs,inputSchema:{path:z.string().describe(`Root path of the codebase`),files:z.array(z.string()).optional().describe(`Changed file paths (relative to root). If omitted, auto-detects from git status.`),max_depth:z.number().min(1).max(20).default(5).describe(`Maximum transitive dependency depth`),format:z.enum([`json`,`markdown`]).default(`markdown`).describe(`Output format`),max_tokens:oc,enrich:z.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},Y(`blast_radius`,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 yt({cwd:e,includeDiff:!1});if(d=Array.from(new Set([...lc(t.status?.staged),...lc(t.status?.modified),...lc(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 J(`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 pc(r,d),p.length>0&&(m=`\n\n### Graph-discovered importers (${p.length})\n`+p.slice(0,20).map(e=>`- \`${e}\``).join(`
36
- `),p.length>20&&(m+=`\n- ... and ${p.length-20} more`))}catch{}let h=fc(d),g=uc(d),_=f.output+m+h+g+cc()+'\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 K(i,{query:e,filePath:e});_+=q(t)}mc(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:sc(_,l)}],structuredContent:{changedFiles:d,affectedFiles:v,totalAffected:v.length,riskLevel:y}}}catch(e){return ac.error(`Blast radius analysis failed`,L(e)),J(`INTERNAL`,`Blast radius analysis failed: ${e instanceof Error?e.message:String(e)}`)}}))}const Fc=I(`task-manager`);let Ic=0;function Lc(e){let t=typeof e?.sendNotification==`function`;return{createTask(n,r){let i=`aikit-task-${++Ic}`,a=(n,r,a)=>{t&&e.sendNotification?.({method:`notifications/progress`,params:{progressToken:i,progress:n,total:r,...a?{message:a}:{}}}).catch(e=>{Fc.debug(`Progress notification failed`,{token:i,error:String(e)})})};return t&&Fc.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 Rc=I(`tools`);function zc(e,t,n,r){let i=G(`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:Hs,inputSchema:{path:z.string().default(`.`).describe(`Root path to audit`),checks:z.array(z.enum([`structure`,`dependencies`,`patterns`,`health`,`dead_symbols`,`check`,`entry_points`])).optional().describe(`Which checks to run (default: all)`),detail:z.enum(ke).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 ze(t,n,{path:e,checks:i,detail:a??r??`efficient`});return Lc(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 Rc.error(`Audit failed`,L(e)),J(`INTERNAL`,`Audit failed: ${e instanceof Error?e.message:String(e)}`)}})}const Bc=I(`tools`);function Vc(e){if(!e?.enabled)return;let t=process.env.AIKIT_ER_API_KEY;if(!t){Bc.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 Hc(e){let t=Vc(e);if(t)try{let e=new or(t),n=new ar({maxEntries:t.cacheMaxEntries,defaultTtl:t.cacheTtlMs}),r=new lr(e);try{let e=new URL(t.baseUrl).hostname;Bc.info(`ER bridge initialized`,{host:e})}catch{Bc.info(`ER bridge initialized`)}return{client:e,cache:n,pushAdapter:r,config:t}}catch(e){Bc.warn(`ER bridge initialization failed`,L(e));return}}function Uc(e,t,n){let r=G(`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:z.string().min(3).max(120).describe(`Title for the knowledge entry`),content:z.string().min(10).max(1e5).describe(`Markdown content to push (max 100KB)`),category:z.string().regex(/^[a-z][a-z0-9-]*$/).default(`conventions`).describe(`Category slug (e.g., "decisions", "patterns", "conventions")`),tags:z.array(z.string()).default([]).describe(`Optional tags`),rule_id:z.string().optional().describe(`ID of the classification rule that motivated this push (from remember classification signals). Improves rule effectiveness tracking.`)},annotations:r.annotations},Y(`er_push`,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),J(`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(Bc.error(`ER push failed`,L(t)),n){let t=`${i}/${e.toLowerCase().replace(/[^a-z0-9]+/g,`-`)}`;n.recordPush(t,!1,o)}return J(`INTERNAL`,`ER push failed: operation unsuccessful
35
+ `)}async function mc(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 hc(e,t,n,r,i){try{let a=`produced/analysis/${n}/${k(`sha256`).update(r).digest(`hex`).slice(0,12)}.md`,o=k(`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:k(`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),oc.info(`Auto-persisted analysis`,{analyzerName:n,chunkCount:l.length})}catch(e){oc.warn(`Auto-persist analysis failed`,{analyzerName:n,...L(e)})}}const gc=z.enum([`structure`,`dependencies`,`symbols`,`patterns`,`entry_points`,`diagram`]),_c=z.string().describe(`Root path to analyze`),vc=z.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.`),yc=z.object({path:_c,max_depth:z.number().min(1).max(10).default(6).describe(`Maximum directory depth`),format:z.enum([`json`,`markdown`]).default(`markdown`).describe(`Output format`),max_tokens:sc,enrich:vc}),bc=z.object({path:_c,format:z.enum([`json`,`markdown`,`mermaid`]).default(`markdown`).describe(`Output format`),max_tokens:sc,enrich:vc}),xc=z.object({path:_c,filter:z.string().optional().describe(`Filter symbols by name substring`),format:z.enum([`json`,`markdown`]).default(`markdown`).describe(`Output format`),enrich:vc}),Sc=z.object({path:_c,enrich:vc}),Cc=z.object({path:_c,enrich:vc}),wc=z.object({path:_c,diagram_type:z.enum([`architecture`,`dependencies`]).default(`architecture`).describe(`Type of diagram`),enrich:vc}),Tc=z.object({aspect:gc.describe(`Analysis aspect to execute`),path:_c,max_depth:z.number().min(1).max(10).optional(),format:z.enum([`json`,`markdown`,`mermaid`]).optional(),max_tokens:sc,filter:z.string().optional().describe(`Filter symbols by name substring`),diagram_type:z.enum([`architecture`,`dependencies`]).optional().describe(`Type of diagram when aspect="diagram"`),enrich:vc});async function Ec(e,t,n,r){return!n||!r?e:e+K(await G(r,{query:t,filePath:t}))}async function Dc(e,{store:t,embedder:n,enrichDeps:r}){let i=new er,{path:a,max_depth:o,format:s,max_tokens:c,enrich:l}=yc.parse(e),u=await i.analyze(a,{format:s,maxDepth:o,maxTokens:c});hc(t,n,`structure`,a,u.output);let d=u.data;return{content:[{type:`text`,text:cc(await Ec(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 Oc(e,{store:t,embedder:n,enrichDeps:r}){let i=new Yn,{path:a,format:o,max_tokens:s,enrich:c}=bc.parse(e),l=await i.analyze(a,{format:o});return hc(t,n,`dependencies`,a,l.output),{content:[{type:`text`,text:cc(await Ec(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 kc(e,{store:t,embedder:n,enrichDeps:r}){let i=new tr,{path:a,filter:o,format:s,enrich:c}=xc.parse(e),l=await i.analyze(a,{format:s,filter:o});return hc(t,n,`symbols`,a,l.output),{content:[{type:`text`,text:await Ec(l.output+lc()+'\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 Ac(e,{store:t,embedder:n,enrichDeps:r}){let i=new $n,{path:a,enrich:o}=Sc.parse(e),s=await i.analyze(a);return hc(t,n,`patterns`,a,s.output),{content:[{type:`text`,text:await Ec(s.output+lc()+'\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 jc(e,{store:t,embedder:n,enrichDeps:r}){let i=new Zn,{path:a,enrich:o}=Cc.parse(e),s=await i.analyze(a);return hc(t,n,`entry-points`,a,s.output),{content:[{type:`text`,text:await Ec(s.output+lc()+'\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 Mc(e,{store:t,embedder:n,enrichDeps:r}){let i=new Xn,{path:a,diagram_type:o,enrich:s}=wc.parse(e),c=await i.analyze(a,{diagramType:o});return hc(t,n,`diagram`,a,c.output),{content:[{type:`text`,text:await Ec(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 Nc(e,t,n){switch(e){case`structure`:return Dc(t,n);case`dependencies`:return Oc(t,n);case`symbols`:return kc(t,n);case`patterns`:return Ac(t,n);case`entry_points`:return jc(t,n);case`diagram`:return Mc(t,n)}}function Pc(e,t,n,r){let i=W(`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:Tc.shape,annotations:i.annotations},J(`analyze`,async e=>{try{let i=Tc.parse(e);return await Nc(i.aspect,i,{store:t,embedder:n,enrichDeps:r})}catch(e){return oc.error(`Analysis failed`,L(e)),q(`INTERNAL`,`Analysis failed: ${e instanceof Error?e.message:String(e)}`)}}))}function Fc(e,t,n,r,i){let a=new Jn,o=W(`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:Vs,inputSchema:{path:z.string().describe(`Root path of the codebase`),files:z.array(z.string()).optional().describe(`Changed file paths (relative to root). If omitted, auto-detects from git status.`),max_depth:z.number().min(1).max(20).default(5).describe(`Maximum transitive dependency depth`),format:z.enum([`json`,`markdown`]).default(`markdown`).describe(`Output format`),max_tokens:sc,enrich:z.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},J(`blast_radius`,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 yt({cwd:e,includeDiff:!1});if(d=Array.from(new Set([...uc(t.status?.staged),...uc(t.status?.modified),...uc(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 q(`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 mc(r,d),p.length>0&&(m=`\n\n### Graph-discovered importers (${p.length})\n`+p.slice(0,20).map(e=>`- \`${e}\``).join(`
36
+ `),p.length>20&&(m+=`\n- ... and ${p.length-20} more`))}catch{}let h=pc(d),g=dc(d),_=f.output+m+h+g+lc()+'\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 G(i,{query:e,filePath:e});_+=K(t)}hc(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:cc(_,l)}],structuredContent:{changedFiles:d,affectedFiles:v,totalAffected:v.length,riskLevel:y}}}catch(e){return oc.error(`Blast radius analysis failed`,L(e)),q(`INTERNAL`,`Blast radius analysis failed: ${e instanceof Error?e.message:String(e)}`)}}))}const Ic=I(`task-manager`);let Lc=0;function Rc(e){let t=typeof e?.sendNotification==`function`;return{createTask(n,r){let i=`aikit-task-${++Lc}`,a=(n,r,a)=>{t&&e.sendNotification?.({method:`notifications/progress`,params:{progressToken:i,progress:n,total:r,...a?{message:a}:{}}}).catch(e=>{Ic.debug(`Progress notification failed`,{token:i,error:String(e)})})};return t&&Ic.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 zc=I(`tools`);function Bc(e,t,n,r){let i=W(`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:Us,inputSchema:{path:z.string().default(`.`).describe(`Root path to audit`),checks:z.array(z.enum([`structure`,`dependencies`,`patterns`,`health`,`dead_symbols`,`check`,`entry_points`])).optional().describe(`Which checks to run (default: all)`),detail:z.enum(ke).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 ze(t,n,{path:e,checks:i,detail:a??r??`efficient`});return Rc(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 zc.error(`Audit failed`,L(e)),q(`INTERNAL`,`Audit failed: ${e instanceof Error?e.message:String(e)}`)}})}const Vc=I(`tools`);function Hc(e){if(!e?.enabled)return;let t=process.env.AIKIT_ER_API_KEY;if(!t){Vc.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 Uc(e){let t=Hc(e);if(t)try{let e=new or(t),n=new ar({maxEntries:t.cacheMaxEntries,defaultTtl:t.cacheTtlMs}),r=new lr(e);try{let e=new URL(t.baseUrl).hostname;Vc.info(`ER bridge initialized`,{host:e})}catch{Vc.info(`ER bridge initialized`)}return{client:e,cache:n,pushAdapter:r,config:t}}catch(e){Vc.warn(`ER bridge initialization failed`,L(e));return}}function Wc(e,t,n){let r=W(`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:z.string().min(3).max(120).describe(`Title for the knowledge entry`),content:z.string().min(10).max(1e5).describe(`Markdown content to push (max 100KB)`),category:z.string().regex(/^[a-z][a-z0-9-]*$/).default(`conventions`).describe(`Category slug (e.g., "decisions", "patterns", "conventions")`),tags:z.array(z.string()).default([]).describe(`Optional tags`),rule_id:z.string().optional().describe(`ID of the classification rule that motivated this push (from remember classification signals). Improves rule effectiveness tracking.`)},annotations:r.annotations},J(`er_push`,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),q(`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(Vc.error(`ER push failed`,L(t)),n){let t=`${i}/${e.toLowerCase().replace(/[^a-z0-9]+/g,`-`)}`;n.recordPush(t,!1,o)}return q(`INTERNAL`,`ER push failed: operation unsuccessful
37
37
 
38
- _The local AI Kit is unaffected. You can retry or check ER health with \`er_sync_status\`._`)}}))}function Wc(e,t){let n=G(`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:z.string().min(1).max(2e3).describe(`Search query for Enterprise RAG AI Kit (max 2000 chars)`),max_results:z.number().min(1).max(20).default(5).describe(`Maximum results to return`),bypass_cache:z.boolean().default(!0).describe(`Skip cache and fetch fresh results from ER (default: true per DR-001)`)},annotations:n.annotations},Y(`er_pull`,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(`
38
+ _The local AI Kit is unaffected. You can retry or check ER health with \`er_sync_status\`._`)}}))}function Gc(e,t){let n=W(`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:z.string().min(1).max(2e3).describe(`Search query for Enterprise RAG AI Kit (max 2000 chars)`),max_results:z.number().min(1).max(20).default(5).describe(`Maximum results to return`),bypass_cache:z.boolean().default(!0).describe(`Skip cache and fetch fresh results from ER (default: true per DR-001)`)},annotations:n.annotations},J(`er_pull`,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(`
39
39
 
40
40
  ---
41
41
 
@@ -43,15 +43,15 @@ _The local AI Kit is unaffected. You can retry or check ER health with \`er_sync
43
43
 
44
44
  ---
45
45
 
46
- `)}\n\n---\n_Source: Enterprise RAG (${i.length} results) | Results cached for ${Math.floor(t.config.cacheTtlMs/36e5)}h_`}]}}catch(e){return Bc.error(`ER pull failed`,L(e)),J(`INTERNAL`,`ER pull failed: search request unsuccessful
46
+ `)}\n\n---\n_Source: Enterprise RAG (${i.length} results) | Results cached for ${Math.floor(t.config.cacheTtlMs/36e5)}h_`}]}}catch(e){return Vc.error(`ER pull failed`,L(e)),q(`INTERNAL`,`ER pull failed: search request unsuccessful
47
47
 
48
- _Enterprise RAG may be unavailable. Local AI Kit search is unaffected._`)}}))}function Gc(e,t){let n=G(`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:z.boolean().default(!0).describe(`Whether to ping ER health endpoint (adds latency)`)},annotations:n.annotations},Y(`er_sync_status`,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
48
+ _Enterprise RAG may be unavailable. Local AI Kit search is unaffected._`)}}))}function Kc(e,t){let n=W(`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:z.boolean().default(!0).describe(`Whether to ping ER health endpoint (adds latency)`)},annotations:n.annotations},J(`er_sync_status`,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
49
49
  `,`**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(`
50
- `)}]}}catch(e){return Bc.error(`ER sync status failed`,L(e)),J(`INTERNAL`,`ER sync status failed: ${e instanceof Error?e.message:String(e)}`)}}))}const Kc=I(`tools`);function qc(e){let t=[`Compliance score: ${e.score}/100`,`Calls scored: ${e.totalCalls}`,`Summary: ${e.summary}`];if(e.violations.length===0)return`${t.join(`
50
+ `)}]}}catch(e){return Vc.error(`ER sync status failed`,L(e)),q(`INTERNAL`,`ER sync status failed: ${e instanceof Error?e.message:String(e)}`)}}))}const qc=I(`tools`);function Jc(e){let t=[`Compliance score: ${e.score}/100`,`Calls scored: ${e.totalCalls}`,`Summary: ${e.summary}`];if(e.violations.length===0)return`${t.join(`
51
51
  `)}\n\nNo violations detected.`;let n=e.violations.map(e=>`- ${e.ruleId} | ${e.tool} | ${e.timestamp}\n ${e.rule}\n Suggestion: ${e.suggestion}`);return`${t.join(`
52
52
  `)}\n\nViolations:\n${n.join(`
53
- `)}`}function Jc(e){let t=G(`compliance_score`);e.registerTool(`compliance_score`,{title:t.title,description:`Score replay log compliance against AI Kit tool-routing rules and surface violations with remediation guidance.`,inputSchema:{last_n:z.number().min(1).max(500).default(50).describe(`Maximum number of recent replay entries to score (default: 50)`)},annotations:t.annotations},Y(`compliance_score`,async({last_n:e})=>{try{return{content:[{type:`text`,text:qc(dn(an({last:e}),{lastN:e}))}]}}catch(e){return Kc.error(`Compliance score failed`,L(e)),J(`INTERNAL`,`Compliance score failed: ${e instanceof Error?e.message:String(e)}`)}}))}function X(e){return String(e??``).replace(/&/g,`&amp;`).replace(/</g,`&lt;`).replace(/>/g,`&gt;`).replace(/"/g,`&quot;`)}const Yc=z.object({action:z.enum([`view`,`update`]).default(`view`).describe(`Action to perform: view current configuration or update it`),updates:z.record(z.string(),z.unknown()).optional().describe(`Partial configuration to merge when action is "update". Supports nested paths like { "indexing": { "chunkSize": 2000 } }`)}),Xc=I(`config-tool`),Zc=`ui://aikit/config.html`,Qc=[`serverName`,`toolPrefix`,`autoIndex`,`sources`,`indexing`,`tokenBudget`];function $c(){let e=process.env.AIKIT_CONFIG_PATH;if(e&&A(e))return e;let t=F(process.cwd(),`aikit.config.json`);return A(t)?t:``}function el(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}function tl(e,t){let n={...e};for(let[e,r]of Object.entries(t)){let t=n[e];if(el(t)&&el(r)){n[e]=tl(t,r);continue}n[e]=r}return n}function nl(e){return e===void 0?`undefined`:JSON.stringify(e)}function rl(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(el(o)&&el(s)&&el(c)){i.push(...rl(s,c,o,n));continue}nl(s)!==nl(c)&&i.push(`- ${n}: ${nl(s)} -> ${nl(c)}`)}return i}function il(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(!el(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`||!ke.includes(r))&&t.push(`tokenBudget must be one of: ${ke.join(`, `)}.`);continue}t.push(`Field "${n}" is not updatable through this tool.`)}return t}function al(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.`),!el(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 ol(e){let t=JSON.parse(M(e,`utf-8`));if(!el(t))throw Error(`Config file must contain a JSON object.`);return t}function sl(e,t){return[`AI Kit Configuration`,`Config file: ${t}`,``,JSON.stringify(e,null,2)].join(`
54
- `)}function cl(e){return e===void 0?``:el(e)||Array.isArray(e)?JSON.stringify(e,null,2):String(e)}function ll(e){let t=e.metrics??[],n={success:`#22c55e`,warning:`#f59e0b`,error:`#ef4444`,info:`#38bdf8`},r={up:`↑`,down:`↓`,neutral:`→`};return`
53
+ `)}`}function Yc(e){let t=W(`compliance_score`);e.registerTool(`compliance_score`,{title:t.title,description:`Score replay log compliance against AI Kit tool-routing rules and surface violations with remediation guidance.`,inputSchema:{last_n:z.number().min(1).max(500).default(50).describe(`Maximum number of recent replay entries to score (default: 50)`)},annotations:t.annotations},J(`compliance_score`,async({last_n:e})=>{try{return{content:[{type:`text`,text:Jc(dn(an({last:e}),{lastN:e}))}]}}catch(e){return qc.error(`Compliance score failed`,L(e)),q(`INTERNAL`,`Compliance score failed: ${e instanceof Error?e.message:String(e)}`)}}))}function Y(e){return String(e??``).replace(/&/g,`&amp;`).replace(/</g,`&lt;`).replace(/>/g,`&gt;`).replace(/"/g,`&quot;`)}const Xc=z.object({action:z.enum([`view`,`update`]).default(`view`).describe(`Action to perform: view current configuration or update it`),updates:z.record(z.string(),z.unknown()).optional().describe(`Partial configuration to merge when action is "update". Supports nested paths like { "indexing": { "chunkSize": 2000 } }`)}),Zc=I(`config-tool`),Qc=`ui://aikit/config.html`,$c=[`serverName`,`toolPrefix`,`autoIndex`,`sources`,`indexing`,`tokenBudget`];function el(){let e=process.env.AIKIT_CONFIG_PATH;if(e&&A(e))return e;let t=F(process.cwd(),`aikit.config.json`);return A(t)?t:``}function tl(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}function nl(e,t){let n={...e};for(let[e,r]of Object.entries(t)){let t=n[e];if(tl(t)&&tl(r)){n[e]=nl(t,r);continue}n[e]=r}return n}function rl(e){return e===void 0?`undefined`:JSON.stringify(e)}function il(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(tl(o)&&tl(s)&&tl(c)){i.push(...il(s,c,o,n));continue}rl(s)!==rl(c)&&i.push(`- ${n}: ${rl(s)} -> ${rl(c)}`)}return i}function al(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(!tl(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`||!ke.includes(r))&&t.push(`tokenBudget must be one of: ${ke.join(`, `)}.`);continue}t.push(`Field "${n}" is not updatable through this tool.`)}return t}function ol(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.`),!tl(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 sl(e){let t=JSON.parse(M(e,`utf-8`));if(!tl(t))throw Error(`Config file must contain a JSON object.`);return t}function cl(e,t){return[`AI Kit Configuration`,`Config file: ${t}`,``,JSON.stringify(e,null,2)].join(`
54
+ `)}function ll(e){return e===void 0?``:tl(e)||Array.isArray(e)?JSON.stringify(e,null,2):String(e)}function ul(e){let t=e.metrics??[],n={success:`#22c55e`,warning:`#f59e0b`,error:`#ef4444`,info:`#38bdf8`},r={up:`↑`,down:`↓`,neutral:`→`};return`
55
55
  <style>
56
56
  .db-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px}
57
57
  .db-card{padding:14px;border:1px solid var(--aikit-border,#3c3c3c);border-left-width:4px;border-radius:8px;background:var(--aikit-surface,#252526)}
@@ -64,11 +64,11 @@ _Enterprise RAG may be unavailable. Local AI Kit search is unaffected._`)}}))}fu
64
64
  .db-list{margin-top:8px;display:grid;gap:4px}
65
65
  .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)}
66
66
  </style>
67
- <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]??``} ${X(e.trend.value)}</span>`:``,a=`<div class="db-value">${X(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>${X(e.label)}</span><span>${X(e.value)}</span></div>`).join(``)}</div>`),`
67
+ <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]??``} ${Y(e.trend.value)}</span>`:``,a=`<div class="db-value">${Y(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>${Y(e.label)}</span><span>${Y(e.value)}</span></div>`).join(``)}</div>`),`
68
68
  <div class="db-card" style="border-left-color:${t}">
69
- <div class="db-label">${X(e.label)}</div>
69
+ <div class="db-label">${Y(e.label)}</div>
70
70
  ${a}
71
- </div>`}).join(``)}</div>`}function ul(e){let t=e.fields??[];return`
71
+ </div>`}).join(``)}</div>`}function dl(e){let t=e.fields??[];return`
72
72
  <style>
73
73
  .fm-container{display:grid;grid-template-columns:1fr 280px;gap:24px}
74
74
  @media(max-width:640px){.fm-container{grid-template-columns:1fr}}
@@ -94,7 +94,7 @@ _Enterprise RAG may be unavailable. Local AI Kit search is unaffected._`)}}))}fu
94
94
  </style>
95
95
  <div class="fm-container">
96
96
  <div class="fm-fields" id="fmFields">
97
- ${t.map(e=>{let t=e.type??`text`,n;if(t===`select`&&e.options){let t=e.options.map(t=>`<option value="${X(t)}"${t===e.value?` selected`:``}>${X(t)}</option>`).join(``);n=`<select class="fm-input" data-field="${X(e.name)}">${t}</select>`}else n=t===`textarea`?`<textarea class="fm-input fm-textarea" data-field="${X(e.name)}" rows="4">${X(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="${X(e.name)}" value="${X(t)}"${e.value?.includes(t)?` checked`:``}> ${X(t)}</label>`).join(``)}</div>`:`<input class="fm-input" type="${X(t)}" data-field="${X(e.name)}" value="${X(e.value??``)}">`;return`<div class="fm-group"><label class="fm-label">${X(e.label)}</label>${n}</div>`}).join(``)}
97
+ ${t.map(e=>{let t=e.type??`text`,n;if(t===`select`&&e.options){let t=e.options.map(t=>`<option value="${Y(t)}"${t===e.value?` selected`:``}>${Y(t)}</option>`).join(``);n=`<select class="fm-input" data-field="${Y(e.name)}">${t}</select>`}else n=t===`textarea`?`<textarea class="fm-input fm-textarea" data-field="${Y(e.name)}" rows="4">${Y(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="${Y(e.name)}" value="${Y(t)}"${e.value?.includes(t)?` checked`:``}> ${Y(t)}</label>`).join(``)}</div>`:`<input class="fm-input" type="${Y(t)}" data-field="${Y(e.name)}" value="${Y(e.value??``)}">`;return`<div class="fm-group"><label class="fm-label">${Y(e.label)}</label>${n}</div>`}).join(``)}
98
98
  <button class="fm-submit" id="fmSubmit">Submit</button>
99
99
  </div>
100
100
  <div class="fm-preview">
@@ -133,9 +133,9 @@ _Enterprise RAG may be unavailable. Local AI Kit search is unaffected._`)}}))}fu
133
133
  }
134
134
  });
135
135
  })();
136
- <\/script>`}function dl(e){return ll({metrics:Object.entries(e).map(([e,t])=>({label:e,value:el(t)||Array.isArray(t)?JSON.stringify(t,null,2):String(t),status:`info`}))})}function fl(e){return ul({fields:Qc.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:el(n)||Array.isArray(n)?`textarea`:`text`,value:cl(n)}})})}function pl(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 ml(e){let t=``,n=``,r=!1;return function(i,a){t=i,n=a,!r&&(r=!0,fr(e,`AI Kit Config App`,Zc,{description:`View and update AI Kit configuration`},async()=>({contents:[{uri:Zc,mimeType:dr,text:pl(t,n)}]})))}}function hl(e,t){let n=G(`config`),r=ml(e);pr(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:Yc,annotations:n.annotations,_meta:{ui:{resourceUri:Zc}}},Y(`config`,async e=>{let{action:n,updates:i}=e;if(t.readOnly&&n!==`view`)return J(`PERMISSION`,`Configuration updates are disabled in read-only mode`);if(n===`view`){let e=$c(),n=e||`(runtime config only; no aikit.config.json found)`;try{let i=e?ol(e):t,a=sl(i,n);return r(`Configuration`,dl(i)),{content:[{type:`text`,text:a}],ui:{type:`resource`,uri:Zc}}}catch(t){return Xc.error(`Failed to read config for view`,{configPath:e,error:t instanceof Error?t.message:String(t)}),{content:[{type:`text`,text:`Failed to read configuration from ${n}: ${t instanceof Error?t.message:String(t)}`}]}}}if(!i)return r(`Configuration Form`,fl(t)),{content:[{type:`text`,text:`No updates provided. Pass an updates object when action is "update".`}],ui:{type:`resource`,uri:Zc}};let a=$c();if(!a)return r(`Configuration Form`,fl(t)),{content:[{type:`text`,text:`No config file found to update.`}],ui:{type:`resource`,uri:Zc}};let o=il(i);if(o.length>0)return r(`Configuration Form`,fl(ol(a))),{content:[{type:`text`,text:`Configuration update rejected:\n${o.map(e=>`- ${e}`).join(`
137
- `)}`}],ui:{type:`resource`,uri:Zc}};try{let e=ol(a),t=tl(e,i),n=al(t);if(n.length>0)return r(`Configuration Form`,fl(e)),{content:[{type:`text`,text:`Configuration update rejected:\n${n.map(e=>`- ${e}`).join(`
138
- `)}`}],ui:{type:`resource`,uri:Zc}};me(a,JSON.stringify(t,null,2),`utf-8`);let o=rl(e,t,i),s=`Configuration updated successfully.
136
+ <\/script>`}function fl(e){return ul({metrics:Object.entries(e).map(([e,t])=>({label:e,value:tl(t)||Array.isArray(t)?JSON.stringify(t,null,2):String(t),status:`info`}))})}function pl(e){return dl({fields:$c.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:tl(n)||Array.isArray(n)?`textarea`:`text`,value:ll(n)}})})}function ml(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 hl(e){let t=``,n=``,r=!1;return function(i,a){t=i,n=a,!r&&(r=!0,fr(e,`AI Kit Config App`,Qc,{description:`View and update AI Kit configuration`},async()=>({contents:[{uri:Qc,mimeType:dr,text:ml(t,n)}]})))}}function gl(e,t){let n=W(`config`),r=hl(e);pr(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:Xc,annotations:n.annotations,_meta:{ui:{resourceUri:Qc}}},J(`config`,async e=>{let{action:n,updates:i}=e;if(t.readOnly&&n!==`view`)return q(`PERMISSION`,`Configuration updates are disabled in read-only mode`);if(n===`view`){let e=el(),n=e||`(runtime config only; no aikit.config.json found)`;try{let i=e?sl(e):t,a=cl(i,n);return r(`Configuration`,fl(i)),{content:[{type:`text`,text:a}],ui:{type:`resource`,uri:Qc}}}catch(t){return Zc.error(`Failed to read config for view`,{configPath:e,error:t instanceof Error?t.message:String(t)}),{content:[{type:`text`,text:`Failed to read configuration from ${n}: ${t instanceof Error?t.message:String(t)}`}]}}}if(!i)return r(`Configuration Form`,pl(t)),{content:[{type:`text`,text:`No updates provided. Pass an updates object when action is "update".`}],ui:{type:`resource`,uri:Qc}};let a=el();if(!a)return r(`Configuration Form`,pl(t)),{content:[{type:`text`,text:`No config file found to update.`}],ui:{type:`resource`,uri:Qc}};let o=al(i);if(o.length>0)return r(`Configuration Form`,pl(sl(a))),{content:[{type:`text`,text:`Configuration update rejected:\n${o.map(e=>`- ${e}`).join(`
137
+ `)}`}],ui:{type:`resource`,uri:Qc}};try{let e=sl(a),t=nl(e,i),n=ol(t);if(n.length>0)return r(`Configuration Form`,pl(e)),{content:[{type:`text`,text:`Configuration update rejected:\n${n.map(e=>`- ${e}`).join(`
138
+ `)}`}],ui:{type:`resource`,uri:Qc}};me(a,JSON.stringify(t,null,2),`utf-8`);let o=il(e,t,i),s=`Configuration updated successfully.
139
139
 
140
140
  Config file: ${a}
141
141
 
@@ -143,27 +143,27 @@ Changed values:
143
143
  ${o.length>0?o.join(`
144
144
  `):`- No effective changes; requested values already matched the file.`}
145
145
 
146
- These changes take effect on the next server restart.`;return r(`Configuration`,dl(t)),{content:[{type:`text`,text:s}],ui:{type:`resource`,uri:Zc}}}catch(e){return Xc.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)}`}]}}})),r(`Configuration`,dl(t))}const gl=I(`cross-workspace`);function _l(e,t){if(!Pe())return[];let n=Fe();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 vl(e){let t=new Map;for(let n of e)try{let e=await vr({backend:`sqlite-vec`,path:Ne(n.partition)});await e.initialize(),t.set(n.partition,e)}catch(e){gl.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 yl(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 gl.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 bl(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 gl.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 xl(e){return e.toLowerCase().replace(/[-_]/g,``)}function Sl(e){let t=ge(e),n=xl(he(e));try{let e=N(t);for(let r of e)if(xl(r)===n){let e=F(t,r);if(A(e))return e}}catch{}}function Cl(e,t,n){if(_e(e))return A(e)?e:Sl(e)||e;let r=F(t,e);if(A(r))return r;let i=Sl(r);if(i)return i;if(n)for(let r of n){if(r===t)continue;let n=F(r,e);if(A(n))return n;let i=Sl(n);if(i)return i}try{let n=N(t,{withFileTypes:!0});for(let r of n){if(!r.isDirectory()||r.name.startsWith(`.`)||r.name===`node_modules`)continue;let n=F(t,r.name,e);if(A(n))return n;let i=Sl(n);if(i)return i}}catch{}return r}function wl(e){if(e.length!==0)return yn({kind:`compact`,text:e,originalChars:e.length,compressedChars:e.length})?.ref??void 0}function Tl(e,t){return t?`${e}\n\nRef: ${t}`:e}const El=I(`tools:context`);function Dl(e){return e instanceof Error&&`code`in e&&e.code===`ENOENT`}function Ol(e,t){return Dl(t)?(El.warn(`${e} failed`,{error:`File not found`}),J(`NOT_FOUND`,`File not found`)):(El.error(`${e} failed`,L(t)),J(`INTERNAL`,`${e} failed: ${t instanceof Error?t.message:String(t)}`))}function kl(e,t,n,r){if(!r||!e)return;let i=e.replace(/\\/g,`/`);if(![t,...n??[]].map(e=>e.replace(/\\/g,`/`)).some(e=>{let t=e.endsWith(`/`)?e.slice(0,-1):e;return i===t||i.startsWith(`${t}/`)}))try{r(e)}catch{}}function Al(e,t,n,r,i,a,o){let s=G(`compact`);e.registerTool(`compact`,{title:s.title,description:"Compress text to relevant sections using embedding similarity (no LLM). Provide `text`, `path`, or a cached `ref` from compact/digest/search/find/knowledge. Segments by paragraph/sentence/line.",outputSchema:Ys,inputSchema:{text:z.string().optional().describe(`The text to compress (provide this OR path, not both)`),path:z.string().optional().describe(`File path to read server-side — avoids read_file round-trip + token doubling (provide this OR text)`),ref:z.string().optional().describe(`Reusable ref from compact/digest/search/find/knowledge output`),query:z.string().optional().describe(`Focus query — what are you trying to understand? Required unless ref is provided.`),max_chars:z.number().min(100).max(5e4).default(3e3).describe(`Target output size in characters`),segmentation:z.enum([`paragraph`,`sentence`,`line`]).default(`paragraph`).describe(`How to split the text for scoring`),token_budget:z.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:z.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:s.annotations},Y(`compact`,async({text:e,path:s,ref:c,query:l,max_chars:u,segmentation:d,token_budget:f,enrich:p})=>{try{let m=typeof l==`string`&&l.trim().length>0;if(c&&(e||s))return J(`VALIDATION`,`Provide "ref" by itself, not together with "text" or "path".`);let h=!c&&s?Cl(s,r,i):void 0;if(!c&&!e&&!h)return J(`VALIDATION`,`Either "text", "path", or "ref" must be provided.`);if(!c&&!m)return J(`VALIDATION`,`A focus query is required unless you are restoring a cached ref.`);let g=await Ze(t,{text:e,path:h,ref:c,query:l,maxChars:u,tokenBudget:f,segmentation:d,cache:n});kl(h,r,i,o);let _=!!(c&&!m),v=[_?`Retrieved cached ref ${g.ref??c} (${g.compressedChars} chars)`:`Compressed ${g.originalChars} → ${g.compressedChars} chars (${(g.ratio*100).toFixed(0)}%)`,_?void 0:`Kept ${g.segmentsKept}/${g.segmentsTotal} segments`,g.ref?`Ref: ${g.ref}`:void 0,``,g.text].filter(e=>typeof e==`string`).join(`
147
- `);if(p&&a){let e=await K(a,{query:l,filePath:h});v+=q(e)}return{content:[{type:`text`,text:v}],structuredContent:{text:v,ref:g.ref,originalChars:g.originalChars,compressedChars:g.compressedChars,ratio:g.ratio,segmentsKept:g.segmentsKept,segmentsTotal:g.segmentsTotal}}}catch(e){return{...Ol(`Compact`,e),structuredContent:{text:``,originalChars:0,compressedChars:0,ratio:0,segmentsKept:0,segmentsTotal:0}}}}))}function jl(e,t,n,r){let i=G(`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:Rs,inputSchema:{task:z.string().describe(`Description of the task to scope`),max_files:z.number().min(1).max(50).default(15).describe(`Maximum files to include`),content_type:z.enum(Ce).optional().describe(`Filter by content type`),max_tokens:z.number().min(100).max(5e4).optional().describe(`Maximum token budget for the response. When set, output is truncated to fit.`),enrich:z.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},Y(`scope_map`,async({task:e,max_files:i,content_type:a,max_tokens:o,enrich:s})=>{try{let c=await un(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(`
148
- `)+"\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 K(r,{query:e});l+=q(t)}return{content:[{type:`text`,text:o?R(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 Ol(`Scope map`,e)}}))}function Ml(e,t,n,r,i){let a=G(`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:Is,inputSchema:{query:z.string().optional().describe(`Semantic/keyword search query (required for mode "examples")`),glob:z.string().optional().describe(`File glob pattern (search mode only)`),pattern:z.string().optional().describe(`Regex pattern to match in content (search mode only)`),limit:z.number().min(1).max(50).default(10).describe(`Max results`),content_type:z.enum(Ce).optional().describe(`Filter by content type`),mode:z.enum([`search`,`examples`]).default(`search`).describe(`Mode: "search" (default) for federated search, "examples" to find usage examples of a symbol/pattern`),max_tokens:z.number().min(100).max(5e4).optional().describe(`Maximum token budget for the response. When set, output is truncated to fit.`),workspaces:z.array(z.string()).optional().describe(`Cross-workspace search: partition names or folder basenames to include. Use ["*"] for all. User-level mode only.`),enrich:z.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},Y(`find`,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 J(`VALIDATION`,`"query" is required for mode "examples".`);let r=await ht(t,n,{query:e,limit:s,contentType:c}),a=wl(JSON.stringify(r)),o=JSON.stringify(a?{ref:a,...r}:r);if(f&&i){let t=await K(i,{query:e});o+=q(t)}return{content:[{type:`text`,text:u?R(o,u):o}]}}let p=await pt(t,n,{query:e,glob:a,pattern:o,limit:s,contentType:c,cwd:r}),m=``;if(d&&d.length>0&&e){let n=_l(d,je(process.cwd()));if(n.length>0){let{stores:r,closeAll:i}=await vl(n);try{let i=await yl(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?`
149
- No search strategies were activated. Provide at least one of: query, glob, or pattern.`:``}`;if(f&&i){let n=await K(i,{query:e});t+=q(n)}let n=u?R(t,u):t,r=wl(n);return{content:[{type:`text`,text:Tl(n,r)}],structuredContent:{matches:[],totalMatches:0,pattern:e??a??o??``,truncated:!1,ref:r}}}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(`
150
- `);if(f&&i){let t=await K(i,{query:e,filePath:p.results[0]?.path});h+=q(t)}let g=u?R(h,u):h,_=wl(g);return{content:[{type:`text`,text:Tl(g,_)}],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,ref:_}}}catch(e){return Ol(`Find`,e)}}))}function Nl(e,t,n,r,i){let a=G(`symbol`);e.registerTool(`symbol`,{title:a.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:z.string().describe(`Symbol name to look up (function, class, type, etc.)`),limit:z.number().min(1).max(50).default(20).describe(`Max results per category`),workspaces:z.array(z.string()).optional().describe(`Cross-workspace search: partition names or folder basenames to include. Use ["*"] for all. User-level mode only.`),max_tokens:z.number().min(100).max(5e4).optional().describe(`Maximum token budget for the response. When set, output is truncated to fit.`),enrich:z.boolean().default(!1).optional().describe(`Append curated knowledge and graph context to output. Adds ~150-250 tokens.`)},outputSchema:Ms,annotations:a.annotations},Y(`symbol`,async({name:e,limit:a,workspaces:o,max_tokens:s,enrich:c})=>{try{let l=await Sn(t,n,{name:e,limit:a,graphStore:r});if(o&&o.length>0){let n=_l(o,je(process.cwd()));if(n.length>0){let{stores:r,closeAll:i}=await vl(n);try{for(let[n,i]of r){let r=await Sn(t,i,{name:e,limit:a});r.definedIn&&!l.definedIn&&(l.definedIn={...r.definedIn,path:`[${n}] ${r.definedIn.path}`});for(let e of r.referencedIn)l.referencedIn.push({...e,path:`[${n}] ${e.path}`});if(r.importedBy){l.importedBy=l.importedBy??[];for(let e of r.importedBy)l.importedBy.push({...e,path:`[${n}] ${e.path}`})}}}finally{await i()}}}let u={name:l.name,definedIn:l.definedIn??null,importedBy:l.importedBy??[],referencedIn:l.referencedIn??[],graphContext:l.graphContext??null},d=Ll(l);if(c&&i){let t=await K(i,{query:`symbol ${e}`});d+=q(t)}return{content:[{type:`text`,text:s?R(d,s):d}],structuredContent:u}}catch(e){return Ol(`Symbol lookup`,e)}}))}function Pl(e,t,n,r,i,a){let o=new er,s=G(`file_summary`);e.registerTool(`file_summary`,{title:s.title,description:`Create a concise structural summary of a source file: imports, exports, functions, classes, interfaces, and types.`,outputSchema:qs,inputSchema:{path:z.string().describe(`Absolute path to the file to summarize`),max_tokens:z.number().min(100).max(5e4).optional().describe(`Maximum token budget for the response.`),enrich:z.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:s.annotations},Y(`file_summary`,async({path:e,max_tokens:s,enrich:c})=>{try{let l=Cl(e,n,r);if((await Fn(l)).isDirectory()){let t=await o.analyze(l,{format:`markdown`,maxDepth:3,maxTokens:s});kl(l,n,r,a);let u=t.data.stats?.languages??{},d=Object.entries(u).sort((e,t)=>t[1]-e[1])[0]?.[0],f=`📁 **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(c&&i){let t=await K(i,{query:e,filePath:l});f+=q(t)}return{content:[{type:`text`,text:s?R(f,s):f}],structuredContent:{path:l,language:d??`directory`,lines:0,imports:0,exports:0,functions:0,classes:0}}}let u=await ft({path:l,content:(await t.get(l)).content,maxTokens:s});kl(l,n,r,a);let d=Rl(u);if(c&&i){let t=await K(i,{query:e,filePath:l});d+=q(t)}return{content:[{type:`text`,text:d}],structuredContent:{path:u.path,language:u.language,lines:u.lines,imports:u.importCount??u.imports?.length??0,exports:u.exports?.length??0,functions:u.functions?.length??0,classes:u.classes?.length??0}}}catch(e){return Ol(`File summary`,e)}}))}function Fl(e,t,n,r,i){let a=G(`trace`);e.registerTool(`trace`,{title:a.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:z.string().describe(`Starting point — symbol name or file:line reference`),direction:z.enum([`forward`,`backward`,`both`]).describe(`Which direction to trace relationships`),max_depth:z.number().min(1).max(10).default(3).optional().describe(`Maximum trace depth`),max_tokens:z.number().min(100).max(5e4).optional().describe(`Maximum token budget for the response. When set, output is truncated to fit.`),enrich:z.boolean().default(!1).optional().describe(`Append curated knowledge and graph context to output. Adds ~150-250 tokens.`)},annotations:a.annotations},Y(`trace`,async({start:e,direction:a,max_depth:o,max_tokens:s,enrich:c})=>{try{let l=await Tn(t,n,{start:e,direction:a,maxDepth:o,graphStore:r}),u=[`## Trace: ${l.start}`,`Direction: ${l.direction} | Depth: ${l.depth}`,``];if(l.graphContext&&(u.push(`### Graph Context`),l.graphContext.definingModule&&u.push(`- Module: ${l.graphContext.definingModule}`),l.graphContext.community&&u.push(`- Community: ${l.graphContext.community}`),l.graphContext.importedByModules.length>0&&u.push(`- Imported by modules: ${l.graphContext.importedByModules.join(`, `)}`),l.graphContext.siblingSymbols.length>0&&u.push(`- Sibling symbols: ${l.graphContext.siblingSymbols.join(`, `)}`),u.push(``)),l.nodes.length===0)u.push(`No connections found.`);else{let e=l.nodes.filter(e=>e.relationship===`calls`),t=l.nodes.filter(e=>e.relationship===`called-by`),n=l.nodes.filter(e=>e.relationship===`imports`),r=l.nodes.filter(e=>e.relationship===`imported-by`),i=l.nodes.filter(e=>e.relationship===`references`);if(e.length>0){u.push(`### Calls (${e.length})`);for(let t of e){let e=t.scope?` (from ${t.scope}())`:``;u.push(`- ${t.symbol}() — ${t.path}:${t.line}${e}`)}u.push(``)}if(t.length>0){u.push(`### Called by (${t.length})`);for(let e of t){let t=e.scope?` in ${e.scope}()`:``;u.push(`- ${e.symbol}()${t} — ${e.path}:${e.line}`)}u.push(``)}if(n.length>0){u.push(`### Imports (${n.length})`);for(let e of n)u.push(`- ${e.symbol} — ${e.path}:${e.line}`);u.push(``)}if(r.length>0){u.push(`### Imported by (${r.length})`);for(let e of r)u.push(`- ${e.path}:${e.line}`);u.push(``)}if(i.length>0){u.push(`### References (${i.length})`);for(let e of i)u.push(`- ${e.path}:${e.line}`);u.push(``)}}u.push(`---`,"_Next: `symbol` for definition details | `compact` to read a referenced file | `blast_radius` for impact analysis_");let d=u.join(`
151
- `);if(c&&i){let t=await K(i,{query:`trace ${e}`});d+=q(t)}return{content:[{type:`text`,text:s?R(d,s):d}],structuredContent:{start:l.start,direction:l.direction,depth:l.depth,nodes:l.nodes,graphContext:l.graphContext??null}}}catch(e){return Ol(`Trace`,e)}}))}function Il(e,t,n,r,i,a){let o=G(`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:Ks,inputSchema:{path:z.string().optional().describe(`Root path to scope the search (default: cwd)`),limit:z.number().min(1).max(500).default(100).optional().describe(`Maximum exported symbols to scan`),max_tokens:z.number().min(100).max(5e4).optional().describe(`Maximum token budget for the response. When set, output is truncated to fit.`),enrich:z.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},Y(`dead_symbols`,async({path:e,limit:o,max_tokens:s,enrich:c})=>{try{let l=e&&r?Cl(e,r,i):e,u=await mt(t,n,{rootPath:l,limit:o}),d=[`## Dead Symbol Analysis`,``,`**Exports scanned:** ${u.totalExports}`,`**Dead in source:** ${u.totalDeadSource} (actionable)`,`**Dead in docs:** ${u.totalDeadDocs} (informational — code samples in .md files)`,``];if(u.deadInSource.length>0){d.push(`### Dead in Source (actionable)`);for(let e of u.deadInSource)d.push(`- \`${e.name}\` (${e.kind}) — ${e.path}:${e.line}`);d.push(``)}if(u.deadInDocs.length>0){d.push(`### Dead in Docs (informational)`),d.push(`_${u.totalDeadDocs} symbol(s) found only in documentation code samples — not actionable dead code._`);for(let e of u.deadInDocs.slice(0,5))d.push(`- \`${e.name}\` — ${e.path}:${e.line}`);u.deadInDocs.length>5&&d.push(`- _... ${u.deadInDocs.length-5} more omitted_`)}u.totalDeadSource>0?d.push(``,`---`,`_Next: \`codemod\` to remove ${u.totalDeadSource} unused exports | \`symbol\` to verify usage before removing_`):d.push(``,`---`,"_Next: `check` — no dead symbols found, validate types and lint_");let f=d.join(`
152
- `);if(c&&a){let t=await K(a,{query:`dead symbols ${e??l??``}`});f+=q(t)}return{content:[{type:`text`,text:s?R(f,s):f}],structuredContent:{symbols:[...u.deadInSource,...u.deadInDocs].map(e=>({name:e.name,path:e.path,...e.line===void 0?{}:{line:e.line},kind:e.kind})),totalDead:u.totalDeadSource+u.totalDeadDocs}}}catch(e){return Ol(`Dead symbol scan`,e)}}))}function Ll(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(`
153
- `)}function Rl(e){let t=[e.path,`Language: ${e.language}`,`Lines: ${e.lines}`,`Estimated tokens: ~${e.estimatedTokens}`,``,`Imports (${e.importCount??e.imports.length}):`,...zl(e.imports),``,`Exports (${e.exports.length}):`,...zl(e.exports),``,`Functions (${e.functions.length}):`,...zl(e.functions.map(e=>`${e.name} @ line ${e.line}${e.exported?` [exported]`:``}${`signature`in e&&e.signature?` — ${e.signature}`:``}`)),``,`Classes (${e.classes.length}):`,...zl(e.classes.map(e=>`${e.name} @ line ${e.line}${e.exported?` [exported]`:``}${e.signature?` — ${e.signature}`:``}`)),``,`Interfaces (${e.interfaces.length}):`,...zl(e.interfaces.map(e=>`${e.name} @ line ${e.line}${`exported`in e&&e.exported?` [exported]`:``}`)),``,`Types (${e.types.length}):`,...zl(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.callEdgeCount??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(`
154
- `)}function zl(e){return e.length===0?[` none`]:e.map(e=>` - ${e}`)}const Bl=I(`tools`);function Vl(e,t){let n=G(`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:z.boolean().default(!0).describe(`Include detailed breakdowns (top missed queries, rule stats)`),reset_after:z.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
146
+ These changes take effect on the next server restart.`;return r(`Configuration`,fl(t)),{content:[{type:`text`,text:s}],ui:{type:`resource`,uri:Qc}}}catch(e){return Zc.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)}`}]}}})),r(`Configuration`,fl(t))}const _l=I(`cross-workspace`);function vl(e,t){if(!Pe())return[];let n=Fe();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 yl(e){let t=new Map;for(let n of e)try{let e=await vr({backend:`sqlite-vec`,path:Ne(n.partition)});await e.initialize(),t.set(n.partition,e)}catch(e){_l.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 bl(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 _l.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 xl(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 _l.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 Sl(e){return e.toLowerCase().replace(/[-_]/g,``)}function Cl(e){let t=ge(e),n=Sl(he(e));try{let e=N(t);for(let r of e)if(Sl(r)===n){let e=F(t,r);if(A(e))return e}}catch{}}function wl(e,t,n){if(_e(e))return A(e)?e:Cl(e)||e;let r=F(t,e);if(A(r))return r;let i=Cl(r);if(i)return i;if(n)for(let r of n){if(r===t)continue;let n=F(r,e);if(A(n))return n;let i=Cl(n);if(i)return i}try{let n=N(t,{withFileTypes:!0});for(let r of n){if(!r.isDirectory()||r.name.startsWith(`.`)||r.name===`node_modules`)continue;let n=F(t,r.name,e);if(A(n))return n;let i=Cl(n);if(i)return i}}catch{}return r}function Tl(e){if(e.length!==0)return yn({kind:`compact`,text:e,originalChars:e.length,compressedChars:e.length})?.ref??void 0}function El(e,t){return t?`${e}\n\nRef: ${t}`:e}const Dl=I(`tools:context`);function Ol(e){return e instanceof Error&&`code`in e&&e.code===`ENOENT`}function kl(e,t){return Ol(t)?(Dl.warn(`${e} failed`,{error:`File not found`}),q(`NOT_FOUND`,`File not found`)):(Dl.error(`${e} failed`,L(t)),q(`INTERNAL`,`${e} failed: ${t instanceof Error?t.message:String(t)}`))}function Al(e,t,n,r){if(!r||!e)return;let i=e.replace(/\\/g,`/`);if(![t,...n??[]].map(e=>e.replace(/\\/g,`/`)).some(e=>{let t=e.endsWith(`/`)?e.slice(0,-1):e;return i===t||i.startsWith(`${t}/`)}))try{r(e)}catch{}}function jl(e,t,n,r,i,a,o){let s=W(`compact`);e.registerTool(`compact`,{title:s.title,description:"Compress text to relevant sections using embedding similarity (no LLM). Provide `text`, `path`, or a cached `ref` from compact/digest/search/find/knowledge. Segments by paragraph/sentence/line.",outputSchema:Xs,inputSchema:{text:z.string().optional().describe(`The text to compress (provide this OR path, not both)`),path:z.string().optional().describe(`File path to read server-side — avoids read_file round-trip + token doubling (provide this OR text)`),ref:z.string().optional().describe(`Reusable ref from compact/digest/search/find/knowledge output`),query:z.string().optional().describe(`Focus query — what are you trying to understand? Required unless ref is provided.`),max_chars:z.number().min(100).max(5e4).default(3e3).describe(`Target output size in characters`),segmentation:z.enum([`paragraph`,`sentence`,`line`]).default(`paragraph`).describe(`How to split the text for scoring`),token_budget:z.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:z.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:s.annotations},J(`compact`,async({text:e,path:s,ref:c,query:l,max_chars:u,segmentation:d,token_budget:f,enrich:p})=>{try{let m=typeof l==`string`&&l.trim().length>0;if(c&&(e||s))return q(`VALIDATION`,`Provide "ref" by itself, not together with "text" or "path".`);let h=!c&&s?wl(s,r,i):void 0;if(!c&&!e&&!h)return q(`VALIDATION`,`Either "text", "path", or "ref" must be provided.`);if(!c&&!m)return q(`VALIDATION`,`A focus query is required unless you are restoring a cached ref.`);let g=await Ze(t,{text:e,path:h,ref:c,query:l,maxChars:u,tokenBudget:f,segmentation:d,cache:n});Al(h,r,i,o);let _=!!(c&&!m),v=[_?`Retrieved cached ref ${g.ref??c} (${g.compressedChars} chars)`:`Compressed ${g.originalChars} → ${g.compressedChars} chars (${(g.ratio*100).toFixed(0)}%)`,_?void 0:`Kept ${g.segmentsKept}/${g.segmentsTotal} segments`,g.ref?`Ref: ${g.ref}`:void 0,``,g.text].filter(e=>typeof e==`string`).join(`
147
+ `);if(p&&a){let e=await G(a,{query:l,filePath:h});v+=K(e)}return{content:[{type:`text`,text:v}],structuredContent:{text:v,ref:g.ref,originalChars:g.originalChars,compressedChars:g.compressedChars,ratio:g.ratio,segmentsKept:g.segmentsKept,segmentsTotal:g.segmentsTotal}}}catch(e){return{...kl(`Compact`,e),structuredContent:{text:``,originalChars:0,compressedChars:0,ratio:0,segmentsKept:0,segmentsTotal:0}}}}))}function Ml(e,t,n,r){let i=W(`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:zs,inputSchema:{task:z.string().describe(`Description of the task to scope`),max_files:z.number().min(1).max(50).default(15).describe(`Maximum files to include`),content_type:z.enum(Ce).optional().describe(`Filter by content type`),max_tokens:z.number().min(100).max(5e4).optional().describe(`Maximum token budget for the response. When set, output is truncated to fit.`),enrich:z.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},J(`scope_map`,async({task:e,max_files:i,content_type:a,max_tokens:o,enrich:s})=>{try{let c=await un(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(`
148
+ `)+"\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 G(r,{query:e});l+=K(t)}return{content:[{type:`text`,text:o?R(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 kl(`Scope map`,e)}}))}function Nl(e,t,n,r,i){let a=W(`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:Ls,inputSchema:{query:z.string().optional().describe(`Semantic/keyword search query (required for mode "examples")`),glob:z.string().optional().describe(`File glob pattern (search mode only)`),pattern:z.string().optional().describe(`Regex pattern to match in content (search mode only)`),limit:z.number().min(1).max(50).default(10).describe(`Max results`),content_type:z.enum(Ce).optional().describe(`Filter by content type`),mode:z.enum([`search`,`examples`]).default(`search`).describe(`Mode: "search" (default) for federated search, "examples" to find usage examples of a symbol/pattern`),max_tokens:z.number().min(100).max(5e4).optional().describe(`Maximum token budget for the response. When set, output is truncated to fit.`),workspaces:z.array(z.string()).optional().describe(`Cross-workspace search: partition names or folder basenames to include. Use ["*"] for all. User-level mode only.`),enrich:z.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},J(`find`,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 q(`VALIDATION`,`"query" is required for mode "examples".`);let r=await ht(t,n,{query:e,limit:s,contentType:c}),a=Tl(JSON.stringify(r)),o=JSON.stringify(a?{ref:a,...r}:r);if(f&&i){let t=await G(i,{query:e});o+=K(t)}return{content:[{type:`text`,text:u?R(o,u):o}]}}let p=await pt(t,n,{query:e,glob:a,pattern:o,limit:s,contentType:c,cwd:r}),m=``;if(d&&d.length>0&&e){let n=vl(d,je(process.cwd()));if(n.length>0){let{stores:r,closeAll:i}=await yl(n);try{let i=await bl(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?`
149
+ No search strategies were activated. Provide at least one of: query, glob, or pattern.`:``}`;if(f&&i){let n=await G(i,{query:e});t+=K(n)}let n=u?R(t,u):t,r=Tl(n);return{content:[{type:`text`,text:El(n,r)}],structuredContent:{matches:[],totalMatches:0,pattern:e??a??o??``,truncated:!1,ref:r}}}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(`
150
+ `);if(f&&i){let t=await G(i,{query:e,filePath:p.results[0]?.path});h+=K(t)}let g=u?R(h,u):h,_=Tl(g);return{content:[{type:`text`,text:El(g,_)}],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,ref:_}}}catch(e){return kl(`Find`,e)}}))}function Pl(e,t,n,r,i){let a=W(`symbol`);e.registerTool(`symbol`,{title:a.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:z.string().describe(`Symbol name to look up (function, class, type, etc.)`),limit:z.number().min(1).max(50).default(20).describe(`Max results per category`),workspaces:z.array(z.string()).optional().describe(`Cross-workspace search: partition names or folder basenames to include. Use ["*"] for all. User-level mode only.`),max_tokens:z.number().min(100).max(5e4).optional().describe(`Maximum token budget for the response. When set, output is truncated to fit.`),enrich:z.boolean().default(!1).optional().describe(`Append curated knowledge and graph context to output. Adds ~150-250 tokens.`)},outputSchema:Ns,annotations:a.annotations},J(`symbol`,async({name:e,limit:a,workspaces:o,max_tokens:s,enrich:c})=>{try{let l=await Sn(t,n,{name:e,limit:a,graphStore:r});if(o&&o.length>0){let n=vl(o,je(process.cwd()));if(n.length>0){let{stores:r,closeAll:i}=await yl(n);try{for(let[n,i]of r){let r=await Sn(t,i,{name:e,limit:a});r.definedIn&&!l.definedIn&&(l.definedIn={...r.definedIn,path:`[${n}] ${r.definedIn.path}`});for(let e of r.referencedIn)l.referencedIn.push({...e,path:`[${n}] ${e.path}`});if(r.importedBy){l.importedBy=l.importedBy??[];for(let e of r.importedBy)l.importedBy.push({...e,path:`[${n}] ${e.path}`})}}}finally{await i()}}}let u={name:l.name,definedIn:l.definedIn??null,importedBy:l.importedBy??[],referencedIn:l.referencedIn??[],graphContext:l.graphContext??null},d=Rl(l);if(c&&i){let t=await G(i,{query:`symbol ${e}`});d+=K(t)}return{content:[{type:`text`,text:s?R(d,s):d}],structuredContent:u}}catch(e){return kl(`Symbol lookup`,e)}}))}function Fl(e,t,n,r,i,a){let o=new er,s=W(`file_summary`);e.registerTool(`file_summary`,{title:s.title,description:`Create a concise structural summary of a source file: imports, exports, functions, classes, interfaces, and types.`,outputSchema:Js,inputSchema:{path:z.string().describe(`Absolute path to the file to summarize`),max_tokens:z.number().min(100).max(5e4).optional().describe(`Maximum token budget for the response.`),enrich:z.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:s.annotations},J(`file_summary`,async({path:e,max_tokens:s,enrich:c})=>{try{let l=wl(e,n,r);if((await Fn(l)).isDirectory()){let t=await o.analyze(l,{format:`markdown`,maxDepth:3,maxTokens:s});Al(l,n,r,a);let u=t.data.stats?.languages??{},d=Object.entries(u).sort((e,t)=>t[1]-e[1])[0]?.[0],f=`📁 **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(c&&i){let t=await G(i,{query:e,filePath:l});f+=K(t)}return{content:[{type:`text`,text:s?R(f,s):f}],structuredContent:{path:l,language:d??`directory`,lines:0,imports:0,exports:0,functions:0,classes:0}}}let u=await ft({path:l,content:(await t.get(l)).content,maxTokens:s});Al(l,n,r,a);let d=zl(u);if(c&&i){let t=await G(i,{query:e,filePath:l});d+=K(t)}return{content:[{type:`text`,text:d}],structuredContent:{path:u.path,language:u.language,lines:u.lines,imports:u.importCount??u.imports?.length??0,exports:u.exports?.length??0,functions:u.functions?.length??0,classes:u.classes?.length??0}}}catch(e){return kl(`File summary`,e)}}))}function Il(e,t,n,r,i){let a=W(`trace`);e.registerTool(`trace`,{title:a.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:z.string().describe(`Starting point — symbol name or file:line reference`),direction:z.enum([`forward`,`backward`,`both`]).describe(`Which direction to trace relationships`),max_depth:z.number().min(1).max(10).default(3).optional().describe(`Maximum trace depth`),max_tokens:z.number().min(100).max(5e4).optional().describe(`Maximum token budget for the response. When set, output is truncated to fit.`),enrich:z.boolean().default(!1).optional().describe(`Append curated knowledge and graph context to output. Adds ~150-250 tokens.`)},annotations:a.annotations},J(`trace`,async({start:e,direction:a,max_depth:o,max_tokens:s,enrich:c})=>{try{let l=await Tn(t,n,{start:e,direction:a,maxDepth:o,graphStore:r}),u=[`## Trace: ${l.start}`,`Direction: ${l.direction} | Depth: ${l.depth}`,``];if(l.graphContext&&(u.push(`### Graph Context`),l.graphContext.definingModule&&u.push(`- Module: ${l.graphContext.definingModule}`),l.graphContext.community&&u.push(`- Community: ${l.graphContext.community}`),l.graphContext.importedByModules.length>0&&u.push(`- Imported by modules: ${l.graphContext.importedByModules.join(`, `)}`),l.graphContext.siblingSymbols.length>0&&u.push(`- Sibling symbols: ${l.graphContext.siblingSymbols.join(`, `)}`),u.push(``)),l.nodes.length===0)u.push(`No connections found.`);else{let e=l.nodes.filter(e=>e.relationship===`calls`),t=l.nodes.filter(e=>e.relationship===`called-by`),n=l.nodes.filter(e=>e.relationship===`imports`),r=l.nodes.filter(e=>e.relationship===`imported-by`),i=l.nodes.filter(e=>e.relationship===`references`);if(e.length>0){u.push(`### Calls (${e.length})`);for(let t of e){let e=t.scope?` (from ${t.scope}())`:``;u.push(`- ${t.symbol}() — ${t.path}:${t.line}${e}`)}u.push(``)}if(t.length>0){u.push(`### Called by (${t.length})`);for(let e of t){let t=e.scope?` in ${e.scope}()`:``;u.push(`- ${e.symbol}()${t} — ${e.path}:${e.line}`)}u.push(``)}if(n.length>0){u.push(`### Imports (${n.length})`);for(let e of n)u.push(`- ${e.symbol} — ${e.path}:${e.line}`);u.push(``)}if(r.length>0){u.push(`### Imported by (${r.length})`);for(let e of r)u.push(`- ${e.path}:${e.line}`);u.push(``)}if(i.length>0){u.push(`### References (${i.length})`);for(let e of i)u.push(`- ${e.path}:${e.line}`);u.push(``)}}u.push(`---`,"_Next: `symbol` for definition details | `compact` to read a referenced file | `blast_radius` for impact analysis_");let d=u.join(`
151
+ `);if(c&&i){let t=await G(i,{query:`trace ${e}`});d+=K(t)}return{content:[{type:`text`,text:s?R(d,s):d}],structuredContent:{start:l.start,direction:l.direction,depth:l.depth,nodes:l.nodes,graphContext:l.graphContext??null}}}catch(e){return kl(`Trace`,e)}}))}function Ll(e,t,n,r,i,a){let o=W(`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:qs,inputSchema:{path:z.string().optional().describe(`Root path to scope the search (default: cwd)`),limit:z.number().min(1).max(500).default(100).optional().describe(`Maximum exported symbols to scan`),max_tokens:z.number().min(100).max(5e4).optional().describe(`Maximum token budget for the response. When set, output is truncated to fit.`),enrich:z.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},J(`dead_symbols`,async({path:e,limit:o,max_tokens:s,enrich:c})=>{try{let l=e&&r?wl(e,r,i):e,u=await mt(t,n,{rootPath:l,limit:o}),d=[`## Dead Symbol Analysis`,``,`**Exports scanned:** ${u.totalExports}`,`**Dead in source:** ${u.totalDeadSource} (actionable)`,`**Dead in docs:** ${u.totalDeadDocs} (informational — code samples in .md files)`,``];if(u.deadInSource.length>0){d.push(`### Dead in Source (actionable)`);for(let e of u.deadInSource)d.push(`- \`${e.name}\` (${e.kind}) — ${e.path}:${e.line}`);d.push(``)}if(u.deadInDocs.length>0){d.push(`### Dead in Docs (informational)`),d.push(`_${u.totalDeadDocs} symbol(s) found only in documentation code samples — not actionable dead code._`);for(let e of u.deadInDocs.slice(0,5))d.push(`- \`${e.name}\` — ${e.path}:${e.line}`);u.deadInDocs.length>5&&d.push(`- _... ${u.deadInDocs.length-5} more omitted_`)}u.totalDeadSource>0?d.push(``,`---`,`_Next: \`codemod\` to remove ${u.totalDeadSource} unused exports | \`symbol\` to verify usage before removing_`):d.push(``,`---`,"_Next: `check` — no dead symbols found, validate types and lint_");let f=d.join(`
152
+ `);if(c&&a){let t=await G(a,{query:`dead symbols ${e??l??``}`});f+=K(t)}return{content:[{type:`text`,text:s?R(f,s):f}],structuredContent:{symbols:[...u.deadInSource,...u.deadInDocs].map(e=>({name:e.name,path:e.path,...e.line===void 0?{}:{line:e.line},kind:e.kind})),totalDead:u.totalDeadSource+u.totalDeadDocs}}}catch(e){return kl(`Dead symbol scan`,e)}}))}function Rl(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(`
153
+ `)}function zl(e){let t=[e.path,`Language: ${e.language}`,`Lines: ${e.lines}`,`Estimated tokens: ~${e.estimatedTokens}`,``,`Imports (${e.importCount??e.imports.length}):`,...Bl(e.imports),``,`Exports (${e.exports.length}):`,...Bl(e.exports),``,`Functions (${e.functions.length}):`,...Bl(e.functions.map(e=>`${e.name} @ line ${e.line}${e.exported?` [exported]`:``}${`signature`in e&&e.signature?` — ${e.signature}`:``}`)),``,`Classes (${e.classes.length}):`,...Bl(e.classes.map(e=>`${e.name} @ line ${e.line}${e.exported?` [exported]`:``}${e.signature?` — ${e.signature}`:``}`)),``,`Interfaces (${e.interfaces.length}):`,...Bl(e.interfaces.map(e=>`${e.name} @ line ${e.line}${`exported`in e&&e.exported?` [exported]`:``}`)),``,`Types (${e.types.length}):`,...Bl(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.callEdgeCount??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(`
154
+ `)}function Bl(e){return e.length===0?[` none`]:e.map(e=>` - ${e}`)}const Vl=I(`tools`);function Hl(e,t){let n=W(`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:z.boolean().default(!0).describe(`Include detailed breakdowns (top missed queries, rule stats)`),reset_after:z.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
155
155
  `,`**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(`
156
- **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&&(Bl.info(`Evolution metrics reset requested`,{requestedAt:new Date().toISOString(),clearedEvents:r.period.totalEvents}),t.reset(),i.push(`
156
+ **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&&(Vl.info(`Evolution metrics reset requested`,{requestedAt:new Date().toISOString(),clearedEvents:r.period.totalEvents}),t.reset(),i.push(`
157
157
  _Metrics have been reset._`)),{content:[{type:`text`,text:i.join(`
158
- `)}]}}catch(e){return Bl.error(`Evolution review failed`,L(e)),J(`INTERNAL`,`Evolution review failed: unable to compute metrics`)}})}const Hl=I(`tools:execution`);function Ul(e,t,n){let r=G(`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:z.array(z.string()).optional().describe(`Specific files to check (if omitted, checks all)`),cwd:z.string().optional().describe(`Working directory`),skip_types:z.boolean().default(!1).describe(`Skip TypeScript typecheck`),skip_lint:z.boolean().default(!1).describe(`Skip Biome lint`),detail:z.enum(ke).optional().describe(`Output detail level: efficient (default, ~300 tokens — pass/fail + counts + top errors), normal (parsed error objects), full (includes raw terminal output)`),enrich:z.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:js,annotations:r.annotations},Y(`check`,async({files:e,cwd:r,skip_types:i,skip_lint:a,detail:o,enrich:s},c)=>{try{let l=o??n??`efficient`,u=await He({files:e,cwd:r,skipTypes:i,skipLint:a,detail:l===`efficient`?`normal`:l}),d=Lc(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=xn(u),n=[];if(u.passed)n.push({tool:`test_run`,reason:`Types and lint clean — run tests next`});else{let t=u.tsc.errors[0]?.file??u.biome.errors[0]?.file,r=e.tsc.topErrors[0]??e.biome.topErrors[0]??`reported errors`;t&&n.push({tool:`compact`,reason:`Inspect failing code with compact({ path: ${JSON.stringify(t)}, query: ${JSON.stringify(r)} })`,suggested_args:{path:t,query:r}}),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(`
159
- `);if(s&&t){let e=await K(t,{query:`known issues failures`});i+=q(e)}return{content:[{type:`text`,text:i}],structuredContent:{...e}}}let f=JSON.stringify(u);if(s&&t){let e=await K(t,{query:`known issues failures`});f+=q(e)}return{content:[{type:`text`,text:f}]}}catch(e){return Hl.error(`Check failed`,L(e)),J(`INTERNAL`,`Check failed: ${e instanceof Error?e.message:String(e)}`)}}))}function Wl(e){let t=G(`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:z.string().max(1e5).describe(`Code snippet to execute`),lang:z.enum([`js`,`ts`]).default(`js`).optional().describe(`Language mode: js executes directly, ts strips common type syntax first`),timeout:z.number().min(1).max(6e4).default(5e3).optional().describe(`Execution timeout in milliseconds`)},annotations:t.annotations},Y(`eval`,async({code:e,lang:t,timeout:n})=>{try{let r=ut({code:e,lang:t,timeout:n});return r.success?{content:[{type:`text`,text:`Eval succeeded in ${r.durationMs}ms\n\n${r.output}`}]}:J(`INTERNAL`,`Eval failed in ${r.durationMs}ms: ${r.error??`Unknown error`}`)}catch(e){return Hl.error(`Eval failed`,L(e)),J(`INTERNAL`,`Eval failed: ${e instanceof Error?e.message:String(e)}`)}}))}function Gl(e,t){let n=G(`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:z.array(z.string()).optional().describe(`Specific test files or patterns to run`),grep:z.string().optional().describe(`Only run tests whose names match this pattern`),cwd:z.string().optional().describe(`Working directory for the test run`),enrich:z.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:$s},Y(`test_run`,async({files:e,grep:n,cwd:r,enrich:i},a)=>{try{let o=await Cn({files:e,grep:n,cwd:r}),s=Lc(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=Jl(o);if(i&&t){let e=await K(t,{query:`test patterns known failures`});l+=q(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 Hl.error(`Test run failed`,L(e)),J(`INTERNAL`,`Test run failed: ${e instanceof Error?e.message:String(e)}`)}}))}function Kl(e){let t=G(`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:z.string().max(5e5).describe(`Raw output text from a build tool`),tool:z.enum([`tsc`,`vitest`,`biome`,`git-status`]).optional().describe(`Tool to parse as (auto-detects if omitted)`)},annotations:t.annotations},async({output:e,tool:t})=>{try{let n=It(e.replace(/\\n/g,`
160
- `).replace(/\\t/g,` `),t);return{content:[{type:`text`,text:JSON.stringify(n)}]}}catch(e){return Hl.error(`Parse failed`,L(e)),J(`INTERNAL`,`Parse failed: ${e instanceof Error?e.message:String(e)}`)}})}function ql(e,t){let n=G(`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:z.string().max(2e5).describe(`The task or question to send to the local model`),model:z.string().optional().describe(`Ollama model name (default: first available model)`),system:z.string().optional().describe(`System prompt for the model`),context:z.string().max(5e5).optional().describe(`Context text to include before the prompt (e.g. file contents)`),temperature:z.number().min(0).max(2).default(.3).optional().describe(`Sampling temperature (0=deterministic, default 0.3)`),timeout:z.number().min(1e3).max(6e5).default(12e4).optional().describe(`Timeout in milliseconds (default 120000)`),action:z.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 rt();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{Hl.debug(`Sampling failed, falling back to Ollama`)}let c=await nt({prompt:e,model:n,system:r,context:i,temperature:a,timeout:o});return c.error?J(`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 Hl.error(`Delegate failed`,L(e)),J(`INTERNAL`,`Delegate failed: ${e instanceof Error?e.message:String(e)}`)}})}function Jl(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(`
161
- `)}const Yl=I(`sampling`);function Xl(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 Zl(e){if(Array.isArray(e))return e.map(e=>Zl(e)).filter(e=>e.length>0).join(`
162
- `);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 Ql(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:Xl(e),maxTokens:e.maxTokens??4e3});return{text:Zl(n.content),model:n.model,stopReason:n.stopReason}}catch(e){throw Yl.warn(`Sampling createMessage failed`,{error:String(e)}),e}}}}const $l=[],eu=[`_docs-sync`],tu=new Map([[`_docs-sync`,`Synchronize project documentation — update docs/ folder based on changes made during the flow.`]]);function nu(e){function t(t,n,r){let i=n?.installPath?he(n.installPath):t.replaceAll(`:`,`-`),a=F(Rn(),`.copilot`,`flows`,i).replaceAll(`\\`,`/`);if(A(a))return a;let o=F(Rn(),`.claude`,`flows`,i).replaceAll(`\\`,`/`);if(A(o))return o;let s=F(r??e(),`.github`,`flows`,i).replaceAll(`\\`,`/`);return A(s)?s:n?.installPath&&A(n.installPath)?n.installPath.replaceAll(`\\`,`/`):null}function n(e,n,r){let i=t(e.name,e,r);return i?F(i,n).replaceAll(`\\`,`/`):n}function r(t,n){let r=t.replace(/^_/,``),i=n??e(),a=[P(i,`.github`,`flows`,`_epilogue`,`steps`,r,`README.md`),P(i,`.github`,`flows`,`_epilogue`,r,`README.md`)];for(let e of a)if(A(e))return e.replaceAll(`\\`,`/`);return null}function i(e){return[...$l,...e.manifest.steps.map(e=>e.id),...eu]}function a(e,t,r){let i=t?e.manifest.steps.find(e=>e.id===t)??null:null,a=t?tu.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 o(){try{let e=P(xr(`npm root -g`,{encoding:`utf-8`}).trim(),`@fission-ai`,`openspec`);if(A(e))return{path:e,sourceType:`npm-global`,isGit:!1}}catch{}return{path:`https://github.com/Fission-AI/OpenSpec.git`,sourceType:`git`,isGit:!0}}function s(e){let t=F(e);if(A(P(t,`.claude-plugin`,`plugin.json`)))return{path:t,sourceType:`claude-plugin`};let n=Rn(),r=P(n,`.claude`,`plugins`,e);if(A(P(r,`.claude-plugin`,`plugin.json`)))return{path:r,sourceType:`claude-plugin`};let i=P(n,`.claude`,`plugins`);if(!A(i))return null;for(let t of N(i,{withFileTypes:!0})){if(!t.isDirectory())continue;let n=P(i,t.name,`.claude-plugin`,`plugin.json`);if(A(n))try{if(JSON.parse(M(n,`utf-8`)).name===e)return{path:P(i,t.name),sourceType:`claude-plugin`}}catch{}}return null}return{resolveInstallPath:t,resolveInstructionPath:n,resolveEpilogueInstructionPath:r,getStepSequence:i,resolveCurrentStepInfo:a,resolveOpenSpecSource:o,resolveClaudePluginSource:s}}function ru(e){function t(){return e.sources?.[0]?.path??process.cwd()}function n(){return e.allRoots?.length?e.allRoots:[t()]}function r(e){return e.map(e=>e.replaceAll(`\\`,`/`))}function i(e){let t=[];try{let n=N(e,{withFileTypes:!0});for(let r of n){if(!r.isDirectory()||r.name.startsWith(`.`))continue;let n=P(e,r.name);A(P(n,`.git`))&&t.push(n)}}catch{}return t}function a(){let e=n(),t=new Set(e);for(let n of e)for(let e of i(n))t.add(e);return[...t]}function o(e){let t=e.replaceAll(`\\`,`/`);if(r(a()).includes(t))return!0;let i=r(n());for(let n of i)if(t.startsWith(`${n}/`)&&A(P(e,`.git`)))return!0;return!1}function s(e){return P(e??t(),`.flows`)}async function c(){let e=a();for(let t of e){let e=s(t);if(A(e))for(let n of N(e,{withFileTypes:!0})){if(!n.isDirectory())continue;let r=P(e,n.name,`meta.json`);if(A(r))try{let e=JSON.parse(M(r,`utf-8`));if(e.status===`active`)return e.primaryRoot?e.primaryRoot:t}catch{}}}return null}async function l(e){return e||(await c()??t())}function u(){let e=t(),i=r(n()),o=a(),s=r(o),c=s.filter(e=>!i.includes(e));return{workspaceRoot:e,allRoots:o,normalizedAllRoots:s,discoveredRepos:c.length>0?c:void 0}}function d(e,t,n){let r=P(s(t),e,`meta.json`),i=M(r,`utf-8`),a=JSON.parse(i);a.roots=n.map(e=>e.replaceAll(`\\`,`/`)),a.primaryRoot=t.replaceAll(`\\`,`/`);let o=`${r}.tmp`;me(o,JSON.stringify(a,null,2),`utf-8`),ue(o,r)}function f(e,t){let n=P(s(t),e,`meta.json`);if(!A(n))return;let r=M(n,`utf-8`),i=JSON.parse(r),a=i.roots;if(!a||a.length<=1)return;let o=t.replaceAll(`\\`,`/`);for(let t of a){if(t===o)continue;let n=P(t,`.flows`,e);j(n,{recursive:!0});let a=P(n,`meta.json`),s=`${a}.tmp`;me(s,r,`utf-8`),ue(s,a),j(P(n,i.artifactsDir??`.spec`),{recursive:!0})}}return{getWorkspaceRoot:t,getAllRoots:a,getFlowsDir:s,isValidFlowRoot:o,resolveFlowRoot:l,resolveRoots:u,patchMetaRoots:d,syncMetaToRoots:f}}const iu={name:`flow-context`,order:40,maxTokens:120,runInBrief:!1,async execute(e){let t=["**Flow Context:** Call `knowledge({ action: 'withdraw', scope: 'flow', profile: 'implementer', budget: 4000 })` as FIRST action for prior context.","Remember decisions: `knowledge({ action: 'remember', title: '...', content: '...', category: 'flow-context', scope: 'flow' })`"];e.completedSteps.length>0&&t.push(`Completed steps: ${e.completedSteps.join(`, `)}`);let n=t.join(`
163
- `);return{content:n,tokens:Math.ceil(n.length/4)}}};function au(e){return{name:`knowledge-recall`,order:20,maxTokens:200,runInBrief:!1,async execute(t){if(!e.store)return null;let n=[t.stepDescription,t.topic].filter(e=>typeof e==`string`&&e.trim().length>0);if(n.length===0)return null;let r=[...n,t.flowName].filter(Boolean).join(` `);if(!r.trim())return null;try{let t=await e.store.search(r,{limit:3});if(!t||t.length===0)return null;let n=t.map(e=>`• ${e.content.slice(0,200)}`).join(`
164
- `),i=Math.ceil(n.length/4);return{content:`**Recalled Knowledge:**\n${n}`,tokens:Math.min(i,200)}}catch{return null}}}}const ou=[`**Read Code:** Structure → file_summary(). Specific section → compact(path, query).`,`Multiple files → digest(). Cached ref → compact(ref, query?). Repeated file ref → stratum_card(). Edit lines → read_file().`,`NEVER read_file >50 lines to understand. Use search() for discovery.`].join(` `),su={name:`token-efficiency`,order:30,maxTokens:80,runInBrief:!1,runOnce:!0,async execute(e){return{content:ou,tokens:25}}},cu=[`**Tool Routing:** search() not grep_search. file_summary() or compact() not read_file (for understanding).`,`check() not terminal tsc/lint. test_run() not terminal test. trace() for data flow.`,`read_file ONLY for exact lines before editing. symbol() for definition+refs.`].join(` `),lu={name:`tool-routing`,order:10,maxTokens:100,runInBrief:!0,runOnce:!0,async execute(e){return{content:cu,tokens:30}}};function uu(e,t){return Promise.race([e,new Promise(e=>setTimeout(()=>e(null),t))])}var du=class{hooks=[];firedOnce=new Set;sealed=!1;log;constructor(e){this.log=e?.log}seal(){this.sealed=!0}register(e){if(this.sealed){this.log?.warn(`Attempted to register hook "%s" on sealed pipeline`,e.name);return}this.hooks.push(e),this.hooks.sort((e,t)=>e.order-t.order)}get hookCount(){return this.hooks.length}async enrich(e,t,n){let r=this.resolveBudget(t.mode,n),i=new Set(n?.disable??[]),a=this.hooks.filter(e=>!(i.has(e.name)||t.mode===`brief`&&!e.runInBrief||e.runOnce&&this.firedOnce.has(e.name)));if(a.length===0)return e;let o=[],s=0;for(let e of a){if(s>=r){this.log?.debug(`[step-hooks] Budget exhausted (${s}/${r}), skipping remaining hooks`);break}try{let n=await uu(e.execute(t),5e3);if(!n||n.content.length===0)continue;e.runOnce&&this.firedOnce.add(e.name);let i=n.content.replace(/<\/(step-context|step-hints)>/gi,``);if(i.length===0)continue;let a=this.truncateToTokens(i,e.maxTokens),c=Math.min(n.tokens,e.maxTokens);if(s+c<=r){o.push({content:a,tokens:c}),s+=c;continue}let l=r-s;if(l<=0)break;o.push({content:this.truncateToTokens(a,l),tokens:l}),s=r}catch(t){this.log?.warn(`[step-hooks] Hook "${e.name}" failed: ${t instanceof Error?t.message:String(t)}`)}}if(o.length===0)return e;let c=t.mode===`full`?`<step-context>`:`<step-hints>`,l=t.mode===`full`?`</step-context>`:`</step-hints>`;return`${e}\n\n${c}\n${o.map(e=>e.content).join(`
158
+ `)}]}}catch(e){return Vl.error(`Evolution review failed`,L(e)),q(`INTERNAL`,`Evolution review failed: unable to compute metrics`)}})}const Ul=I(`tools:execution`);function Wl(e,t,n){let r=W(`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:z.array(z.string()).optional().describe(`Specific files to check (if omitted, checks all)`),cwd:z.string().optional().describe(`Working directory`),skip_types:z.boolean().default(!1).describe(`Skip TypeScript typecheck`),skip_lint:z.boolean().default(!1).describe(`Skip Biome lint`),detail:z.enum(ke).optional().describe(`Output detail level: efficient (default, ~300 tokens — pass/fail + counts + top errors), normal (parsed error objects), full (includes raw terminal output)`),enrich:z.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:Ms,annotations:r.annotations},J(`check`,async({files:e,cwd:r,skip_types:i,skip_lint:a,detail:o,enrich:s},c)=>{try{let l=o??n??`efficient`,u=await He({files:e,cwd:r,skipTypes:i,skipLint:a,detail:l===`efficient`?`normal`:l}),d=Rc(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=xn(u),n=[];if(u.passed)n.push({tool:`test_run`,reason:`Types and lint clean — run tests next`});else{let t=u.tsc.errors[0]?.file??u.biome.errors[0]?.file,r=e.tsc.topErrors[0]??e.biome.topErrors[0]??`reported errors`;t&&n.push({tool:`compact`,reason:`Inspect failing code with compact({ path: ${JSON.stringify(t)}, query: ${JSON.stringify(r)} })`,suggested_args:{path:t,query:r}}),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(`
159
+ `);if(s&&t){let e=await G(t,{query:`known issues failures`});i+=K(e)}return{content:[{type:`text`,text:i}],structuredContent:{...e}}}let f=JSON.stringify(u);if(s&&t){let e=await G(t,{query:`known issues failures`});f+=K(e)}return{content:[{type:`text`,text:f}]}}catch(e){return Ul.error(`Check failed`,L(e)),q(`INTERNAL`,`Check failed: ${e instanceof Error?e.message:String(e)}`)}}))}function Gl(e){let t=W(`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:z.string().max(1e5).describe(`Code snippet to execute`),lang:z.enum([`js`,`ts`]).default(`js`).optional().describe(`Language mode: js executes directly, ts strips common type syntax first`),timeout:z.number().min(1).max(6e4).default(5e3).optional().describe(`Execution timeout in milliseconds`)},annotations:t.annotations},J(`eval`,async({code:e,lang:t,timeout:n})=>{try{let r=ut({code:e,lang:t,timeout:n});return r.success?{content:[{type:`text`,text:`Eval succeeded in ${r.durationMs}ms\n\n${r.output}`}]}:q(`INTERNAL`,`Eval failed in ${r.durationMs}ms: ${r.error??`Unknown error`}`)}catch(e){return Ul.error(`Eval failed`,L(e)),q(`INTERNAL`,`Eval failed: ${e instanceof Error?e.message:String(e)}`)}}))}function Kl(e,t){let n=W(`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:z.array(z.string()).optional().describe(`Specific test files or patterns to run`),grep:z.string().optional().describe(`Only run tests whose names match this pattern`),cwd:z.string().optional().describe(`Working directory for the test run`),enrich:z.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:ec},J(`test_run`,async({files:e,grep:n,cwd:r,enrich:i},a)=>{try{let o=await Cn({files:e,grep:n,cwd:r}),s=Rc(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=Yl(o);if(i&&t){let e=await G(t,{query:`test patterns known failures`});l+=K(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 Ul.error(`Test run failed`,L(e)),q(`INTERNAL`,`Test run failed: ${e instanceof Error?e.message:String(e)}`)}}))}function ql(e){let t=W(`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:z.string().max(5e5).describe(`Raw output text from a build tool`),tool:z.enum([`tsc`,`vitest`,`biome`,`git-status`]).optional().describe(`Tool to parse as (auto-detects if omitted)`)},annotations:t.annotations},async({output:e,tool:t})=>{try{let n=It(e.replace(/\\n/g,`
160
+ `).replace(/\\t/g,` `),t);return{content:[{type:`text`,text:JSON.stringify(n)}]}}catch(e){return Ul.error(`Parse failed`,L(e)),q(`INTERNAL`,`Parse failed: ${e instanceof Error?e.message:String(e)}`)}})}function Jl(e,t){let n=W(`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:z.string().max(2e5).describe(`The task or question to send to the local model`),model:z.string().optional().describe(`Ollama model name (default: first available model)`),system:z.string().optional().describe(`System prompt for the model`),context:z.string().max(5e5).optional().describe(`Context text to include before the prompt (e.g. file contents)`),temperature:z.number().min(0).max(2).default(.3).optional().describe(`Sampling temperature (0=deterministic, default 0.3)`),timeout:z.number().min(1e3).max(6e5).default(12e4).optional().describe(`Timeout in milliseconds (default 120000)`),action:z.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 rt();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{Ul.debug(`Sampling failed, falling back to Ollama`)}let c=await nt({prompt:e,model:n,system:r,context:i,temperature:a,timeout:o});return c.error?q(`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 Ul.error(`Delegate failed`,L(e)),q(`INTERNAL`,`Delegate failed: ${e instanceof Error?e.message:String(e)}`)}})}function Yl(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(`
161
+ `)}const Xl=I(`sampling`);function Zl(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 Ql(e){if(Array.isArray(e))return e.map(e=>Ql(e)).filter(e=>e.length>0).join(`
162
+ `);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 $l(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:Zl(e),maxTokens:e.maxTokens??4e3});return{text:Ql(n.content),model:n.model,stopReason:n.stopReason}}catch(e){throw Xl.warn(`Sampling createMessage failed`,{error:String(e)}),e}}}}const eu=[],tu=[`_docs-sync`],nu=new Map([[`_docs-sync`,`Synchronize project documentation — update docs/ folder based on changes made during the flow.`]]);function ru(e){function t(t,n,r){let i=n?.installPath?he(n.installPath):t.replaceAll(`:`,`-`),a=F(Rn(),`.copilot`,`flows`,i).replaceAll(`\\`,`/`);if(A(a))return a;let o=F(Rn(),`.claude`,`flows`,i).replaceAll(`\\`,`/`);if(A(o))return o;let s=F(r??e(),`.github`,`flows`,i).replaceAll(`\\`,`/`);return A(s)?s:n?.installPath&&A(n.installPath)?n.installPath.replaceAll(`\\`,`/`):null}function n(e,n,r){let i=t(e.name,e,r);return i?F(i,n).replaceAll(`\\`,`/`):n}function r(t,n){let r=t.replace(/^_/,``),i=n??e(),a=[P(i,`.github`,`flows`,`_epilogue`,`steps`,r,`README.md`),P(i,`.github`,`flows`,`_epilogue`,r,`README.md`)];for(let e of a)if(A(e))return e.replaceAll(`\\`,`/`);return null}function i(e){return[...eu,...e.manifest.steps.map(e=>e.id),...tu]}function a(e,t,r){let i=t?e.manifest.steps.find(e=>e.id===t)??null:null,a=t?nu.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 o(){try{let e=P(xr(`npm root -g`,{encoding:`utf-8`}).trim(),`@fission-ai`,`openspec`);if(A(e))return{path:e,sourceType:`npm-global`,isGit:!1}}catch{}return{path:`https://github.com/Fission-AI/OpenSpec.git`,sourceType:`git`,isGit:!0}}function s(e){let t=F(e);if(A(P(t,`.claude-plugin`,`plugin.json`)))return{path:t,sourceType:`claude-plugin`};let n=Rn(),r=P(n,`.claude`,`plugins`,e);if(A(P(r,`.claude-plugin`,`plugin.json`)))return{path:r,sourceType:`claude-plugin`};let i=P(n,`.claude`,`plugins`);if(!A(i))return null;for(let t of N(i,{withFileTypes:!0})){if(!t.isDirectory())continue;let n=P(i,t.name,`.claude-plugin`,`plugin.json`);if(A(n))try{if(JSON.parse(M(n,`utf-8`)).name===e)return{path:P(i,t.name),sourceType:`claude-plugin`}}catch{}}return null}return{resolveInstallPath:t,resolveInstructionPath:n,resolveEpilogueInstructionPath:r,getStepSequence:i,resolveCurrentStepInfo:a,resolveOpenSpecSource:o,resolveClaudePluginSource:s}}function iu(e){function t(){return e.sources?.[0]?.path??process.cwd()}function n(){return e.allRoots?.length?e.allRoots:[t()]}function r(e){return e.map(e=>e.replaceAll(`\\`,`/`))}function i(e){let t=[];try{let n=N(e,{withFileTypes:!0});for(let r of n){if(!r.isDirectory()||r.name.startsWith(`.`))continue;let n=P(e,r.name);A(P(n,`.git`))&&t.push(n)}}catch{}return t}function a(){let e=n(),t=new Set(e);for(let n of e)for(let e of i(n))t.add(e);return[...t]}function o(e){let t=e.replaceAll(`\\`,`/`);if(r(a()).includes(t))return!0;let i=r(n());for(let n of i)if(t.startsWith(`${n}/`)&&A(P(e,`.git`)))return!0;return!1}function s(e){return P(e??t(),`.flows`)}async function c(){let e=a();for(let t of e){let e=s(t);if(A(e))for(let n of N(e,{withFileTypes:!0})){if(!n.isDirectory())continue;let r=P(e,n.name,`meta.json`);if(A(r))try{let e=JSON.parse(M(r,`utf-8`));if(e.status===`active`)return e.primaryRoot?e.primaryRoot:t}catch{}}}return null}async function l(e){return e||(await c()??t())}function u(){let e=t(),i=r(n()),o=a(),s=r(o),c=s.filter(e=>!i.includes(e));return{workspaceRoot:e,allRoots:o,normalizedAllRoots:s,discoveredRepos:c.length>0?c:void 0}}function d(e,t,n){let r=P(s(t),e,`meta.json`),i=M(r,`utf-8`),a=JSON.parse(i);a.roots=n.map(e=>e.replaceAll(`\\`,`/`)),a.primaryRoot=t.replaceAll(`\\`,`/`);let o=`${r}.tmp`;me(o,JSON.stringify(a,null,2),`utf-8`),ue(o,r)}function f(e,t){let n=P(s(t),e,`meta.json`);if(!A(n))return;let r=M(n,`utf-8`),i=JSON.parse(r),a=i.roots;if(!a||a.length<=1)return;let o=t.replaceAll(`\\`,`/`);for(let t of a){if(t===o)continue;let n=P(t,`.flows`,e);j(n,{recursive:!0});let a=P(n,`meta.json`),s=`${a}.tmp`;me(s,r,`utf-8`),ue(s,a),j(P(n,i.artifactsDir??`.spec`),{recursive:!0})}}return{getWorkspaceRoot:t,getAllRoots:a,getFlowsDir:s,isValidFlowRoot:o,resolveFlowRoot:l,resolveRoots:u,patchMetaRoots:d,syncMetaToRoots:f}}const au={name:`flow-context`,order:40,maxTokens:120,runInBrief:!1,async execute(e){let t=["**Flow Context:** Call `knowledge({ action: 'withdraw', scope: 'flow', profile: 'implementer', budget: 4000 })` as FIRST action for prior context.","Remember decisions: `knowledge({ action: 'remember', title: '...', content: '...', category: 'flow-context', scope: 'flow' })`"];e.completedSteps.length>0&&t.push(`Completed steps: ${e.completedSteps.join(`, `)}`);let n=t.join(`
163
+ `);return{content:n,tokens:Math.ceil(n.length/4)}}};function ou(e){return{name:`knowledge-recall`,order:20,maxTokens:200,runInBrief:!1,async execute(t){if(!e.store)return null;let n=[t.stepDescription,t.topic].filter(e=>typeof e==`string`&&e.trim().length>0);if(n.length===0)return null;let r=[...n,t.flowName].filter(Boolean).join(` `);if(!r.trim())return null;try{let t=await e.store.search(r,{limit:3});if(!t||t.length===0)return null;let n=t.map(e=>`• ${e.content.slice(0,200)}`).join(`
164
+ `),i=Math.ceil(n.length/4);return{content:`**Recalled Knowledge:**\n${n}`,tokens:Math.min(i,200)}}catch{return null}}}}const su=[`**Read Code:** Structure → file_summary(). Specific section → compact(path, query).`,`Multiple files → digest(). Cached ref → compact(ref, query?). Repeated file ref → stratum_card(). Edit lines → read_file().`,`NEVER read_file >50 lines to understand. Use search() for discovery.`].join(` `),cu={name:`token-efficiency`,order:30,maxTokens:80,runInBrief:!1,runOnce:!0,async execute(e){return{content:su,tokens:25}}},lu=[`**Tool Routing:** search() not grep_search. file_summary() or compact() not read_file (for understanding).`,`check() not terminal tsc/lint. test_run() not terminal test. trace() for data flow.`,`read_file ONLY for exact lines before editing. symbol() for definition+refs.`].join(` `),uu={name:`tool-routing`,order:10,maxTokens:100,runInBrief:!0,runOnce:!0,async execute(e){return{content:lu,tokens:30}}};function du(e,t){return Promise.race([e,new Promise(e=>setTimeout(()=>e(null),t))])}var fu=class{hooks=[];firedOnce=new Set;sealed=!1;log;constructor(e){this.log=e?.log}seal(){this.sealed=!0}register(e){if(this.sealed){this.log?.warn(`Attempted to register hook "%s" on sealed pipeline`,e.name);return}this.hooks.push(e),this.hooks.sort((e,t)=>e.order-t.order)}get hookCount(){return this.hooks.length}async enrich(e,t,n){let r=this.resolveBudget(t.mode,n),i=new Set(n?.disable??[]),a=this.hooks.filter(e=>!(i.has(e.name)||t.mode===`brief`&&!e.runInBrief||e.runOnce&&this.firedOnce.has(e.name)));if(a.length===0)return e;let o=[],s=0;for(let e of a){if(s>=r){this.log?.debug(`[step-hooks] Budget exhausted (${s}/${r}), skipping remaining hooks`);break}try{let n=await du(e.execute(t),5e3);if(!n||n.content.length===0)continue;e.runOnce&&this.firedOnce.add(e.name);let i=n.content.replace(/<\/(step-context|step-hints)>/gi,``);if(i.length===0)continue;let a=this.truncateToTokens(i,e.maxTokens),c=Math.min(n.tokens,e.maxTokens);if(s+c<=r){o.push({content:a,tokens:c}),s+=c;continue}let l=r-s;if(l<=0)break;o.push({content:this.truncateToTokens(a,l),tokens:l}),s=r}catch(t){this.log?.warn(`[step-hooks] Hook "${e.name}" failed: ${t instanceof Error?t.message:String(t)}`)}}if(o.length===0)return e;let c=t.mode===`full`?`<step-context>`:`<step-hints>`,l=t.mode===`full`?`</step-context>`:`</step-hints>`;return`${e}\n\n${c}\n${o.map(e=>e.content).join(`
165
165
 
166
- `)}\n${l}`}resolveBudget(e,t){return e===`full`?t?.tokenBudget?.full??500:t?.tokenBudget?.brief??150}truncateToTokens(e,t){let n=t*4;return e.length<=n?e:`${e.slice(0,n).trimEnd()}…`}};function fu(e={}){let t=new du({log:e.log});return t.register(lu),t.register(au({store:e.store,graphStore:e.graphStore,embedder:e.embedder})),t.register(su),t.register(iu),t.seal(),t}const pu=I(`flow-tools`);function mu(e){return Array.isArray(e)?e.filter(e=>typeof e==`string`&&e.trim().length>0):[]}function hu(e){return{content:[{type:`text`,text:e}]}}function gu(e){return e instanceof Error?e.message:String(e)}const _u={before:[],after:[{id:`_docs-sync`,description:`Synchronize project documentation — update docs/ folder based on changes made during the flow.`,position:`after`,skills:[`docs`]}]};function vu(e,t,n){let r=ru(t),i=nu(r.getWorkspaceRoot),a=fu({store:n?.store,graphStore:n?.graphStore,embedder:n?.embedder,log:pu});function o(){return P(Me(),`flows`,`registry.json`)}function s(){let t=Ql(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.
166
+ `)}\n${l}`}resolveBudget(e,t){return e===`full`?t?.tokenBudget?.full??500:t?.tokenBudget?.brief??150}truncateToTokens(e,t){let n=t*4;return e.length<=n?e:`${e.slice(0,n).trimEnd()}…`}};function pu(e={}){let t=new fu({log:e.log});return t.register(uu),t.register(ou({store:e.store,graphStore:e.graphStore,embedder:e.embedder})),t.register(cu),t.register(au),t.seal(),t}const mu=I(`flow-tools`);function hu(e){return Array.isArray(e)?e.filter(e=>typeof e==`string`&&e.trim().length>0):[]}function gu(e){return{content:[{type:`text`,text:e}]}}function _u(e){return e instanceof Error?e.message:String(e)}const vu={before:[],after:[{id:`_docs-sync`,description:`Synchronize project documentation — update docs/ folder based on changes made during the flow.`,position:`after`,skills:[`docs`]}]};function yu(e,t,n){let r=iu(t),i=ru(r.getWorkspaceRoot),a=pu({store:n?.store,graphStore:n?.graphStore,embedder:n?.embedder,log:mu});function o(){return P(Me(),`flows`,`registry.json`)}function s(){let t=$l(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.
167
167
 
168
168
  Convert the provided content into a well-structured README.md for a flow step named "${r}".
169
169
 
@@ -176,23 +176,23 @@ The output must:
176
176
  6. Preserve ALL tool restrictions, constraints, and requirements from the source
177
177
  7. Be formatted as clean Markdown
178
178
 
179
- 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){pu.debug(`Flow transform sampling failed; using fallback formatting`,{error:gu(e),sourceFormat:n,stepName:r})}let c=typeof i?.description==`string`&&i.description.trim().length>0?i.description.trim():null,l=mu(i?.produces),u=mu(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(`
179
+ 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){mu.debug(`Flow transform sampling failed; using fallback formatting`,{error:_u(e),sourceFormat:n,stepName:r})}let c=typeof i?.description==`string`&&i.description.trim().length>0?i.description.trim():null,l=hu(i?.produces),u=hu(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(`
180
180
  `).trimEnd().concat(`
181
- `)}}async function c(e){let{FlowRegistryManager:n,FlowStateMachine:i,FlowLoader:a,GitInstaller:s}=await import(`../../flows/dist/index.js`),c=P(t.stateDir??``,`flows`,`installed`);return{registry:new n(o()),stateMachine:new i(r.getFlowsDir(e),_u),loader:new a,installer:new s(c)}}return{server:e,config:t,log:pu,toTextResponse:hu,toErrorText:gu,createFlowTransform:s,getFlows:c,stepPipeline:a,stateDir:t.stateDir??``,...r,...i}}var yu=class extends Error{code;constructor(e,t){super(t),this.code=e,this.name=`FlowError`}};function bu(e){return e instanceof yu}async function xu(e){let{entry:t,stepId:n,runDir:r,slug:i,primaryRoot:a,roots:o,activeRoot:s,resolveInstructionPath:c,resolveEpilogueInstructionPath:l}=e;if(!n)return null;try{let e=t.manifest.steps.find(e=>e.id===n||e.name===n),u;if(e)u=await Mn(c(t,e.instruction,s),`utf-8`);else{let e=l(n,s);if(!e)return null;u=await Mn(e,`utf-8`)}let d=P(r,t.manifest.artifacts_dir).replaceAll(`\\`,`/`),f=r.replaceAll(`\\`,`/`);u=u.replaceAll(`{{artifacts_path}}`,d).replaceAll(`{{run_dir}}`,f).replaceAll(`{{workspace_root}}`,(a??s).replaceAll(`\\`,`/`)).replaceAll(`{{all_roots}}`,JSON.stringify(o??[s.replaceAll(`\\`,`/`)],null,2));for(let e of[`spec-driven`])u=u.replaceAll(`${e}/${i}/`,`${d}/`);return u}catch{return null}}async function Su(e,t){let{getFlows:n,log:r,resolveEpilogueInstructionPath:i,resolveFlowRoot:a,resolveInstructionPath:o,stepPipeline:s,toErrorText:c,toTextResponse:l}=t,{step:u}=e;try{let e=await a(),{registry:t,stateMachine:r}=await n(e),c=r.getStatus();if(!c.success||!c.data)throw new yu(`NO_ACTIVE_FLOW`,`No active flow. Use flow({ action: "start", name: "<flow>" }) to begin one, or flow({ action: "list" }) to see available flows.`);let d=c.data,f=t.get(d.flow);if(!f)throw new yu(`FLOW_NOT_FOUND`,`Flow "${d.flow}" not found in registry.`);let p=u??d.currentStep;if(!p)throw new yu(`STEP_OUT_OF_RANGE`,`No current step is available for the active flow.`);let m=await xu({entry:f,stepId:p,runDir:d.runDir,slug:d.slug,primaryRoot:d.primaryRoot,roots:d.roots,activeRoot:e,resolveInstructionPath:o,resolveEpilogueInstructionPath:i});if(!m)throw new yu(`STEP_OUT_OF_RANGE`,`Step "${p}" not found in flow "${d.flow}".`);let h=f.manifest.steps.find(e=>e.id===p||e.name===p),g=P(d.runDir,f.manifest.artifacts_dir).replaceAll(`\\`,`/`),_={stepId:p,flowName:d.flow,flowSlug:d.slug,phase:d.phase??`flow`,runDir:d.runDir,artifactsPath:g,completedSteps:d.completedSteps??[],stepDescription:h?.description,agents:h?.agents??[],mode:`full`,topic:d.topic??``,activeRoot:e};return l(await s.enrich(m,_,f.manifest.hooks))}catch(e){return bu(e)?l(e.message):(r.error(`flow action read failed`,L(e)),e instanceof Error&&`code`in e&&e.code===`ENOENT`?l(`Could not read instruction file: ${e.message}`):l(`Error: ${c(e)}`))}}async function Cu(e,t){let{registry:n,loader:r,installer:i}=await e.getFlows(),a=e.createFlowTransform(),o=F(t.source);if(!A(o))return e.toTextResponse(`Source path no longer exists: ${o}`);let s=`${t.installPath}.updating`,c=`${t.installPath}.backup`;A(s)&&de(s,{recursive:!0,force:!0}),A(c)&&de(c,{recursive:!0,force:!0});let l=i.copyLocal(o,he(s));if(!l.success||!l.data)return e.toTextResponse(`Failed to copy flow: ${l.error}`);let u=await r.load(s,{forceAssetSync:!0,transform:a});if(!u.success||!u.data)return i.remove(s),e.toTextResponse(`Failed to load flow manifest: ${u.error}`);let d=!1;try{ue(t.installPath,c),ue(s,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,l=e.data.format,u=n.register({...t,version:o.version,format:l,installPath:t.installPath,manifest:o,updatedAt:new Date().toISOString()});if(!u.success)throw Error(`Failed to refresh flow registry entry: ${u.error}`);if(d=!0,o.install.length>0){let e=i.runInstallDeps(o.install);if(!e.success)throw Error(`Dependency install failed: ${e.error}`)}de(c,{recursive:!0,force:!0})}catch(r){return A(s)&&de(s,{recursive:!0,force:!0}),A(c)&&(A(t.installPath)&&de(t.installPath,{recursive:!0,force:!0}),ue(c,t.installPath)),d&&n.register(t),e.toTextResponse(e.toErrorText(r))}return e.toTextResponse(`Flow "${t.name}" updated from ${t.sourceType} source successfully.`)}async function wu(e,t){let{registry:n,loader:r}=await e.getFlows(),i=e.createFlowTransform();try{xr(`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 Tu(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 Eu(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,h;if(f){let e=o();m=e.path,p=e.sourceType}let g=f?null:a(m);g&&(m=g.path,p=g.sourceType);let _=/^https?:\/\/|^git@/.test(m),v;if(_){let e=i.clone(m,d);if(!e.success||!e.data)return c(`Failed to clone flow: ${e.error}`);v=e.data}else{let e=F(m);h=e;let t=u||he(e)||`custom-flow`,n=i.copyLocal(e,t);if(!n.success||!n.data)return c(`Failed to copy flow: ${n.error}`);v=n.data}let y=await t.load(v,{forceAssetSync:!0,transform:s});if(!y.success||!y.data)return i.remove(v),c(`Failed to load flow manifest: ${y.error}`);let{manifest:b,format:x}=y.data,S=u||b.name,C=p??(_?`git`:`local`);if(e.has(S))return i.remove(v),c(`Flow "${S}" is already installed. Use flow({ action: "update", name: "${S}" }) to update it, or flow({ action: "remove", name: "${S}" }) then flow({ action: "add", source: "..." }) to replace.`);if(b.install.length>0){let e=i.runInstallDeps(b.install);if(!e.success)return i.remove(v),c(`Dependency install failed: ${e.error}`)}let w=new Date().toISOString(),T=_?i.getLocalCommit(v):void 0,E=e.register({name:S,version:b.version,source:C===`local`||C===`claude-plugin`?h??l:l,sourceType:C,installPath:v,format:x,registeredAt:w,updatedAt:w,manifest:b,...T?{commitSha:T}:{}});if(!E.success)return i.remove(v),c(`Failed to register flow: ${E.error}`);let D=b.steps.length;return c(`Flow "${S}" installed successfully (${D} steps). Use flow({ action: "start", name: "${S}" }) to begin.`)}catch(e){return i.error(`flow action add failed`,L(e)),c(`Error: ${s(e)}`)}}async function Du(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`,L(e)),a(`Error: ${i(e)}`)}}async function Ou(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`?Cu(s,t):t.sourceType===`npm-global`?wu(s,t):Tu(s,t)}catch(e){return r.error(`flow action update failed`,L(e)),a(`Error: ${i(e)}`)}}const ku=`IMPORTANT: Start/status/step only include a brief. Call flow({ action: "read" }) before executing this flow step.`,Au=1200,ju=/artifact|output contract|gate|completion criteria|deliverable|must|do not|forbidden/i;function Mu(){return{artifactsPath:null,currentStepInstruction:null,currentStepDescription:null,currentStepContent:null,currentStepBrief:null,currentStepPins:null,stepSequence:[]}}function Nu(e){if(e.length<=Au)return e;let t=e.slice(0,Au-1),n=Math.max(t.lastIndexOf(`
182
- `),t.lastIndexOf(` `),t.lastIndexOf(` `));return`${(n>=Math.floor(t.length*.6)?t.slice(0,n):t).trimEnd()}…`}function Pu(e){if(!e?.trim())return{brief:null,pins:null};let t=/^##\s+/m.exec(e),n=(t?e.slice(0,t.index):e).trim(),r=null;if(n){let e=n.split(/\n\s*\n/).filter(e=>e.trim().length>0),t=(e[0]?.startsWith(`#`)&&e[1]?e.slice(0,2):e.slice(0,1)).join(`
181
+ `)}}async function c(e){let{FlowRegistryManager:n,FlowStateMachine:i,FlowLoader:a,GitInstaller:s}=await import(`../../flows/dist/index.js`),c=P(t.stateDir??``,`flows`,`installed`);return{registry:new n(o()),stateMachine:new i(r.getFlowsDir(e),vu),loader:new a,installer:new s(c)}}return{server:e,config:t,log:mu,toTextResponse:gu,toErrorText:_u,createFlowTransform:s,getFlows:c,stepPipeline:a,stateDir:t.stateDir??``,...r,...i}}var bu=class extends Error{code;constructor(e,t){super(t),this.code=e,this.name=`FlowError`}};function xu(e){return e instanceof bu}async function Su(e){let{entry:t,stepId:n,runDir:r,slug:i,primaryRoot:a,roots:o,activeRoot:s,resolveInstructionPath:c,resolveEpilogueInstructionPath:l}=e;if(!n)return null;try{let e=t.manifest.steps.find(e=>e.id===n||e.name===n),u;if(e)u=await Mn(c(t,e.instruction,s),`utf-8`);else{let e=l(n,s);if(!e)return null;u=await Mn(e,`utf-8`)}let d=P(r,t.manifest.artifacts_dir).replaceAll(`\\`,`/`),f=r.replaceAll(`\\`,`/`);u=u.replaceAll(`{{artifacts_path}}`,d).replaceAll(`{{run_dir}}`,f).replaceAll(`{{workspace_root}}`,(a??s).replaceAll(`\\`,`/`)).replaceAll(`{{all_roots}}`,JSON.stringify(o??[s.replaceAll(`\\`,`/`)],null,2));for(let e of[`spec-driven`])u=u.replaceAll(`${e}/${i}/`,`${d}/`);return u}catch{return null}}async function Cu(e,t){let{getFlows:n,log:r,resolveEpilogueInstructionPath:i,resolveFlowRoot:a,resolveInstructionPath:o,stepPipeline:s,toErrorText:c,toTextResponse:l}=t,{step:u}=e;try{let e=await a(),{registry:t,stateMachine:r}=await n(e),c=r.getStatus();if(!c.success||!c.data)throw new bu(`NO_ACTIVE_FLOW`,`No active flow. Use flow({ action: "start", name: "<flow>" }) to begin one, or flow({ action: "list" }) to see available flows.`);let d=c.data,f=t.get(d.flow);if(!f)throw new bu(`FLOW_NOT_FOUND`,`Flow "${d.flow}" not found in registry.`);let p=u??d.currentStep;if(!p)throw new bu(`STEP_OUT_OF_RANGE`,`No current step is available for the active flow.`);let m=await Su({entry:f,stepId:p,runDir:d.runDir,slug:d.slug,primaryRoot:d.primaryRoot,roots:d.roots,activeRoot:e,resolveInstructionPath:o,resolveEpilogueInstructionPath:i});if(!m)throw new bu(`STEP_OUT_OF_RANGE`,`Step "${p}" not found in flow "${d.flow}".`);let h=f.manifest.steps.find(e=>e.id===p||e.name===p),g=P(d.runDir,f.manifest.artifacts_dir).replaceAll(`\\`,`/`),_={stepId:p,flowName:d.flow,flowSlug:d.slug,phase:d.phase??`flow`,runDir:d.runDir,artifactsPath:g,completedSteps:d.completedSteps??[],stepDescription:h?.description,agents:h?.agents??[],mode:`full`,topic:d.topic??``,activeRoot:e};return l(await s.enrich(m,_,f.manifest.hooks))}catch(e){return xu(e)?l(e.message):(r.error(`flow action read failed`,L(e)),e instanceof Error&&`code`in e&&e.code===`ENOENT`?l(`Could not read instruction file: ${e.message}`):l(`Error: ${c(e)}`))}}async function wu(e,t){let{registry:n,loader:r,installer:i}=await e.getFlows(),a=e.createFlowTransform(),o=F(t.source);if(!A(o))return e.toTextResponse(`Source path no longer exists: ${o}`);let s=`${t.installPath}.updating`,c=`${t.installPath}.backup`;A(s)&&de(s,{recursive:!0,force:!0}),A(c)&&de(c,{recursive:!0,force:!0});let l=i.copyLocal(o,he(s));if(!l.success||!l.data)return e.toTextResponse(`Failed to copy flow: ${l.error}`);let u=await r.load(s,{forceAssetSync:!0,transform:a});if(!u.success||!u.data)return i.remove(s),e.toTextResponse(`Failed to load flow manifest: ${u.error}`);let d=!1;try{ue(t.installPath,c),ue(s,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,l=e.data.format,u=n.register({...t,version:o.version,format:l,installPath:t.installPath,manifest:o,updatedAt:new Date().toISOString()});if(!u.success)throw Error(`Failed to refresh flow registry entry: ${u.error}`);if(d=!0,o.install.length>0){let e=i.runInstallDeps(o.install);if(!e.success)throw Error(`Dependency install failed: ${e.error}`)}de(c,{recursive:!0,force:!0})}catch(r){return A(s)&&de(s,{recursive:!0,force:!0}),A(c)&&(A(t.installPath)&&de(t.installPath,{recursive:!0,force:!0}),ue(c,t.installPath)),d&&n.register(t),e.toTextResponse(e.toErrorText(r))}return e.toTextResponse(`Flow "${t.name}" updated from ${t.sourceType} source successfully.`)}async function Tu(e,t){let{registry:n,loader:r}=await e.getFlows(),i=e.createFlowTransform();try{xr(`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 Eu(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 Du(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,h;if(f){let e=o();m=e.path,p=e.sourceType}let g=f?null:a(m);g&&(m=g.path,p=g.sourceType);let _=/^https?:\/\/|^git@/.test(m),v;if(_){let e=i.clone(m,d);if(!e.success||!e.data)return c(`Failed to clone flow: ${e.error}`);v=e.data}else{let e=F(m);h=e;let t=u||he(e)||`custom-flow`,n=i.copyLocal(e,t);if(!n.success||!n.data)return c(`Failed to copy flow: ${n.error}`);v=n.data}let y=await t.load(v,{forceAssetSync:!0,transform:s});if(!y.success||!y.data)return i.remove(v),c(`Failed to load flow manifest: ${y.error}`);let{manifest:b,format:x}=y.data,S=u||b.name,C=p??(_?`git`:`local`);if(e.has(S))return i.remove(v),c(`Flow "${S}" is already installed. Use flow({ action: "update", name: "${S}" }) to update it, or flow({ action: "remove", name: "${S}" }) then flow({ action: "add", source: "..." }) to replace.`);if(b.install.length>0){let e=i.runInstallDeps(b.install);if(!e.success)return i.remove(v),c(`Dependency install failed: ${e.error}`)}let w=new Date().toISOString(),T=_?i.getLocalCommit(v):void 0,E=e.register({name:S,version:b.version,source:C===`local`||C===`claude-plugin`?h??l:l,sourceType:C,installPath:v,format:x,registeredAt:w,updatedAt:w,manifest:b,...T?{commitSha:T}:{}});if(!E.success)return i.remove(v),c(`Failed to register flow: ${E.error}`);let D=b.steps.length;return c(`Flow "${S}" installed successfully (${D} steps). Use flow({ action: "start", name: "${S}" }) to begin.`)}catch(e){return i.error(`flow action add failed`,L(e)),c(`Error: ${s(e)}`)}}async function Ou(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`,L(e)),a(`Error: ${i(e)}`)}}async function ku(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`?wu(s,t):t.sourceType===`npm-global`?Tu(s,t):Eu(s,t)}catch(e){return r.error(`flow action update failed`,L(e)),a(`Error: ${i(e)}`)}}const Au=`IMPORTANT: Start/status/step only include a brief. Call flow({ action: "read" }) before executing this flow step.`,ju=1200,Mu=/artifact|output contract|gate|completion criteria|deliverable|must|do not|forbidden/i;function Nu(){return{artifactsPath:null,currentStepInstruction:null,currentStepDescription:null,currentStepContent:null,currentStepBrief:null,currentStepPins:null,stepSequence:[]}}function Pu(e){if(e.length<=ju)return e;let t=e.slice(0,ju-1),n=Math.max(t.lastIndexOf(`
182
+ `),t.lastIndexOf(` `),t.lastIndexOf(` `));return`${(n>=Math.floor(t.length*.6)?t.slice(0,n):t).trimEnd()}…`}function Fu(e){if(!e?.trim())return{brief:null,pins:null};let t=/^##\s+/m.exec(e),n=(t?e.slice(0,t.index):e).trim(),r=null;if(n){let e=n.split(/\n\s*\n/).filter(e=>e.trim().length>0),t=(e[0]?.startsWith(`#`)&&e[1]?e.slice(0,2):e.slice(0,1)).join(`
183
183
 
184
- `).trim();r=t?Nu(t):null}let i=Array.from(e.matchAll(/^##\s+.*$/gm)),a=[];for(let[t,n]of i.entries()){let r=n[0];if(!ju.test(r))continue;let o=n.index??0,s=i[t+1]?.index??e.length;a.push(e.slice(o,s).replace(/\s+$/,``))}return{brief:r,pins:a.length>0?a.join(`
184
+ `).trim();r=t?Pu(t):null}let i=Array.from(e.matchAll(/^##\s+.*$/gm)),a=[];for(let[t,n]of i.entries()){let r=n[0];if(!Mu.test(r))continue;let o=n.index??0,s=i[t+1]?.index??e.length;a.push(e.slice(o,s).replace(/\s+$/,``))}return{brief:r,pins:a.length>0?a.join(`
185
185
 
186
- `):null}}function Fu(e,t){return t(e)}async function Iu(e){let{context:t,entry:n,state:r,activeRoot:i,primaryRoot:a,roots:o}=e,{instructionPath:s,description:c}=t.resolveCurrentStepInfo(n,r.currentStep,i),l=Fu(n,t.getStepSequence),u=await xu({entry:n,stepId:r.currentStep,runDir:r.runDir,slug:r.slug,primaryRoot:a,roots:o,activeRoot:i,resolveInstructionPath:t.resolveInstructionPath,resolveEpilogueInstructionPath:t.resolveEpilogueInstructionPath}),{brief:d,pins:f}=Pu(u),p=d;if(d&&r.currentStep){let e=n.manifest.steps.find(e=>e.id===r.currentStep),a={stepId:r.currentStep,flowName:r.flow,flowSlug:r.slug,phase:`flow`,runDir:r.runDir,artifactsPath:P(r.runDir,n.manifest.artifacts_dir).replaceAll(`\\`,`/`),completedSteps:r.completedSteps??[],stepDescription:e?.description??c??void 0,agents:e?.agents??[],mode:`brief`,topic:r.topic??``,activeRoot:i};p=await t.stepPipeline.enrich(d,a,n.manifest.hooks)}return{artifactsPath:P(r.runDir,n.manifest.artifacts_dir).replaceAll(`\\`,`/`),currentStepInstruction:s,currentStepDescription:c,currentStepContent:u,currentStepBrief:p,currentStepPins:f,stepSequence:l}}function Lu(e){let{state:t,data:n,started:r,includeStatus:i,action:a,includeInstructionPath:o}=e,s={};return r&&(s.started=!0),s.flow=t.flow,i&&(s.status=t.status),a&&(s.action=a),s.slug=t.slug,s.topic=t.topic,s.runDir=t.runDir,s.artifactsPath=n.artifactsPath,s.currentStep=t.currentStep,s.currentStepInstruction=n.currentStepInstruction,o&&(s.instructionPath=n.currentStepInstruction),s.currentStepDescription=n.currentStepDescription,s.currentStepContent=null,s.currentStepBrief=n.currentStepBrief,s.currentStepPins=n.currentStepPins,s.fullContentHint=`Call flow({ action: 'read' }) for the complete step instructions.`,s}async function Ru(e,t){let{getAllRoots:n,getFlows:r,getWorkspaceRoot:i,isValidFlowRoot:a,log:o,patchMetaRoots:s,stateDir:c,toErrorText:l,toTextResponse:u}=t,{flow:d,topic:f,roots:p}=e;try{if(p&&p.length>0){let e=n().map(e=>e.replaceAll(`\\`,`/`)),t=p.filter(e=>!a(e));if(t.length>0)return u(`Invalid roots — not part of the workspace or a recognized sub-repository: ${t.join(`, `)}. Available roots: ${e.join(`, `)}`)}let e=n(),o=e.map(e=>e.replaceAll(`\\`,`/`)),l=i(),m=e.length>1,h=!p&&m,g=p?.[0]??l,{registry:_,stateMachine:v}=await r(g),y=_.get(d);if(!y)throw new yu(`UNKNOWN_FLOW`,`Flow "${d}" not found. Use flow({ action: "list" }) to see available flows.`);let b=v.start(y.name,y.manifest,f);if(!b.success||!b.data){let e=b.error??`Unknown flow start error.`;return e.includes(`already active`)?u(`Cannot start: ${new yu(`FLOW_ALREADY_ACTIVE`,e).message}`):u(`Cannot start: ${e}`)}let x=b.data;if(p&&p.length>1)try{s(x.slug,g,p),t.syncMetaToRoots(x.slug,g)}catch(e){return v.reset(),u(`Flow created but failed to sync to secondary roots — rolled back. Error: ${e instanceof Error?e.message:String(e)}`)}let S=P(c,`flow-context`),C=typeof Nn==`function`?await Nn(S).catch(()=>[]):[];for(let e of C)e!==x.slug&&typeof Pn==`function`&&await Pn(P(S,e),{recursive:!0,force:!0}).catch(()=>{});if(typeof jn==`function`)try{await jn(P(S,x.slug),{recursive:!0})}catch{}let w=await Iu({context:t,entry:y,state:x,activeRoot:g,primaryRoot:null,roots:p??null}),T={...Lu({state:x,data:w,started:!0}),phase:x.phase,isEpilogue:x.isEpilogue,totalSteps:w.stepSequence.length,stepSequence:w.stepSequence,artifactsDir:y.manifest.artifacts_dir,roots:p??[g.replaceAll(`\\`,`/`)],_hint:ku,...h?{multiRootWarning:`No roots specified in multi-root workspace. Flow created at workspace root. Pass roots parameter with target repo for precise placement.`,availableRoots:o}:{}};return u(JSON.stringify(T,null,2))}catch(e){return bu(e)?u(e.message):(o.error(`flow action start failed`,L(e)),u(`Error: ${l(e)}`))}}async function zu(e){let{getFlows:t,log:n,resolveFlowRoot:r,resolveRoots:i,toErrorText:a,toTextResponse:o}=e;try{let n=await r(),{registry:a,stateMachine:s}=await t(n),c=s.getStatus();if(!c.success||!c.data)throw new yu(`NO_ACTIVE_FLOW`,`No active flow. Use flow({ action: "start", name: "<flow>" }) to begin one, or flow({ action: "list" }) to see available flows.`);let l=c.data,u=a.get(l.flow),d=u?await Iu({context:e,entry:u,state:l,activeRoot:n,primaryRoot:l.primaryRoot,roots:l.roots}):Mu(),f={...Lu({state:l,data:d,includeStatus:!0,includeInstructionPath:!0}),_hint:l.currentStep?ku:void 0,phase:l.phase,isEpilogue:l.isEpilogue,completedSteps:l.completedSteps,skippedSteps:l.skippedSteps,artifacts:l.artifacts,startedAt:l.startedAt,updatedAt:l.updatedAt,totalSteps:d.stepSequence.length,progress:u?`${l.completedSteps.length+l.skippedSteps.length}/${d.stepSequence.length}`:`unknown`,workspaceRoot:n.replaceAll(`\\`,`/`),primaryRoot:(l.primaryRoot??n).replaceAll(`\\`,`/`),roots:l.roots??[n.replaceAll(`\\`,`/`)],allRoots:i().normalizedAllRoots,discoveredRepos:i().discoveredRepos};return o(JSON.stringify(f,null,2))}catch(e){return bu(e)?o(e.message):(n.error(`flow action status failed`,L(e)),o(`Error: ${a(e)}`))}}async function Bu(e){let{getFlows:t,log:n,resolveFlowRoot:r,stateDir:i,syncMetaToRoots:a,toErrorText:o,toTextResponse:s}=e;try{let e=await r(),{stateMachine:n}=await t(e),o=n.getStatus(),c=n.reset();if(!c.success)return s(`Reset failed: ${c.error}`);if(o.success&&o.data&&a(o.data.slug,e),o.success&&o.data?.slug)try{await Pn(P(i,`flow-context`,o.data.slug),{recursive:!0,force:!0})}catch{}return s(`Flow abandoned. Use flow({ action: "start", name: "<flow>" }) to begin a new flow.`)}catch(e){return n.error(`flow action reset failed`,L(e)),s(`Error: ${o(e)}`)}}async function Vu(e,t){let{getFlows:n,log:r,resolveFlowRoot:i,syncMetaToRoots:a,toErrorText:o,toTextResponse:s}=t,{action:c}=e;try{let e=await i(),{registry:r,stateMachine:o}=await n(e),l=o.getStatus();if(!l.success||!l.data)throw new yu(`NO_ACTIVE_FLOW`,`No active flow. Use flow({ action: "start", name: "<flow>" }) first.`);let u=r.get(l.data.flow);if(!u)throw new yu(`FLOW_NOT_FOUND`,`Flow "${l.data.flow}" not found in registry.`);let d=o.step(c,u.manifest);if(!d.success||!d.data)return s(`Cannot ${c}: ${d.error}`);a(d.data.slug,e);let f=d.data,p=[];if(f.status===`completed`){let e=P(t.stateDir,`flow-context`,f.slug);for(let t of[`decision`,`pattern`]){let n=P(e,t);try{let e=await Nn(n);for(let r of e){if(!r.endsWith(`.md`))continue;let e=await Mn(P(n,r),`utf-8`);e.length>100&&p.push({type:t,title:r.replace(/\.md$/,``).replace(/-/g,` `),content:e.length>500?`${e.slice(0,497)}...`:e})}}catch{}}typeof Pn==`function`&&await Pn(e,{recursive:!0,force:!0}).catch(()=>{})}let m=await Iu({context:t,entry:u,state:f,activeRoot:e,primaryRoot:f.primaryRoot,roots:f.roots}),h={...Lu({state:f,data:m,includeStatus:!0,action:c}),_hint:f.currentStep?ku:void 0,phase:f.phase,isEpilogue:f.isEpilogue,completedSteps:f.completedSteps,skippedSteps:f.skippedSteps,totalSteps:m.stepSequence.length,remaining:m.stepSequence.filter(e=>!f.completedSteps.includes(e)&&!f.skippedSteps.includes(e)&&e!==f.currentStep),...p.length>0?{promotionCandidates:p}:{}};return s(JSON.stringify(h,null,2))}catch(e){return bu(e)?s(e.message):(r.error(`flow action step failed`,L(e)),s(`Error: ${o(e)}`))}}async function Hu(e){let{getFlows:t,log:n,resolveFlowRoot:r,resolveRoots:i,toErrorText:a,toTextResponse:o}=e;try{let{registry:e,stateMachine:n,installer:a}=await t(await r()),s=e.list(),c=n.getStatus(),l={flows:s.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=a.hasUpdates(e.installPath);return{...t,commitSha:e.commitSha,updateAvailable:n.success&&n.data?n.data.hasUpdates:void 0}}return t}),activeFlow:c.success&&c.data?{flow:c.data.flow,status:c.data.status,currentStep:c.data.currentStep,slug:c.data.slug,topic:c.data.topic,runDir:c.data.runDir}:null,allRoots:i().normalizedAllRoots,discoveredRepos:i().discoveredRepos};return o(JSON.stringify(l,null,2))}catch(e){return n.error(`flow action list failed`,L(e)),o(`Error: ${a(e)}`)}}async function Uu(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)throw new yu(`UNKNOWN_FLOW`,`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 bu(e)?s(e.message):(r.error(`flow action info failed`,L(e)),s(`Error: ${o(e)}`))}}async function Wu(e,t){let{getAllRoots:n,getFlows:r,log:i,toErrorText:a,toTextResponse:o}=t,{flow:s,status:c,limit:l=50}=e,u=e=>{for(let t of[`updatedAt`,`startedAt`,`createdAt`]){let n=e[t];if(typeof n==`number`&&Number.isFinite(n))return n;if(typeof n==`string`){let e=Date.parse(n);if(!Number.isNaN(e))return e}}return null};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)});if(a.length===0)return o(`No flow runs found.`);let d=a.map((e,t)=>({run:e,index:t,recency:u(e)})).sort((e,t)=>e.recency==null&&t.recency==null?e.index-t.index:e.recency==null?1:t.recency==null?-1:t.recency===e.recency?e.index-t.index:t.recency-e.recency).map(({run:e})=>e).slice(0,l);return o(JSON.stringify({total:a.length,returned:d.length,truncated:a.length>d.length,runs:d},null,2))}catch(e){return i.error(`flow action runs failed`,L(e)),o(`Error: ${a(e)}`)}}function Gu(e){let t=e.content?.find(e=>e.type===`text`)?.text??``;if(!t)return null;try{let e=JSON.parse(t);if(typeof e.slug==`string`&&e.slug.length>0)return e.slug}catch{}return t.match(/[Ss]lug[:\s]*`?([^`\s,]+)`?/)?.[1]??null}function Ku(e,t,n,r){let i=n&&typeof n!=`function`?n:void 0,a=typeof n==`function`?n:r,o=vu(e,t,i),s=G(`flow`);e.registerTool(`flow`,{title:s.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:s.annotations,inputSchema:{action:z.enum([`list`,`info`,`start`,`step`,`status`,`reset`,`read`,`runs`,`add`,`remove`,`update`]).describe(`The flow operation to perform.`),name:z.string().optional().describe(`Flow name — required for info, start, remove, update. Optional override for add.`),topic:z.string().optional().describe(`Human-readable topic for the run (used by start).`),roots:z.array(z.string()).optional().describe(`Workspace roots participating in this flow (used by start).`),advance:z.enum([`next`,`skip`,`redo`]).optional().describe(`Step navigation action — required for step.`),step:z.string().optional().describe(`Step id or name to read (used by read). Defaults to current step.`),source:z.string().optional().describe(`Git URL, local path, or "openspec" shorthand — required for add.`),token:z.string().optional().describe(`Auth token for private repos (used by add).`),filter_flow:z.string().optional().describe(`Filter runs by flow name (used by runs).`),filter_status:z.string().optional().describe(`Filter runs by status: active, completed, abandoned (used by runs).`),limit:z.number().int().positive().optional().describe(`Max runs to return (default 50).`)}},Y(`flow`,async e=>{switch(e.action){case`list`:return Hu(o);case`info`:return e.name?Uu({name:e.name},o):o.toTextResponse(`Missing required parameter: name`);case`start`:{if(!e.name)return o.toTextResponse(`Missing required parameter: name (flow to start)`);let t=await Ru({flow:e.name,topic:e.topic,roots:e.roots},o),n=Gu(t);return n&&a&&a(n),t}case`step`:return e.advance?Vu({action:e.advance},o):o.toTextResponse(`Missing required parameter: advance (next/skip/redo)`);case`status`:{let e=await zu(o);return a&&a(Gu(e)),e}case`reset`:{let e=await Bu(o);return a&&a(null),e}case`read`:return Su({step:e.step},o);case`runs`:return Wu({flow:e.filter_flow,status:e.filter_status,limit:e.limit},o);case`add`:return e.source?Eu({source:e.source,name:e.name,token:e.token},o):o.toTextResponse(`Missing required parameter: source`);case`remove`:return e.name?Du({name:e.name},o):o.toTextResponse(`Missing required parameter: name`);case`update`:return e.name?Ou({name:e.name},o):o.toTextResponse(`Missing required parameter: name`);default:return o.toTextResponse(`Unknown action: ${e.action}`)}}))}const qu=I(`tools`);function Ju(e){let t=G(`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:z.enum([`create`,`add`,`update`,`get`,`gate`,`list`,`delete`]).describe(`Operation to perform`),task_id:z.string().optional().describe(`Task identifier (required for all except list)`),tier:z.enum([`floor`,`standard`,`critical`]).optional().describe(`FORGE tier (required for create)`),claim:z.string().optional().describe(`Critical-path claim text (for add)`),status:z.enum([`V`,`A`,`U`]).optional().describe(`Evidence status: V=Verified, A=Assumed, U=Unresolved`),receipt:z.string().optional().describe(`Evidence receipt: tool→ref for V, reasoning for A, attempts for U`),id:z.number().optional().describe(`Entry ID (for update)`),critical_path:z.boolean().default(!0).describe(`Whether this claim is on the critical path`),unknown_type:z.enum([`contract`,`convention`,`freshness`,`runtime`,`data-flow`,`impact`]).optional().describe(`Typed unknown classification`),safety_gate:z.enum([`provenance`,`commitment`,`coverage`]).optional().describe(`Safety gate tag: provenance (claim→evidence), commitment (user-approved), coverage (nothing dropped)`),retry_count:z.number().default(0).describe(`Retry count for gate evaluation (0 = first attempt)`),max_retries:z.number().int().min(0).optional().describe(`Maximum retries before escalating. Default: 3`),timeout_action:z.enum([`iterate`,`retry`,`manual`,`terminate`]).optional().describe(`Action to take when gate retries are exhausted. Default: manual`),cwd:z.string().optional().describe(`Working directory for evidence map storage (default: server cwd). Use root_path from forge_ground to match.`)},annotations:t.annotations},Y(`evidence_map`,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 dt({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=dt({action:`add`,taskId:t,claim:r,status:i,receipt:a??``,criticalPath:s,unknownType:c,safetyGate:l},p),n=e.autoCreated?[`⚠️ Evidence map "${t}" was auto-created with tier "standard". Use \`create\` action to set a specific tier.`,``,`Added entry #${e.entry?.id} to "${t}": [${i}] ${r}`]:[`Added entry #${e.entry?.id} to "${t}": [${i}] ${r}`];return e.summary&&n.push(``,e.summary),{content:[{type:`text`,text:n.join(`
186
+ `):null}}function Iu(e,t){return t(e)}async function Lu(e){let{context:t,entry:n,state:r,activeRoot:i,primaryRoot:a,roots:o}=e,{instructionPath:s,description:c}=t.resolveCurrentStepInfo(n,r.currentStep,i),l=Iu(n,t.getStepSequence),u=await Su({entry:n,stepId:r.currentStep,runDir:r.runDir,slug:r.slug,primaryRoot:a,roots:o,activeRoot:i,resolveInstructionPath:t.resolveInstructionPath,resolveEpilogueInstructionPath:t.resolveEpilogueInstructionPath}),{brief:d,pins:f}=Fu(u),p=d;if(d&&r.currentStep){let e=n.manifest.steps.find(e=>e.id===r.currentStep),a={stepId:r.currentStep,flowName:r.flow,flowSlug:r.slug,phase:`flow`,runDir:r.runDir,artifactsPath:P(r.runDir,n.manifest.artifacts_dir).replaceAll(`\\`,`/`),completedSteps:r.completedSteps??[],stepDescription:e?.description??c??void 0,agents:e?.agents??[],mode:`brief`,topic:r.topic??``,activeRoot:i};p=await t.stepPipeline.enrich(d,a,n.manifest.hooks)}return{artifactsPath:P(r.runDir,n.manifest.artifacts_dir).replaceAll(`\\`,`/`),currentStepInstruction:s,currentStepDescription:c,currentStepContent:u,currentStepBrief:p,currentStepPins:f,stepSequence:l}}function Ru(e){let{state:t,data:n,started:r,includeStatus:i,action:a,includeInstructionPath:o}=e,s={};return r&&(s.started=!0),s.flow=t.flow,i&&(s.status=t.status),a&&(s.action=a),s.slug=t.slug,s.topic=t.topic,s.runDir=t.runDir,s.artifactsPath=n.artifactsPath,s.currentStep=t.currentStep,s.currentStepInstruction=n.currentStepInstruction,o&&(s.instructionPath=n.currentStepInstruction),s.currentStepDescription=n.currentStepDescription,s.currentStepContent=null,s.currentStepBrief=n.currentStepBrief,s.currentStepPins=n.currentStepPins,s.fullContentHint=`Call flow({ action: 'read' }) for the complete step instructions.`,s}async function zu(e,t){let{getAllRoots:n,getFlows:r,getWorkspaceRoot:i,isValidFlowRoot:a,log:o,patchMetaRoots:s,stateDir:c,toErrorText:l,toTextResponse:u}=t,{flow:d,topic:f,roots:p}=e;try{if(p&&p.length>0){let e=n().map(e=>e.replaceAll(`\\`,`/`)),t=p.filter(e=>!a(e));if(t.length>0)return u(`Invalid roots — not part of the workspace or a recognized sub-repository: ${t.join(`, `)}. Available roots: ${e.join(`, `)}`)}let e=n(),o=e.map(e=>e.replaceAll(`\\`,`/`)),l=i(),m=e.length>1,h=!p&&m,g=p?.[0]??l,{registry:_,stateMachine:v}=await r(g),y=_.get(d);if(!y)throw new bu(`UNKNOWN_FLOW`,`Flow "${d}" not found. Use flow({ action: "list" }) to see available flows.`);let b=v.start(y.name,y.manifest,f);if(!b.success||!b.data){let e=b.error??`Unknown flow start error.`;return e.includes(`already active`)?u(`Cannot start: ${new bu(`FLOW_ALREADY_ACTIVE`,e).message}`):u(`Cannot start: ${e}`)}let x=b.data;if(p&&p.length>1)try{s(x.slug,g,p),t.syncMetaToRoots(x.slug,g)}catch(e){return v.reset(),u(`Flow created but failed to sync to secondary roots — rolled back. Error: ${e instanceof Error?e.message:String(e)}`)}let S=P(c,`flow-context`),C=typeof Nn==`function`?await Nn(S).catch(()=>[]):[];for(let e of C)e!==x.slug&&typeof Pn==`function`&&await Pn(P(S,e),{recursive:!0,force:!0}).catch(()=>{});if(typeof jn==`function`)try{await jn(P(S,x.slug),{recursive:!0})}catch{}let w=await Lu({context:t,entry:y,state:x,activeRoot:g,primaryRoot:null,roots:p??null}),T={...Ru({state:x,data:w,started:!0}),phase:x.phase,isEpilogue:x.isEpilogue,totalSteps:w.stepSequence.length,stepSequence:w.stepSequence,artifactsDir:y.manifest.artifacts_dir,roots:p??[g.replaceAll(`\\`,`/`)],_hint:Au,...h?{multiRootWarning:`No roots specified in multi-root workspace. Flow created at workspace root. Pass roots parameter with target repo for precise placement.`,availableRoots:o}:{}};return u(JSON.stringify(T,null,2))}catch(e){return xu(e)?u(e.message):(o.error(`flow action start failed`,L(e)),u(`Error: ${l(e)}`))}}async function Bu(e){let{getFlows:t,log:n,resolveFlowRoot:r,resolveRoots:i,toErrorText:a,toTextResponse:o}=e;try{let n=await r(),{registry:a,stateMachine:s}=await t(n),c=s.getStatus();if(!c.success||!c.data)throw new bu(`NO_ACTIVE_FLOW`,`No active flow. Use flow({ action: "start", name: "<flow>" }) to begin one, or flow({ action: "list" }) to see available flows.`);let l=c.data,u=a.get(l.flow),d=u?await Lu({context:e,entry:u,state:l,activeRoot:n,primaryRoot:l.primaryRoot,roots:l.roots}):Nu(),f={...Ru({state:l,data:d,includeStatus:!0,includeInstructionPath:!0}),_hint:l.currentStep?Au:void 0,phase:l.phase,isEpilogue:l.isEpilogue,completedSteps:l.completedSteps,skippedSteps:l.skippedSteps,artifacts:l.artifacts,startedAt:l.startedAt,updatedAt:l.updatedAt,totalSteps:d.stepSequence.length,progress:u?`${l.completedSteps.length+l.skippedSteps.length}/${d.stepSequence.length}`:`unknown`,workspaceRoot:n.replaceAll(`\\`,`/`),primaryRoot:(l.primaryRoot??n).replaceAll(`\\`,`/`),roots:l.roots??[n.replaceAll(`\\`,`/`)],allRoots:i().normalizedAllRoots,discoveredRepos:i().discoveredRepos};return o(JSON.stringify(f,null,2))}catch(e){return xu(e)?o(e.message):(n.error(`flow action status failed`,L(e)),o(`Error: ${a(e)}`))}}async function Vu(e){let{getFlows:t,log:n,resolveFlowRoot:r,stateDir:i,syncMetaToRoots:a,toErrorText:o,toTextResponse:s}=e;try{let e=await r(),{stateMachine:n}=await t(e),o=n.getStatus(),c=n.reset();if(!c.success)return s(`Reset failed: ${c.error}`);if(o.success&&o.data&&a(o.data.slug,e),o.success&&o.data?.slug)try{await Pn(P(i,`flow-context`,o.data.slug),{recursive:!0,force:!0})}catch{}return s(`Flow abandoned. Use flow({ action: "start", name: "<flow>" }) to begin a new flow.`)}catch(e){return n.error(`flow action reset failed`,L(e)),s(`Error: ${o(e)}`)}}async function Hu(e,t){let{getFlows:n,log:r,resolveFlowRoot:i,syncMetaToRoots:a,toErrorText:o,toTextResponse:s}=t,{action:c}=e;try{let e=await i(),{registry:r,stateMachine:o}=await n(e),l=o.getStatus();if(!l.success||!l.data)throw new bu(`NO_ACTIVE_FLOW`,`No active flow. Use flow({ action: "start", name: "<flow>" }) first.`);let u=r.get(l.data.flow);if(!u)throw new bu(`FLOW_NOT_FOUND`,`Flow "${l.data.flow}" not found in registry.`);let d=o.step(c,u.manifest);if(!d.success||!d.data)return s(`Cannot ${c}: ${d.error}`);a(d.data.slug,e);let f=d.data,p=[];if(f.status===`completed`){let e=P(t.stateDir,`flow-context`,f.slug);for(let t of[`decision`,`pattern`]){let n=P(e,t);try{let e=await Nn(n);for(let r of e){if(!r.endsWith(`.md`))continue;let e=await Mn(P(n,r),`utf-8`);e.length>100&&p.push({type:t,title:r.replace(/\.md$/,``).replace(/-/g,` `),content:e.length>500?`${e.slice(0,497)}...`:e})}}catch{}}typeof Pn==`function`&&await Pn(e,{recursive:!0,force:!0}).catch(()=>{})}let m=await Lu({context:t,entry:u,state:f,activeRoot:e,primaryRoot:f.primaryRoot,roots:f.roots}),h={...Ru({state:f,data:m,includeStatus:!0,action:c}),_hint:f.currentStep?Au:void 0,phase:f.phase,isEpilogue:f.isEpilogue,completedSteps:f.completedSteps,skippedSteps:f.skippedSteps,totalSteps:m.stepSequence.length,remaining:m.stepSequence.filter(e=>!f.completedSteps.includes(e)&&!f.skippedSteps.includes(e)&&e!==f.currentStep),...p.length>0?{promotionCandidates:p}:{}};return s(JSON.stringify(h,null,2))}catch(e){return xu(e)?s(e.message):(r.error(`flow action step failed`,L(e)),s(`Error: ${o(e)}`))}}async function Uu(e){let{getFlows:t,log:n,resolveFlowRoot:r,resolveRoots:i,toErrorText:a,toTextResponse:o}=e;try{let{registry:e,stateMachine:n,installer:a}=await t(await r()),s=e.list(),c=n.getStatus(),l={flows:s.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=a.hasUpdates(e.installPath);return{...t,commitSha:e.commitSha,updateAvailable:n.success&&n.data?n.data.hasUpdates:void 0}}return t}),activeFlow:c.success&&c.data?{flow:c.data.flow,status:c.data.status,currentStep:c.data.currentStep,slug:c.data.slug,topic:c.data.topic,runDir:c.data.runDir}:null,allRoots:i().normalizedAllRoots,discoveredRepos:i().discoveredRepos};return o(JSON.stringify(l,null,2))}catch(e){return n.error(`flow action list failed`,L(e)),o(`Error: ${a(e)}`)}}async function Wu(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)throw new bu(`UNKNOWN_FLOW`,`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 xu(e)?s(e.message):(r.error(`flow action info failed`,L(e)),s(`Error: ${o(e)}`))}}async function Gu(e,t){let{getAllRoots:n,getFlows:r,log:i,toErrorText:a,toTextResponse:o}=t,{flow:s,status:c,limit:l=50}=e,u=e=>{for(let t of[`updatedAt`,`startedAt`,`createdAt`]){let n=e[t];if(typeof n==`number`&&Number.isFinite(n))return n;if(typeof n==`string`){let e=Date.parse(n);if(!Number.isNaN(e))return e}}return null};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)});if(a.length===0)return o(`No flow runs found.`);let d=a.map((e,t)=>({run:e,index:t,recency:u(e)})).sort((e,t)=>e.recency==null&&t.recency==null?e.index-t.index:e.recency==null?1:t.recency==null?-1:t.recency===e.recency?e.index-t.index:t.recency-e.recency).map(({run:e})=>e).slice(0,l);return o(JSON.stringify({total:a.length,returned:d.length,truncated:a.length>d.length,runs:d},null,2))}catch(e){return i.error(`flow action runs failed`,L(e)),o(`Error: ${a(e)}`)}}function Ku(e){let t=e.content?.find(e=>e.type===`text`)?.text??``;if(!t)return null;try{let e=JSON.parse(t);if(typeof e.slug==`string`&&e.slug.length>0)return e.slug}catch{}return t.match(/[Ss]lug[:\s]*`?([^`\s,]+)`?/)?.[1]??null}function qu(e,t,n,r){let i=n&&typeof n!=`function`?n:void 0,a=typeof n==`function`?n:r,o=yu(e,t,i),s=W(`flow`);e.registerTool(`flow`,{title:s.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:s.annotations,inputSchema:{action:z.enum([`list`,`info`,`start`,`step`,`status`,`reset`,`read`,`runs`,`add`,`remove`,`update`]).describe(`The flow operation to perform.`),name:z.string().optional().describe(`Flow name — required for info, start, remove, update. Optional override for add.`),topic:z.string().optional().describe(`Human-readable topic for the run (used by start).`),roots:z.array(z.string()).optional().describe(`Workspace roots participating in this flow (used by start).`),advance:z.enum([`next`,`skip`,`redo`]).optional().describe(`Step navigation action — required for step.`),step:z.string().optional().describe(`Step id or name to read (used by read). Defaults to current step.`),source:z.string().optional().describe(`Git URL, local path, or "openspec" shorthand — required for add.`),token:z.string().optional().describe(`Auth token for private repos (used by add).`),filter_flow:z.string().optional().describe(`Filter runs by flow name (used by runs).`),filter_status:z.string().optional().describe(`Filter runs by status: active, completed, abandoned (used by runs).`),limit:z.number().int().positive().optional().describe(`Max runs to return (default 50).`)}},J(`flow`,async e=>{switch(e.action){case`list`:return Uu(o);case`info`:return e.name?Wu({name:e.name},o):o.toTextResponse(`Missing required parameter: name`);case`start`:{if(!e.name)return o.toTextResponse(`Missing required parameter: name (flow to start)`);let t=await zu({flow:e.name,topic:e.topic,roots:e.roots},o),n=Ku(t);return n&&a&&a(n),t}case`step`:return e.advance?Hu({action:e.advance},o):o.toTextResponse(`Missing required parameter: advance (next/skip/redo)`);case`status`:{let e=await Bu(o);return a&&a(Ku(e)),e}case`reset`:{let e=await Vu(o);return a&&a(null),e}case`read`:return Cu({step:e.step},o);case`runs`:return Gu({flow:e.filter_flow,status:e.filter_status,limit:e.limit},o);case`add`:return e.source?Du({source:e.source,name:e.name,token:e.token},o):o.toTextResponse(`Missing required parameter: source`);case`remove`:return e.name?Ou({name:e.name},o):o.toTextResponse(`Missing required parameter: name`);case`update`:return e.name?ku({name:e.name},o):o.toTextResponse(`Missing required parameter: name`);default:return o.toTextResponse(`Unknown action: ${e.action}`)}}))}const Ju=I(`tools`);function Yu(e){let t=W(`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:z.enum([`create`,`add`,`update`,`get`,`gate`,`list`,`delete`]).describe(`Operation to perform`),task_id:z.string().optional().describe(`Task identifier (required for all except list)`),tier:z.enum([`floor`,`standard`,`critical`]).optional().describe(`FORGE tier (required for create)`),claim:z.string().optional().describe(`Critical-path claim text (for add)`),status:z.enum([`V`,`A`,`U`]).optional().describe(`Evidence status: V=Verified, A=Assumed, U=Unresolved`),receipt:z.string().optional().describe(`Evidence receipt: tool→ref for V, reasoning for A, attempts for U`),id:z.number().optional().describe(`Entry ID (for update)`),critical_path:z.boolean().default(!0).describe(`Whether this claim is on the critical path`),unknown_type:z.enum([`contract`,`convention`,`freshness`,`runtime`,`data-flow`,`impact`]).optional().describe(`Typed unknown classification`),safety_gate:z.enum([`provenance`,`commitment`,`coverage`]).optional().describe(`Safety gate tag: provenance (claim→evidence), commitment (user-approved), coverage (nothing dropped)`),retry_count:z.number().default(0).describe(`Retry count for gate evaluation (0 = first attempt)`),max_retries:z.number().int().min(0).optional().describe(`Maximum retries before escalating. Default: 3`),timeout_action:z.enum([`iterate`,`retry`,`manual`,`terminate`]).optional().describe(`Action to take when gate retries are exhausted. Default: manual`),cwd:z.string().optional().describe(`Working directory for evidence map storage (default: server cwd). Use root_path from forge_ground to match.`)},annotations:t.annotations},J(`evidence_map`,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 dt({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=dt({action:`add`,taskId:t,claim:r,status:i,receipt:a??``,criticalPath:s,unknownType:c,safetyGate:l},p),n=e.autoCreated?[`⚠️ Evidence map "${t}" was auto-created with tier "standard". Use \`create\` action to set a specific tier.`,``,`Added entry #${e.entry?.id} to "${t}": [${i}] ${r}`]:[`Added entry #${e.entry?.id} to "${t}": [${i}] ${r}`];return e.summary&&n.push(``,e.summary),{content:[{type:`text`,text:n.join(`
187
187
  `)}]}}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=dt({action:`update`,taskId:t,id:o,status:i,receipt:a??``},p),n=[`Updated entry #${o} in "${t}" → ${i}`];return e.summary&&n.push(``,e.summary),{content:[{type:`text`,text:n.join(`
188
188
  `)}]}}case`get`:{if(!t)throw Error(`task_id required for get`);let e=dt({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(`
189
189
  `)}]}:{content:[{type:`text`,text:`Evidence map "${t}" not found.`}]}}case`gate`:{if(!t)throw Error(`task_id required for gate`);let e=dt({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(`
190
190
  `)}]}}case`list`:{let e=dt({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(`
191
- `)}]}}case`delete`:if(!t)throw Error(`task_id required for delete`);return{content:[{type:`text`,text:dt({action:`delete`,taskId:t},p).deleted?`Deleted evidence map "${t}".`:`Evidence map "${t}" not found.`}]}}}catch(e){return qu.error(`Evidence map error`,L(e)),J(`INTERNAL`,`Evidence map error: ${e instanceof Error?e.message:String(e)}`)}}))}function Yu(e,t){let n=G(`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.`,outputSchema:Qs,inputSchema:{sources:z.array(z.object({id:z.string().describe(`Source identifier (e.g., "phase-2-handoff")`),text:z.string().max(5e5).describe(`Source text to compress`),weight:z.number().min(0).default(1).describe(`Priority weight (higher = more budget)`)})).min(1).max(20).describe(`Text sources to compress`),query:z.string().describe(`Focus query — what matters for the next step?`),max_chars:z.number().min(100).max(5e4).default(4e3).describe(`Target budget in characters`),pin_fields:z.array(z.string()).optional().describe(`Key fields to always extract (default: status, files, decisions, blockers, next)`),segmentation:z.enum([`paragraph`,`sentence`,`line`]).default(`paragraph`).describe(`How to split text for scoring`),token_budget:z.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 ot(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)}%)`,s.ref?`Ref: ${s.ref}`:void 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)`);c.push(``,`---`,"_Next: Use the digest as compressed context for the next phase. Use `stash` to persist it if needed._");let u=c.filter(e=>typeof e==`string`).join(`
192
- `);return{content:[{type:`text`,text:u}],structuredContent:{text:u,ref:s.ref,fields:s.fields,sourceStats:s.sourceStats,totalOriginalChars:s.totalOriginalChars,totalCompressedChars:s.totalCompressedChars,ratio:s.ratio}}}catch(e){return qu.error(`Digest failed`,L(e)),{...J(`INTERNAL`,`Digest failed: ${e instanceof Error?e.message:String(e)}`),structuredContent:{text:``,ref:void 0,fields:{},sourceStats:[],totalOriginalChars:0,totalCompressedChars:0,ratio:0}}}})}function Xu(e,t){let n=G(`forge_classify`);e.registerTool(`forge_classify`,{title:n.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:z.array(z.string()).min(1).max(100).describe(`Files being modified (paths)`),task:z.string().describe(`Task description`),root_path:z.string().describe(`Root path of the codebase`),enrich:z.boolean().default(!1).optional().describe(`Append curated knowledge and graph context to output. Adds ~150-250 tokens.`)},annotations:n.annotations},Y(`forge_classify`,async({files:e,task:n,root_path:r,enrich:i})=>{try{let a=await gt({files:e,task:n,rootPath:r}),o=[`## FORGE Classification: **${a.tier.toUpperCase()}**`,``];if(a.triggers.length>0){o.push(`### Triggers`);for(let e of a.triggers)o.push(`- **${e.rule}** (${e.source}): ${e.detail}`);o.push(``)}if(a.packagesCrossed.length>0&&o.push(`**Packages crossed:** ${a.packagesCrossed.join(`, `)}`),a.typedUnknownSeeds.length>0){o.push(``,`### Typed Unknown Seeds`);for(let e of a.typedUnknownSeeds)o.push(`- [${e.type}] ${e.description} → use \`${e.suggestedTool}\``)}o.push(``,`### Ceremony`);let s=a.ceremony;o.push(`- **Ground:** ${s.ground}`,`- **Build:** ${s.build}`,`- **Break:** ${s.break}`,`- **Evidence Map:** ${s.evidenceMap}`,`- **Gate:** ${s.gate}`),o.push(``,`---`,`_Next: ${a.tier===`floor`?`Proceed directly to implementation.`:"Run `forge_ground` to execute the full Ground phase."}_`);let c=o.join(`
193
- `);if(i&&t){let e=await K(t,{query:`forge classify ${n}`});c+=q(e)}return{content:[{type:`text`,text:c}]}}catch(e){return qu.error(`FORGE classify failed`,L(e)),J(`INTERNAL`,`FORGE classify failed: ${e instanceof Error?e.message:String(e)}`)}}))}function Zu(e,t,n){let r=G(`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:z.array(z.string()).min(1).max(50).describe(`Absolute file paths to generate cards for`),query:z.string().describe(`Current task query — guides relevance scoring`),tier:z.enum([`T1`,`T2`]).default(`T1`).describe(`Card tier: T1 = structural only, T2 = T1 + compressed content`),max_content_chars:z.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 bn(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(`
194
- `)}]}}catch(e){return qu.error(`STRATUM cards failed`,L(e)),J(`INTERNAL`,`STRATUM cards failed: ${e instanceof Error?e.message:String(e)}`)}})}function Qu(e,t,n){let r=G(`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:z.string().describe(`Task description`),files:z.array(z.string()).min(1).max(100).describe(`Target files being modified (absolute paths)`),root_path:z.string().describe(`Root path of the codebase`),max_constraints:z.number().min(0).max(10).default(3).describe(`Max constraint entries to load from AI Kit memory`),force_tier:z.enum([`floor`,`standard`,`critical`]).optional().describe(`Force a specific tier (skips auto-classification)`),task_id:z.string().optional().describe(`Custom task ID for evidence map (auto-generated if omitted)`)},annotations:r.annotations},Y(`forge_ground`,async({task:e,files:r,root_path:i,max_constraints:a,force_tier:o,task_id:s},c)=>{try{let l=await _t(t,n,{task:e,files:r,rootPath:i,maxConstraints:a,forceTier:o,taskId:s}),u=Lc(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(`
195
- `)}]}}catch(e){return qu.error(`FORGE Ground failed`,L(e)),J(`INTERNAL`,`FORGE Ground failed: ${e instanceof Error?e.message:String(e)}`)}}))}const $u=I(`tools`),ed=z.object({id:z.string().optional().describe(`Node ID (auto-generated if omitted)`),type:z.string().describe(`Node type (entity, service, api, concept, decision)`),name:z.string().describe(`Display name`),properties:z.record(z.string(),z.unknown()).optional().describe(`Arbitrary properties`),sourceRecordId:z.string().optional().describe(`Back-link to knowledge record ID`),sourcePath:z.string().optional().describe(`Source file path`)}),td=z.object({id:z.string().optional().describe(`Edge ID (auto-generated if omitted)`),fromId:z.string().describe(`Source node ID`),toId:z.string().describe(`Target node ID`),type:z.string().describe(`Relationship type (depends-on, implements, calls, affects)`),weight:z.number().min(0).max(1).optional().describe(`Relationship weight`),properties:z.record(z.string(),z.unknown()).optional().describe(`Arbitrary properties`)});function nd(e,t,n){let r=G(`graph`);e.registerTool(`graph`,{title:r.title,description:`Query the auto-populated code knowledge graph (modules, symbols, imports) to answer
191
+ `)}]}}case`delete`:if(!t)throw Error(`task_id required for delete`);return{content:[{type:`text`,text:dt({action:`delete`,taskId:t},p).deleted?`Deleted evidence map "${t}".`:`Evidence map "${t}" not found.`}]}}}catch(e){return Ju.error(`Evidence map error`,L(e)),q(`INTERNAL`,`Evidence map error: ${e instanceof Error?e.message:String(e)}`)}}))}function Xu(e,t){let n=W(`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.`,outputSchema:$s,inputSchema:{sources:z.array(z.object({id:z.string().describe(`Source identifier (e.g., "phase-2-handoff")`),text:z.string().max(5e5).describe(`Source text to compress`),weight:z.number().min(0).default(1).describe(`Priority weight (higher = more budget)`)})).min(1).max(20).describe(`Text sources to compress`),query:z.string().describe(`Focus query — what matters for the next step?`),max_chars:z.number().min(100).max(5e4).default(4e3).describe(`Target budget in characters`),pin_fields:z.array(z.string()).optional().describe(`Key fields to always extract (default: status, files, decisions, blockers, next)`),segmentation:z.enum([`paragraph`,`sentence`,`line`]).default(`paragraph`).describe(`How to split text for scoring`),token_budget:z.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 ot(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)}%)`,s.ref?`Ref: ${s.ref}`:void 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)`);c.push(``,`---`,"_Next: Use the digest as compressed context for the next phase. Use `stash` to persist it if needed._");let u=c.filter(e=>typeof e==`string`).join(`
192
+ `);return{content:[{type:`text`,text:u}],structuredContent:{text:u,ref:s.ref,fields:s.fields,sourceStats:s.sourceStats,totalOriginalChars:s.totalOriginalChars,totalCompressedChars:s.totalCompressedChars,ratio:s.ratio}}}catch(e){return Ju.error(`Digest failed`,L(e)),{...q(`INTERNAL`,`Digest failed: ${e instanceof Error?e.message:String(e)}`),structuredContent:{text:``,ref:void 0,fields:{},sourceStats:[],totalOriginalChars:0,totalCompressedChars:0,ratio:0}}}})}function Zu(e,t){let n=W(`forge_classify`);e.registerTool(`forge_classify`,{title:n.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:z.array(z.string()).min(1).max(100).describe(`Files being modified (paths)`),task:z.string().describe(`Task description`),root_path:z.string().describe(`Root path of the codebase`),enrich:z.boolean().default(!1).optional().describe(`Append curated knowledge and graph context to output. Adds ~150-250 tokens.`)},annotations:n.annotations},J(`forge_classify`,async({files:e,task:n,root_path:r,enrich:i})=>{try{let a=await gt({files:e,task:n,rootPath:r}),o=[`## FORGE Classification: **${a.tier.toUpperCase()}**`,``];if(a.triggers.length>0){o.push(`### Triggers`);for(let e of a.triggers)o.push(`- **${e.rule}** (${e.source}): ${e.detail}`);o.push(``)}if(a.packagesCrossed.length>0&&o.push(`**Packages crossed:** ${a.packagesCrossed.join(`, `)}`),a.typedUnknownSeeds.length>0){o.push(``,`### Typed Unknown Seeds`);for(let e of a.typedUnknownSeeds)o.push(`- [${e.type}] ${e.description} → use \`${e.suggestedTool}\``)}o.push(``,`### Ceremony`);let s=a.ceremony;o.push(`- **Ground:** ${s.ground}`,`- **Build:** ${s.build}`,`- **Break:** ${s.break}`,`- **Evidence Map:** ${s.evidenceMap}`,`- **Gate:** ${s.gate}`),o.push(``,`---`,`_Next: ${a.tier===`floor`?`Proceed directly to implementation.`:"Run `forge_ground` to execute the full Ground phase."}_`);let c=o.join(`
193
+ `);if(i&&t){let e=await G(t,{query:`forge classify ${n}`});c+=K(e)}return{content:[{type:`text`,text:c}]}}catch(e){return Ju.error(`FORGE classify failed`,L(e)),q(`INTERNAL`,`FORGE classify failed: ${e instanceof Error?e.message:String(e)}`)}}))}function Qu(e,t,n){let r=W(`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:z.array(z.string()).min(1).max(50).describe(`Absolute file paths to generate cards for`),query:z.string().describe(`Current task query — guides relevance scoring`),tier:z.enum([`T1`,`T2`]).default(`T1`).describe(`Card tier: T1 = structural only, T2 = T1 + compressed content`),max_content_chars:z.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 bn(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(`
194
+ `)}]}}catch(e){return Ju.error(`STRATUM cards failed`,L(e)),q(`INTERNAL`,`STRATUM cards failed: ${e instanceof Error?e.message:String(e)}`)}})}function $u(e,t,n){let r=W(`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:z.string().describe(`Task description`),files:z.array(z.string()).min(1).max(100).describe(`Target files being modified (absolute paths)`),root_path:z.string().describe(`Root path of the codebase`),max_constraints:z.number().min(0).max(10).default(3).describe(`Max constraint entries to load from AI Kit memory`),force_tier:z.enum([`floor`,`standard`,`critical`]).optional().describe(`Force a specific tier (skips auto-classification)`),task_id:z.string().optional().describe(`Custom task ID for evidence map (auto-generated if omitted)`)},annotations:r.annotations},J(`forge_ground`,async({task:e,files:r,root_path:i,max_constraints:a,force_tier:o,task_id:s},c)=>{try{let l=await _t(t,n,{task:e,files:r,rootPath:i,maxConstraints:a,forceTier:o,taskId:s}),u=Rc(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(`
195
+ `)}]}}catch(e){return Ju.error(`FORGE Ground failed`,L(e)),q(`INTERNAL`,`FORGE Ground failed: ${e instanceof Error?e.message:String(e)}`)}}))}const ed=I(`tools`),td=z.object({id:z.string().optional().describe(`Node ID (auto-generated if omitted)`),type:z.string().describe(`Node type (entity, service, api, concept, decision)`),name:z.string().describe(`Display name`),properties:z.record(z.string(),z.unknown()).optional().describe(`Arbitrary properties`),sourceRecordId:z.string().optional().describe(`Back-link to knowledge record ID`),sourcePath:z.string().optional().describe(`Source file path`)}),nd=z.object({id:z.string().optional().describe(`Edge ID (auto-generated if omitted)`),fromId:z.string().describe(`Source node ID`),toId:z.string().describe(`Target node ID`),type:z.string().describe(`Relationship type (depends-on, implements, calls, affects)`),weight:z.number().min(0).max(1).optional().describe(`Relationship weight`),properties:z.record(z.string(),z.unknown()).optional().describe(`Arbitrary properties`)});function rd(e,t,n){let r=W(`graph`);e.registerTool(`graph`,{title:r.title,description:`Query the auto-populated code knowledge graph (modules, symbols, imports) to answer
196
196
  structural questions vector search cannot.
197
197
 
198
198
  Common flow (when you don't have a node_id yet — TWO STEPS):
@@ -211,7 +211,7 @@ Single-step read actions:
211
211
  Mutating actions (use deliberately): add, delete, clear, set_community,
212
212
  detect_communities, trace_process, delete_process.
213
213
 
214
- Complements: \`symbol\` (single lookup), \`trace\` (call-chain AST), \`blast_radius\` (change impact).`,outputSchema:Gs,inputSchema:{action:z.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:z.string().optional().describe(`Node type filter (for find_nodes)`),name_pattern:z.string().optional().describe(`Name substring match (for find_nodes)`),source_path:z.string().optional().describe(`Source path filter`),node_id:z.string().optional().describe(`Node ID (for neighbors, traverse, delete)`),edge_type:z.string().optional().describe(`Edge type filter`),from_id:z.string().optional().describe(`Source node ID (for find_edges)`),to_id:z.string().optional().describe(`Target node ID (for find_edges)`),direction:z.enum([`outgoing`,`incoming`,`both`]).default(`both`).describe(`Traversal direction`),max_depth:z.number().min(1).max(5).default(2).describe(`Max traversal depth`),limit:z.number().min(1).max(100).default(50).describe(`Max results`),max_tokens:z.number().min(100).max(5e4).optional().describe(`Maximum token budget for the response. When set, output is truncated to fit.`),nodes:z.array(ed).max(500).optional().describe(`Nodes to add (for action=add)`),edges:z.array(td).max(500).optional().describe(`Edges to add (for action=add)`),community:z.string().optional().describe(`Community label (for set_community, cohesion)`),process_id:z.string().optional().describe(`Process ID (for delete_process)`),label:z.string().optional().describe(`Label for process tracing (for trace_process)`),enrich:z.boolean().default(!1).optional().describe(`Append curated knowledge and graph context to output. Adds ~150-250 tokens.`)},annotations:r.annotations},Y(`graph`,async e=>{try{let r=await xt(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}),i=[r.summary];if(r.nodes&&r.nodes.length>0){i.push(`
214
+ Complements: \`symbol\` (single lookup), \`trace\` (call-chain AST), \`blast_radius\` (change impact).`,outputSchema:Ks,inputSchema:{action:z.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:z.string().optional().describe(`Node type filter (for find_nodes)`),name_pattern:z.string().optional().describe(`Name substring match (for find_nodes)`),source_path:z.string().optional().describe(`Source path filter`),node_id:z.string().optional().describe(`Node ID (for neighbors, traverse, delete)`),edge_type:z.string().optional().describe(`Edge type filter`),from_id:z.string().optional().describe(`Source node ID (for find_edges)`),to_id:z.string().optional().describe(`Target node ID (for find_edges)`),direction:z.enum([`outgoing`,`incoming`,`both`]).default(`both`).describe(`Traversal direction`),max_depth:z.number().min(1).max(5).default(2).describe(`Max traversal depth`),limit:z.number().min(1).max(100).default(50).describe(`Max results`),max_tokens:z.number().min(100).max(5e4).optional().describe(`Maximum token budget for the response. When set, output is truncated to fit.`),nodes:z.array(td).max(500).optional().describe(`Nodes to add (for action=add)`),edges:z.array(nd).max(500).optional().describe(`Edges to add (for action=add)`),community:z.string().optional().describe(`Community label (for set_community, cohesion)`),process_id:z.string().optional().describe(`Process ID (for delete_process)`),label:z.string().optional().describe(`Label for process tracing (for trace_process)`),enrich:z.boolean().default(!1).optional().describe(`Append curated knowledge and graph context to output. Adds ~150-250 tokens.`)},annotations:r.annotations},J(`graph`,async e=>{try{let r=await xt(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}),i=[r.summary];if(r.nodes&&r.nodes.length>0){i.push(`
215
215
  ### Nodes`);for(let e of r.nodes){let t=Object.keys(e.properties).length>0?` — ${JSON.stringify(e.properties)}`:``;i.push(`- **${e.name}** (${e.type}, id: \`${e.id}\`)${t}`)}}if(r.edges&&r.edges.length>0){i.push(`
216
216
  ### Edges`);for(let e of r.edges)i.push(`- \`${e.fromId}\` —[${e.type}]→ \`${e.toId}\`${e.weight===1?``:` (weight: ${e.weight})`}`)}if(r.stats&&(i.push(`\nNode types: ${JSON.stringify(r.stats.nodeTypes)}`),i.push(`Edge types: ${JSON.stringify(r.stats.edgeTypes)}`)),r.validation){if(i.push(`
217
217
  ### Validation`),i.push(`- **Valid**: ${r.validation.valid?`yes`:`no`}`),r.validation.danglingEdges.length>0){i.push(`- **Dangling edges**:`);for(let e of r.validation.danglingEdges)i.push(` - \`${e.edgeId}\` references missing node \`${e.missingNodeId}\``)}r.validation.orphanNodes.length>0&&i.push(`- **Orphan nodes**: ${r.validation.orphanNodes.map(e=>`\`${e}\``).join(`, `)}`)}if(r.communities){i.push(`
@@ -220,60 +220,60 @@ Complements: \`symbol\` (single lookup), \`trace\` (call-chain AST), \`blast_rad
220
220
  ### Processes`);for(let e of r.processes)i.push(`- **${e.label}** (id: \`${e.id}\`) — ${e.steps.length} step(s)`)}if(r.depthGroups){i.push(`
221
221
  ### Depth Groups`);for(let[e,t]of Object.entries(r.depthGroups))i.push(`- **Depth ${e}**: ${t.map(e=>`${e.name} (${e.type})`).join(`, `)}`)}if(r.cohesionScore!==void 0&&i.push(`\n**Cohesion Score**: ${(r.cohesionScore*100).toFixed(1)}%`),r.symbol360){let e=r.symbol360;i.push(`
222
222
  ### 360° Symbol View`),i.push(`- **Node**: ${e.node.name} (${e.node.type})`),i.push(`- **Community**: ${e.community??`none`}`),i.push(`- **Incoming**: ${e.incoming.length} edge(s)`),i.push(`- **Outgoing**: ${e.outgoing.length} edge(s)`),i.push(`- **Processes**: ${e.processes.length}`)}i.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._");let a=i.join(`
223
- `);if(e.enrich&&n){let t=await K(n,{query:`graph ${e.action} ${e.name_pattern??e.node_id??e.community??``}`.trim(),filePath:e.source_path});a+=q(t)}return{content:[{type:`text`,text:e.max_tokens?R(a,e.max_tokens):a}],structuredContent:{nodes:(r.nodes??[]).map(e=>({id:e.id,name:e.name,type:e.type,...e.sourcePath?{sourcePath:e.sourcePath}:{}})),edges:(r.edges??[]).map(e=>({fromId:e.fromId,toId:e.toId,type:e.type})),totalNodes:r.stats?.nodeCount??r.nodes?.length??0,totalEdges:r.stats?.edgeCount??r.edges?.length??0,query:e.action}}}catch(e){return $u.error(`Graph query failed`,L(e)),J(`INTERNAL`,`Graph query failed: ${e instanceof Error?e.message:String(e)}`)}}))}const rd=I(`tools:infra`);function id(e){let t=G(`process`);e.registerTool(`process`,{title:t.title,description:`Start, stop, inspect, list, and tail logs for in-memory managed child processes.`,inputSchema:{action:z.enum([`start`,`stop`,`status`,`list`,`logs`]).describe(`Process action to perform`),id:z.string().optional().describe(`Managed process ID`),command:z.string().optional().describe(`Executable to start`),args:z.array(z.string()).optional().describe(`Arguments for start actions`),tail:z.number().min(1).max(500).optional().describe(`Log lines to return for logs actions`)},annotations:t.annotations},Y(`process`,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(zt(t,n,r??[]))}]};case`stop`:if(!t)throw Error(`id is required for stop`);return{content:[{type:`text`,text:JSON.stringify(Vt(t)??null)}]};case`status`:if(!t)throw Error(`id is required for status`);return{content:[{type:`text`,text:JSON.stringify(Bt(t)??null)}]};case`list`:return{content:[{type:`text`,text:JSON.stringify(Lt())}]};case`logs`:if(!t)throw Error(`id is required for logs`);return{content:[{type:`text`,text:JSON.stringify(Rt(t,i))}]}}}catch(e){return rd.error(`Process action failed`,L(e)),J(`INTERNAL`,`Process action failed: ${e instanceof Error?e.message:String(e)}`)}}))}function ad(e){let t=G(`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:z.enum([`start`,`stop`,`list`]).describe(`Watch action to perform`),path:z.string().optional().describe(`Directory path to watch for start actions`),id:z.string().optional().describe(`Watcher ID for stop actions`)},annotations:t.annotations},Y(`watch`,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(Dn({path:t}))}]};case`stop`:if(!n)throw Error(`id is required for stop`);return{content:[{type:`text`,text:JSON.stringify({stopped:On(n)})}]};case`list`:return{content:[{type:`text`,text:JSON.stringify(En())}]}}}catch(e){return rd.error(`Watch action failed`,L(e)),J(`INTERNAL`,`Watch action failed: ${e instanceof Error?e.message:String(e)}`)}}))}function od(e){let t=G(`health`);e.registerTool(`health`,{title:t.title,description:`Run project health checks — verifies package.json, tsconfig, scripts, lockfile, README, LICENSE, .gitignore.`,outputSchema:Es,inputSchema:{path:z.string().optional().describe(`Root directory to check (defaults to cwd)`)},annotations:t.annotations},Y(`health`,async({path:e})=>{try{let t=Ct(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 rd.error(`Health check failed`,L(e)),J(`INTERNAL`,`Health check failed: ${e instanceof Error?e.message:String(e)}`)}}))}function sd(e){let t=G(`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:z.array(z.string().url()).min(1).max(10).describe('URLs to fetch (1–10). Single URL: `["https://..."]`. Multiple fetched in parallel.'),mode:z.enum([`markdown`,`raw`,`links`,`outline`]).default(`markdown`).describe(`Output mode: markdown (clean content), raw (HTML), links (extracted URLs), outline (heading hierarchy)`),selector:z.string().optional().describe(`CSS selector to extract a specific element instead of auto-detecting main content`),max_length:z.number().min(500).max(1e5).default(15e3).describe(`Max characters in output — truncates at paragraph boundaries`),include_metadata:z.boolean().default(!0).describe(`Include page title, description, and URL as a header`),include_links:z.boolean().default(!1).describe(`Append extracted links list at the end`),include_images:z.boolean().default(!1).describe(`Include image alt texts inline`),timeout:z.number().min(1e3).max(12e4).default(3e4).describe(`Request timeout in milliseconds`)},annotations:t.annotations},Y(`web_fetch`,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 kn({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(`
224
- `)};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)?rd.warn(`Web fetch failed`,{error:t}):rd.error(`Web fetch failed`,L(e)),{...J(`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)?rd.warn(`Web fetch failed`,{url:c[e],error:n}):rd.error(`Web fetch failed`,{url:c[e],...L(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(`
223
+ `);if(e.enrich&&n){let t=await G(n,{query:`graph ${e.action} ${e.name_pattern??e.node_id??e.community??``}`.trim(),filePath:e.source_path});a+=K(t)}return{content:[{type:`text`,text:e.max_tokens?R(a,e.max_tokens):a}],structuredContent:{nodes:(r.nodes??[]).map(e=>({id:e.id,name:e.name,type:e.type,...e.sourcePath?{sourcePath:e.sourcePath}:{}})),edges:(r.edges??[]).map(e=>({fromId:e.fromId,toId:e.toId,type:e.type})),totalNodes:r.stats?.nodeCount??r.nodes?.length??0,totalEdges:r.stats?.edgeCount??r.edges?.length??0,query:e.action}}}catch(e){return ed.error(`Graph query failed`,L(e)),q(`INTERNAL`,`Graph query failed: ${e instanceof Error?e.message:String(e)}`)}}))}const id=I(`tools:infra`);function ad(e){let t=W(`process`);e.registerTool(`process`,{title:t.title,description:`Start, stop, inspect, list, and tail logs for in-memory managed child processes.`,inputSchema:{action:z.enum([`start`,`stop`,`status`,`list`,`logs`]).describe(`Process action to perform`),id:z.string().optional().describe(`Managed process ID`),command:z.string().optional().describe(`Executable to start`),args:z.array(z.string()).optional().describe(`Arguments for start actions`),tail:z.number().min(1).max(500).optional().describe(`Log lines to return for logs actions`)},annotations:t.annotations},J(`process`,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(zt(t,n,r??[]))}]};case`stop`:if(!t)throw Error(`id is required for stop`);return{content:[{type:`text`,text:JSON.stringify(Vt(t)??null)}]};case`status`:if(!t)throw Error(`id is required for status`);return{content:[{type:`text`,text:JSON.stringify(Bt(t)??null)}]};case`list`:return{content:[{type:`text`,text:JSON.stringify(Lt())}]};case`logs`:if(!t)throw Error(`id is required for logs`);return{content:[{type:`text`,text:JSON.stringify(Rt(t,i))}]}}}catch(e){return id.error(`Process action failed`,L(e)),q(`INTERNAL`,`Process action failed: ${e instanceof Error?e.message:String(e)}`)}}))}function od(e){let t=W(`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:z.enum([`start`,`stop`,`list`]).describe(`Watch action to perform`),path:z.string().optional().describe(`Directory path to watch for start actions`),id:z.string().optional().describe(`Watcher ID for stop actions`)},annotations:t.annotations},J(`watch`,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(Dn({path:t}))}]};case`stop`:if(!n)throw Error(`id is required for stop`);return{content:[{type:`text`,text:JSON.stringify({stopped:On(n)})}]};case`list`:return{content:[{type:`text`,text:JSON.stringify(En())}]}}}catch(e){return id.error(`Watch action failed`,L(e)),q(`INTERNAL`,`Watch action failed: ${e instanceof Error?e.message:String(e)}`)}}))}function sd(e){let t=W(`health`);e.registerTool(`health`,{title:t.title,description:`Run project health checks — verifies package.json, tsconfig, scripts, lockfile, README, LICENSE, .gitignore.`,outputSchema:Ds,inputSchema:{path:z.string().optional().describe(`Root directory to check (defaults to cwd)`)},annotations:t.annotations},J(`health`,async({path:e})=>{try{let t=Ct(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 id.error(`Health check failed`,L(e)),q(`INTERNAL`,`Health check failed: ${e instanceof Error?e.message:String(e)}`)}}))}function cd(e){let t=W(`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:z.array(z.string().url()).min(1).max(10).describe('URLs to fetch (1–10). Single URL: `["https://..."]`. Multiple fetched in parallel.'),mode:z.enum([`markdown`,`raw`,`links`,`outline`]).default(`markdown`).describe(`Output mode: markdown (clean content), raw (HTML), links (extracted URLs), outline (heading hierarchy)`),selector:z.string().optional().describe(`CSS selector to extract a specific element instead of auto-detecting main content`),max_length:z.number().min(500).max(1e5).default(15e3).describe(`Max characters in output — truncates at paragraph boundaries`),include_metadata:z.boolean().default(!0).describe(`Include page title, description, and URL as a header`),include_links:z.boolean().default(!1).describe(`Append extracted links list at the end`),include_images:z.boolean().default(!1).describe(`Include image alt texts inline`),timeout:z.number().min(1e3).max(12e4).default(3e4).describe(`Request timeout in milliseconds`)},annotations:t.annotations},J(`web_fetch`,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 kn({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(`
224
+ `)};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)?id.warn(`Web fetch failed`,{error:t}):id.error(`Web fetch failed`,L(e)),{...q(`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)?id.warn(`Web fetch failed`,{url:c[e],error:n}):id.error(`Web fetch failed`,{url:c[e],...L(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(`
225
225
 
226
- `);return p===d.length?J(`INTERNAL`,h):{content:[{type:`text`,text:h}]}}))}function cd(e,t){let n=G(`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:z.string().describe(`What you want to accomplish (e.g., "audit this monorepo", "fix a failing test")`),max_recommendations:z.number().min(1).max(10).default(5).describe(`Maximum number of tool recommendations`)},annotations:n.annotations},Y(`guide`,async({goal:e,max_recommendations:n})=>{try{let r=St(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(`
227
- `)}]}}catch(e){return rd.error(`Guide failed`,L(e)),J(`INTERNAL`,`Guide failed: ${e instanceof Error?e.message:String(e)}`)}}))}const ld=/^(export|import|function|class|interface|type|const|let|var|→|├|└|─|##)/,ud=/^(decision|rationale|status|context|consequence)/i,dd=/finding|recommendation|warning|error|issue/i,fd=/status|done|decision|blocker|next|file|created|modified/i,pd=/(score|relevance)/i,md=/[/.]|\.(ts|js)$/i;function hd(e){return e.split(/\r?\n/u).map(e=>e.replace(/[ \t]+$/u,``)).join(`
226
+ `);return p===d.length?q(`INTERNAL`,h):{content:[{type:`text`,text:h}]}}))}function ld(e,t){let n=W(`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:z.string().describe(`What you want to accomplish (e.g., "audit this monorepo", "fix a failing test")`),max_recommendations:z.number().min(1).max(10).default(5).describe(`Maximum number of tool recommendations`)},annotations:n.annotations},J(`guide`,async({goal:e,max_recommendations:n})=>{try{let r=St(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(`
227
+ `)}]}}catch(e){return id.error(`Guide failed`,L(e)),q(`INTERNAL`,`Guide failed: ${e instanceof Error?e.message:String(e)}`)}}))}const ud=/^(export|import|function|class|interface|type|const|let|var|→|├|└|─|##)/,dd=/^(decision|rationale|status|context|consequence)/i,fd=/finding|recommendation|warning|error|issue/i,pd=/status|done|decision|blocker|next|file|created|modified/i,md=/(score|relevance)/i,hd=/[/.]|\.(ts|js)$/i;function gd(e){return e.split(/\r?\n/u).map(e=>e.replace(/[ \t]+$/u,``)).join(`
228
228
  `).replace(/\n{3,}/gu,`
229
229
 
230
- `).trim()}function gd(e,t){if(e.length<=t)return e;let n=e.split(`
230
+ `).trim()}function _d(e,t){if(e.length<=t)return e;let n=e.split(`
231
231
  `),r=[],i=0;for(let e of n){let n=r.length===0?e.length:e.length+1;if(i+n>t)break;r.push(e),i+=n}return r.length>0?r.join(`
232
- `):e.slice(0,t).trimEnd()}function _d(e,t,n){return gd(e,Math.max(1,Math.floor(n*t)))}function vd(e,t){if(e.length<50)return e;let n=hd(t);return!n||n.length<e.length*.2?e:n}function yd(e,t,n){let r=new Set;for(let n=0;n<Math.min(t,e.length);n+=1)r.add(n);return e.forEach((e,t)=>{n(e,t)&&r.add(t)}),e.filter((e,t)=>r.has(t)).join(`
233
- `)}function bd(e,t){e.includes(t)||e.push(t)}function xd(e){return vd(e,_d(yd(e.split(/\r?\n/u),3,e=>ld.test(e)||e.startsWith(`- `)),.6,e.length))}function Sd(e){let t=e.split(/\r?\n/u),n=[];return t.forEach((e,t)=>{if(t<5||pd.test(e)||md.test(e)||/^Content:/i.test(e)){if(/^Content:/i.test(e)){bd(n,`Content: ${e.replace(/^Content:\s*/i,``).trim().slice(0,200)}`);return}bd(n,e)}}),vd(e,n.join(`
234
- `))}function Cd(e){let t=e.split(/\r?\n/u),n=new Set;for(let e=0;e<t.length&&t[e].trim()!==``;e+=1)n.add(e);return t.forEach((e,t)=>{(e.startsWith(`- `)||e.startsWith(`* `)||ud.test(e))&&n.add(t)}),vd(e,_d(t.filter((e,t)=>n.has(t)).join(`
235
- `),.7,e.length))}function wd(e){let t=e.split(/\r?\n/u),n=new Set,r=!1;for(let e=0;e<Math.min(2,t.length);e+=1)n.add(e);return t.forEach((e,t)=>{if(e.startsWith("```")){n.add(t),r=!r;return}(r||e.startsWith(`##`)||e.startsWith(`- `)||e.startsWith(`* `))&&n.add(t)}),vd(e,_d(t.filter((e,t)=>n.has(t)).join(`
236
- `),.65,e.length))}function Td(e){return vd(e,_d(e.split(/\r?\n/u).filter(e=>e.startsWith(`#`)||e.startsWith(`- `)||/\d/.test(e)||/\d+%/.test(e)||dd.test(e)).join(`
237
- `),.6,e.length))}function Ed(e){return vd(e,_d(e.split(/\r?\n/u).filter(e=>e.startsWith(`- `)||e.startsWith(`* `)||fd.test(e)).join(`
238
- `),.5,e.length))}function Dd(e,t){switch(e){case`file-card`:return xd(t);case`search-result`:return Sd(t);case`decision`:return Cd(t);case`pattern`:return wd(t);case`analysis`:return Td(t);case`step-summary`:return Ed(t)}}const Od={decision:6,pattern:5,"file-card":4,analysis:3,"search-result":2,"step-summary":1},kd={"search-result":864e5,"file-card":1728e5,analysis:1728e5,"step-summary":2592e5,decision:6048e5,pattern:6048e5},Ad={implementer:{name:`implementer`,contextTypes:[`file-card`,`decision`,`pattern`],priority:{...Od}},documenter:{name:`documenter`,contextTypes:[`decision`,`pattern`,`step-summary`],priority:{...Od}},reviewer:{name:`reviewer`,contextTypes:[`file-card`,`search-result`,`decision`,`pattern`,`step-summary`,`analysis`],priority:{...Od}},researcher:{name:`researcher`,contextTypes:[`search-result`,`decision`,`analysis`],priority:{...Od}},debugger:{name:`debugger`,contextTypes:[`file-card`,`search-result`,`pattern`,`analysis`],priority:{...Od}}};function jd(e){return Ad[e]}function Md(e,t,n=Date.now()){let r=n-t;if(r<36e5)return!1;let i=kd[e];return i==null?!1:r>i}function Nd(e,t,n){if(n<=0)return[];let r=new Set(t.contextTypes),i=e.filter(e=>r.has(e.type)).map((e,t)=>({entry:e,index:t})).sort((e,n)=>{let r=t.priority[n.entry.type]-t.priority[e.entry.type];return r===0?e.index-n.index:r}),a=[],o=0;for(let{entry:e}of i){let t=Dd(e.type,e.content),r=t.length;o+r>n||(a.push({type:e.type,content:t}),o+=r)}return a}function Pd(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 Fd(e){let t=new Set,n=[];for(let r of e){let e=Pd(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 Id(e){if(e.startsWith(`.ai/curated/`))return e.slice(12)}const Ld=I(`tools`),Rd=z.enum([`remember`,`read`,`update`,`forget`,`list`,`history`,`diff`,`recover`,`orphaned`,`withdraw`,`flush`,`flagged`,`lesson`]),zd=z.string().min(3).max(120).describe(`Short descriptive title for the knowledge entry`),Bd=z.string().min(10).max(1e5),Vd=z.string().regex(/^[a-z][a-z0-9-]*$/).describe(`Category slug (e.g., "decisions", "patterns", "conventions", "api-contracts")`),Hd=z.array(z.string()).default([]).describe(`Optional tags for filtering`),Ud=z.string().describe(`Relative path within .ai/curated/ (e.g., "decisions/use-lancedb.md")`),Wd=z.string().min(3),Gd=z.object({title:zd,content:Bd.describe(`The markdown content to store`),category:Vd,tags:Hd,force:z.boolean().optional().describe(`When true, supersede flagged similar entries without waiting for confirmation`)}),Kd=z.object({path:Ud}),qd=z.object({path:Ud,content:Bd.describe(`New markdown content to replace existing content`),reason:Wd.max(1e3).describe(`Why this update is being made (recorded in changelog)`)}),Jd=z.object({path:z.string().describe(`Relative path within .ai/curated/ (e.g., "decisions/deprecated-approach.md")`),reason:Wd.describe(`Why this entry is being removed`)}),Yd=z.object({category:z.string().optional().describe(`Filter by category (e.g., "decisions", "patterns")`),tag:z.string().optional().describe(`Filter by tag`)}),Xd=z.enum([`create`,`confirm`,`contradict`,`list-lessons`,`auto-observe`,`prune`,`group`,`promote`,`demote`]),Zd=z.enum([`confidence`,`recent`]),Qd=z.number().int().min(0).max(100).describe(`Lesson confidence from 0-100`),$d=z.object({action:Rd.describe(`Knowledge operation to perform`),title:zd.optional(),content:Bd.optional(),category:Vd.optional(),tags:z.array(z.string()).optional().describe(`Optional tags for remember`),path:Ud.optional(),reason:Wd.max(1e3).optional(),scope:z.enum([`curated`,`flow`]).optional().describe(`Storage scope: curated (default) or flow-scoped ephemeral context`),profile:z.string().optional().describe(`Role profile for withdraw filtering (e.g., "implementer", "reviewer", "debugger")`),budget:z.number().int().min(100).max(5e4).optional().describe(`Maximum character budget for withdraw results (default: 6000)`),token_budget:z.number().int().min(50).max(12500).optional().describe(`Token budget (overrides budget). Approx 4 chars per token.`),tag:z.string().optional().describe(`Filter by tag when action="list"`),id:Ud.optional().describe(`Alias for path when action="lesson"`),subAction:Xd.optional().describe(`Lesson sub-action when action="lesson"`),bufferPath:z.string().optional().describe(`Optional observation buffer path for lesson auto-observe`),context:Bd.optional().describe(`What happened (the situation) for lesson creation`),insight:Bd.optional().describe(`What was learned (the lesson) for lesson creation`),evidence:Bd.optional().describe(`Proof or justification for lesson creation`),confidence:Qd.optional(),minConfidence:Qd.optional().describe(`Minimum confidence when listing lessons`),topic:z.string().optional().describe(`Topic filter when listing lessons`),sortBy:Zd.optional().describe(`Sort lessons by confidence or recency`),includeArchived:z.boolean().optional().describe(`Include auto-archived lessons in list-lessons`),maxConfidence:Qd.optional().describe(`Prune lessons below this effective confidence`),minIdleDays:z.number().int().min(1).optional().describe(`Minimum idle days required before pruning a lesson`),safetyDays:z.number().int().min(0).optional().describe(`Never prune if accessed within this many days`),maxPrune:z.number().int().min(1).max(1e3).optional().describe(`Maximum number of lessons to prune in one run`),similarityThreshold:z.number().min(0).max(1).optional().describe(`Minimum Jaccard similarity required to group lesson titles`),minGroupSize:z.number().int().min(2).max(1e3).optional().describe(`Minimum number of lessons required to form a group`),maxGroups:z.number().int().min(1).max(1e3).optional().describe(`Maximum number of lesson groups to create in one run`),minWorkspaces:z.number().int().min(2).max(1e3).optional().describe(`Minimum number of distinct workspaces required before promoting a lesson`),minAvgConfidence:Qd.optional().describe(`Minimum average lesson confidence required before promoting a lesson`),dryRun:z.boolean().optional().describe(`Preview the operation without modifying stored lessons`),limit:z.number().int().min(1).max(100).optional().describe(`Maximum history entries to return (for action="history", default: 20)`),force:z.boolean().optional().describe(`When true, supersede flagged similar entries without waiting for confirmation`),from_sha:z.string().optional().describe(`Start SHA for diff (older version). If omitted with to_sha, shows full content.`),to_sha:z.string().optional().describe(`End SHA for diff (newer version). If omitted, uses the latest two versions.`),max_tokens:z.number().min(100).max(5e4).optional().describe(`Maximum token budget for the response. When set, output is truncated to fit.`),enrich:z.boolean().default(!1).optional().describe(`Append curated knowledge and graph context to output. Adds ~150-250 tokens.`)});function ef(e,t){return[`knowledge`,e,t.path,t.id,t.title,t.topic,t.category,t.tag,t.profile].filter(e=>typeof e==`string`&&e.length>0).join(` `)}async function tf(e,t,n){let r=e.content.find(e=>e.type===`text`);if(!r)return e;let i=r.text;if(t.enrich&&n){let e=await K(n,{query:ef(t.action,t)});i+=q(e)}t.max_tokens&&(i=R(i,t.max_tokens));let a=wl(i),o=Tl(i,a),s=a&&e.structuredContent&&typeof e.structuredContent==`object`?{...e.structuredContent,ref:a}:a?{ref:a}:e.structuredContent;return{...e,content:e.content.map(e=>e.type===`text`?{...e,text:o}:e),structuredContent:s}}const nf=z.object({title:zd,context:Bd.describe(`What happened (the situation)`),insight:Bd.describe(`What was learned (the lesson)`),evidence:Bd.describe(`Proof or justification`),confidence:Qd.default(50),tags:Hd.optional().default([])}),rf=z.object({path:Ud.optional(),id:Ud.optional(),reason:Wd.max(1e3).optional()}).refine(e=>!!(e.path??e.id),{message:`path or id is required`,path:[`path`]}),af=z.object({topic:z.string().optional(),minConfidence:Qd.optional(),tag:z.string().optional(),tags:z.array(z.string()).optional(),sortBy:Zd.default(`confidence`),includeArchived:z.boolean().default(!1)}),of=z.object({bufferPath:z.string().optional()}),sf=z.object({maxConfidence:Qd.optional(),minIdleDays:z.number().int().min(1).optional(),safetyDays:z.number().int().min(0).optional(),maxPrune:z.number().int().min(1).max(1e3).optional(),dryRun:z.boolean().default(!0)}),cf=z.object({similarityThreshold:z.number().min(0).max(1).optional(),minGroupSize:z.number().int().min(2).max(1e3).optional(),maxGroups:z.number().int().min(1).max(1e3).optional(),dryRun:z.boolean().default(!0)}),lf=z.object({minWorkspaces:z.number().int().min(2).max(1e3).optional(),minAvgConfidence:Qd.optional(),similarityThreshold:z.number().min(0).max(1).optional(),dryRun:z.boolean().default(!0)});function uf(e,t,i,c){r(e,t,i);let l=e.memoryMetaGet(t);if(!l)return;let u=a(l,{...n,...c});return u?(s(e,t,u),o(e,t,i)??e.memoryMetaGet(t)):l}function df(e,t){return`\n\n### ${e}\n${t.map(e=>`- **${e.title}** (${e.id}) — similarity ${e.similarity.toFixed(3)}`).join(`
239
- `)}`}async function ff(e,t,n,r){if(typeof e.list!=`function`||typeof e.read!=`function`)return[];let i=c(r),a=await e.list({category:n});return a.length===0?[]:g(t,await Promise.all(a.slice(0,i.maxCompare).map(async t=>{let n=await e.read(t.path);return{id:t.path,title:n.title,content:n.content,path:t.path}})),i)}function pf(e,t,n){return{superseded:e.filter(e=>n||e.similarity>=t).map(e=>({id:e.entryId,title:e.title,similarity:e.similarity})),supersessionCandidates:n?[]:e.filter(e=>e.similarity<t).map(e=>({id:e.entryId,title:e.title,similarity:e.similarity}))}}const mf={decisions:`decision`,patterns:`pattern`,conventions:`pattern`,context:`analysis`,session:`step-summary`},hf=new Set([`decision`,`pattern`,`file-card`,`analysis`,`search-result`,`step-summary`]);function gf(e){if(!e)return`analysis`;let t=mf[e]??e;return hf.has(t)?t:`analysis`}function _f(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.`}function vf(e,t){return e??t??``}function yf(e){return[...new Set([...e??[],`lesson`])]}function bf(e,t,n){if(e)return e.memoryMetaCreate(t,`working`),e.memoryMetaUpdateConfidence(t,n),e.memoryMetaGet(t)}function xf(e,t,n,r=_){if(!e)return;let i=v(r);e.memoryMetaCreate(t,`working`),e.memoryMetaTouch(t);let a=n??e.memoryMetaGet(t)?.confidence??50,o=Math.min(100,a+i.implicitUseIncrement);return e.memoryMetaUpdateConfidence(t,o),e.memoryMetaGet(t)}function Sf(e){let t=e.matchAll(/(?:\.ai\/curated\/)?(lessons\/[A-Za-z0-9._/%-]+\.md)/g);return[...new Set(Array.from(t,e=>e[1]))]}async function Cf(e,t,n){let r=await e.read(n),i=d(r.content),a=t?.memoryMetaGet(n)?.confidence??i.confidence??50;return{entry:r,confidence:a,meta:bf(t,n,a)??t?.memoryMetaGet(n)}}function wf(e){if(typeof e!=`object`||!e)return e;let t=e;if(t.title)return e;let n=typeof t.topic==`string`&&t.topic||typeof t.insight==`string`&&t.insight||``;if(!n)return e;let r=n.length<=120?n:`${n.slice(0,117)}...`;return{...t,title:r}}async function Tf(e,{curated:t,stateStore:n,resourceNotifier:r}){let i=wf(e),{title:a,context:o,insight:s,evidence:c,confidence:l,tags:u}=nf.parse(i),d=x({title:a,context:o,insight:s,evidence:c,confidence:l,tags:u}),f=await t.remember(a,d,`lessons`,yf(u));return bf(n,f.path,l),r&&r.notifyAfterCuratedWrite(f.path).catch(()=>{}),{content:[{type:`text`,text:`Recorded lesson: **${a}**\n\nStored at \`.ai/curated/${f.path}\` with confidence ${l}/100.`}],structuredContent:{path:f.path,confidence:l,category:`lessons`,tags:yf(u)}}}async function Ef(e,t,n){let{curated:r,stateStore:i,resourceNotifier:a,retentionConfig:o,consolidationConfig:s,lessonConfig:c}=n,u=rf.parse(e);if(t===`contradict`&&!u.reason)throw new z.ZodError([{code:`custom`,path:[`reason`],message:`reason is required`}]);let d=vf(u.path,u.id),f=v(c??_);i&&uf(i,d,o,s);let{entry:p,confidence:m}=await Cf(r,i,d),g=l(m,t,f),y=h(p.content,g),b=t===`confirm`?u.reason??`Confirmed lesson confidence`:`Contradicted lesson confidence: ${u.reason}`,x=await r.update(d,y,b);return i&&i.memoryMetaUpdateConfidence(d,g),a&&a.notifyAfterCuratedWrite(d).catch(()=>{}),{content:[{type:`text`,text:`${t===`confirm`?`Confirmed`:`Contradicted`} lesson: \`${d}\`\n\nConfidence ${m}/100 → ${g}/100.`}],structuredContent:{path:x.path,confidence:g,previousConfidence:m,version:x.version}}}async function Df(e,{curated:t,stateStore:n,lessonConfig:r}){let{topic:i,minConfidence:a,tag:o,tags:s,sortBy:c,includeArchived:l}=af.parse(e),u=yf([...s??[],...o?[o]:[]]),d=v(r??_),p=await t.list({category:`lessons`,...o?{tag:o}:{}}),h=await Promise.all(p.filter(e=>e.tags.includes(`lesson`)).map(async e=>{let{confidence:r,meta:i}=await Cf(t,n,e.path),a=i??n?.memoryMetaGet(e.path);a&&a.supersededBy===null&&f(a,d)&&n?.memoryMetaSetSuperseded(e.path,b);let o=n?.memoryMetaGet(e.path)??a,s=o?.createdAt??e.created,c=o?.confidence??r,l=m(c,o?.lastAccessedAt,s,d),u=o?.lastAccessedAt??o?.createdAt??null;return{path:e.path,title:e.title,category:e.category,tags:e.tags,version:e.version,preview:e.contentPreview,confidence:l,storedConfidence:c,createdAt:s,lastAccessedAt:o?.lastAccessedAt??null,recency:u,archived:o?.supersededBy===b,supersededBy:o?.supersededBy??null}})),g=h.filter(e=>e.archived).length,y=h.filter(e=>l?!0:e.supersededBy===null).filter(e=>a===void 0?!0:e.confidence>=a).filter(e=>u.length===0?!0:u.every(t=>e.tags.includes(t))).filter(e=>i?`${e.title}\n${e.preview}\n${e.tags.join(` `)}`.toLowerCase().includes(i.toLowerCase()):!0).sort((e,t)=>c===`recent`?Date.parse(t.recency??``)-Date.parse(e.recency??``)||t.confidence-e.confidence:t.confidence-e.confidence||Date.parse(t.recency??``)-Date.parse(e.recency??``));if(y.forEach(e=>{xf(n,e.path,e.storedConfidence,d)}),y.length===0)return{content:[{type:`text`,text:`No lessons matched the requested filters.`}],structuredContent:{entries:[],totalCount:0,archivedCount:g}};let x=y.map(e=>{let t=e.recency?` | recent ${e.recency}`:``;return`- **${e.title}** (${e.confidence}/100)${t}\n \`${e.path}\` — ${e.preview.slice(0,80)}…`}).join(`
240
- `);return{content:[{type:`text`,text:`## Lessons (${y.length})\n\n${x}`}],structuredContent:{entries:y.map(({storedConfidence:e,...t})=>t),totalCount:y.length,archivedCount:g}}}function Of(e){if(e){let t=F(e);return A(t)?t:void 0}return N(zn(),{withFileTypes:!0}).filter(e=>e.isFile()&&e.name.startsWith(`aikit-obs-`)&&e.name.endsWith(`.jsonl`)).map(e=>P(zn(),e.name)).sort((e,t)=>fe(t).mtimeMs-fe(e).mtimeMs)[0]}function kf(e,t){return t.map(t=>({path:t.path,title:t.title,similarity:y(e,t.title)})).filter(e=>e.similarity>.8).sort((e,t)=>t.similarity-e.similarity)[0]}async function Af(e,{curated:t,stateStore:n,resourceNotifier:r}){let{bufferPath:i}=of.parse(e),a=Of(i);if(!a)return{content:[{type:`text`,text:`No observation buffer found for auto-observe.`}],structuredContent:{bufferPath:null,observations:0,createdCount:0,skippedCount:0,candidates:[]}};let o=Ci(M(a,`utf8`)),s=Si(o,Qr),c=await t.list({category:`lessons`}),l=[],u=[];try{for(let e of s){let i=kf(e.title,c);if(i){u.push({title:e.title,path:i.path,similarity:i.similarity});continue}let a=x({title:e.title,context:e.context,insight:e.insight,evidence:e.evidence,confidence:e.confidence,tags:e.tags}),o=await t.remember(e.title,a,`lessons`,yf(e.tags));bf(n,o.path,e.confidence),l.push({path:o.path,title:e.title,detector:e.detector}),c.push({path:o.path,title:e.title,category:`lessons`,tags:yf(e.tags),version:1,created:new Date().toISOString(),updated:new Date().toISOString(),contentPreview:e.insight}),r&&r.notifyAfterCuratedWrite(o.path).catch(()=>{})}}finally{try{pe(a)}catch{}}let d=[`Auto-observe processed ${o.length} observations from \`${a}\`.`,`Created ${l.length} lessons and skipped ${u.length} duplicates from ${s.length} candidates.`];return l.length>0&&(d.push(``,`Created:`),d.push(...l.map(e=>`- **${e.title}** (${e.path})`))),u.length>0&&(d.push(``,`Skipped:`),d.push(...u.map(e=>`- **${e.title}** matched ${e.path} (${e.similarity.toFixed(2)})`))),{content:[{type:`text`,text:d.join(`
241
- `)}],structuredContent:{bufferPath:a,observations:o.length,createdCount:l.length,skippedCount:u.length,candidates:s.map(e=>({title:e.title,detector:e.detector,confidence:e.confidence,tags:e.tags})),created:l,skipped:u}}}function jf(e){let t=[`Lesson prune ${e.dryRun?`preview`:`completed`}: ${e.pruned.length} lessons selected.`,`Skipped ${e.skipped} lessons.`];return e.pruned.length>0&&(t.push(``,`Pruned:`),t.push(...e.pruned.map(e=>`- ${e}`))),t.join(`
242
- `)}function Mf(e){let t=[`Lesson grouping ${e.dryRun?`preview`:`completed`}: ${e.groupsCreated} groups, ${e.lessonsGrouped} lessons.`];return e.groups.length>0&&(t.push(``,`Groups:`),t.push(...e.groups.map(e=>`- ${e.label}: ${e.members.join(`, `)}`))),t.join(`
243
- `)}function Nf(e,n){let r=e;return new t(n,r.store,r.embedder)}function Pf(e,t){let n=e.candidates.filter(e=>e.action===`promote`),r=e.candidates.filter(e=>e.action===`skip`),i=[`Lesson promotion ${t?`preview`:`completed`}: ${n.length} candidates ready.`,`Skipped ${r.length} candidates.`];return n.length>0&&(i.push(``,`Candidates:`),i.push(...n.map(e=>`- ${e.insight} (${e.foundIn.join(`, `)}) avg ${e.avgConfidence}/100`))),r.length>0&&(i.push(``,`Skipped:`),i.push(...r.map(e=>`- ${e.insight}: ${e.reason}`))),e.promoted.length>0&&(i.push(``,`Promoted:`),i.push(...e.promoted.map(e=>`- ${e}`))),i.join(`
244
- `)}async function Ff(e,t){switch(e.subAction??`create`){case`create`:return Tf(e,t);case`confirm`:return Ef(e,`confirm`,t);case`contradict`:return Ef(e,`contradict`,t);case`list-lessons`:return Df(e,t);case`auto-observe`:return Af(e,t);case`prune`:{if(!t.stateStore)return J(`VALIDATION`,`StateStore required for lesson/prune`);let n=sf.parse(e),r=await T(t.curated,t.stateStore,{maxConfidence:n.maxConfidence,minIdleDays:n.minIdleDays,safetyDays:n.safetyDays,maxPrune:n.maxPrune,dryRun:n.dryRun},t.lessonConfig?v(t.lessonConfig):_);return{content:[{type:`text`,text:jf(r)}],structuredContent:r}}case`group`:{if(!t.stateStore)return J(`VALIDATION`,`StateStore required for lesson/group`);let n=cf.parse(e),r=await w(t.curated,t.stateStore,{similarityThreshold:n.similarityThreshold,minGroupSize:n.minGroupSize,maxGroups:n.maxGroups,dryRun:n.dryRun});return{content:[{type:`text`,text:Mf(r)}],structuredContent:r}}case`promote`:{if(!Pe())return{content:[{type:`text`,text:`Promotion requires user-level install (not workspace-scoped).`}]};let n=lf.parse(e),r={minWorkspaces:n.minWorkspaces??ne.minWorkspaces,minAvgConfidence:n.minAvgConfidence??ne.minAvgConfidence,similarityThreshold:n.similarityThreshold??ne.similarityThreshold,dryRun:n.dryRun},i=await E(te(await O(),r),Nf(t.curated,D()),r);return{content:[{type:`text`,text:Pf(i,r.dryRun)}],structuredContent:i}}case`demote`:{if(!Pe())return{content:[{type:`text`,text:`Demotion requires user-level install.`}]};let n=vf(e.path,e.id);if(!n)return{content:[{type:`text`,text:`Missing required "path" or "id" parameter for demote.`}]};let r=await ee(Nf(t.curated,D()),n);return{content:[{type:`text`,text:r.removed?`Demoted: ${n}`:`Not found in global: ${n}`}],structuredContent:r}}}}async function If(e,t){if(e.scope===`flow`){let{flowContextAdapter:n,stateStore:r}=t;if(!n)return{content:[{type:`text`,text:`Flow context not available.`}]};let{title:i,content:a,category:o}=Gd.parse(e),s=`${gf(o)}/${i.toLowerCase().replace(/[^a-z0-9]+/g,`-`).slice(0,60)}.md`;return await n.write(s,`# ${i}\n\n${a}`),r?.memoryMetaCreate(s,`working`),{content:[{type:`text`,text:`Deposited flow context: **${i}** at \`${s}\``}]}}let{curated:n,policyStore:r,evolutionCollector:i,resourceNotifier:a,stateStore:o,supersessionConfig:s}=t,{title:l,content:u,category:d,tags:f,force:m=!1}=Gd.parse(e),h=c(s),g=await ff(n,u,d,h),_=await n.remember(l,u,d,f);o?.memoryMetaCreate(_.path,`working`);let v=pf(g,h.autoThreshold,m);if(o)for(let e of v.superseded)p(o,e.id,_.path);let y=``;if(r){let e=r.classify(l,u,f);i&&i.recordClassification(l,e.matchingRules.map(e=>e.ruleId),e.pushRecommended),e.matchingRules.length>0&&(y=`\n\n### Classification Signals\n${e.matchingRules.map(e=>` - **${e.ruleId}** (${e.category}, weight: ${e.pushWeight}) — matched: ${e.matchedPatterns.join(`, `)}`).join(`
232
+ `):e.slice(0,t).trimEnd()}function vd(e,t,n){return _d(e,Math.max(1,Math.floor(n*t)))}function yd(e,t){if(e.length<50)return e;let n=gd(t);return!n||n.length<e.length*.2?e:n}function bd(e,t,n){let r=new Set;for(let n=0;n<Math.min(t,e.length);n+=1)r.add(n);return e.forEach((e,t)=>{n(e,t)&&r.add(t)}),e.filter((e,t)=>r.has(t)).join(`
233
+ `)}function xd(e,t){e.includes(t)||e.push(t)}function Sd(e){return yd(e,vd(bd(e.split(/\r?\n/u),3,e=>ud.test(e)||e.startsWith(`- `)),.6,e.length))}function Cd(e){let t=e.split(/\r?\n/u),n=[];return t.forEach((e,t)=>{if(t<5||md.test(e)||hd.test(e)||/^Content:/i.test(e)){if(/^Content:/i.test(e)){xd(n,`Content: ${e.replace(/^Content:\s*/i,``).trim().slice(0,200)}`);return}xd(n,e)}}),yd(e,n.join(`
234
+ `))}function wd(e){let t=e.split(/\r?\n/u),n=new Set;for(let e=0;e<t.length&&t[e].trim()!==``;e+=1)n.add(e);return t.forEach((e,t)=>{(e.startsWith(`- `)||e.startsWith(`* `)||dd.test(e))&&n.add(t)}),yd(e,vd(t.filter((e,t)=>n.has(t)).join(`
235
+ `),.7,e.length))}function Td(e){let t=e.split(/\r?\n/u),n=new Set,r=!1;for(let e=0;e<Math.min(2,t.length);e+=1)n.add(e);return t.forEach((e,t)=>{if(e.startsWith("```")){n.add(t),r=!r;return}(r||e.startsWith(`##`)||e.startsWith(`- `)||e.startsWith(`* `))&&n.add(t)}),yd(e,vd(t.filter((e,t)=>n.has(t)).join(`
236
+ `),.65,e.length))}function Ed(e){return yd(e,vd(e.split(/\r?\n/u).filter(e=>e.startsWith(`#`)||e.startsWith(`- `)||/\d/.test(e)||/\d+%/.test(e)||fd.test(e)).join(`
237
+ `),.6,e.length))}function Dd(e){return yd(e,vd(e.split(/\r?\n/u).filter(e=>e.startsWith(`- `)||e.startsWith(`* `)||pd.test(e)).join(`
238
+ `),.5,e.length))}function Od(e,t){switch(e){case`file-card`:return Sd(t);case`search-result`:return Cd(t);case`decision`:return wd(t);case`pattern`:return Td(t);case`analysis`:return Ed(t);case`step-summary`:return Dd(t)}}const kd={decision:6,pattern:5,"file-card":4,analysis:3,"search-result":2,"step-summary":1},Ad={"search-result":864e5,"file-card":1728e5,analysis:1728e5,"step-summary":2592e5,decision:6048e5,pattern:6048e5},jd={implementer:{name:`implementer`,contextTypes:[`file-card`,`decision`,`pattern`],priority:{...kd}},documenter:{name:`documenter`,contextTypes:[`decision`,`pattern`,`step-summary`],priority:{...kd}},reviewer:{name:`reviewer`,contextTypes:[`file-card`,`search-result`,`decision`,`pattern`,`step-summary`,`analysis`],priority:{...kd}},researcher:{name:`researcher`,contextTypes:[`search-result`,`decision`,`analysis`],priority:{...kd}},debugger:{name:`debugger`,contextTypes:[`file-card`,`search-result`,`pattern`,`analysis`],priority:{...kd}}};function Md(e){return jd[e]}function Nd(e,t,n=Date.now()){let r=n-t;if(r<36e5)return!1;let i=Ad[e];return i==null?!1:r>i}function Pd(e,t,n){if(n<=0)return[];let r=new Set(t.contextTypes),i=e.filter(e=>r.has(e.type)).map((e,t)=>({entry:e,index:t})).sort((e,n)=>{let r=t.priority[n.entry.type]-t.priority[e.entry.type];return r===0?e.index-n.index:r}),a=[],o=0;for(let{entry:e}of i){let t=Od(e.type,e.content),r=t.length;o+r>n||(a.push({type:e.type,content:t}),o+=r)}return a}function Fd(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 Id(e){let t=new Set,n=[];for(let r of e){let e=Fd(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 Ld(e){if(e.startsWith(`.ai/curated/`))return e.slice(12)}const Rd=I(`tools`),zd=z.enum([`remember`,`read`,`update`,`forget`,`list`,`history`,`diff`,`recover`,`orphaned`,`withdraw`,`flush`,`flagged`,`lesson`]),Bd=z.string().min(3).max(120).describe(`Short descriptive title for the knowledge entry`),Vd=z.string().min(10).max(1e5),Hd=z.string().regex(/^[a-z][a-z0-9-]*$/).describe(`Category slug (e.g., "decisions", "patterns", "conventions", "api-contracts")`),Ud=z.array(z.string()).default([]).describe(`Optional tags for filtering`),Wd=z.string().describe(`Relative path within .ai/curated/ (e.g., "decisions/use-lancedb.md")`),Gd=z.string().min(3),Kd=z.object({title:Bd,content:Vd.describe(`The markdown content to store`),category:Hd,tags:Ud,force:z.boolean().optional().describe(`When true, supersede flagged similar entries without waiting for confirmation`)}),qd=z.object({path:Wd}),Jd=z.object({path:Wd,content:Vd.describe(`New markdown content to replace existing content`),reason:Gd.max(1e3).describe(`Why this update is being made (recorded in changelog)`)}),Yd=z.object({path:z.string().describe(`Relative path within .ai/curated/ (e.g., "decisions/deprecated-approach.md")`),reason:Gd.describe(`Why this entry is being removed`)}),Xd=z.object({category:z.string().optional().describe(`Filter by category (e.g., "decisions", "patterns")`),tag:z.string().optional().describe(`Filter by tag`)}),Zd=z.enum([`create`,`confirm`,`contradict`,`list-lessons`,`auto-observe`,`prune`,`group`,`promote`,`demote`]),Qd=z.enum([`confidence`,`recent`]),$d=z.number().int().min(0).max(100).describe(`Lesson confidence from 0-100`),ef=z.object({action:zd.describe(`Knowledge operation to perform`),title:Bd.optional(),content:Vd.optional(),category:Hd.optional(),tags:z.array(z.string()).optional().describe(`Optional tags for remember`),path:Wd.optional(),reason:Gd.max(1e3).optional(),scope:z.enum([`curated`,`flow`]).optional().describe(`Storage scope: curated (default) or flow-scoped ephemeral context`),profile:z.string().optional().describe(`Role profile for withdraw filtering (e.g., "implementer", "reviewer", "debugger")`),budget:z.number().int().min(100).max(5e4).optional().describe(`Maximum character budget for withdraw results (default: 6000)`),token_budget:z.number().int().min(50).max(12500).optional().describe(`Token budget (overrides budget). Approx 4 chars per token.`),tag:z.string().optional().describe(`Filter by tag when action="list"`),id:Wd.optional().describe(`Alias for path when action="lesson"`),subAction:Zd.optional().describe(`Lesson sub-action when action="lesson"`),bufferPath:z.string().optional().describe(`Optional observation buffer path for lesson auto-observe`),context:Vd.optional().describe(`What happened (the situation) for lesson creation`),insight:Vd.optional().describe(`What was learned (the lesson) for lesson creation`),evidence:Vd.optional().describe(`Proof or justification for lesson creation`),confidence:$d.optional(),minConfidence:$d.optional().describe(`Minimum confidence when listing lessons`),topic:z.string().optional().describe(`Topic filter when listing lessons`),sortBy:Qd.optional().describe(`Sort lessons by confidence or recency`),includeArchived:z.boolean().optional().describe(`Include auto-archived lessons in list-lessons`),maxConfidence:$d.optional().describe(`Prune lessons below this effective confidence`),minIdleDays:z.number().int().min(1).optional().describe(`Minimum idle days required before pruning a lesson`),safetyDays:z.number().int().min(0).optional().describe(`Never prune if accessed within this many days`),maxPrune:z.number().int().min(1).max(1e3).optional().describe(`Maximum number of lessons to prune in one run`),similarityThreshold:z.number().min(0).max(1).optional().describe(`Minimum Jaccard similarity required to group lesson titles`),minGroupSize:z.number().int().min(2).max(1e3).optional().describe(`Minimum number of lessons required to form a group`),maxGroups:z.number().int().min(1).max(1e3).optional().describe(`Maximum number of lesson groups to create in one run`),minWorkspaces:z.number().int().min(2).max(1e3).optional().describe(`Minimum number of distinct workspaces required before promoting a lesson`),minAvgConfidence:$d.optional().describe(`Minimum average lesson confidence required before promoting a lesson`),dryRun:z.boolean().optional().describe(`Preview the operation without modifying stored lessons`),limit:z.number().int().min(1).max(100).optional().describe(`Maximum history entries to return (for action="history", default: 20)`),force:z.boolean().optional().describe(`When true, supersede flagged similar entries without waiting for confirmation`),from_sha:z.string().optional().describe(`Start SHA for diff (older version). If omitted with to_sha, shows full content.`),to_sha:z.string().optional().describe(`End SHA for diff (newer version). If omitted, uses the latest two versions.`),max_tokens:z.number().min(100).max(5e4).optional().describe(`Maximum token budget for the response. When set, output is truncated to fit.`),enrich:z.boolean().default(!1).optional().describe(`Append curated knowledge and graph context to output. Adds ~150-250 tokens.`)});function tf(e,t){return[`knowledge`,e,t.path,t.id,t.title,t.topic,t.category,t.tag,t.profile].filter(e=>typeof e==`string`&&e.length>0).join(` `)}async function nf(e,t,n){let r=e.content.find(e=>e.type===`text`);if(!r)return e;let i=r.text;if(t.enrich&&n){let e=await G(n,{query:tf(t.action,t)});i+=K(e)}t.max_tokens&&(i=R(i,t.max_tokens));let a=Tl(i),o=El(i,a),s=a&&e.structuredContent&&typeof e.structuredContent==`object`?{...e.structuredContent,ref:a}:a?{ref:a}:e.structuredContent;return{...e,content:e.content.map(e=>e.type===`text`?{...e,text:o}:e),structuredContent:s}}const rf=z.object({title:Bd,context:Vd.describe(`What happened (the situation)`),insight:Vd.describe(`What was learned (the lesson)`),evidence:Vd.describe(`Proof or justification`),confidence:$d.default(50),tags:Ud.optional().default([])}),af=z.object({path:Wd.optional(),id:Wd.optional(),reason:Gd.max(1e3).optional()}).refine(e=>!!(e.path??e.id),{message:`path or id is required`,path:[`path`]}),of=z.object({topic:z.string().optional(),minConfidence:$d.optional(),tag:z.string().optional(),tags:z.array(z.string()).optional(),sortBy:Qd.default(`confidence`),includeArchived:z.boolean().default(!1)}),sf=z.object({bufferPath:z.string().optional()}),cf=z.object({maxConfidence:$d.optional(),minIdleDays:z.number().int().min(1).optional(),safetyDays:z.number().int().min(0).optional(),maxPrune:z.number().int().min(1).max(1e3).optional(),dryRun:z.boolean().default(!0)}),lf=z.object({similarityThreshold:z.number().min(0).max(1).optional(),minGroupSize:z.number().int().min(2).max(1e3).optional(),maxGroups:z.number().int().min(1).max(1e3).optional(),dryRun:z.boolean().default(!0)}),uf=z.object({minWorkspaces:z.number().int().min(2).max(1e3).optional(),minAvgConfidence:$d.optional(),similarityThreshold:z.number().min(0).max(1).optional(),dryRun:z.boolean().default(!0)});function df(e,t,i,c){r(e,t,i);let l=e.memoryMetaGet(t);if(!l)return;let u=a(l,{...n,...c});return u?(s(e,t,u),o(e,t,i)??e.memoryMetaGet(t)):l}function ff(e,t){return`\n\n### ${e}\n${t.map(e=>`- **${e.title}** (${e.id}) — similarity ${e.similarity.toFixed(3)}`).join(`
239
+ `)}`}async function pf(e,t,n,r){if(typeof e.list!=`function`||typeof e.read!=`function`)return[];let i=c(r),a=await e.list({category:n});return a.length===0?[]:g(t,await Promise.all(a.slice(0,i.maxCompare).map(async t=>{let n=await e.read(t.path);return{id:t.path,title:n.title,content:n.content,path:t.path}})),i)}function mf(e,t,n){return{superseded:e.filter(e=>n||e.similarity>=t).map(e=>({id:e.entryId,title:e.title,similarity:e.similarity})),supersessionCandidates:n?[]:e.filter(e=>e.similarity<t).map(e=>({id:e.entryId,title:e.title,similarity:e.similarity}))}}const hf={decisions:`decision`,patterns:`pattern`,conventions:`pattern`,context:`analysis`,session:`step-summary`},gf=new Set([`decision`,`pattern`,`file-card`,`analysis`,`search-result`,`step-summary`]);function _f(e){if(!e)return`analysis`;let t=hf[e]??e;return gf.has(t)?t:`analysis`}function vf(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.`}function yf(e,t){return e??t??``}function bf(e){return[...new Set([...e??[],`lesson`])]}function xf(e,t,n){if(e)return e.memoryMetaCreate(t,`working`),e.memoryMetaUpdateConfidence(t,n),e.memoryMetaGet(t)}function Sf(e,t,n,r=_){if(!e)return;let i=v(r);e.memoryMetaCreate(t,`working`),e.memoryMetaTouch(t);let a=n??e.memoryMetaGet(t)?.confidence??50,o=Math.min(100,a+i.implicitUseIncrement);return e.memoryMetaUpdateConfidence(t,o),e.memoryMetaGet(t)}function Cf(e){let t=e.matchAll(/(?:\.ai\/curated\/)?(lessons\/[A-Za-z0-9._/%-]+\.md)/g);return[...new Set(Array.from(t,e=>e[1]))]}async function wf(e,t,n){let r=await e.read(n),i=d(r.content),a=t?.memoryMetaGet(n)?.confidence??i.confidence??50;return{entry:r,confidence:a,meta:xf(t,n,a)??t?.memoryMetaGet(n)}}function Tf(e){if(typeof e!=`object`||!e)return e;let t=e;if(t.title)return e;let n=typeof t.topic==`string`&&t.topic||typeof t.insight==`string`&&t.insight||``;if(!n)return e;let r=n.length<=120?n:`${n.slice(0,117)}...`;return{...t,title:r}}async function Ef(e,{curated:t,stateStore:n,resourceNotifier:r}){let i=Tf(e),{title:a,context:o,insight:s,evidence:c,confidence:l,tags:u}=rf.parse(i),d=x({title:a,context:o,insight:s,evidence:c,confidence:l,tags:u}),f=await t.remember(a,d,`lessons`,bf(u));return xf(n,f.path,l),r&&r.notifyAfterCuratedWrite(f.path).catch(()=>{}),{content:[{type:`text`,text:`Recorded lesson: **${a}**\n\nStored at \`.ai/curated/${f.path}\` with confidence ${l}/100.`}],structuredContent:{path:f.path,confidence:l,category:`lessons`,tags:bf(u)}}}async function Df(e,t,n){let{curated:r,stateStore:i,resourceNotifier:a,retentionConfig:o,consolidationConfig:s,lessonConfig:c}=n,u=af.parse(e);if(t===`contradict`&&!u.reason)throw new z.ZodError([{code:`custom`,path:[`reason`],message:`reason is required`}]);let d=yf(u.path,u.id),f=v(c??_);i&&df(i,d,o,s);let{entry:p,confidence:m}=await wf(r,i,d),g=l(m,t,f),y=h(p.content,g),b=t===`confirm`?u.reason??`Confirmed lesson confidence`:`Contradicted lesson confidence: ${u.reason}`,x=await r.update(d,y,b);return i&&i.memoryMetaUpdateConfidence(d,g),a&&a.notifyAfterCuratedWrite(d).catch(()=>{}),{content:[{type:`text`,text:`${t===`confirm`?`Confirmed`:`Contradicted`} lesson: \`${d}\`\n\nConfidence ${m}/100 → ${g}/100.`}],structuredContent:{path:x.path,confidence:g,previousConfidence:m,version:x.version}}}async function Of(e,{curated:t,stateStore:n,lessonConfig:r}){let{topic:i,minConfidence:a,tag:o,tags:s,sortBy:c,includeArchived:l}=of.parse(e),u=bf([...s??[],...o?[o]:[]]),d=v(r??_),p=await t.list({category:`lessons`,...o?{tag:o}:{}}),h=await Promise.all(p.filter(e=>e.tags.includes(`lesson`)).map(async e=>{let{confidence:r,meta:i}=await wf(t,n,e.path),a=i??n?.memoryMetaGet(e.path);a&&a.supersededBy===null&&f(a,d)&&n?.memoryMetaSetSuperseded(e.path,b);let o=n?.memoryMetaGet(e.path)??a,s=o?.createdAt??e.created,c=o?.confidence??r,l=m(c,o?.lastAccessedAt,s,d),u=o?.lastAccessedAt??o?.createdAt??null;return{path:e.path,title:e.title,category:e.category,tags:e.tags,version:e.version,preview:e.contentPreview,confidence:l,storedConfidence:c,createdAt:s,lastAccessedAt:o?.lastAccessedAt??null,recency:u,archived:o?.supersededBy===b,supersededBy:o?.supersededBy??null}})),g=h.filter(e=>e.archived).length,y=h.filter(e=>l?!0:e.supersededBy===null).filter(e=>a===void 0?!0:e.confidence>=a).filter(e=>u.length===0?!0:u.every(t=>e.tags.includes(t))).filter(e=>i?`${e.title}\n${e.preview}\n${e.tags.join(` `)}`.toLowerCase().includes(i.toLowerCase()):!0).sort((e,t)=>c===`recent`?Date.parse(t.recency??``)-Date.parse(e.recency??``)||t.confidence-e.confidence:t.confidence-e.confidence||Date.parse(t.recency??``)-Date.parse(e.recency??``));if(y.forEach(e=>{Sf(n,e.path,e.storedConfidence,d)}),y.length===0)return{content:[{type:`text`,text:`No lessons matched the requested filters.`}],structuredContent:{entries:[],totalCount:0,archivedCount:g}};let x=y.map(e=>{let t=e.recency?` | recent ${e.recency}`:``;return`- **${e.title}** (${e.confidence}/100)${t}\n \`${e.path}\` — ${e.preview.slice(0,80)}…`}).join(`
240
+ `);return{content:[{type:`text`,text:`## Lessons (${y.length})\n\n${x}`}],structuredContent:{entries:y.map(({storedConfidence:e,...t})=>t),totalCount:y.length,archivedCount:g}}}function kf(e){if(e){let t=F(e);return A(t)?t:void 0}return N(zn(),{withFileTypes:!0}).filter(e=>e.isFile()&&e.name.startsWith(`aikit-obs-`)&&e.name.endsWith(`.jsonl`)).map(e=>P(zn(),e.name)).sort((e,t)=>fe(t).mtimeMs-fe(e).mtimeMs)[0]}function Af(e,t){return t.map(t=>({path:t.path,title:t.title,similarity:y(e,t.title)})).filter(e=>e.similarity>.8).sort((e,t)=>t.similarity-e.similarity)[0]}async function jf(e,{curated:t,stateStore:n,resourceNotifier:r}){let{bufferPath:i}=sf.parse(e),a=kf(i);if(!a)return{content:[{type:`text`,text:`No observation buffer found for auto-observe.`}],structuredContent:{bufferPath:null,observations:0,createdCount:0,skippedCount:0,candidates:[]}};let o=wi(M(a,`utf8`)),s=Ci(o,$r),c=await t.list({category:`lessons`}),l=[],u=[];try{for(let e of s){let i=Af(e.title,c);if(i){u.push({title:e.title,path:i.path,similarity:i.similarity});continue}let a=x({title:e.title,context:e.context,insight:e.insight,evidence:e.evidence,confidence:e.confidence,tags:e.tags}),o=await t.remember(e.title,a,`lessons`,bf(e.tags));xf(n,o.path,e.confidence),l.push({path:o.path,title:e.title,detector:e.detector}),c.push({path:o.path,title:e.title,category:`lessons`,tags:bf(e.tags),version:1,created:new Date().toISOString(),updated:new Date().toISOString(),contentPreview:e.insight}),r&&r.notifyAfterCuratedWrite(o.path).catch(()=>{})}}finally{try{pe(a)}catch{}}let d=[`Auto-observe processed ${o.length} observations from \`${a}\`.`,`Created ${l.length} lessons and skipped ${u.length} duplicates from ${s.length} candidates.`];return l.length>0&&(d.push(``,`Created:`),d.push(...l.map(e=>`- **${e.title}** (${e.path})`))),u.length>0&&(d.push(``,`Skipped:`),d.push(...u.map(e=>`- **${e.title}** matched ${e.path} (${e.similarity.toFixed(2)})`))),{content:[{type:`text`,text:d.join(`
241
+ `)}],structuredContent:{bufferPath:a,observations:o.length,createdCount:l.length,skippedCount:u.length,candidates:s.map(e=>({title:e.title,detector:e.detector,confidence:e.confidence,tags:e.tags})),created:l,skipped:u}}}function Mf(e){let t=[`Lesson prune ${e.dryRun?`preview`:`completed`}: ${e.pruned.length} lessons selected.`,`Skipped ${e.skipped} lessons.`];return e.pruned.length>0&&(t.push(``,`Pruned:`),t.push(...e.pruned.map(e=>`- ${e}`))),t.join(`
242
+ `)}function Nf(e){let t=[`Lesson grouping ${e.dryRun?`preview`:`completed`}: ${e.groupsCreated} groups, ${e.lessonsGrouped} lessons.`];return e.groups.length>0&&(t.push(``,`Groups:`),t.push(...e.groups.map(e=>`- ${e.label}: ${e.members.join(`, `)}`))),t.join(`
243
+ `)}function Pf(e,n){let r=e;return new t(n,r.store,r.embedder)}function Ff(e,t){let n=e.candidates.filter(e=>e.action===`promote`),r=e.candidates.filter(e=>e.action===`skip`),i=[`Lesson promotion ${t?`preview`:`completed`}: ${n.length} candidates ready.`,`Skipped ${r.length} candidates.`];return n.length>0&&(i.push(``,`Candidates:`),i.push(...n.map(e=>`- ${e.insight} (${e.foundIn.join(`, `)}) avg ${e.avgConfidence}/100`))),r.length>0&&(i.push(``,`Skipped:`),i.push(...r.map(e=>`- ${e.insight}: ${e.reason}`))),e.promoted.length>0&&(i.push(``,`Promoted:`),i.push(...e.promoted.map(e=>`- ${e}`))),i.join(`
244
+ `)}async function If(e,t){switch(e.subAction??`create`){case`create`:return Ef(e,t);case`confirm`:return Df(e,`confirm`,t);case`contradict`:return Df(e,`contradict`,t);case`list-lessons`:return Of(e,t);case`auto-observe`:return jf(e,t);case`prune`:{if(!t.stateStore)return q(`VALIDATION`,`StateStore required for lesson/prune`);let n=cf.parse(e),r=await T(t.curated,t.stateStore,{maxConfidence:n.maxConfidence,minIdleDays:n.minIdleDays,safetyDays:n.safetyDays,maxPrune:n.maxPrune,dryRun:n.dryRun},t.lessonConfig?v(t.lessonConfig):_);return{content:[{type:`text`,text:Mf(r)}],structuredContent:r}}case`group`:{if(!t.stateStore)return q(`VALIDATION`,`StateStore required for lesson/group`);let n=lf.parse(e),r=await w(t.curated,t.stateStore,{similarityThreshold:n.similarityThreshold,minGroupSize:n.minGroupSize,maxGroups:n.maxGroups,dryRun:n.dryRun});return{content:[{type:`text`,text:Nf(r)}],structuredContent:r}}case`promote`:{if(!Pe())return{content:[{type:`text`,text:`Promotion requires user-level install (not workspace-scoped).`}]};let n=uf.parse(e),r={minWorkspaces:n.minWorkspaces??ne.minWorkspaces,minAvgConfidence:n.minAvgConfidence??ne.minAvgConfidence,similarityThreshold:n.similarityThreshold??ne.similarityThreshold,dryRun:n.dryRun},i=await E(te(await O(),r),Pf(t.curated,D()),r);return{content:[{type:`text`,text:Ff(i,r.dryRun)}],structuredContent:i}}case`demote`:{if(!Pe())return{content:[{type:`text`,text:`Demotion requires user-level install.`}]};let n=yf(e.path,e.id);if(!n)return{content:[{type:`text`,text:`Missing required "path" or "id" parameter for demote.`}]};let r=await ee(Pf(t.curated,D()),n);return{content:[{type:`text`,text:r.removed?`Demoted: ${n}`:`Not found in global: ${n}`}],structuredContent:r}}}}async function Lf(e,t){if(e.scope===`flow`){let{flowContextAdapter:n,stateStore:r}=t;if(!n)return{content:[{type:`text`,text:`Flow context not available.`}]};let{title:i,content:a,category:o}=Kd.parse(e),s=`${_f(o)}/${i.toLowerCase().replace(/[^a-z0-9]+/g,`-`).slice(0,60)}.md`;return await n.write(s,`# ${i}\n\n${a}`),r?.memoryMetaCreate(s,`working`),{content:[{type:`text`,text:`Deposited flow context: **${i}** at \`${s}\``}]}}let{curated:n,policyStore:r,evolutionCollector:i,resourceNotifier:a,stateStore:o,supersessionConfig:s}=t,{title:l,content:u,category:d,tags:f,force:m=!1}=Kd.parse(e),h=c(s),g=await pf(n,u,d,h),_=await n.remember(l,u,d,f);o?.memoryMetaCreate(_.path,`working`);let v=mf(g,h.autoThreshold,m);if(o)for(let e of v.superseded)p(o,e.id,_.path);let y=``;if(r){let e=r.classify(l,u,f);i&&i.recordClassification(l,e.matchingRules.map(e=>e.ruleId),e.pushRecommended),e.matchingRules.length>0&&(y=`\n\n### Classification Signals\n${e.matchingRules.map(e=>` - **${e.ruleId}** (${e.category}, weight: ${e.pushWeight}) — matched: ${e.matchedPatterns.join(`, `)}`).join(`
245
245
  `)}\n- **Push recommended**: ${e.pushRecommended?`yes`:`no`} (max weight: ${e.maxPushWeight})`,e.pushRecommended&&(y+=`
246
246
 
247
- > 💡 This entry matches push rules. Consider \`er_push\` to share with Enterprise RAG.`))}a&&a.notifyAfterCuratedWrite(_.path).catch(()=>{});let b=Pd(_.path,l,`[${d}]`),x=v.superseded.length>0?df(`Superseded Entries`,v.superseded):``,S=v.supersessionCandidates.length>0?df(`Supersession Suggestions`,v.supersessionCandidates):``;return{content:[{type:`text`,text:`Remembered: **${l}**\n\nStored at \`.ai/curated/${_.path}\` and indexed for semantic search.${y}${x}${S}\n\n---\n_Next: Use \`search\` to verify the entry is findable, or \`knowledge({ action: "list" })\` to see all curated entries._`},...b?[b]:[]],structuredContent:{path:_.path,superseded:v.superseded,supersessionCandidates:v.supersessionCandidates}}}async function Lf(e,{curated:t,stateStore:n,retentionConfig:r,consolidationConfig:i}){let{path:a}=Kd.parse(e),o=await t.read(a),s=n?uf(n,a,r,i):void 0,c=[`## ${o.title}`,`- **Path**: .ai/curated/${a}`,`- **Category**: ${o.category}`,o.tags.length?`- **Tags**: ${o.tags.join(`, `)}`:null,`- **Version**: ${o.version}`,`- **Created**: ${o.created}`,o.updated===o.created?null:`- **Updated**: ${o.updated}`,s?`- **Tier**: ${s.tier}`:null,s?`- **Retention**: ${s.retentionScore.toFixed(3)}`:null,``].filter(e=>e!==null).join(`
248
- `),l=Pd(a,o.title,`[${o.category}]`);return{content:[{type:`text`,text:`${c}\n${o.content}\n\n---\n_Next: Use \`knowledge({ action: "update", ... })\` to modify this entry, or \`search\` to find related entries._`},...l?[l]:[]]}}async function Rf(e,{curated:t,resourceNotifier:n}){let{path:r,content:i,reason:a}=qd.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 zf(e,{curated:t,resourceNotifier:n}){let{path:r,reason:i}=Jd.parse(e),a=F(t.curatedDir,r);if(A(a))try{$e(`forget`,[{path:a,content:M(a,`utf-8`)}],`forget: ${r}`)}catch{}let o=await t.forget(r,i);return Ld.info(`Forgot entry`,{path:o.path,reason:i}),n&&(n.notifyAfterCuratedWrite().catch(()=>{}),n.notifyResourceListChanged().catch(()=>{})),{content:[{type:`text`,text:`Forgotten: \`.ai/curated/${o.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 Bf(e,{curated:t,flowContextAdapter:n,stateStore:r,retentionConfig:i}){if(e.scope===`flow`){if(!n)return{content:[{type:`text`,text:`Flow context not available.`}]};let e=await n.list();if(e.length===0)return{content:[{type:`text`,text:`No flow context entries.`}]};let t=e.map(e=>({entry:e,retentionMeta:r?o(r,e.path,i):void 0})),a=t.map(({entry:e,retentionMeta:t})=>{let n=t?`, tier ${t.tier}, retention ${t.retentionScore.toFixed(3)}`:``;return`- \`${e.path}\` (${e.size} bytes${n})`}).join(`
249
- `);return{content:[{type:`text`,text:`## Flow Context (${e.length} entries)\n\n${a}`}],structuredContent:{entries:t.map(({entry:e,retentionMeta:t})=>({path:e.path,size:e.size,...t?{retentionScore:t.retentionScore,tier:t.tier}:{}})),totalCount:e.length}}}let{category:a,tag:s}=Yd.parse(e),c=await t.list({category:a,tag:s}),l=c.map(e=>({entry:e,retentionMeta:r?o(r,e.path,i):void 0})),u={entries:l.map(({entry:e,retentionMeta:t})=>({path:e.path,title:e.title,category:e.category,tags:e.tags,version:e.version,preview:e.contentPreview?.slice(0,120)??``,...t?{retentionScore:t.retentionScore,tier:t.tier}:{}})),totalCount:c.length};if(c.length===0)return{content:[{type:`text`,text:`No curated knowledge entries found.`+(a?` (category: ${a})`:``)+(s?` (tag: ${s})`:``)}],structuredContent:u};let d=l.map(({entry:e,retentionMeta:t})=>{let n=e.tags.length>0?` [${e.tags.join(`, `)}]`:``,r=t?` | tier ${t.tier} | retention ${t.retentionScore.toFixed(3)}`:``;return`- **${e.title}** (v${e.version})${n}${r}\n \`${e.path}\` — ${e.contentPreview.slice(0,80)}…`}).join(`
250
- `),f=Fd(c);return{content:[{type:`text`,text:`## Curated Knowledge (${c.length} entries)\n\n${d}\n\n---\n_Next: Use \`knowledge({ action: "read", path: "..." })\` to view full content of any entry, or \`knowledge({ action: "remember", ... })\` to store new knowledge._`},...f],structuredContent:u}}async function Vf(e,{curated:t}){let{path:n}=Kd.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(`
251
- `);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 Hf(e,{curated:t}){let{path:n}=Kd.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 Uf(e,{curated:t}){let{path:n}=Kd.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 Wf(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(`
252
- `);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 Gf(e,{curated:t,flowContextAdapter:n,stateStore:r,retentionConfig:i,consolidationConfig:a,lessonConfig:o}){let s=z.object({profile:z.string(),budget:z.number().int().min(100).max(5e4).default(6e3).describe(`Character budget for withdraw results`),token_budget:z.number().int().min(50).max(12500).optional().describe(`Token budget (overrides budget). Approx 4 chars per token.`)}).parse(e),c=s.token_budget?s.token_budget*4:s.budget;if(!n)return{content:[{type:`text`,text:`Flow context not available — no active flow or adapter not configured.`}]};let l=jd(s.profile);if(!l)return{content:[{type:`text`,text:`Unknown profile: "${s.profile}". Available: implementer, documenter, reviewer, researcher, debugger`}]};let u=await n.list();if(u.length===0)return{content:[{type:`text`,text:`No flow context available yet. Context is deposited automatically as agents use search, file_summary, and other analysis tools.`}]};let d=Date.now(),f=u.filter(e=>{let t=e.path.split(`/`)[0];return hf.has(t)?!Md(t,e.mtimeMs,d):!0}),p=(await Promise.all(f.map(async e=>{let t=e.path.split(`/`),o=t[0];if(t.length<2||!hf.has(o))return null;let s=await n.read(e.path);return s?(r&&uf(r,e.path,i,a),{type:o,content:s}):null}))).filter(e=>e!==null),m=Nd(p,l,c),h=v(o??_),g=[...new Set(m.flatMap(e=>Sf(e.content)))];if(await Promise.all(g.map(async e=>{let n=r?.memoryMetaGet(e)?.confidence;if(n===void 0)try{n=(await Cf(t,r,e)).confidence}catch{return}xf(r,e,n,h)})),m.length===0)return{content:[{type:`text`,text:`No relevant context for profile "${s.profile}". ${p.length} entries available but none match your role's context types.`}]};let y=m.map(e=>`### [${e.type}]\n${e.content}`).join(`
247
+ > 💡 This entry matches push rules. Consider \`er_push\` to share with Enterprise RAG.`))}a&&a.notifyAfterCuratedWrite(_.path).catch(()=>{});let b=Fd(_.path,l,`[${d}]`),x=v.superseded.length>0?ff(`Superseded Entries`,v.superseded):``,S=v.supersessionCandidates.length>0?ff(`Supersession Suggestions`,v.supersessionCandidates):``;return{content:[{type:`text`,text:`Remembered: **${l}**\n\nStored at \`.ai/curated/${_.path}\` and indexed for semantic search.${y}${x}${S}\n\n---\n_Next: Use \`search\` to verify the entry is findable, or \`knowledge({ action: "list" })\` to see all curated entries._`},...b?[b]:[]],structuredContent:{path:_.path,superseded:v.superseded,supersessionCandidates:v.supersessionCandidates}}}async function Rf(e,{curated:t,stateStore:n,retentionConfig:r,consolidationConfig:i}){let{path:a}=qd.parse(e),o=await t.read(a),s=n?df(n,a,r,i):void 0,c=[`## ${o.title}`,`- **Path**: .ai/curated/${a}`,`- **Category**: ${o.category}`,o.tags.length?`- **Tags**: ${o.tags.join(`, `)}`:null,`- **Version**: ${o.version}`,`- **Created**: ${o.created}`,o.updated===o.created?null:`- **Updated**: ${o.updated}`,s?`- **Tier**: ${s.tier}`:null,s?`- **Retention**: ${s.retentionScore.toFixed(3)}`:null,``].filter(e=>e!==null).join(`
248
+ `),l=Fd(a,o.title,`[${o.category}]`);return{content:[{type:`text`,text:`${c}\n${o.content}\n\n---\n_Next: Use \`knowledge({ action: "update", ... })\` to modify this entry, or \`search\` to find related entries._`},...l?[l]:[]]}}async function zf(e,{curated:t,resourceNotifier:n}){let{path:r,content:i,reason:a}=Jd.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 Bf(e,{curated:t,resourceNotifier:n}){let{path:r,reason:i}=Yd.parse(e),a=F(t.curatedDir,r);if(A(a))try{$e(`forget`,[{path:a,content:M(a,`utf-8`)}],`forget: ${r}`)}catch{}let o=await t.forget(r,i);return Rd.info(`Forgot entry`,{path:o.path,reason:i}),n&&(n.notifyAfterCuratedWrite().catch(()=>{}),n.notifyResourceListChanged().catch(()=>{})),{content:[{type:`text`,text:`Forgotten: \`.ai/curated/${o.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 Vf(e,{curated:t,flowContextAdapter:n,stateStore:r,retentionConfig:i}){if(e.scope===`flow`){if(!n)return{content:[{type:`text`,text:`Flow context not available.`}]};let e=await n.list();if(e.length===0)return{content:[{type:`text`,text:`No flow context entries.`}]};let t=e.map(e=>({entry:e,retentionMeta:r?o(r,e.path,i):void 0})),a=t.map(({entry:e,retentionMeta:t})=>{let n=t?`, tier ${t.tier}, retention ${t.retentionScore.toFixed(3)}`:``;return`- \`${e.path}\` (${e.size} bytes${n})`}).join(`
249
+ `);return{content:[{type:`text`,text:`## Flow Context (${e.length} entries)\n\n${a}`}],structuredContent:{entries:t.map(({entry:e,retentionMeta:t})=>({path:e.path,size:e.size,...t?{retentionScore:t.retentionScore,tier:t.tier}:{}})),totalCount:e.length}}}let{category:a,tag:s}=Xd.parse(e),c=await t.list({category:a,tag:s}),l=c.map(e=>({entry:e,retentionMeta:r?o(r,e.path,i):void 0})),u={entries:l.map(({entry:e,retentionMeta:t})=>({path:e.path,title:e.title,category:e.category,tags:e.tags,version:e.version,preview:e.contentPreview?.slice(0,120)??``,...t?{retentionScore:t.retentionScore,tier:t.tier}:{}})),totalCount:c.length};if(c.length===0)return{content:[{type:`text`,text:`No curated knowledge entries found.`+(a?` (category: ${a})`:``)+(s?` (tag: ${s})`:``)}],structuredContent:u};let d=l.map(({entry:e,retentionMeta:t})=>{let n=e.tags.length>0?` [${e.tags.join(`, `)}]`:``,r=t?` | tier ${t.tier} | retention ${t.retentionScore.toFixed(3)}`:``;return`- **${e.title}** (v${e.version})${n}${r}\n \`${e.path}\` — ${e.contentPreview.slice(0,80)}…`}).join(`
250
+ `),f=Id(c);return{content:[{type:`text`,text:`## Curated Knowledge (${c.length} entries)\n\n${d}\n\n---\n_Next: Use \`knowledge({ action: "read", path: "..." })\` to view full content of any entry, or \`knowledge({ action: "remember", ... })\` to store new knowledge._`},...f],structuredContent:u}}async function Hf(e,{curated:t}){let{path:n}=qd.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(`
251
+ `);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 Uf(e,{curated:t}){let{path:n}=qd.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 Wf(e,{curated:t}){let{path:n}=qd.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 Gf(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(`
252
+ `);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 Kf(e,{curated:t,flowContextAdapter:n,stateStore:r,retentionConfig:i,consolidationConfig:a,lessonConfig:o}){let s=z.object({profile:z.string(),budget:z.number().int().min(100).max(5e4).default(6e3).describe(`Character budget for withdraw results`),token_budget:z.number().int().min(50).max(12500).optional().describe(`Token budget (overrides budget). Approx 4 chars per token.`)}).parse(e),c=s.token_budget?s.token_budget*4:s.budget;if(!n)return{content:[{type:`text`,text:`Flow context not available — no active flow or adapter not configured.`}]};let l=Md(s.profile);if(!l)return{content:[{type:`text`,text:`Unknown profile: "${s.profile}". Available: implementer, documenter, reviewer, researcher, debugger`}]};let u=await n.list();if(u.length===0)return{content:[{type:`text`,text:`No flow context available yet. Context is deposited automatically as agents use search, file_summary, and other analysis tools.`}]};let d=Date.now(),f=u.filter(e=>{let t=e.path.split(`/`)[0];return gf.has(t)?!Nd(t,e.mtimeMs,d):!0}),p=(await Promise.all(f.map(async e=>{let t=e.path.split(`/`),o=t[0];if(t.length<2||!gf.has(o))return null;let s=await n.read(e.path);return s?(r&&df(r,e.path,i,a),{type:o,content:s}):null}))).filter(e=>e!==null),m=Pd(p,l,c),h=v(o??_),g=[...new Set(m.flatMap(e=>Cf(e.content)))];if(await Promise.all(g.map(async e=>{let n=r?.memoryMetaGet(e)?.confidence;if(n===void 0)try{n=(await wf(t,r,e)).confidence}catch{return}Sf(r,e,n,h)})),m.length===0)return{content:[{type:`text`,text:`No relevant context for profile "${s.profile}". ${p.length} entries available but none match your role's context types.`}]};let y=m.map(e=>`### [${e.type}]\n${e.content}`).join(`
253
253
 
254
- `),b=m.reduce((e,t)=>e+t.content.length,0);return{content:[{type:`text`,text:`## Flow Context (${m.length}/${p.length} entries, ${b} chars, profile: ${s.profile})\n\n${y}`}]}}async function Kf(e,{flowContextAdapter:t}){return t?{content:[{type:`text`,text:`Flushed ${await t.flushAll()} flow context entries.`}]}:{content:[{type:`text`,text:`Flow context not available — no active flow or adapter not configured.`}]}}async function qf(e,{curated:t,stateStore:n,retentionConfig:r,lessonConfig:a}){if(!n)return{content:[{type:`text`,text:`Retention state store not available.`}],structuredContent:{entries:[],totalCount:0}};let o=i(n,r),s=v(a??_),c=await t.list({category:`lessons`}),l=(await Promise.all(c.filter(e=>e.tags.includes(`lesson`)).map(async e=>{let r=n.memoryMetaGet(e.path);return r||=(await Cf(t,n,e.path)).meta,!r||!u(r,s)?null:{path:e.path,title:e.title,confidence:m(r.confidence,r.lastAccessedAt,r.createdAt,s),createdAt:r.createdAt,lastAccessedAt:r.lastAccessedAt,supersededBy:r.supersededBy}}))).filter(e=>e!==null).sort((e,t)=>e.confidence-t.confidence||Date.parse(e.lastAccessedAt??e.createdAt)-Date.parse(t.lastAccessedAt??t.createdAt));if(o.length===0&&l.length===0)return{content:[{type:`text`,text:`No flagged knowledge entries found below the current retention threshold.`}],structuredContent:{entries:[],totalCount:0}};let d=o.length===0?`### Retention
254
+ `),b=m.reduce((e,t)=>e+t.content.length,0);return{content:[{type:`text`,text:`## Flow Context (${m.length}/${p.length} entries, ${b} chars, profile: ${s.profile})\n\n${y}`}]}}async function qf(e,{flowContextAdapter:t}){return t?{content:[{type:`text`,text:`Flushed ${await t.flushAll()} flow context entries.`}]}:{content:[{type:`text`,text:`Flow context not available — no active flow or adapter not configured.`}]}}async function Jf(e,{curated:t,stateStore:n,retentionConfig:r,lessonConfig:a}){if(!n)return{content:[{type:`text`,text:`Retention state store not available.`}],structuredContent:{entries:[],totalCount:0}};let o=i(n,r),s=v(a??_),c=await t.list({category:`lessons`}),l=(await Promise.all(c.filter(e=>e.tags.includes(`lesson`)).map(async e=>{let r=n.memoryMetaGet(e.path);return r||=(await wf(t,n,e.path)).meta,!r||!u(r,s)?null:{path:e.path,title:e.title,confidence:m(r.confidence,r.lastAccessedAt,r.createdAt,s),createdAt:r.createdAt,lastAccessedAt:r.lastAccessedAt,supersededBy:r.supersededBy}}))).filter(e=>e!==null).sort((e,t)=>e.confidence-t.confidence||Date.parse(e.lastAccessedAt??e.createdAt)-Date.parse(t.lastAccessedAt??t.createdAt));if(o.length===0&&l.length===0)return{content:[{type:`text`,text:`No flagged knowledge entries found below the current retention threshold.`}],structuredContent:{entries:[],totalCount:0}};let d=o.length===0?`### Retention
255
255
  None.`:`### Retention\n${o.map(e=>`- \`${e.entryId}\` — score ${e.retentionScore.toFixed(3)}, tier ${e.tier}, accesses ${e.accessCount}`).join(`
256
256
  `)}`,f=l.length===0?`### Stale Lessons
257
257
  None.`:`### Stale Lessons\n${l.map(e=>`- **${e.title}** (\`${e.path}\`) — effective confidence ${e.confidence}/100, last access ${e.lastAccessedAt??e.createdAt}`).join(`
258
- `)}`;return{content:[{type:`text`,text:`## Flagged Knowledge Entries (${o.length+l.length})\n\n${d}\n\n${f}`}],structuredContent:{entries:o,staleLessons:l,totalCount:o.length+l.length}}}async function Jf(e,t,n){switch(e){case`remember`:return If(t,n);case`read`:return Lf(t,n);case`update`:return Rf(t,n);case`forget`:return zf(t,n);case`list`:return Bf(t,n);case`history`:return Vf(t,n);case`diff`:return Hf(t,n);case`recover`:return Uf(t,n);case`orphaned`:return Wf(t,n);case`withdraw`:return Gf(t,n);case`flush`:return Kf(t,n);case`flagged`:return qf(t,n);case`lesson`:return Ff(t,n)}}function Yf(e,t,n,r,i,a,o,s,c,l,u,d){let f=G(`knowledge`),p={curated:t,policyStore:n,evolutionCollector:r,resourceNotifier:i,flowContextAdapter:a,stateStore:o,retentionConfig:s,consolidationConfig:l,supersessionConfig:c,lessonConfig:u};e.registerTool(`knowledge`,{title:f.title,description:"Operate on curated knowledge entries with a single tool. Use `action` to remember, read, update, forget, list, history, diff, recover, orphaned, withdraw, flush, flagged, or lesson entries.",inputSchema:$d.shape,annotations:f.annotations},Y(`knowledge`,async({action:e,...t})=>{try{let n=$d.parse({action:e,...t});return await tf(await Jf(n.action,n,p),n,d)}catch(e){return e instanceof z.ZodError?J(`VALIDATION`,_f(e)):(Ld.error(`Knowledge operation failed`,L(e)),J(`INTERNAL`,`Knowledge operation failed: ${e instanceof Error?e.message:String(e)}`))}}))}const Xf=I(`tools`);function Zf(e,t,n){let r=G(`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:z.string().describe(`Relative file path to look up (e.g., "src/index.ts")`),enrich:z.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},Y(`lookup`,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(`
259
-
260
- `),s=Id(e),c=s?Pd(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 K(n,{query:e});l+=q(t)}return{content:[{type:`text`,text:l},...c?[c]:[]]}}catch(e){return Xf.error(`Lookup failed`,L(e)),J(`INTERNAL`,`Lookup failed: ${e instanceof Error?e.message:String(e)}`)}}))}const Qf=I(`tools:manipulation`);function $f(e){return e.sources[0]?.path??process.cwd()}function ep(e,t){let n=F(t,e),r=ve(t,n);if(r.startsWith(`..`)||_e(r))throw Error(`Path "${e}" escapes workspace root: ${t}`);return n}function tp(e){let t=G(`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:z.string().optional().describe(`Repository root or working directory`),commit_count:z.number().min(1).max(50).default(5).optional().describe(`How many recent commits to include`),include_diff:z.boolean().default(!1).optional().describe(`Include diff stat for working tree changes`)},annotations:t.annotations,outputSchema:Js},async({cwd:e,commit_count:t,include_diff:n})=>{try{let r=await yt({cwd:e,commitCount:t,includeDiff:n});return{content:[{type:`text`,text:op(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 Qf.error(`Git context failed`,L(e)),J(`INTERNAL`,`Git context failed: ${e instanceof Error?e.message:String(e)}`)}})}function np(e){let t=G(`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:z.string().max(1e6).describe(`Raw unified diff text`)},annotations:t.annotations},async({diff:e})=>{try{return{content:[{type:`text`,text:sp(at({diff:e.replace(/\\n/g,`
261
- `).replace(/\\t/g,` `)}))}]}}catch(e){return Qf.error(`Diff parse failed`,L(e)),J(`INTERNAL`,`Diff parse failed: ${e instanceof Error?e.message:String(e)}`)}})}function rp(e,t){let n=G(`rename`),r=$f(t);e.registerTool(`rename`,{title:n.title,description:`Rename a symbol across files using whole-word regex matching for exports, imports, and general usage references.`,inputSchema:{old_name:z.string().describe(`Existing symbol name to replace`),new_name:z.string().describe(`New symbol name to use`),root_path:z.string().describe(`Root directory to search within`),extensions:z.array(z.string()).optional().describe(`Optional file extensions to include, such as .ts,.tsx,.js,.jsx`),dry_run:z.boolean().default(!0).describe(`Preview changes without writing files`)},annotations:n.annotations},Y(`rename`,async({old_name:e,new_name:t,root_path:n,extensions:i,dry_run:a},o)=>{let s;try{s=Lc(o).createTask(`Rename Symbol`,2),s.progress(0,`Scanning for references`);let c=ep(n,r);s.progress(1,`Applying renames`);let l=await tn({oldName:e,newName:t,rootPath:c,extensions:i,dryRun:a});return s.complete(`Rename complete`),{content:[{type:`text`,text:JSON.stringify(l)}]}}catch(e){return s?.fail?.(`Rename failed`),Qf.error(`Rename failed`,L(e)),J(`INTERNAL`,`Rename failed: ${e instanceof Error?e.message:String(e)}`)}}))}function ip(e,t){let n=G(`codemod`),r=$f(t);e.registerTool(`codemod`,{title:n.title,description:`Apply regex-based codemod rules across files and return structured before/after changes for each affected line.`,inputSchema:{root_path:z.string().describe(`Root directory to transform within`),rules:z.array(z.object({description:z.string().describe(`What the codemod rule does`),pattern:z.string().describe(`Regex pattern in string form`),replacement:z.string().describe(`Replacement string with optional capture groups`)})).min(1).describe(`Codemod rules to apply`),dry_run:z.boolean().default(!0).describe(`Preview changes without writing files`)},annotations:n.annotations},Y(`codemod`,async({root_path:e,rules:t,dry_run:n},i)=>{let a;try{a=Lc(i).createTask(`Codemod`,2),a.progress(0,`Scanning files`);let o=ep(e,r);a.progress(1,`Applying transforms`);let s=await Xe({rootPath:o,rules:t,dryRun:n});return a.complete(`Codemod complete`),{content:[{type:`text`,text:JSON.stringify(s)}]}}catch(e){return a?.fail?.(`Codemod failed`),Qf.error(`Codemod failed`,L(e)),J(`INTERNAL`,`Codemod failed: ${e instanceof Error?e.message:String(e)}`)}}))}function ap(e){let t=G(`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:z.string().max(5e5).describe(`Input JSON string`),expression:z.string().max(1e4).describe(`Transform expression to apply`)},annotations:t.annotations},async({input:e,expression:t})=>{try{return{content:[{type:`text`,text:tt({input:e,expression:t}).outputString}]}}catch(e){return Qf.error(`Data transform failed`,L(e)),J(`INTERNAL`,`Data transform failed: ${e instanceof Error?e.message:String(e)}`)}})}function op(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(`
262
- `)}function sp(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(`
263
- `)}const cp=[`list_tools`,`describe_tool`,`search_tools`];function lp(e,t,n){let r=[...new Set(n)].sort();e.registerTool(`list_tools`,{title:G(`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:z.string().optional().describe(`Optional category filter`)},annotations:G(`list_tools`).annotations},Y(`list_tools`,async({category:e})=>{let t=e?.trim().toLowerCase();return{content:[{type:`text`,text:r.filter(e=>t?(es[e]?.category??[]).some(e=>e.toLowerCase()===t):!0).map(e=>{let t=es[e]??{title:e,category:[]},n=t.category?.join(`, `)||`uncategorized`;return`${e}: ${t.title} [${n}]`}).join(`
264
- `)||`No tools matched the filter.`}]}})),e.registerTool(`describe_tool`,{title:G(`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:z.string().describe(`The active tool name to describe`)},annotations:G(`describe_tool`).annotations},Y(`describe_tool`,async({tool_name:e})=>{if(!r.includes(e))return J(`VALIDATION`,`Unknown or inactive tool: ${e}`);let t=es[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:G(`search_tools`).title,description:`Search active AI Kit tools by keyword across tool names, titles, and categories.`,inputSchema:{query:z.string().min(1).describe(`Keyword query to match against active tools`)},annotations:G(`search_tools`).annotations},Y(`search_tools`,async({query:e})=>{let t=e.trim().toLowerCase(),n=r.filter(e=>{let n=es[e];return e.toLowerCase().includes(t)||n?.title.toLowerCase().includes(t)||(n?.category??[]).some(e=>e.toLowerCase().includes(t))}).map(e=>{let t=es[e]??{title:e,category:[]},n=t.category?.join(`, `)||`uncategorized`;return`${e}: ${t.title} [${n}]`});return{content:[{type:`text`,text:n.length>0?n.join(`
265
- `):`No tools found matching "${e}"`}]}}))}const up=I(`server`),dp=xe(br),fp={"@huggingface/transformers":`4.2.0`,"onnxruntime-common":`1.24.3`,"onnxruntime-node":`1.24.3`};function pp(e){return e.replace(/\\/g,`/`)}function mp(e){return process.platform===`win32`?e.replace(/\//g,ye):e}function hp(){return F(ge(be(import.meta.url)),`..`,`..`,`..`)}function gp(e){return pp(e).includes(`/_npx/`)}function _p(e){return/^(1|true)$/i.test(process.env.AIKIT_DISABLE_DEP_REPAIR??``)?!1:/^(1|true)$/i.test(process.env.AIKIT_ALLOW_DEP_REPAIR??``)?!0:gp(e)}function vp(e,t){let n=pp(e),r=`/node_modules/${t}/`,i=n.lastIndexOf(r);if(i<0)return null;let a=i+r.length-1,o=n.slice(0,a),s=o.search(/[A-Za-z]:\/|\//);return s<0?null:mp(o.slice(s))}function yp(e,t){if(!e)return fp[t]??`latest`;try{return JSON.parse(M(P(e,`package.json`),`utf8`)).version??fp[t]??`latest`}catch{return fp[t]??`latest`}}function bp(e){let t=pp(e).toLowerCase();return/(cannot find module|cannot find package|module not found|err_module_not_found)/i.test(e)?t.includes(`@huggingface/transformers`)||t.includes(`transformers.node`)||t.includes(`onnxruntime-common`)||t.includes(`onnxruntime-node`):!1}function xp(e){if(!bp(e))return[];let t=pp(e).toLowerCase(),n=new Map;if(t.includes(`@huggingface/transformers`)){let t=vp(e,`@huggingface/transformers`);n.set(`@huggingface/transformers`,`@huggingface/transformers@${yp(t,`@huggingface/transformers`)}`)}if(t.includes(`onnxruntime-common`)){let t=vp(e,`onnxruntime-common`);n.set(`onnxruntime-common`,`onnxruntime-common@${yp(t,`onnxruntime-common`)}`)}if(t.includes(`onnxruntime-node`)){let t=vp(e,`onnxruntime-node`);n.set(`onnxruntime-node`,`onnxruntime-node@${yp(t,`onnxruntime-node`)}`)}return Array.from(n.values())}function Sp(e){if(!/index\.js/i.test(e)||!pp(e).includes(`@huggingface`))return!1;let t=vp(e,`@huggingface/transformers`);if(!t)return!1;let n=P(t,`index.js`),r=P(t,`dist`,`transformers.node.mjs`);return A(n)||!A(r)?!1:(me(n,[`// Auto-generated by AI Kit runtime dependency repair.`,`export * from './dist/transformers.node.mjs';`,`export { default } from './dist/transformers.node.mjs';`,``].join(`
266
- `),`utf8`),up.info(`Auto-heal: created @huggingface/transformers index.js shim`,{path:n}),!0)}async function Cp(e,t={}){let n=xp(e),r=t.packageRoot??hp(),i=Sp(e);if(n.length===0)return{attempted:i,repaired:i,packages:n,reason:i?`created transformer index shim`:`no missing runtime dependency detected`};if(!_p(r))return{attempted:i,repaired:i,packages:n,reason:`runtime dependency auto-install disabled outside npx cache; set AIKIT_ALLOW_DEP_REPAIR=1 to enable`};let a=process.platform===`win32`?`npm.cmd`:`npm`,o=[`install`,`--no-save`,`--package-lock=false`,`--no-audit`,`--no-fund`,`--omit=dev`,`--prefer-online`,`--ignore-scripts`,...n];up.warn(`Auto-heal: repairing missing runtime dependencies`,{packages:n,packageRoot:r});try{return await dp(a,o,{cwd:r,timeout:t.timeoutMs??6e4,windowsHide:!0}),up.info(`Auto-heal: runtime dependency repair completed`,{packages:n,packageRoot:r}),{attempted:!0,repaired:!0,packages:n,reason:`npm install repair completed`}}catch(e){let t=e instanceof Error?e.message:String(e);return up.warn(`Auto-heal: runtime dependency repair failed`,{packages:n,packageRoot:r,...L(e)}),{attempted:!0,repaired:i,packages:n,reason:i?`created transformer shim but npm repair failed`:`npm repair failed`,error:t}}}const wp=I(`tools`);let Tp=!1;function Ep(e){let t=e instanceof Error?e.message:String(e);return bp(t)||/embedder worker|embedding worker|circuit breaker|timed out|killed|respawn|ipc_channel|epipe|econnreset/i.test(t)}async function Dp(e,t,n){try{return await e.embedBatch(t,n)}catch(r){if((await Cp(r instanceof Error?r.message:String(r))).repaired)return e.embedBatch(t,n);throw r}}async function Op(e,t,n){for(let r of n.steps)if(!(r.status!==`success`||!r.output))try{let i=k(`sha256`).update(n.path).digest(`hex`).slice(0,12),a=`produced/onboard/${r.name}/${i}.md`,o=k(`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:k(`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 Dp(t,l.map(e=>e.content));await e.upsert(l,u)}catch(e){if(Ep(e)){let t=e instanceof Error?e.message:String(e);Ee.instance().reportDegraded(`embedder`,t),wp.warn(`Auto-persist onboard disabled — embedder unavailable`,{stepName:r.name,...L(e)});return}wp.warn(`Auto-persist onboard step failed`,{stepName:r.name,...L(e)})}}async function kp(e,t,n){if(n.autoRemember?.length)for(let r of n.autoRemember)try{let n=k(`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:k(`sha256`).update(r.content).digest(`hex`).slice(0,16),indexedAt:i,origin:`curated`,tags:r.tags,category:r.category,version:1},[o]=await Dp(t,[a.content]);await e.upsert([a],[o])}catch(e){if(Ep(e)){let t=e instanceof Error?e.message:String(e);Ee.instance().reportDegraded(`embedder`,t),wp.warn(`Auto-persist remember disabled — embedder unavailable`,{title:r.title,...L(e)});return}wp.warn(`Auto-persist remember entry failed`,{title:r.title,...L(e)})}}function Ap(e,t,n,r,i,a){let o=G(`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:z.string().describe(`Root path of the codebase to onboard`),mode:z.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:z.string().optional().describe(`Custom output directory for generate mode (default: <path>/.ai/context)`),enrich:z.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},Y(`onboard`,async({path:e,mode:o,out_dir:s,enrich:c},l)=>{try{if(Tp)return{content:[{type:`text`,text:`Onboard is already running. Please wait for it to complete before starting another.`}]};Tp=!0,wp.info(`Starting onboard`,{path:e,mode:o});let u=await Ft({path:e,mode:o,outDir:s??r?.onboardDir}),d=Lc(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`),Op(t,n,u),u.autoRemember?.length&&kp(t,n,u).catch(e=>{wp.warn(`Auto-persist autoRemember failed`,L(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(`
267
- `);if(c&&a){let e=await K(a,{query:`onboard codebase conventions`});h+=q(e)}return{content:[{type:`text`,text:h}]}}catch(e){return wp.error(`Onboard failed`,L(e)),J(`INTERNAL`,`Onboard failed: ${e instanceof Error?e.message:String(e)}`)}finally{Tp=!1}}))}const jp=I(`tools:persistence`);function Mp(e){let t=G(`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:z.enum([`save`,`get`,`list`,`delete`,`add`,`remove`]).describe(`Operation to perform`),name:z.string().optional().describe(`Workset name (required for all except list)`),files:z.array(z.string()).optional().describe(`File paths (required for save, add, remove)`),description:z.string().optional().describe(`Description (for save)`)},annotations:t.annotations},Y(`workset`,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=cn(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=vt(t);return e?{content:[{type:`text`,text:JSON.stringify(e)}]}:{content:[{type:`text`,text:`Workset "${t}" not found.`}]}}case`list`:{let e=Nt();return e.length===0?{content:[{type:`text`,text:`No worksets.`}]}:{content:[{type:`text`,text:e.map(e=>`- **${e.name}** (${e.files.length} files) — ${e.description??`no description`}`).join(`
268
- `)}]}}case`delete`:if(!t)throw Error(`name required for delete`);return{content:[{type:`text`,text:it(t)?`Deleted workset "${t}".`:`Workset "${t}" not found.`}]};case`add`:{if(!t||!n)throw Error(`name and files required for add`);let e=Re(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=en(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 jp.error(`Workset operation failed`,L(e)),J(`INTERNAL`,`Workset operation failed: ${e instanceof Error?e.message:String(e)}`)}}))}function Np(e,t){let n=G(`stash`);e.registerTool(`stash`,{title:n.title,description:`Persist and retrieve named values in the SQLite-backed state store for intermediate results between tool calls.`,inputSchema:{action:z.enum([`set`,`get`,`list`,`delete`,`clear`]).describe(`Operation to perform on the stash`),key:z.string().optional().describe(`Entry key for set/get/delete operations`),value:z.string().optional().describe(`String or JSON value for set operations`)},annotations:n.annotations},Y(`stash`,async({action:e,key:n,value:r})=>{try{switch(e){case`set`:{if(!n)throw Error(`key required for set`);let e=vn(t,n,Rp(r??``));return{content:[{type:`text`,text:`Stored stash entry "${e.key}" (${e.type}) at ${e.storedAt}.`}]}}case`get`:{if(!n)throw Error(`key required for get`);let e=gn(t,n);return{content:[{type:`text`,text:e?JSON.stringify(e):`Stash entry "${n}" not found.`}]}}case`list`:{let e=_n(t);return{content:[{type:`text`,text:e.length===0?`Stash is empty.`:e.map(e=>`- ${e.key} (${e.type}) — ${e.storedAt}`).join(`
269
- `)}]}}case`delete`:if(!n)throw Error(`key required for delete`);return{content:[{type:`text`,text:hn(t,n)?`Deleted stash entry "${n}".`:`Stash entry "${n}" not found.`}]};case`clear`:{let e=mn(t);return{content:[{type:`text`,text:`Cleared ${e} stash entr${e===1?`y`:`ies`}.`}]}}}}catch(e){return jp.error(`Stash operation failed`,L(e)),J(`INTERNAL`,`Stash operation failed: ${e instanceof Error?e.message:String(e)}`)}}))}function Pp(e,t){let n=G(`checkpoint`);e.registerTool(`checkpoint`,{title:n.title,description:`Save and restore lightweight session checkpoints in the SQLite-backed state store for cross-session continuity. Legacy .aikit-state/checkpoints directories are imported automatically on first access.`,inputSchema:{action:z.enum([`save`,`load`,`list`,`latest`,`diff`,`history`,`gc`]).describe(`Checkpoint action to perform`),label:z.string().optional().describe(`Checkpoint label for save, or checkpoint id for load`),data:z.string().max(5e5).optional().describe(`JSON object string for save actions`),notes:z.string().max(1e4).optional().describe(`Optional notes for save actions`),from_id:z.string().optional().describe(`Checkpoint ID to diff FROM (for diff action)`),to_id:z.string().optional().describe(`Checkpoint ID to diff TO (for diff action)`),limit:z.number().min(1).max(50).optional().describe(`Max history entries to return`),keep_last:z.number().min(1).max(100).optional().describe(`Keep N most recent checkpoints per label (default: 10, for gc action)`),max_age_days:z.number().min(1).optional().describe(`Delete checkpoints older than N days (for gc action)`),dry_run:z.boolean().optional().describe(`Preview changes without deleting (default: true, for gc action)`)},annotations:n.annotations},Y(`checkpoint`,async({action:e,label:n,data:r,notes:i,from_id:a,to_id:o,limit:s,keep_last:c,max_age_days:l,dry_run:u})=>{try{switch(e){case`save`:if(!n)throw Error(`label required for save`);return{content:[{type:`text`,text:Lp(Ye(t,n,zp(r),{notes:i}))}]};case`load`:{if(!n)throw Error(`label required for load`);let e=Je(t,n);return{content:[{type:`text`,text:e?Lp(e):`Checkpoint "${n}" not found.`}]}}case`list`:{let e=qe(t,{label:n,limit:s});return{content:[{type:`text`,text:e.length===0?`No checkpoints saved.`:e.map(e=>`- ${e.id} — ${e.label} (${e.createdAt})`).join(`
270
- `)}]}}case`latest`:{let e=Ke(t,{label:n});return{content:[{type:`text`,text:e?Lp(e):`No checkpoints saved.`}]}}case`diff`:{if(!a||!o)throw Error(`from_id and to_id required for diff`);let e=Ue(t,a,o);return e?{content:[{type:`text`,text:[`## Checkpoint Diff: ${a} → ${o}`,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(`
258
+ `)}`;return{content:[{type:`text`,text:`## Flagged Knowledge Entries (${o.length+l.length})\n\n${d}\n\n${f}`}],structuredContent:{entries:o,staleLessons:l,totalCount:o.length+l.length}}}async function Yf(e,t,n){switch(e){case`remember`:return Lf(t,n);case`read`:return Rf(t,n);case`update`:return zf(t,n);case`forget`:return Bf(t,n);case`list`:return Vf(t,n);case`history`:return Hf(t,n);case`diff`:return Uf(t,n);case`recover`:return Wf(t,n);case`orphaned`:return Gf(t,n);case`withdraw`:return Kf(t,n);case`flush`:return qf(t,n);case`flagged`:return Jf(t,n);case`lesson`:return If(t,n)}}function Xf(e,t,n,r,i,a,o,s,c,l,u,d){let f=W(`knowledge`),p={curated:t,policyStore:n,evolutionCollector:r,resourceNotifier:i,flowContextAdapter:a,stateStore:o,retentionConfig:s,consolidationConfig:l,supersessionConfig:c,lessonConfig:u};e.registerTool(`knowledge`,{title:f.title,description:"Operate on curated knowledge entries with a single tool. Use `action` to remember, read, update, forget, list, history, diff, recover, orphaned, withdraw, flush, flagged, or lesson entries.",inputSchema:ef.shape,annotations:f.annotations},J(`knowledge`,async({action:e,...t})=>{try{let n=ef.parse({action:e,...t});return await nf(await Yf(n.action,n,p),n,d)}catch(e){return e instanceof z.ZodError?q(`VALIDATION`,vf(e)):(Rd.error(`Knowledge operation failed`,L(e)),q(`INTERNAL`,`Knowledge operation failed: ${e instanceof Error?e.message:String(e)}`))}}))}const Zf=I(`tools`);function Qf(e,t,n){let r=W(`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:z.string().describe(`Relative file path to look up (e.g., "src/index.ts")`),enrich:z.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},J(`lookup`,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(`
259
+
260
+ `),s=Ld(e),c=s?Fd(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 G(n,{query:e});l+=K(t)}return{content:[{type:`text`,text:l},...c?[c]:[]]}}catch(e){return Zf.error(`Lookup failed`,L(e)),q(`INTERNAL`,`Lookup failed: ${e instanceof Error?e.message:String(e)}`)}}))}const $f=I(`tools:manipulation`);function ep(e){return e.sources[0]?.path??process.cwd()}function tp(e,t){let n=F(t,e),r=ve(t,n);if(r.startsWith(`..`)||_e(r))throw Error(`Path "${e}" escapes workspace root: ${t}`);return n}function np(e){let t=W(`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:z.string().optional().describe(`Repository root or working directory`),commit_count:z.number().min(1).max(50).default(5).optional().describe(`How many recent commits to include`),include_diff:z.boolean().default(!1).optional().describe(`Include diff stat for working tree changes`)},annotations:t.annotations,outputSchema:Ys},async({cwd:e,commit_count:t,include_diff:n})=>{try{let r=await yt({cwd:e,commitCount:t,includeDiff:n});return{content:[{type:`text`,text:sp(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 $f.error(`Git context failed`,L(e)),q(`INTERNAL`,`Git context failed: ${e instanceof Error?e.message:String(e)}`)}})}function rp(e){let t=W(`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:z.string().max(1e6).describe(`Raw unified diff text`)},annotations:t.annotations},async({diff:e})=>{try{return{content:[{type:`text`,text:cp(at({diff:e.replace(/\\n/g,`
261
+ `).replace(/\\t/g,` `)}))}]}}catch(e){return $f.error(`Diff parse failed`,L(e)),q(`INTERNAL`,`Diff parse failed: ${e instanceof Error?e.message:String(e)}`)}})}function ip(e,t){let n=W(`rename`),r=ep(t);e.registerTool(`rename`,{title:n.title,description:`Rename a symbol across files using whole-word regex matching for exports, imports, and general usage references.`,inputSchema:{old_name:z.string().describe(`Existing symbol name to replace`),new_name:z.string().describe(`New symbol name to use`),root_path:z.string().describe(`Root directory to search within`),extensions:z.array(z.string()).optional().describe(`Optional file extensions to include, such as .ts,.tsx,.js,.jsx`),dry_run:z.boolean().default(!0).describe(`Preview changes without writing files`)},annotations:n.annotations},J(`rename`,async({old_name:e,new_name:t,root_path:n,extensions:i,dry_run:a},o)=>{let s;try{s=Rc(o).createTask(`Rename Symbol`,2),s.progress(0,`Scanning for references`);let c=tp(n,r);s.progress(1,`Applying renames`);let l=await tn({oldName:e,newName:t,rootPath:c,extensions:i,dryRun:a});return s.complete(`Rename complete`),{content:[{type:`text`,text:JSON.stringify(l)}]}}catch(e){return s?.fail?.(`Rename failed`),$f.error(`Rename failed`,L(e)),q(`INTERNAL`,`Rename failed: ${e instanceof Error?e.message:String(e)}`)}}))}function ap(e,t){let n=W(`codemod`),r=ep(t);e.registerTool(`codemod`,{title:n.title,description:`Apply regex-based codemod rules across files and return structured before/after changes for each affected line.`,inputSchema:{root_path:z.string().describe(`Root directory to transform within`),rules:z.array(z.object({description:z.string().describe(`What the codemod rule does`),pattern:z.string().describe(`Regex pattern in string form`),replacement:z.string().describe(`Replacement string with optional capture groups`)})).min(1).describe(`Codemod rules to apply`),dry_run:z.boolean().default(!0).describe(`Preview changes without writing files`)},annotations:n.annotations},J(`codemod`,async({root_path:e,rules:t,dry_run:n},i)=>{let a;try{a=Rc(i).createTask(`Codemod`,2),a.progress(0,`Scanning files`);let o=tp(e,r);a.progress(1,`Applying transforms`);let s=await Xe({rootPath:o,rules:t,dryRun:n});return a.complete(`Codemod complete`),{content:[{type:`text`,text:JSON.stringify(s)}]}}catch(e){return a?.fail?.(`Codemod failed`),$f.error(`Codemod failed`,L(e)),q(`INTERNAL`,`Codemod failed: ${e instanceof Error?e.message:String(e)}`)}}))}function op(e){let t=W(`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:z.string().max(5e5).describe(`Input JSON string`),expression:z.string().max(1e4).describe(`Transform expression to apply`)},annotations:t.annotations},async({input:e,expression:t})=>{try{return{content:[{type:`text`,text:tt({input:e,expression:t}).outputString}]}}catch(e){return $f.error(`Data transform failed`,L(e)),q(`INTERNAL`,`Data transform failed: ${e instanceof Error?e.message:String(e)}`)}})}function sp(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(`
262
+ `)}function cp(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(`
263
+ `)}const lp=[`list_tools`,`describe_tool`,`search_tools`];function up(e,t,n){let r=[...new Set(n)].sort();e.registerTool(`list_tools`,{title:W(`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:z.string().optional().describe(`Optional category filter`)},annotations:W(`list_tools`).annotations},J(`list_tools`,async({category:e})=>{let t=e?.trim().toLowerCase();return{content:[{type:`text`,text:r.filter(e=>t?(ts[e]?.category??[]).some(e=>e.toLowerCase()===t):!0).map(e=>{let t=ts[e]??{title:e,category:[]},n=t.category?.join(`, `)||`uncategorized`;return`${e}: ${t.title} [${n}]`}).join(`
264
+ `)||`No tools matched the filter.`}]}})),e.registerTool(`describe_tool`,{title:W(`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:z.string().describe(`The active tool name to describe`)},annotations:W(`describe_tool`).annotations},J(`describe_tool`,async({tool_name:e})=>{if(!r.includes(e))return q(`VALIDATION`,`Unknown or inactive tool: ${e}`);let t=ts[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:W(`search_tools`).title,description:`Search active AI Kit tools by keyword across tool names, titles, and categories.`,inputSchema:{query:z.string().min(1).describe(`Keyword query to match against active tools`)},annotations:W(`search_tools`).annotations},J(`search_tools`,async({query:e})=>{let t=e.trim().toLowerCase(),n=r.filter(e=>{let n=ts[e];return e.toLowerCase().includes(t)||n?.title.toLowerCase().includes(t)||(n?.category??[]).some(e=>e.toLowerCase().includes(t))}).map(e=>{let t=ts[e]??{title:e,category:[]},n=t.category?.join(`, `)||`uncategorized`;return`${e}: ${t.title} [${n}]`});return{content:[{type:`text`,text:n.length>0?n.join(`
265
+ `):`No tools found matching "${e}"`}]}}))}const dp=I(`server`),fp=xe(br),pp={"@huggingface/transformers":`4.2.0`,"onnxruntime-common":`1.24.3`,"onnxruntime-node":`1.24.3`};function mp(e){return e.replace(/\\/g,`/`)}function hp(e){return process.platform===`win32`?e.replace(/\//g,ye):e}function gp(){return F(ge(be(import.meta.url)),`..`,`..`,`..`)}function _p(e){return mp(e).includes(`/_npx/`)}function vp(e){return/^(1|true)$/i.test(process.env.AIKIT_DISABLE_DEP_REPAIR??``)?!1:/^(1|true)$/i.test(process.env.AIKIT_ALLOW_DEP_REPAIR??``)?!0:_p(e)}function yp(e,t){let n=mp(e),r=`/node_modules/${t}/`,i=n.lastIndexOf(r);if(i<0)return null;let a=i+r.length-1,o=n.slice(0,a),s=o.search(/[A-Za-z]:\/|\//);return s<0?null:hp(o.slice(s))}function bp(e,t){if(!e)return pp[t]??`latest`;try{return JSON.parse(M(P(e,`package.json`),`utf8`)).version??pp[t]??`latest`}catch{return pp[t]??`latest`}}function xp(e){let t=mp(e).toLowerCase();return/(cannot find module|cannot find package|module not found|err_module_not_found)/i.test(e)?t.includes(`@huggingface/transformers`)||t.includes(`transformers.node`)||t.includes(`onnxruntime-common`)||t.includes(`onnxruntime-node`):!1}function Sp(e){if(!xp(e))return[];let t=mp(e).toLowerCase(),n=new Map;if(t.includes(`@huggingface/transformers`)){let t=yp(e,`@huggingface/transformers`);n.set(`@huggingface/transformers`,`@huggingface/transformers@${bp(t,`@huggingface/transformers`)}`)}if(t.includes(`onnxruntime-common`)){let t=yp(e,`onnxruntime-common`);n.set(`onnxruntime-common`,`onnxruntime-common@${bp(t,`onnxruntime-common`)}`)}if(t.includes(`onnxruntime-node`)){let t=yp(e,`onnxruntime-node`);n.set(`onnxruntime-node`,`onnxruntime-node@${bp(t,`onnxruntime-node`)}`)}return Array.from(n.values())}function Cp(e){if(!/index\.js/i.test(e)||!mp(e).includes(`@huggingface`))return!1;let t=yp(e,`@huggingface/transformers`);if(!t)return!1;let n=P(t,`index.js`),r=P(t,`dist`,`transformers.node.mjs`);return A(n)||!A(r)?!1:(me(n,[`// Auto-generated by AI Kit runtime dependency repair.`,`export * from './dist/transformers.node.mjs';`,`export { default } from './dist/transformers.node.mjs';`,``].join(`
266
+ `),`utf8`),dp.info(`Auto-heal: created @huggingface/transformers index.js shim`,{path:n}),!0)}async function wp(e,t={}){let n=Sp(e),r=t.packageRoot??gp(),i=Cp(e);if(n.length===0)return{attempted:i,repaired:i,packages:n,reason:i?`created transformer index shim`:`no missing runtime dependency detected`};if(!vp(r))return{attempted:i,repaired:i,packages:n,reason:`runtime dependency auto-install disabled outside npx cache; set AIKIT_ALLOW_DEP_REPAIR=1 to enable`};let a=process.platform===`win32`?`npm.cmd`:`npm`,o=[`install`,`--no-save`,`--package-lock=false`,`--no-audit`,`--no-fund`,`--omit=dev`,`--prefer-online`,`--ignore-scripts`,...n];dp.warn(`Auto-heal: repairing missing runtime dependencies`,{packages:n,packageRoot:r});try{return await fp(a,o,{cwd:r,timeout:t.timeoutMs??6e4,windowsHide:!0}),dp.info(`Auto-heal: runtime dependency repair completed`,{packages:n,packageRoot:r}),{attempted:!0,repaired:!0,packages:n,reason:`npm install repair completed`}}catch(e){let t=e instanceof Error?e.message:String(e);return dp.warn(`Auto-heal: runtime dependency repair failed`,{packages:n,packageRoot:r,...L(e)}),{attempted:!0,repaired:i,packages:n,reason:i?`created transformer shim but npm repair failed`:`npm repair failed`,error:t}}}const Tp=I(`tools`);let Ep=!1;function Dp(e){let t=e instanceof Error?e.message:String(e);return xp(t)||/embedder worker|embedding worker|circuit breaker|timed out|killed|respawn|ipc_channel|epipe|econnreset/i.test(t)}async function Op(e,t,n){try{return await e.embedBatch(t,n)}catch(r){if((await wp(r instanceof Error?r.message:String(r))).repaired)return e.embedBatch(t,n);throw r}}async function kp(e,t,n){for(let r of n.steps)if(!(r.status!==`success`||!r.output))try{let i=k(`sha256`).update(n.path).digest(`hex`).slice(0,12),a=`produced/onboard/${r.name}/${i}.md`,o=k(`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:k(`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 Op(t,l.map(e=>e.content));await e.upsert(l,u)}catch(e){if(Dp(e)){let t=e instanceof Error?e.message:String(e);Ee.instance().reportDegraded(`embedder`,t),Tp.warn(`Auto-persist onboard disabled — embedder unavailable`,{stepName:r.name,...L(e)});return}Tp.warn(`Auto-persist onboard step failed`,{stepName:r.name,...L(e)})}}async function Ap(e,t,n){if(n.autoRemember?.length)for(let r of n.autoRemember)try{let n=k(`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:k(`sha256`).update(r.content).digest(`hex`).slice(0,16),indexedAt:i,origin:`curated`,tags:r.tags,category:r.category,version:1},[o]=await Op(t,[a.content]);await e.upsert([a],[o])}catch(e){if(Dp(e)){let t=e instanceof Error?e.message:String(e);Ee.instance().reportDegraded(`embedder`,t),Tp.warn(`Auto-persist remember disabled — embedder unavailable`,{title:r.title,...L(e)});return}Tp.warn(`Auto-persist remember entry failed`,{title:r.title,...L(e)})}}function jp(e,t,n,r,i,a){let o=W(`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:z.string().describe(`Root path of the codebase to onboard`),mode:z.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:z.string().optional().describe(`Custom output directory for generate mode (default: <path>/.ai/context)`),enrich:z.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},J(`onboard`,async({path:e,mode:o,out_dir:s,enrich:c},l)=>{try{if(Ep)return{content:[{type:`text`,text:`Onboard is already running. Please wait for it to complete before starting another.`}]};Ep=!0,Tp.info(`Starting onboard`,{path:e,mode:o});let u=await Ft({path:e,mode:o,outDir:s??r?.onboardDir}),d=Rc(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`),kp(t,n,u),u.autoRemember?.length&&Ap(t,n,u).catch(e=>{Tp.warn(`Auto-persist autoRemember failed`,L(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(`
267
+ `);if(c&&a){let e=await G(a,{query:`onboard codebase conventions`});h+=K(e)}return{content:[{type:`text`,text:h}]}}catch(e){return Tp.error(`Onboard failed`,L(e)),q(`INTERNAL`,`Onboard failed: ${e instanceof Error?e.message:String(e)}`)}finally{Ep=!1}}))}const Mp=I(`tools:persistence`);function Np(e){let t=W(`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:z.enum([`save`,`get`,`list`,`delete`,`add`,`remove`]).describe(`Operation to perform`),name:z.string().optional().describe(`Workset name (required for all except list)`),files:z.array(z.string()).optional().describe(`File paths (required for save, add, remove)`),description:z.string().optional().describe(`Description (for save)`)},annotations:t.annotations},J(`workset`,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=cn(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=vt(t);return e?{content:[{type:`text`,text:JSON.stringify(e)}]}:{content:[{type:`text`,text:`Workset "${t}" not found.`}]}}case`list`:{let e=Nt();return e.length===0?{content:[{type:`text`,text:`No worksets.`}]}:{content:[{type:`text`,text:e.map(e=>`- **${e.name}** (${e.files.length} files) — ${e.description??`no description`}`).join(`
268
+ `)}]}}case`delete`:if(!t)throw Error(`name required for delete`);return{content:[{type:`text`,text:it(t)?`Deleted workset "${t}".`:`Workset "${t}" not found.`}]};case`add`:{if(!t||!n)throw Error(`name and files required for add`);let e=Re(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=en(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 Mp.error(`Workset operation failed`,L(e)),q(`INTERNAL`,`Workset operation failed: ${e instanceof Error?e.message:String(e)}`)}}))}function Pp(e,t){let n=W(`stash`);e.registerTool(`stash`,{title:n.title,description:`Persist and retrieve named values in the SQLite-backed state store for intermediate results between tool calls.`,inputSchema:{action:z.enum([`set`,`get`,`list`,`delete`,`clear`]).describe(`Operation to perform on the stash`),key:z.string().optional().describe(`Entry key for set/get/delete operations`),value:z.string().optional().describe(`String or JSON value for set operations`)},annotations:n.annotations},J(`stash`,async({action:e,key:n,value:r})=>{try{switch(e){case`set`:{if(!n)throw Error(`key required for set`);let e=vn(t,n,zp(r??``));return{content:[{type:`text`,text:`Stored stash entry "${e.key}" (${e.type}) at ${e.storedAt}.`}]}}case`get`:{if(!n)throw Error(`key required for get`);let e=gn(t,n);return{content:[{type:`text`,text:e?JSON.stringify(e):`Stash entry "${n}" not found.`}]}}case`list`:{let e=_n(t);return{content:[{type:`text`,text:e.length===0?`Stash is empty.`:e.map(e=>`- ${e.key} (${e.type}) — ${e.storedAt}`).join(`
269
+ `)}]}}case`delete`:if(!n)throw Error(`key required for delete`);return{content:[{type:`text`,text:hn(t,n)?`Deleted stash entry "${n}".`:`Stash entry "${n}" not found.`}]};case`clear`:{let e=mn(t);return{content:[{type:`text`,text:`Cleared ${e} stash entr${e===1?`y`:`ies`}.`}]}}}}catch(e){return Mp.error(`Stash operation failed`,L(e)),q(`INTERNAL`,`Stash operation failed: ${e instanceof Error?e.message:String(e)}`)}}))}function Fp(e,t){let n=W(`checkpoint`);e.registerTool(`checkpoint`,{title:n.title,description:`Save and restore lightweight session checkpoints in the SQLite-backed state store for cross-session continuity. Legacy .aikit-state/checkpoints directories are imported automatically on first access.`,inputSchema:{action:z.enum([`save`,`load`,`list`,`latest`,`diff`,`history`,`gc`]).describe(`Checkpoint action to perform`),label:z.string().optional().describe(`Checkpoint label for save, or checkpoint id for load`),data:z.string().max(5e5).optional().describe(`JSON object string for save actions`),notes:z.string().max(1e4).optional().describe(`Optional notes for save actions`),from_id:z.string().optional().describe(`Checkpoint ID to diff FROM (for diff action)`),to_id:z.string().optional().describe(`Checkpoint ID to diff TO (for diff action)`),limit:z.number().min(1).max(50).optional().describe(`Max history entries to return`),keep_last:z.number().min(1).max(100).optional().describe(`Keep N most recent checkpoints per label (default: 10, for gc action)`),max_age_days:z.number().min(1).optional().describe(`Delete checkpoints older than N days (for gc action)`),dry_run:z.boolean().optional().describe(`Preview changes without deleting (default: true, for gc action)`)},annotations:n.annotations},J(`checkpoint`,async({action:e,label:n,data:r,notes:i,from_id:a,to_id:o,limit:s,keep_last:c,max_age_days:l,dry_run:u})=>{try{switch(e){case`save`:if(!n)throw Error(`label required for save`);return{content:[{type:`text`,text:Rp(Ye(t,n,Bp(r),{notes:i}))}]};case`load`:{if(!n)throw Error(`label required for load`);let e=Je(t,n);return{content:[{type:`text`,text:e?Rp(e):`Checkpoint "${n}" not found.`}]}}case`list`:{let e=qe(t,{label:n,limit:s});return{content:[{type:`text`,text:e.length===0?`No checkpoints saved.`:e.map(e=>`- ${e.id} — ${e.label} (${e.createdAt})`).join(`
270
+ `)}]}}case`latest`:{let e=Ke(t,{label:n});return{content:[{type:`text`,text:e?Rp(e):`No checkpoints saved.`}]}}case`diff`:{if(!a||!o)throw Error(`from_id and to_id required for diff`);let e=Ue(t,a,o);return e?{content:[{type:`text`,text:[`## Checkpoint Diff: ${a} → ${o}`,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(`
271
271
  `)}]}:{content:[{type:`text`,text:`One or both checkpoints not found.`}]}}case`history`:{if(!n)throw Error(`label required for history`);let e=Ge(t,n,{limit:s??20});return e.length===0?{content:[{type:`text`,text:`No history found for "${n}".`}]}:{content:[{type:`text`,text:`## History: ${n}\n${e.map(e=>`- ${e.sha?e.sha.slice(0,8):e.id} — ${e.createdAt}${e.label?` (${e.label})`:``}`).join(`
272
272
  `)}`}]}}case`gc`:{let e=We(t,{label:n,keepLast:c,maxAgeDays:l,dryRun:u});return{content:[{type:`text`,text:[`## Checkpoint GC${e.labels.length?`: ${e.labels.join(`, `)}`:``}`,`Deleted: ${e.deleted}`,`Kept: ${e.kept}`,`Mode: ${u??!0?`dry-run`:`delete`}`,e.deletedIds.length?`Deleted IDs: ${e.deletedIds.join(`, `)}`:`Deleted IDs: none`].join(`
273
- `)}]}}}}catch(e){return jp.error(`Checkpoint failed`,L(e)),J(`INTERNAL`,`Checkpoint failed: ${e instanceof Error?e.message:String(e)}`)}}))}function Fp(e){let t=G(`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:z.enum([`create`,`list`,`status`,`diff`,`merge`,`discard`,`lease`,`unlease`,`leases`]).describe(`Lane action to perform`),name:z.string().optional().describe(`Lane name (required for create/status/diff/merge/discard)`),files:z.array(z.string()).optional().describe(`File paths to copy into the lane (required for create)`),agent:z.string().optional().describe(`Agent identifier (required for lease)`),intent:z.string().optional().describe(`What the agent plans to do (required for lease)`),id:z.string().optional().describe(`Lease ID (required for unlease)`),symbols:z.array(z.string()).optional().describe(`Symbol names within files (optional for lease)`),ttl_minutes:z.number().optional().describe(`Lease TTL in minutes (default 10, optional for lease)`)},annotations:t.annotations},Y(`lane`,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=Tt(t,n);return{content:[{type:`text`,text:JSON.stringify(e)}]}}case`list`:return{content:[{type:`text`,text:JSON.stringify(Ot())}]};case`status`:if(!t)throw Error(`name is required for status`);return{content:[{type:`text`,text:JSON.stringify(At(t))}]};case`diff`:if(!t)throw Error(`name is required for diff`);return{content:[{type:`text`,text:JSON.stringify(Et(t))}]};case`merge`:if(!t)throw Error(`name is required for merge`);return{content:[{type:`text`,text:JSON.stringify(kt(t))}]};case`discard`:if(!t)throw Error(`name is required for discard`);return{content:[{type:`text`,text:JSON.stringify({discarded:Dt(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=Le({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=$t({id:a});return{content:[{type:`text`,text:JSON.stringify(e)}]}}case`leases`:{let e=jt({agent:r});return{content:[{type:`text`,text:JSON.stringify(e)}]}}}}catch(e){return jp.error(`Lane action failed`,L(e)),J(`INTERNAL`,`Lane action failed: ${e instanceof Error?e.message:String(e)}`)}}))}function Ip(e){let t=G(`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:z.enum([`create`,`push`,`next`,`done`,`fail`,`get`,`list`,`clear`,`delete`,`dag`]).describe(`Queue action`),name:z.string().optional().describe(`Queue name (required for most actions)`),title:z.string().optional().describe(`Item title (required for push)`),id:z.string().optional().describe(`Item ID (required for done/fail)`),data:z.unknown().optional().describe(`Arbitrary data to attach to a queue item`),error:z.string().optional().describe(`Error message (required for fail)`),dependsOn:z.array(z.string()).optional().describe(`Item IDs this task depends on. Dependent items start as blocked until deps complete.`)},annotations:t.annotations},Y(`queue`,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(Ut(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(Zt(t,n,i,void 0,o))}]};case`next`:{if(!t)throw Error(`name is required for next`);let e=Xt(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(Kt(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(qt(t,r,a))}]};case`get`:if(!t)throw Error(`name is required for get`);return{content:[{type:`text`,text:JSON.stringify(Jt(t))}]};case`list`:return{content:[{type:`text`,text:JSON.stringify(Yt())}]};case`clear`:if(!t)throw Error(`name is required for clear`);return{content:[{type:`text`,text:JSON.stringify({cleared:Ht(t)})}]};case`delete`:if(!t)throw Error(`name is required for delete`);return{content:[{type:`text`,text:JSON.stringify({deleted:Gt(t)})}]};case`dag`:if(!t)throw Error(`name is required for dag`);return{content:[{type:`text`,text:JSON.stringify(Wt(t))}]}}}catch(e){return jp.error(`Queue action failed`,L(e)),J(`INTERNAL`,`Queue action failed: ${e instanceof Error?e.message:String(e)}`)}}))}function Lp(e){let t=[e.id,`Label: ${e.label}`,`Created: ${e.createdAt}`];return e.notes&&t.push(`Notes: ${e.notes}`),t.push(``,`Data:`,JSON.stringify(e.data)),t.join(`
274
- `)}function Rp(e){let t=e.trim();if(!t)return``;try{return JSON.parse(t)}catch{return e}}function zp(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 Bp=I(`tools`);function Vp(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(`
275
- `)}function Hp(e,t){let n=G(`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:z.enum([`list`,`get`,`update`,`create`,`delete`]).describe(`Action to perform on classification rules`),rule_id:z.string().optional().describe(`Rule ID (required for get, update, delete)`),changes:z.object({patterns:z.array(z.string()).optional(),category:z.string().optional(),pushWeight:z.number().min(0).max(1).optional(),description:z.string().optional(),examples:z.array(z.string()).optional(),enabled:z.boolean().optional()}).optional().describe(`Changes to apply (for update action)`),new_rule:z.object({id:z.string().regex(/^[a-z][a-z0-9-]*$/),patterns:z.array(z.string()).min(1),category:z.string(),pushWeight:z.number().min(0).max(1),description:z.string(),examples:z.array(z.string()).default([]),enabled:z.boolean().default(!0)}).optional().describe(`New rule definition (for create action)`)},annotations:n.annotations},Y(`er_update_policy`,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(`
276
- `)}\n\n---\n_${e.length} rules total. Use \`action: "update"\` to modify a rule._`}]}}if(e===`get`){if(!n)return J(`VALIDATION`,'`rule_id` is required for "get" action.');let e=t.getRule(n);return e?{content:[{type:`text`,text:Vp(e)}]}:J(`NOT_FOUND`,`Rule "${n}" not found.`)}if(e===`update`){if(!n||!r)return J(`VALIDATION`,'`rule_id` and `changes` are required for "update" action.');let e=t.updateRule(n,r);return e?{content:[{type:`text`,text:`${Vp(e)}\n\n---\n_Updated. Next: Use \`action: "list"\` to verify._`}]}:J(`NOT_FOUND`,`Rule "${n}" not found.`)}return e===`create`?i?{content:[{type:`text`,text:`${Vp(t.addRule(i))}\n\n---\n_Created. Next: Test classification with \`remember\`._`}]}:J(`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._`}]}:J(`NOT_FOUND`,`Rule "${n}" not found.`):J(`VALIDATION`,'`rule_id` is required for "delete" action.'):J(`VALIDATION`,`Unknown action: ${e}`)}catch(e){return Bp.error(`Policy update failed`,L(e)),J(`INTERNAL`,`Policy update failed: ${e instanceof Error?e.message:String(e)}`)}}))}const Up=new Map([{type:`markdown`,category:`content`,description:`Markdown content rendered with the marked parser.`,valueShape:`string`,relevantSkills:[`present`,`docs`]},{type:`code`,category:`content`,description:`Formatted code block rendered inside pre/code tags.`,valueShape:`string`,relevantSkills:[`present`,`docs`]},{type:`mermaid`,category:`visualization`,description:`Mermaid diagram source rendered in a mermaid pre block.`,valueShape:`string`,vendorScripts:[`mermaid`],relevantSkills:[`present`,`c4-architecture`,`docs`]},{type:`table`,category:`data`,description:`Tabular data rendered from records or explicit headers and rows.`,valueShape:`Record<string, unknown>[] | { headers: string[]; rows: unknown[][] }`,relevantSkills:[`present`,`docs`]},{type:`metrics`,category:`data`,description:`Metric cards showing label/value pairs with optional trend and status.`,valueShape:`Array<{ label: string; value: string | number; trend?: string | number; status?: string }>`,relevantSkills:[`present`]},{type:`cards`,category:`visualization`,description:`Card grid for titled items with optional body, badge, and status.`,valueShape:`Array<{ title: string; body?: string; badge?: string; status?: string; description?: string }>`,relevantSkills:[`present`,`docs`]},{type:`tree`,category:`visualization`,description:`Hierarchical object or name/children tree rendered recursively.`,valueShape:`{ name: string; children?: unknown[] } | Record<string, unknown>`,relevantSkills:[`present`]},{type:`graph`,category:`visualization`,description:`Node and edge graph rendered as a Mermaid flow graph in HTML mode.`,valueShape:`{ nodes: Array<{ id: string; label?: string }>; edges: Array<{ from: string; to: string; label?: string }> }`,vendorScripts:[`mermaid`],relevantSkills:[`present`,`c4-architecture`]},{type:`chart`,category:`data`,description:`Structured chart definition rendered as SVG.`,valueShape:`{ chartType: string; data: Record<string, unknown>[]; xKey: string; yKeys: string[] }`,relevantSkills:[`present`]},{type:`timeline`,category:`interactive`,description:`Timeline entries rendered as a vertical sequence of events.`,valueShape:`Array<{ title: string; description?: string; timestamp?: string; status?: string }>`,relevantSkills:[`present`]},{type:`checklist`,category:`interactive`,description:`Checklist items with boolean checked state.`,valueShape:`Array<{label, checked}> | {items: Array<{label, checked}>}`,relevantSkills:[`present`]},{type:`comparison`,category:`interactive`,description:`Side-by-side comparison columns with titled item lists.`,valueShape:`Array<{title, items}> | {columns: Array<{title, items}>}`,relevantSkills:[`present`]},{type:`status-board`,category:`interactive`,description:`Status categories containing labeled status items.`,valueShape:`Array<{category, items}> | {items: Array<{category, items}>}`,relevantSkills:[`present`]},{type:`prompt`,category:`interactive`,description:`Prompt payload rendered through the prompt display helper.`,valueShape:`unknown`,relevantSkills:[`present`]},{type:`progress`,category:`interactive`,description:`Progress bar with current value and optional maximum.`,valueShape:`{label, value, max?} | {items: Array<{label, value, max?, color?}>}`,relevantSkills:[`present`]},{type:`docs-browser`,category:`interactive`,description:`Documentation file list with inline content previews for chat-safe rendering.`,valueShape:`{ files: Array<{ path: string; title?: string; content?: string; status?: "current" | "stale" | "missing" }>; title?: string }`,relevantSkills:[`present`,`docs`],usageExample:`{
273
+ `)}]}}}}catch(e){return Mp.error(`Checkpoint failed`,L(e)),q(`INTERNAL`,`Checkpoint failed: ${e instanceof Error?e.message:String(e)}`)}}))}function Ip(e){let t=W(`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:z.enum([`create`,`list`,`status`,`diff`,`merge`,`discard`,`lease`,`unlease`,`leases`]).describe(`Lane action to perform`),name:z.string().optional().describe(`Lane name (required for create/status/diff/merge/discard)`),files:z.array(z.string()).optional().describe(`File paths to copy into the lane (required for create)`),agent:z.string().optional().describe(`Agent identifier (required for lease)`),intent:z.string().optional().describe(`What the agent plans to do (required for lease)`),id:z.string().optional().describe(`Lease ID (required for unlease)`),symbols:z.array(z.string()).optional().describe(`Symbol names within files (optional for lease)`),ttl_minutes:z.number().optional().describe(`Lease TTL in minutes (default 10, optional for lease)`)},annotations:t.annotations},J(`lane`,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=Tt(t,n);return{content:[{type:`text`,text:JSON.stringify(e)}]}}case`list`:return{content:[{type:`text`,text:JSON.stringify(Ot())}]};case`status`:if(!t)throw Error(`name is required for status`);return{content:[{type:`text`,text:JSON.stringify(At(t))}]};case`diff`:if(!t)throw Error(`name is required for diff`);return{content:[{type:`text`,text:JSON.stringify(Et(t))}]};case`merge`:if(!t)throw Error(`name is required for merge`);return{content:[{type:`text`,text:JSON.stringify(kt(t))}]};case`discard`:if(!t)throw Error(`name is required for discard`);return{content:[{type:`text`,text:JSON.stringify({discarded:Dt(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=Le({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=$t({id:a});return{content:[{type:`text`,text:JSON.stringify(e)}]}}case`leases`:{let e=jt({agent:r});return{content:[{type:`text`,text:JSON.stringify(e)}]}}}}catch(e){return Mp.error(`Lane action failed`,L(e)),q(`INTERNAL`,`Lane action failed: ${e instanceof Error?e.message:String(e)}`)}}))}function Lp(e){let t=W(`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:z.enum([`create`,`push`,`next`,`done`,`fail`,`get`,`list`,`clear`,`delete`,`dag`]).describe(`Queue action`),name:z.string().optional().describe(`Queue name (required for most actions)`),title:z.string().optional().describe(`Item title (required for push)`),id:z.string().optional().describe(`Item ID (required for done/fail)`),data:z.unknown().optional().describe(`Arbitrary data to attach to a queue item`),error:z.string().optional().describe(`Error message (required for fail)`),dependsOn:z.array(z.string()).optional().describe(`Item IDs this task depends on. Dependent items start as blocked until deps complete.`)},annotations:t.annotations},J(`queue`,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(Ut(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(Zt(t,n,i,void 0,o))}]};case`next`:{if(!t)throw Error(`name is required for next`);let e=Xt(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(Kt(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(qt(t,r,a))}]};case`get`:if(!t)throw Error(`name is required for get`);return{content:[{type:`text`,text:JSON.stringify(Jt(t))}]};case`list`:return{content:[{type:`text`,text:JSON.stringify(Yt())}]};case`clear`:if(!t)throw Error(`name is required for clear`);return{content:[{type:`text`,text:JSON.stringify({cleared:Ht(t)})}]};case`delete`:if(!t)throw Error(`name is required for delete`);return{content:[{type:`text`,text:JSON.stringify({deleted:Gt(t)})}]};case`dag`:if(!t)throw Error(`name is required for dag`);return{content:[{type:`text`,text:JSON.stringify(Wt(t))}]}}}catch(e){return Mp.error(`Queue action failed`,L(e)),q(`INTERNAL`,`Queue action failed: ${e instanceof Error?e.message:String(e)}`)}}))}function Rp(e){let t=[e.id,`Label: ${e.label}`,`Created: ${e.createdAt}`];return e.notes&&t.push(`Notes: ${e.notes}`),t.push(``,`Data:`,JSON.stringify(e.data)),t.join(`
274
+ `)}function zp(e){let t=e.trim();if(!t)return``;try{return JSON.parse(t)}catch{return e}}function Bp(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 Vp=I(`tools`);function Hp(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(`
275
+ `)}function Up(e,t){let n=W(`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:z.enum([`list`,`get`,`update`,`create`,`delete`]).describe(`Action to perform on classification rules`),rule_id:z.string().optional().describe(`Rule ID (required for get, update, delete)`),changes:z.object({patterns:z.array(z.string()).optional(),category:z.string().optional(),pushWeight:z.number().min(0).max(1).optional(),description:z.string().optional(),examples:z.array(z.string()).optional(),enabled:z.boolean().optional()}).optional().describe(`Changes to apply (for update action)`),new_rule:z.object({id:z.string().regex(/^[a-z][a-z0-9-]*$/),patterns:z.array(z.string()).min(1),category:z.string(),pushWeight:z.number().min(0).max(1),description:z.string(),examples:z.array(z.string()).default([]),enabled:z.boolean().default(!0)}).optional().describe(`New rule definition (for create action)`)},annotations:n.annotations},J(`er_update_policy`,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(`
276
+ `)}\n\n---\n_${e.length} rules total. Use \`action: "update"\` to modify a rule._`}]}}if(e===`get`){if(!n)return q(`VALIDATION`,'`rule_id` is required for "get" action.');let e=t.getRule(n);return e?{content:[{type:`text`,text:Hp(e)}]}:q(`NOT_FOUND`,`Rule "${n}" not found.`)}if(e===`update`){if(!n||!r)return q(`VALIDATION`,'`rule_id` and `changes` are required for "update" action.');let e=t.updateRule(n,r);return e?{content:[{type:`text`,text:`${Hp(e)}\n\n---\n_Updated. Next: Use \`action: "list"\` to verify._`}]}:q(`NOT_FOUND`,`Rule "${n}" not found.`)}return e===`create`?i?{content:[{type:`text`,text:`${Hp(t.addRule(i))}\n\n---\n_Created. Next: Test classification with \`remember\`._`}]}:q(`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._`}]}:q(`NOT_FOUND`,`Rule "${n}" not found.`):q(`VALIDATION`,'`rule_id` is required for "delete" action.'):q(`VALIDATION`,`Unknown action: ${e}`)}catch(e){return Vp.error(`Policy update failed`,L(e)),q(`INTERNAL`,`Policy update failed: ${e instanceof Error?e.message:String(e)}`)}}))}const Wp=new Map([{type:`markdown`,category:`content`,description:`Markdown content rendered with the marked parser.`,valueShape:`string`,relevantSkills:[`present`,`docs`]},{type:`code`,category:`content`,description:`Formatted code block rendered inside pre/code tags.`,valueShape:`string`,relevantSkills:[`present`,`docs`]},{type:`mermaid`,category:`visualization`,description:`Mermaid diagram source rendered in a mermaid pre block.`,valueShape:`string`,vendorScripts:[`mermaid`],relevantSkills:[`present`,`c4-architecture`,`docs`]},{type:`table`,category:`data`,description:`Tabular data rendered from records or explicit headers and rows.`,valueShape:`Record<string, unknown>[] | { headers: string[]; rows: unknown[][] }`,relevantSkills:[`present`,`docs`]},{type:`metrics`,category:`data`,description:`Metric cards showing label/value pairs with optional trend and status.`,valueShape:`Array<{ label: string; value: string | number; trend?: string | number; status?: string }>`,relevantSkills:[`present`]},{type:`cards`,category:`visualization`,description:`Card grid for titled items with optional body, badge, and status.`,valueShape:`Array<{ title: string; body?: string; badge?: string; status?: string; description?: string }>`,relevantSkills:[`present`,`docs`]},{type:`tree`,category:`visualization`,description:`Hierarchical object or name/children tree rendered recursively.`,valueShape:`{ name: string; children?: unknown[] } | Record<string, unknown>`,relevantSkills:[`present`]},{type:`graph`,category:`visualization`,description:`Node and edge graph rendered as a Mermaid flow graph in HTML mode.`,valueShape:`{ nodes: Array<{ id: string; label?: string }>; edges: Array<{ from: string; to: string; label?: string }> }`,vendorScripts:[`mermaid`],relevantSkills:[`present`,`c4-architecture`]},{type:`chart`,category:`data`,description:`Structured chart definition rendered as SVG.`,valueShape:`{ chartType: string; data: Record<string, unknown>[]; xKey: string; yKeys: string[] }`,relevantSkills:[`present`]},{type:`timeline`,category:`interactive`,description:`Timeline entries rendered as a vertical sequence of events.`,valueShape:`Array<{ title: string; description?: string; timestamp?: string; status?: string }>`,relevantSkills:[`present`]},{type:`checklist`,category:`interactive`,description:`Checklist items with boolean checked state.`,valueShape:`Array<{label, checked}> | {items: Array<{label, checked}>}`,relevantSkills:[`present`]},{type:`comparison`,category:`interactive`,description:`Side-by-side comparison columns with titled item lists.`,valueShape:`Array<{title, items}> | {columns: Array<{title, items}>}`,relevantSkills:[`present`]},{type:`status-board`,category:`interactive`,description:`Status categories containing labeled status items.`,valueShape:`Array<{category, items}> | {items: Array<{category, items}>}`,relevantSkills:[`present`]},{type:`prompt`,category:`interactive`,description:`Prompt payload rendered through the prompt display helper.`,valueShape:`unknown`,relevantSkills:[`present`]},{type:`progress`,category:`interactive`,description:`Progress bar with current value and optional maximum.`,valueShape:`{label, value, max?} | {items: Array<{label, value, max?, color?}>}`,relevantSkills:[`present`]},{type:`docs-browser`,category:`interactive`,description:`Documentation file list with inline content previews for chat-safe rendering.`,valueShape:`{ files: Array<{ path: string; title?: string; content?: string; status?: "current" | "stale" | "missing" }>; title?: string }`,relevantSkills:[`present`,`docs`],usageExample:`{
277
277
  type: 'docs-browser',
278
278
  value: {
279
279
  title: 'Project Docs',
@@ -282,7 +282,7 @@ None.`:`### Stale Lessons\n${l.map(e=>`- **${e.title}** (\`${e.path}\`) — effe
282
282
  { path: 'docs/api.md', title: 'API Reference', status: 'stale' },
283
283
  ],
284
284
  },
285
- }`},{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 Wp(){let e={};for(let[t,n]of Up)n.vendorScripts?.length&&(e[t]=n.vendorScripts);return e}const Gp=1024,Kp=new Set([`user-closed`,`host-dismissed`,`replaced`]);function qp(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}function Jp(e,t,n){let r={code:e,message:t};return n!==void 0&&(r.details=n),{kind:`error`,error:r}}function Yp(e,t,n,r){e.writeHead(t,{"Content-Type":`application/json`,"Access-Control-Allow-Origin":r??`null`}),e.end(JSON.stringify(n))}async function Xp(e){return await new Promise((t,n)=>{let r=[],i=0;e.on(`data`,t=>{if(i+=t.length,i>65536){n(Error(`Callback payload exceeds 64KB limit`)),e.destroy();return}r.push(t)}),e.on(`end`,()=>t(Buffer.concat(r).toString(`utf8`))),e.on(`error`,n)})}function Zp(e,t){if(typeof e!=`string`||e.length!==t.length)return!1;let n=Buffer.from(e,`utf8`),r=Buffer.from(t,`utf8`);return n.length===r.length?le(n,r):!1}function Qp(e,t){let n=e.headers.origin;if(n!=null)return n===t;let r=e.headers.referer;return r==null?!1:r.startsWith(t)}function $p(e){return(e.headers[`content-type`]??``).startsWith(`application/json`)}function em(e){for(let[t,n]of Object.entries(e)){let e=typeof n==`string`?n:JSON.stringify(n);if(Buffer.byteLength(e,`utf8`)>8192)return`Form field "${t}" exceeds 8KB limit`}return null}function tm(e){return Array.isArray(e)&&e.length>Gp?`Selection exceeds ${Gp} items (got ${e.length})`:null}function nm(e,t,n){let r=typeof e.actionId==`string`?e.actionId:``,i=n.find(e=>e.id===r);if(!i)return Jp(`INVALID_ACTION`,`Unknown actionId: ${r||`(missing)`}`);let a=typeof e.selection==`string`||Array.isArray(e.selection)?e.selection:void 0,o=qp(e.formData)?e.formData:void 0,s={surfaceId:t,actionId:i.id,actionType:i.type,timestamp:typeof e.timestamp==`string`?e.timestamp:new Date().toISOString(),sourceTransport:`browser`};return e.value!==void 0&&(s.value=e.value),a!==void 0&&(s.selection=a),o!==void 0&&(s.formData=o),typeof e.label==`string`?s.label=e.label:i.label&&(s.label=i.label),{kind:`result`,result:s}}function rm(e,t){let n=se(16).toString(`hex`),r=!1,i=!1,a,o,s=new Promise(e=>{o=e}),c=e=>r?a??e:(r=!0,a=e,o?.(e),e);return{nonce:n,promise:s,settleTimeout(e){return c({kind:`timeout`,waitedMs:e})},settleCancelled(e){return c({kind:`cancelled`,reason:e})},settleError(e,t,n){return c(Jp(e,t,n))},async handle(r,a,o){if(!$p(r)){let e=c(Jp(`INVALID_CONTENT_TYPE`,`Content-Type must be application/json`));return Yp(a,415,{ok:!1,error:`unsupported-media-type`},o),e}if(!Qp(r,o)){let e=c(Jp(`INVALID_ORIGIN`,`Unexpected callback origin: ${r.headers.origin??r.headers.referer??`(missing)`}`));return Yp(a,403,{ok:!1,error:`invalid-origin`},o),e}let s=``;try{s=await Xp(r)}catch(e){let t=c(Jp(`INVALID_PAYLOAD`,e instanceof Error?e.message:`Unable to read callback payload`));return Yp(a,413,{ok:!1,error:`payload-too-large`},o),t}let l;try{let e=JSON.parse(s);if(!qp(e))throw Error(`Callback payload must be an object`);l=e}catch(e){let t=c(Jp(`INVALID_PAYLOAD`,e instanceof Error?e.message:`Malformed callback payload`));return Yp(a,400,{ok:!1,error:`invalid-json`},o),t}if(i){let e=Jp(`NONCE_CONSUMED`,`Nonce has already been used`);return Yp(a,403,{ok:!1,error:`nonce-consumed`},o),e}if(!Zp(typeof l.nonce==`string`?l.nonce:``,n)){let e=c(Jp(`INVALID_NONCE`,`Callback nonce did not match`));return Yp(a,403,{ok:!1,error:`invalid-nonce`},o),e}i=!0;let u=tm(l.selection);if(u){let e=c(Jp(`SELECTION_TOO_LARGE`,u));return Yp(a,413,{ok:!1,error:`selection-too-large`},o),e}if(qp(l.formData)){let e=em(l.formData);if(e){let t=c(Jp(`PAYLOAD_FIELD_TOO_LARGE`,e));return Yp(a,413,{ok:!1,error:`field-too-large`},o),t}}if(l.kind===`cancelled`){let e=typeof l.reason==`string`?l.reason:``;if(!Kp.has(e)){let t=c(Jp(`INVALID_CANCEL_REASON`,`Unsupported cancel reason: ${e||`(missing)`}`));return Yp(a,400,{ok:!1,error:`invalid-cancel-reason`},o),t}let t=c({kind:`cancelled`,reason:e});return Yp(a,200,{ok:!0,kind:`cancelled`},o),t}let d=c(nm(l,e,t));return Yp(a,d.kind===`error`?400:200,{ok:d.kind!==`error`,kind:d.kind},o),d}}}const im=new Map;function am(e){return e.replace(/[|\\{}()[\]^$+*?.]/g,`\\$&`)}function om(e){let t=`(?=[^>]*\\bid=['"]${am(e)}['"])`;return RegExp(`(<script\\b(?=[^>]*\\btype=['"]application\\/json['"])${t}[^>]*>)[\\s\\S]*?(<\/script>)`,`i`)}function sm(e){im.has(e.id)&&console.warn(`[viewer-registry] Overwriting viewer template "${e.id}"`),im.set(e.id,e)}function cm(e){return im.get(e)}function lm(e){return typeof e==`string`&&im.has(e)}function um(){return[...im.values()]}function dm(e,t,n,r){let i=om(n);if(!i.test(e))throw Error(`No <script type="application/json" id="${n}"> found in template`);let a=r?r(t):t,o=JSON.stringify(a??null).replace(/<\/script/gi,`<\\/script`).replace(/<script/gi,`\\u003Cscript`).replace(/-->/g,`--\\u003E`).replace(/<!--/g,`\\u003C!--`);return e.replace(i,`$1\n${o}\n$2`)}const fm=import.meta.dirname??ge(be(import.meta.url)),pm={type:`object`,properties:{title:{type:`string`},description:{type:`string`},layout:{type:`object`,properties:{direction:{type:`string`},spacing:{type:`number`},layerSpacing:{type:`number`}}},nodes:{type:`array`,items:{type:`object`,properties:{id:{type:`string`},type:{type:`string`,enum:[`person`,`system`,`container`,`component`,`database`,`queue`,`external`,`boundary`]},label:{type:`string`},technology:{type:`string`},icon:{type:`string`},description:{type:`string`}},required:[`id`,`type`,`label`]}},edges:{type:`array`,items:{type:`object`,properties:{source:{type:`string`},target:{type:`string`},label:{type:`string`},style:{type:`string`,enum:[`sync`,`async`,`dashed`,`dotted`,`solid`]}},required:[`source`,`target`]},default:[]}},required:[`nodes`]},mm={type:`object`,properties:{nodes:{type:`array`,items:{type:`object`,properties:{id:{type:`string`},label:{type:`string`},type:{type:`string`,enum:[`start-end`,`manual`,`automated`,`integration`,`decision`,`prerequisite`]},description:{type:`string`}},required:[`id`,`label`]}},edges:{type:`array`,items:{type:`object`,properties:{source:{type:`string`},target:{type:`string`},label:{type:`string`},type:{type:`string`,enum:[`standard`,`loop-back`,`exception`]}},required:[`source`,`target`]}}},required:[`nodes`]},hm={type:`object`,properties:{title:{type:`string`},description:{type:`string`},phases:{type:`array`,items:{type:`object`,properties:{id:{type:`string`},label:{type:`string`},outcome:{type:`string`},batches:{type:`array`,items:{type:`object`,properties:{id:{type:`string`},order:{type:`number`},parallel:{type:`boolean`},label:{type:`string`},tasks:{type:`array`,items:{type:`object`,properties:{id:{type:`string`},title:{type:`string`},agent:{type:`string`},files:{type:`array`,items:{type:`string`},default:[]},status:{type:`string`,enum:[`pending`,`in-progress`,`done`,`blocked`]},dependsOn:{type:`array`,items:{type:`string`},default:[]}},required:[`id`,`title`]},default:[]}},required:[`id`,`tasks`]},default:[]}},required:[`id`,`label`,`batches`]}}},required:[`phases`]};function gm(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}function _m(e,t){return gm(t)?{...t,kind:e}:{kind:e}}function vm(e){let t=e===`canvas.html`?[P(fm,`..`,`..`,`..`,`..`,`..`,`scaffold`,`general`,`viewers`,`src`,`canvas`,`index.html`),P(fm,`..`,`..`,`scaffold`,`general`,`viewers`,`src`,`canvas`,`index.html`)]:[],n=S(`server`,[P(`viewers`,`dist`,e),P(`viewers`,e)]),r=[...t,...n?[n]:[],P(fm,`..`,`..`,`..`,`viewers`,e),P(fm,`..`,`..`,`..`,`..`,`..`,`scaffold`,`general`,`viewers`,`src`,`static`,e),P(fm,`..`,`..`,`..`,`..`,`..`,`scaffold`,`general`,`viewers`,`dist`,e),P(fm,`..`,`..`,`..`,`..`,`..`,`scaffold`,`general`,`viewers`,e),P(fm,`..`,`..`,`scaffold`,`general`,`viewers`,`dist`,e),P(fm,`..`,`..`,`scaffold`,`general`,`viewers`,e),P(fm,`..`,`viewers`,`dist`,e),P(fm,`..`,`viewers`,e)];for(let e of r)try{return M(e,`utf8`)}catch{}throw Error(`Viewer HTML not found: ${e}. Searched: ${r.join(`, `)}`)}let ym,bm,xm,Sm,Cm,wm;function Tm(){return ym??=vm(`c4-viewer.html`),ym}function Em(){return bm??=vm(`tour-viewer.html`),bm}function Dm(){return xm??=vm(`canvas.html`),xm}function Om(){return Sm??=vm(`architecture-static.html`),Sm}function km(){return Cm??=vm(`process-flow-static.html`),Cm}function Am(){return wm??=vm(`task-plan-static.html`),wm}function jm(){sm({id:`c4@1`,label:`C4 Architecture Diagram`,description:`Interactive C4 architecture diagram with zoom, pan, and ELK auto-layout`,inputSchema:pm,injectId:`diagram-data`,supportedTransports:[`browser`],resolveHtml:Tm}),sm({id:`c4-static@1`,label:`C4 Architecture Diagram (Static)`,description:`Static SVG architecture diagram for inline rendering`,inputSchema:pm,injectId:`diagram-data`,supportedTransports:[`mcp-app`],resolveHtml:Om}),sm({id:`tour@1`,label:`Code Tour Viewer`,description:`Interactive code tour with step navigation and dependency graph`,inputSchema:{type:`object`,properties:{title:{type:`string`},description:{type:`string`},estimatedTime:{type:`string`},steps:{type:`array`,items:{type:`object`,properties:{stepNumber:{type:`number`},id:{type:`string`},title:{type:`string`},file:{type:`string`},explanation:{type:`string`},description:{type:`string`},learnsConcept:{type:`string`},duration:{type:`string`},line:{type:`number`},code:{type:`string`}},required:[`id`,`title`]}},dependencies:{type:`array`,items:{type:`object`,properties:{source:{type:`string`},target:{type:`string`}},required:[`source`,`target`]},default:[]}},required:[`steps`]},injectId:`tour-data`,supportedTransports:[`browser`],resolveHtml:Em}),sm({id:`process-flow-static@1`,label:`Process Flow Diagram (Static)`,description:`Static SVG process flow diagram for inline rendering`,inputSchema:mm,injectId:`diagram-data`,supportedTransports:[`mcp-app`],resolveHtml:km}),sm({id:`task-plan-static@1`,label:`Task Execution Plan (Static)`,description:`Static SVG task execution plan for inline rendering`,inputSchema:hm,injectId:`diagram-data`,supportedTransports:[`mcp-app`],resolveHtml:Am}),sm({id:`task-plan@1`,label:`Task Execution Plan (Interactive)`,description:`Interactive task execution plan with ReactFlow, phase grouping, and dependency edges`,inputSchema:hm,injectId:`diagram-data`,supportedTransports:[`browser`],resolveHtml:Dm,transformData:e=>_m(`task-plan`,e)}),sm({id:`process-flow@1`,label:`Process Flow Diagram (Interactive)`,description:`Interactive process flow diagram with ReactFlow`,inputSchema:mm,injectId:`diagram-data`,supportedTransports:[`browser`],resolveHtml:Dm,transformData:e=>_m(`process-flow`,e)})}function Mm(){let e=new Sr;for(let t of Tr.list())e.register(t);return e.register(wr),e.register(kr),e.register(Ar),e.register(Er),e}function Nm(e,t){return e?.supportedTransports.includes(t)??!1}const Pm=Mm();function Fm(e){if(e.template)return Pm.get(e.template)}function Im(e){if((e.actions?.length??0)>0)return!0;if(e.template&&lm(e.template)){let t=cm(e.template);return t?.supportedTransports.includes(`browser`)===!0&&!t.supportedTransports.includes(`mcp-app`)}let t=Fm(e);return Nm(t,`browser`)&&!Nm(t,`mcp-app`)}jm();const Lm=String.raw`(function(){
285
+ }`},{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 Gp(){let e={};for(let[t,n]of Wp)n.vendorScripts?.length&&(e[t]=n.vendorScripts);return e}const Kp=1024,qp=new Set([`user-closed`,`host-dismissed`,`replaced`]);function Jp(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}function X(e,t,n){let r={code:e,message:t};return n!==void 0&&(r.details=n),{kind:`error`,error:r}}function Yp(e,t,n,r){e.writeHead(t,{"Content-Type":`application/json`,"Access-Control-Allow-Origin":r??`null`}),e.end(JSON.stringify(n))}async function Xp(e){return await new Promise((t,n)=>{let r=[],i=0;e.on(`data`,t=>{if(i+=t.length,i>65536){n(Error(`Callback payload exceeds 64KB limit`)),e.destroy();return}r.push(t)}),e.on(`end`,()=>t(Buffer.concat(r).toString(`utf8`))),e.on(`error`,n)})}function Zp(e,t){if(typeof e!=`string`||e.length!==t.length)return!1;let n=Buffer.from(e,`utf8`),r=Buffer.from(t,`utf8`);return n.length===r.length?le(n,r):!1}function Qp(e,t){let n=e.headers.origin;if(n!=null)return n===t;let r=e.headers.referer;return r==null?!1:r.startsWith(t)}function $p(e){return(e.headers[`content-type`]??``).startsWith(`application/json`)}function em(e){for(let[t,n]of Object.entries(e)){let e=typeof n==`string`?n:JSON.stringify(n);if(Buffer.byteLength(e,`utf8`)>8192)return`Form field "${t}" exceeds 8KB limit`}return null}function tm(e){return Array.isArray(e)&&e.length>Kp?`Selection exceeds ${Kp} items (got ${e.length})`:null}function nm(e,t,n){let r=typeof e.actionId==`string`?e.actionId:``,i=n.find(e=>e.id===r);if(!i)return X(`INVALID_ACTION`,`Unknown actionId: ${r||`(missing)`}`);let a=typeof e.selection==`string`||Array.isArray(e.selection)?e.selection:void 0,o=Jp(e.formData)?e.formData:void 0,s={surfaceId:t,actionId:i.id,actionType:i.type,timestamp:typeof e.timestamp==`string`?e.timestamp:new Date().toISOString(),sourceTransport:`browser`};return e.value!==void 0&&(s.value=e.value),a!==void 0&&(s.selection=a),o!==void 0&&(s.formData=o),typeof e.label==`string`?s.label=e.label:i.label&&(s.label=i.label),{kind:`result`,result:s}}function rm(e,t){let n=se(16).toString(`hex`),r=!1,i=!1,a,o,s=new Promise(e=>{o=e}),c=e=>r?a??e:(r=!0,a=e,o?.(e),e);return{nonce:n,promise:s,settleTimeout(e){return c({kind:`timeout`,waitedMs:e})},settleCancelled(e){return c({kind:`cancelled`,reason:e})},settleError(e,t,n){return c(X(e,t,n))},async handle(r,a,o){if(!$p(r)){let e=c(X(`INVALID_CONTENT_TYPE`,`Content-Type must be application/json`));return Yp(a,415,{ok:!1,error:`unsupported-media-type`},o),e}if(!Qp(r,o)){let e=c(X(`INVALID_ORIGIN`,`Unexpected callback origin: ${r.headers.origin??r.headers.referer??`(missing)`}`));return Yp(a,403,{ok:!1,error:`invalid-origin`},o),e}let s=``;try{s=await Xp(r)}catch(e){let t=c(X(`INVALID_PAYLOAD`,e instanceof Error?e.message:`Unable to read callback payload`));return Yp(a,413,{ok:!1,error:`payload-too-large`},o),t}let l;try{let e=JSON.parse(s);if(!Jp(e))throw Error(`Callback payload must be an object`);l=e}catch(e){let t=c(X(`INVALID_PAYLOAD`,e instanceof Error?e.message:`Malformed callback payload`));return Yp(a,400,{ok:!1,error:`invalid-json`},o),t}if(i){let e=X(`NONCE_CONSUMED`,`Nonce has already been used`);return Yp(a,403,{ok:!1,error:`nonce-consumed`},o),e}if(!Zp(typeof l.nonce==`string`?l.nonce:``,n)){let e=c(X(`INVALID_NONCE`,`Callback nonce did not match`));return Yp(a,403,{ok:!1,error:`invalid-nonce`},o),e}i=!0;let u=tm(l.selection);if(u){let e=c(X(`SELECTION_TOO_LARGE`,u));return Yp(a,413,{ok:!1,error:`selection-too-large`},o),e}if(Jp(l.formData)){let e=em(l.formData);if(e){let t=c(X(`PAYLOAD_FIELD_TOO_LARGE`,e));return Yp(a,413,{ok:!1,error:`field-too-large`},o),t}}if(l.kind===`cancelled`){let e=typeof l.reason==`string`?l.reason:``;if(!qp.has(e)){let t=c(X(`INVALID_CANCEL_REASON`,`Unsupported cancel reason: ${e||`(missing)`}`));return Yp(a,400,{ok:!1,error:`invalid-cancel-reason`},o),t}let t=c({kind:`cancelled`,reason:e});return Yp(a,200,{ok:!0,kind:`cancelled`},o),t}let d=c(nm(l,e,t));return Yp(a,d.kind===`error`?400:200,{ok:d.kind!==`error`,kind:d.kind},o),d}}}const im=new Map;function am(e){return e.replace(/[|\\{}()[\]^$+*?.]/g,`\\$&`)}function om(e){let t=`(?=[^>]*\\bid=['"]${am(e)}['"])`;return RegExp(`(<script\\b(?=[^>]*\\btype=['"]application\\/json['"])${t}[^>]*>)[\\s\\S]*?(<\/script>)`,`i`)}function sm(e){im.has(e.id)&&console.warn(`[viewer-registry] Overwriting viewer template "${e.id}"`),im.set(e.id,e)}function cm(e){return im.get(e)}function lm(e){return typeof e==`string`&&im.has(e)}function um(){return[...im.values()]}function dm(e,t,n,r){let i=om(n);if(!i.test(e))throw Error(`No <script type="application/json" id="${n}"> found in template`);let a=r?r(t):t,o=JSON.stringify(a??null).replace(/<\/script/gi,`<\\/script`).replace(/<script/gi,`\\u003Cscript`).replace(/-->/g,`--\\u003E`).replace(/<!--/g,`\\u003C!--`);return e.replace(i,`$1\n${o}\n$2`)}const fm=import.meta.dirname??ge(be(import.meta.url)),pm={type:`object`,properties:{title:{type:`string`},description:{type:`string`},layout:{type:`object`,properties:{direction:{type:`string`},spacing:{type:`number`},layerSpacing:{type:`number`}}},nodes:{type:`array`,items:{type:`object`,properties:{id:{type:`string`},type:{type:`string`,enum:[`person`,`system`,`container`,`component`,`database`,`queue`,`external`,`boundary`]},label:{type:`string`},technology:{type:`string`},icon:{type:`string`},description:{type:`string`}},required:[`id`,`type`,`label`]}},edges:{type:`array`,items:{type:`object`,properties:{source:{type:`string`},target:{type:`string`},label:{type:`string`},style:{type:`string`,enum:[`sync`,`async`,`dashed`,`dotted`,`solid`]}},required:[`source`,`target`]},default:[]}},required:[`nodes`]},mm={type:`object`,properties:{nodes:{type:`array`,items:{type:`object`,properties:{id:{type:`string`},label:{type:`string`},type:{type:`string`,enum:[`start-end`,`manual`,`automated`,`integration`,`decision`,`prerequisite`]},description:{type:`string`}},required:[`id`,`label`]}},edges:{type:`array`,items:{type:`object`,properties:{source:{type:`string`},target:{type:`string`},label:{type:`string`},type:{type:`string`,enum:[`standard`,`loop-back`,`exception`]}},required:[`source`,`target`]}}},required:[`nodes`]},hm={type:`object`,properties:{title:{type:`string`},description:{type:`string`},phases:{type:`array`,items:{type:`object`,properties:{id:{type:`string`},label:{type:`string`},outcome:{type:`string`},batches:{type:`array`,items:{type:`object`,properties:{id:{type:`string`},order:{type:`number`},parallel:{type:`boolean`},label:{type:`string`},tasks:{type:`array`,items:{type:`object`,properties:{id:{type:`string`},title:{type:`string`},agent:{type:`string`},files:{type:`array`,items:{type:`string`},default:[]},status:{type:`string`,enum:[`pending`,`in-progress`,`done`,`blocked`]},dependsOn:{type:`array`,items:{type:`string`},default:[]}},required:[`id`,`title`]},default:[]}},required:[`id`,`tasks`]},default:[]}},required:[`id`,`label`,`batches`]}}},required:[`phases`]};function gm(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}function _m(e,t){return gm(t)?{...t,kind:e}:{kind:e}}function vm(e){let t=e===`canvas.html`?[P(fm,`..`,`..`,`..`,`..`,`..`,`scaffold`,`general`,`viewers`,`src`,`canvas`,`index.html`),P(fm,`..`,`..`,`scaffold`,`general`,`viewers`,`src`,`canvas`,`index.html`)]:[],n=S(`server`,[P(`viewers`,`dist`,e),P(`viewers`,e)]),r=[...t,...n?[n]:[],P(fm,`..`,`..`,`..`,`viewers`,e),P(fm,`..`,`..`,`..`,`..`,`..`,`scaffold`,`general`,`viewers`,`src`,`static`,e),P(fm,`..`,`..`,`..`,`..`,`..`,`scaffold`,`general`,`viewers`,`dist`,e),P(fm,`..`,`..`,`..`,`..`,`..`,`scaffold`,`general`,`viewers`,e),P(fm,`..`,`..`,`scaffold`,`general`,`viewers`,`dist`,e),P(fm,`..`,`..`,`scaffold`,`general`,`viewers`,e),P(fm,`..`,`viewers`,`dist`,e),P(fm,`..`,`viewers`,e)];for(let e of r)try{return M(e,`utf8`)}catch{}throw Error(`Viewer HTML not found: ${e}. Searched: ${r.join(`, `)}`)}let ym,bm,xm,Sm,Cm,wm;function Tm(){return ym??=vm(`c4-viewer.html`),ym}function Em(){return bm??=vm(`tour-viewer.html`),bm}function Dm(){return xm??=vm(`canvas.html`),xm}function Om(){return Sm??=vm(`architecture-static.html`),Sm}function km(){return Cm??=vm(`process-flow-static.html`),Cm}function Am(){return wm??=vm(`task-plan-static.html`),wm}function jm(){sm({id:`c4@1`,label:`C4 Architecture Diagram`,description:`Interactive C4 architecture diagram with zoom, pan, and ELK auto-layout`,inputSchema:pm,injectId:`diagram-data`,supportedTransports:[`browser`],resolveHtml:Tm}),sm({id:`c4-static@1`,label:`C4 Architecture Diagram (Static)`,description:`Static SVG architecture diagram for inline rendering`,inputSchema:pm,injectId:`diagram-data`,supportedTransports:[`mcp-app`],resolveHtml:Om}),sm({id:`tour@1`,label:`Code Tour Viewer`,description:`Interactive code tour with step navigation and dependency graph`,inputSchema:{type:`object`,properties:{title:{type:`string`},description:{type:`string`},estimatedTime:{type:`string`},steps:{type:`array`,items:{type:`object`,properties:{stepNumber:{type:`number`},id:{type:`string`},title:{type:`string`},file:{type:`string`},explanation:{type:`string`},description:{type:`string`},learnsConcept:{type:`string`},duration:{type:`string`},line:{type:`number`},code:{type:`string`}},required:[`id`,`title`]}},dependencies:{type:`array`,items:{type:`object`,properties:{source:{type:`string`},target:{type:`string`}},required:[`source`,`target`]},default:[]}},required:[`steps`]},injectId:`tour-data`,supportedTransports:[`browser`],resolveHtml:Em}),sm({id:`process-flow-static@1`,label:`Process Flow Diagram (Static)`,description:`Static SVG process flow diagram for inline rendering`,inputSchema:mm,injectId:`diagram-data`,supportedTransports:[`mcp-app`],resolveHtml:km}),sm({id:`task-plan-static@1`,label:`Task Execution Plan (Static)`,description:`Static SVG task execution plan for inline rendering`,inputSchema:hm,injectId:`diagram-data`,supportedTransports:[`mcp-app`],resolveHtml:Am}),sm({id:`task-plan@1`,label:`Task Execution Plan (Interactive)`,description:`Interactive task execution plan with ReactFlow, phase grouping, and dependency edges`,inputSchema:hm,injectId:`diagram-data`,supportedTransports:[`browser`],resolveHtml:Dm,transformData:e=>_m(`task-plan`,e)}),sm({id:`process-flow@1`,label:`Process Flow Diagram (Interactive)`,description:`Interactive process flow diagram with ReactFlow`,inputSchema:mm,injectId:`diagram-data`,supportedTransports:[`browser`],resolveHtml:Dm,transformData:e=>_m(`process-flow`,e)})}function Mm(){let e=new Sr;for(let t of Tr.list())e.register(t);return e.register(wr),e.register(kr),e.register(Ar),e.register(Er),e}function Nm(e,t){return e?.supportedTransports.includes(t)??!1}const Pm=Mm();function Fm(e){if(e.template)return Pm.get(e.template)}function Im(e){if((e.actions?.length??0)>0)return!0;if(e.template&&lm(e.template)){let t=cm(e.template);return t?.supportedTransports.includes(`browser`)===!0&&!t.supportedTransports.includes(`mcp-app`)}let t=Fm(e);return Nm(t,`browser`)&&!Nm(t,`mcp-app`)}jm();const Lm=String.raw`(function(){
286
286
  'use strict';
287
287
 
288
288
  var SVG_NS = 'http://www.w3.org/2000/svg';
@@ -2671,10 +2671,10 @@ None.`:`### Stale Lessons\n${l.map(e=>`- **${e.title}** (\`${e.path}\`) — effe
2671
2671
  }
2672
2672
  mermaid.initialize({ startOnLoad: false, theme: theme });
2673
2673
  mermaid.run();
2674
- };`,onload:`window.__aikit_initMermaid&&window.__aikit_initMermaid()`,local:{route:`/vendor/mermaid.min.js`,getSource:Rm()}},Bm=new Map([[`mermaid`,zm]]);function Vm(e,t){if(!e?.length)return;let n=[];for(let r of e){let e=Bm.get(r);if(e){if(t===`browser`){n.push({inlineSource:e.inlineSource,onload:e.onload});continue}if(t===`mcp-app`){n.push({inlineSource:e.inlineSource,onload:e.onload});continue}n.push({src:e.cdn,initScript:e.initScript,onload:e.onload})}}return n.length>0?n:void 0}function Hm(){let e=[];for(let t of Bm.values())t.local&&e.push({route:t.local.route,getSource:t.local.getSource,cdn:t.cdn});return e}const Um=300*1e3,Wm=15*1e3;let Z=null,Gm;process.on(`exit`,()=>{let e=Z;if(e){try{e.close()}catch{}Z=null}});function Km(e){let t=typeof e.description==`string`&&e.description.trim().length>0?`<p class="present-surface-description">${X(e.description)}</p>`:``;return[`<h1 class="present-surface-title">${X(e.title)}</h1>`,t].filter(Boolean).join(`
2674
+ };`,onload:`window.__aikit_initMermaid&&window.__aikit_initMermaid()`,local:{route:`/vendor/mermaid.min.js`,getSource:Rm()}},Bm=new Map([[`mermaid`,zm]]);function Vm(e,t){if(!e?.length)return;let n=[];for(let r of e){let e=Bm.get(r);if(e){if(t===`browser`){n.push({inlineSource:e.inlineSource,onload:e.onload});continue}if(t===`mcp-app`){n.push({inlineSource:e.inlineSource,onload:e.onload});continue}n.push({src:e.cdn,initScript:e.initScript,onload:e.onload})}}return n.length>0?n:void 0}function Hm(){let e=[];for(let t of Bm.values())t.local&&e.push({route:t.local.route,getSource:t.local.getSource,cdn:t.cdn});return e}const Um=300*1e3,Wm=15*1e3;let Z=null,Gm;process.on(`exit`,()=>{let e=Z;if(e){try{e.close()}catch{}Z=null}});function Km(e){let t=typeof e.description==`string`&&e.description.trim().length>0?`<p class="present-surface-description">${Y(e.description)}</p>`:``;return[`<h1 class="present-surface-title">${Y(e.title)}</h1>`,t].filter(Boolean).join(`
2675
2675
  `)}function qm(e,t){return e.length===0?``:`
2676
2676
  <section class="present-surface-actions">
2677
- <div class="present-action-bar">${e.map(e=>{let t=X(e.id),n=X(e.label);if(e.type===`select`||e.type===`multi-select`)return`<label class="present-action-field"><span>${n}</span><select data-action-id="${t}"${e.type===`multi-select`?` multiple`:``}>${(e.options??[]).map(e=>`<option value="${X(e.value)}">${X(e.label)}</option>`).join(``)}</select></label>`;if(e.type===`text-submit`)return`<label class="present-action-field"><span>${n}</span><div class="present-text-submit"><input type="text" class="present-text-input" data-action-id="${t}" data-action-label="${n}" placeholder="${n}" /><button type="button" class="present-action-btn present-action-primary present-submit-btn" data-submit-for="${t}">Send</button></div></label>`;if(e.type===`form-submit`){let r=e.schema;if(r)return`<form class="present-form" data-action-id="${t}" data-action-label="${n}">${Object.entries(r).map(([e,t])=>{let n=X(t.description??e);return`<label class="present-action-field"><span>${n}</span><input type="${t.type===`number`?`number`:t.type===`boolean`?`checkbox`:`text`}" class="present-text-input" name="${X(e)}" placeholder="${n}" /></label>`}).join(``)}<button type="submit" class="present-action-btn present-action-primary">${n}</button></form>`}return`<button type="button" class="present-action-btn present-action-${X(e.variant??`default`)}" data-action-id="${t}" data-action-label="${n}">${n}</button>`}).join(``)}</div>
2677
+ <div class="present-action-bar">${e.map(e=>{let t=Y(e.id),n=Y(e.label);if(e.type===`select`||e.type===`multi-select`)return`<label class="present-action-field"><span>${n}</span><select data-action-id="${t}"${e.type===`multi-select`?` multiple`:``}>${(e.options??[]).map(e=>`<option value="${Y(e.value)}">${Y(e.label)}</option>`).join(``)}</select></label>`;if(e.type===`text-submit`)return`<label class="present-action-field"><span>${n}</span><div class="present-text-submit"><input type="text" class="present-text-input" data-action-id="${t}" data-action-label="${n}" placeholder="${n}" /><button type="button" class="present-action-btn present-action-primary present-submit-btn" data-submit-for="${t}">Send</button></div></label>`;if(e.type===`form-submit`){let r=e.schema;if(r)return`<form class="present-form" data-action-id="${t}" data-action-label="${n}">${Object.entries(r).map(([e,t])=>{let n=Y(t.description??e);return`<label class="present-action-field"><span>${n}</span><input type="${t.type===`number`?`number`:t.type===`boolean`?`checkbox`:`text`}" class="present-text-input" name="${Y(e)}" placeholder="${n}" /></label>`}).join(``)}<button type="submit" class="present-action-btn present-action-primary">${n}</button></form>`}return`<button type="button" class="present-action-btn present-action-${Y(e.variant??`default`)}" data-action-id="${t}" data-action-label="${n}">${n}</button>`}).join(``)}</div>
2678
2678
  <p id="present-action-status" class="present-action-status" aria-live="polite"></p>
2679
2679
  </section>
2680
2680
  <style>
@@ -2889,7 +2889,7 @@ window.addEventListener('message', function(e) {
2889
2889
  }
2890
2890
  });
2891
2891
  <\/script>
2892
- </body>`)}function th(){let e=Z;e&&(Z=null,setTimeout(()=>{try{e.close()}catch{}},2e3))}function nh(e){if(!e.headersSent)try{e.writeHead(500,{"Content-Type":`text/plain`}),e.end(`Internal Server Error`)}catch{try{e.end()}catch{}}}async function rh(e,t){if(lh(`<html><body style="font-family:system-ui;padding:2rem;color:#888;text-align:center"><p>Content opened in browser window.</p></body></html>`),e.data!=null&&t.inputSchema){let n=ln({data:e.data,schema:t.inputSchema});if(!n.valid){let e=n.errors.map(e=>` ${e.path}: ${e.message}${e.expected?` (expected: ${e.expected}, got: ${e.received})`:``}`).join(`
2892
+ </body>`)}function th(){let e=Z;e&&(Z=null,setTimeout(()=>{try{e.close()}catch{}},2e3))}function nh(e){if(!e.headersSent)try{e.writeHead(500,{"Content-Type":`text/plain`}),e.end(`Internal Server Error`)}catch{try{e.end()}catch{}}}async function rh(e,t){if(_h(`<html><body style="font-family:system-ui;padding:2rem;color:#888;text-align:center"><p>Content opened in browser window.</p></body></html>`),e.data!=null&&t.inputSchema){let n=ln({data:e.data,schema:t.inputSchema});if(!n.valid){let e=n.errors.map(e=>` ${e.path}: ${e.message}${e.expected?` (expected: ${e.expected}, got: ${e.received})`:``}`).join(`
2893
2893
  `);return{content:[{type:`text`,text:`[ERROR:VALIDATION] Template "${t.id}" data validation failed:\n${e}\n\nExpected schema: ${JSON.stringify(t.inputSchema,null,2)}`}],structuredContent:{kind:`error`,error:{code:`VIEWER_DATA_INVALID`,message:`Template "${t.id}" data validation failed:\n${e}\n\nExpected schema: ${JSON.stringify(t.inputSchema,null,2)}`}},isError:!0}}}let n=eh(dm(t.resolveHtml(),e.data??null,t.injectId,t.transformData)),r=Cr({title:e.title,html:[Km(e),`<div class="present-viewer-container">`,` <iframe class="present-viewer-iframe" src="/viewer" sandbox="allow-scripts allow-same-origin"></iframe>`,` <script>
2894
2894
  (function() {
2895
2895
  const iframe = document.querySelector('.present-viewer-iframe');
@@ -2906,11 +2906,11 @@ window.addEventListener('message', function(e) {
2906
2906
  })();
2907
2907
  <\/script>`,`</div>`].join(`
2908
2908
  `),css:[[`.present-viewer-container {`,` flex: 1;`,` min-height: calc(100vh - 12rem);`,` position: relative;`,` border-radius: 0.75rem;`,` overflow: hidden;`,` border: none;`,`}`,`.present-viewer-iframe {`,` border: none;`,` width: 100%;`,` height: 100%;`,` position: absolute;`,` inset: 0;`,` border-radius: inherit;`,`}`].join(`
2909
- `)],islands:[],payload:void 0,nonce:``,generatedAt:new Date().toISOString(),colorScheme:e.colorScheme,lang:e.lang,dir:e.dir,transport:`browser`,exportPolicy:`local-interactive`}),i=``;try{th(),i=await new Promise((e,t)=>{let i=Mr((e,t)=>{try{if(e.url===`/viewer`){t.writeHead(200,{"Content-Type":`text/html; charset=utf-8`}),t.end(n);return}t.writeHead(200,{"Content-Type":`text/html; charset=utf-8`}),t.end(r)}catch{nh(t)}});i.listen(0,`127.0.0.1`,()=>{let n=i.address();if(typeof n!=`object`||!n){t(Error(`Failed to resolve local browser address`));return}Z=i,e(`http://127.0.0.1:${n.port}`)})})}catch(t){return{content:[{type:`text`,text:`${e.title}\n\nUnable to start local browser transport.`}],structuredContent:{kind:`error`,error:{code:`BROWSER_START_FAILED`,message:t instanceof Error?t.message:`Unable to start browser transport`}},isError:!0}}await Ym(i);let a=Z;return a&&setTimeout(()=>{Z===a&&(a.close(),Z=null)},Um),{content:[{type:`text`,text:Xm(e,i,`Rendered.`)}],structuredContent:{kind:`rendered`,reason:`no-response-required`}}}async function ih(e){lh(`<html><body style="font-family:system-ui;padding:2rem;color:#888;text-align:center"><p>Content opened in browser window.</p></body></html>`);let t=jr(e,{transport:`browser`,registry:Pm,blockVendorScripts:Wp()}),n=rm(t.surfaceId,t.actions),r=Vm(t.vendorScripts,`browser`),i=Hm(),a=Cr({title:e.title,html:[Km(e),t.html,qm(t.actions,n.nonce)].filter(Boolean).join(`
2910
- `),css:t.css,islands:t.islands,payload:t.payload,nonce:t.nonce,generatedAt:new Date().toISOString(),colorScheme:e.colorScheme,lang:e.lang,dir:e.dir,transport:`browser`,exportPolicy:t.exportPolicy,headScripts:r}),o=``,s=``,c=!1;try{let e=Z;e&&(e.close(),Z=null),o=await new Promise((e,t)=>{let r=Mr((e,t)=>{try{if(c=!0,e.method===`OPTIONS`){t.writeHead(204,{"Access-Control-Allow-Origin":s||`*`,"Access-Control-Allow-Methods":`POST`,"Access-Control-Allow-Headers":`Content-Type`}),t.end();return}if(e.method===`POST`&&e.url===`/callback`){n.handle(e,t,s).catch(()=>{nh(t)});return}let r=i.find(t=>e.url===t.route);if(r){let e=r.getSource();if(e){t.writeHead(200,{"Content-Type":`application/javascript; charset=utf-8`,"Cache-Control":`public, max-age=86400`}),t.end(e);return}t.writeHead(302,{Location:r.cdn}),t.end();return}let o=$m(e.url);if(o)try{let e=M(o,`utf8`);t.writeHead(200,{"Content-Type":`application/javascript; charset=utf-8`}),t.end(e);return}catch{}t.writeHead(200,{"Content-Type":`text/html; charset=utf-8`}),t.end(a)}catch{nh(t)}});r.listen(0,`127.0.0.1`,()=>{let n=r.address();if(typeof n!=`object`||!n){t(Error(`Failed to resolve local browser address`));return}Z=r,s=`http://127.0.0.1:${n.port}`,e(s)})})}catch(t){return{content:[{type:`text`,text:`${e.title}\n\nUnable to start local browser transport.`}],structuredContent:n.settleError(`BROWSER_START_FAILED`,t instanceof Error?t.message:`Unable to start browser transport`),isError:!0}}let l=await Ym(o);if(!Zm(t.actions)){let t=Z;return t&&(n.promise.finally(()=>{Z===t&&(t.close(),Z=null)}),setTimeout(()=>{Z===t&&(t.close(),Z=null)},Um)),{content:[{type:`text`,text:Xm(e,o,`Rendered.`)}],structuredContent:{kind:`rendered`,reason:`no-response-required`}}}let u=await Promise.race([n.promise,new Promise(e=>{setTimeout(()=>{c||(th(),e(n.settleError(`BROWSER_CONNECT_TIMEOUT`,l?`No browser client connected within ${Wm}ms.`:`Fell back to system browser, but no browser client connected within ${Wm}ms.`)))},Wm)}),new Promise(e=>{setTimeout(()=>e(n.settleTimeout(Um)),Um)})]),d=Z;d&&setTimeout(()=>{Z===d&&(d.close(),Z=null)},Um);let f=u.kind===`result`?`Selected action: ${u.result.actionId}`:u.kind===`timeout`?`Timed out after ${u.waitedMs}ms.`:u.kind===`cancelled`?`Cancelled: ${u.reason}.`:u.kind===`error`?`Error: ${u.error.message}`:`Rendered.`;return{content:[{type:`text`,text:Xm(e,o,f)}],structuredContent:u,isError:u.kind===`error`}}const ah=`ui://aikit/present.html`,oh=`Install AI Kit with <code>${X(`npx -y @vpxa/aikit@latest init --user`)}</code>.`;let sh=``;function ch(){return sh}function lh(e){sh=e}function uh(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}const dh=/\\u[0-9a-fA-F]{4}/,fh=/^\s*\|(?:[^|\r\n]+\|){2,}\s*$/,ph=/^\s*\|?(?:\s*:?-{3,}:?\s*\|){2,}\s*$/,mh=/\b(cli|terminal|tty|console|command(?:-|\s)?line)\b/i;function hh(e){let t=[e.value,e.markdown,e.text,e.content];for(let e of t)if(typeof e==`string`&&e.trim().length>0)return e}function gh(e){let t=e.split(/\r?\n/);for(let e=0;e<t.length-1;e+=1)if(fh.test(t[e])&&ph.test(t[e+1]))return!0;return!1}function _h(e){let t=e.trim().split(`|`),n=+(t[0]?.trim()===``),r=t.at(-1)?.trim()===``?t.length-1:t.length;return t.slice(n,r).map(e=>e.trim())}function vh(e,t){if(t<2)return!1;let n=e.trim();return n.startsWith(`|`)?_h(n).length===t:!1}function yh(e){let t=e.split(/\r?\n/),n=[],r=[],i=()=>{r.length!==0&&(n.push({type:`text`,content:r.join(`
2911
- `)}),r.length=0)},a=0;for(;a<t.length;){let e=t[a],o=t[a+1];if(o!==void 0&&fh.test(e)&&ph.test(o)){let r=_h(e),o=[];i();let s=a+2;for(;s<t.length&&vh(t[s],r.length);)o.push(_h(t[s])),s+=1;n.push({type:`table`,headers:r,rows:o}),a=s;continue}r.push(e),a+=1}return i(),n}function bh(e){let t=hh(e);return!t||!gh(t)?[e]:yh(t).flatMap(e=>{if(e.type===`text`){let t=e.content.trim();return t.length>0?[{type:`markdown`,value:t}]:[]}return[{type:`table`,value:{headers:e.headers,rows:e.rows}}]})}function xh(e){if(typeof e==`string`)return mh.test(e);if(Array.isArray(e))return e.some(e=>xh(e));if(!uh(e))return!1;let t=[`client`,`clientInfo`,`host`,`source`,`mode`,`name`,`title`,`channel`];return Object.entries(e).some(([e,n])=>t.includes(e)?xh(n):!1)}function Sh(e,t){return{preferBrowser:[t,e._meta,uh(e.metadata)?e.metadata.source:void 0].some(e=>xh(e))}}function Ch(e){if(!e.template)return!0;let t=cm(e.template);return t?t.supportedTransports.includes(`browser`):Fm(e)?.supportedTransports.includes(`browser`)??!1}function wh(e){let t=typeof e.description==`string`&&e.description.trim().length>0?`<p class="present-surface-description">${X(e.description)}</p>`:``;return[`<section class="present-surface-header">`,` <h1>${X(e.title)}</h1>`,t,`</section>`,`<style>`,` .present-surface-header { display: grid; gap: 0.75rem; margin-bottom: 1.5rem; }`,` .present-surface-header h1 { margin: 0; font-size: 1.875rem; }`,` .present-surface-description { margin: 0; color: var(--dt-text-secondary, #475467); }`,`</style>`].filter(Boolean).join(`
2912
- `)}function Th(e,t){let n=[e.title];return e.description&&n.push(e.description),Or(t)?n.push(``,`Selected action: ${t.result.actionId}`):Dr(t)?n.push(``,`Error: ${t.error.message}`):t.kind===`timeout`?n.push(``,`Timed out after ${t.waitedMs}ms.`):t.kind===`cancelled`&&n.push(``,`Cancelled: ${t.reason}.`),n.join(`
2913
- `)}const Eh={id:`__dismiss`,type:`button`,label:`Done`,variant:`default`};function Dh(e){if((e.actions?.length??0)>0||!e.template)return e;let t=Fm(e);return t?.supportedTransports.includes(`browser`)===!0&&!t.supportedTransports.includes(`mcp-app`)?{...e,actions:[Eh]}:e}function Oh(e){return e.replace(`</head>`,`<style>
2909
+ `)],islands:[],payload:void 0,nonce:``,generatedAt:new Date().toISOString(),colorScheme:e.colorScheme,lang:e.lang,dir:e.dir,transport:`browser`,exportPolicy:`local-interactive`}),i=``;try{th(),i=await new Promise((e,t)=>{let i=Mr((e,t)=>{try{if(e.url===`/viewer`){t.writeHead(200,{"Content-Type":`text/html; charset=utf-8`}),t.end(n);return}t.writeHead(200,{"Content-Type":`text/html; charset=utf-8`}),t.end(r)}catch{nh(t)}});i.listen(0,`127.0.0.1`,()=>{let n=i.address();if(typeof n!=`object`||!n){t(Error(`Failed to resolve local browser address`));return}Z=i,e(`http://127.0.0.1:${n.port}`)})})}catch(t){return{content:[{type:`text`,text:`${e.title}\n\nUnable to start local browser transport.`}],structuredContent:{kind:`error`,error:{code:`BROWSER_START_FAILED`,message:t instanceof Error?t.message:`Unable to start browser transport`}},isError:!0}}await Ym(i);let a=Z;return a&&setTimeout(()=>{Z===a&&(a.close(),Z=null)},Um),{content:[{type:`text`,text:Xm(e,i,`Rendered.`)}],structuredContent:{kind:`rendered`,reason:`no-response-required`}}}async function ih(e){_h(`<html><body style="font-family:system-ui;padding:2rem;color:#888;text-align:center"><p>Content opened in browser window.</p></body></html>`);let t=jr(e,{transport:`browser`,registry:Pm,blockVendorScripts:Gp()}),n=rm(t.surfaceId,t.actions),r=Vm(t.vendorScripts,`browser`),i=Hm(),a=Cr({title:e.title,html:[Km(e),t.html,qm(t.actions,n.nonce)].filter(Boolean).join(`
2910
+ `),css:t.css,islands:t.islands,payload:t.payload,nonce:t.nonce,generatedAt:new Date().toISOString(),colorScheme:e.colorScheme,lang:e.lang,dir:e.dir,transport:`browser`,exportPolicy:t.exportPolicy,headScripts:r}),o=``,s=``,c=!1;try{let e=Z;e&&(e.close(),Z=null),o=await new Promise((e,t)=>{let r=Mr((e,t)=>{try{if(c=!0,e.method===`OPTIONS`){t.writeHead(204,{"Access-Control-Allow-Origin":s||`*`,"Access-Control-Allow-Methods":`POST`,"Access-Control-Allow-Headers":`Content-Type`}),t.end();return}if(e.method===`POST`&&e.url===`/callback`){n.handle(e,t,s).catch(()=>{nh(t)});return}let r=i.find(t=>e.url===t.route);if(r){let e=r.getSource();if(e){t.writeHead(200,{"Content-Type":`application/javascript; charset=utf-8`,"Cache-Control":`public, max-age=86400`}),t.end(e);return}t.writeHead(302,{Location:r.cdn}),t.end();return}let o=$m(e.url);if(o)try{let e=M(o,`utf8`);t.writeHead(200,{"Content-Type":`application/javascript; charset=utf-8`}),t.end(e);return}catch{}t.writeHead(200,{"Content-Type":`text/html; charset=utf-8`}),t.end(a)}catch{nh(t)}});r.listen(0,`127.0.0.1`,()=>{let n=r.address();if(typeof n!=`object`||!n){t(Error(`Failed to resolve local browser address`));return}Z=r,s=`http://127.0.0.1:${n.port}`,e(s)})})}catch(t){return{content:[{type:`text`,text:`${e.title}\n\nUnable to start local browser transport.`}],structuredContent:n.settleError(`BROWSER_START_FAILED`,t instanceof Error?t.message:`Unable to start browser transport`),isError:!0}}let l=await Ym(o);if(!Zm(t.actions)){let t=Z;return t&&(n.promise.finally(()=>{Z===t&&(t.close(),Z=null)}),setTimeout(()=>{Z===t&&(t.close(),Z=null)},Um)),{content:[{type:`text`,text:Xm(e,o,`Rendered.`)}],structuredContent:{kind:`rendered`,reason:`no-response-required`}}}let u=await Promise.race([n.promise,new Promise(e=>{setTimeout(()=>{c||(th(),e(n.settleError(`BROWSER_CONNECT_TIMEOUT`,l?`No browser client connected within ${Wm}ms.`:`Fell back to system browser, but no browser client connected within ${Wm}ms.`)))},Wm)}),new Promise(e=>{setTimeout(()=>e(n.settleTimeout(Um)),Um)})]),d=Z;d&&setTimeout(()=>{Z===d&&(d.close(),Z=null)},Um);let f=u.kind===`result`?`Selected action: ${u.result.actionId}`:u.kind===`timeout`?`Timed out after ${u.waitedMs}ms.`:u.kind===`cancelled`?`Cancelled: ${u.reason}.`:u.kind===`error`?`Error: ${u.error.message}`:`Rendered.`;return{content:[{type:`text`,text:Xm(e,o,f)}],structuredContent:u,isError:u.kind===`error`}}const ah=`openai/outputTemplate`,oh=`ui/resourceUri`,sh={connectDomains:[],resourceDomains:[]},ch={connect_domains:[],resource_domains:[]};function lh(e){return{ui:{resourceUri:e,visibility:[`model`,`app`]},[oh]:e,[ah]:e,"openai/widgetAccessible":!0}}function uh(){return{ui:{prefersBorder:!1,csp:sh},"openai/widgetDescription":`AI Kit renders structured visual surfaces such as dashboards, charts, reports, and diagrams.`,"openai/widgetPrefersBorder":!1,"openai/widgetCSP":ch}}function dh(e){return{ui:{resourceUri:e},[oh]:e,[ah]:e}}function fh(e){return{...e,schemaVersion:1}}const ph=`ui://aikit/present.html`,mh=`Install AI Kit with <code>${Y(`npx -y @vpxa/aikit@latest init --user`)}</code>.`;let hh=``;function gh(){return hh}function _h(e){hh=e}function vh(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}const yh=/\\u[0-9a-fA-F]{4}/,bh=/^\s*\|(?:[^|\r\n]+\|){2,}\s*$/,xh=/^\s*\|?(?:\s*:?-{3,}:?\s*\|){2,}\s*$/,Sh=/\b(cli|terminal|tty|console|command(?:-|\s)?line)\b/i;function Ch(e){let t=[e.value,e.markdown,e.text,e.content];for(let e of t)if(typeof e==`string`&&e.trim().length>0)return e}function wh(e){let t=e.split(/\r?\n/);for(let e=0;e<t.length-1;e+=1)if(bh.test(t[e])&&xh.test(t[e+1]))return!0;return!1}function Th(e){let t=e.trim().split(`|`),n=+(t[0]?.trim()===``),r=t.at(-1)?.trim()===``?t.length-1:t.length;return t.slice(n,r).map(e=>e.trim())}function Eh(e,t){if(t<2)return!1;let n=e.trim();return n.startsWith(`|`)?Th(n).length===t:!1}function Dh(e){let t=e.split(/\r?\n/),n=[],r=[],i=()=>{r.length!==0&&(n.push({type:`text`,content:r.join(`
2911
+ `)}),r.length=0)},a=0;for(;a<t.length;){let e=t[a],o=t[a+1];if(o!==void 0&&bh.test(e)&&xh.test(o)){let r=Th(e),o=[];i();let s=a+2;for(;s<t.length&&Eh(t[s],r.length);)o.push(Th(t[s])),s+=1;n.push({type:`table`,headers:r,rows:o}),a=s;continue}r.push(e),a+=1}return i(),n}function Oh(e){let t=Ch(e);return!t||!wh(t)?[e]:Dh(t).flatMap(e=>{if(e.type===`text`){let t=e.content.trim();return t.length>0?[{type:`markdown`,value:t}]:[]}return[{type:`table`,value:{headers:e.headers,rows:e.rows}}]})}function kh(e){if(typeof e==`string`)return Sh.test(e);if(Array.isArray(e))return e.some(e=>kh(e));if(!vh(e))return!1;let t=[`client`,`clientInfo`,`host`,`source`,`mode`,`name`,`title`,`channel`];return Object.entries(e).some(([e,n])=>t.includes(e)?kh(n):!1)}function Ah(e,t){return{preferBrowser:[t,e._meta,vh(e.metadata)?e.metadata.source:void 0].some(e=>kh(e))}}function jh(e){if(!e.template)return!0;let t=cm(e.template);return t?t.supportedTransports.includes(`browser`):Fm(e)?.supportedTransports.includes(`browser`)??!1}function Mh(e){let t=typeof e.description==`string`&&e.description.trim().length>0?`<p class="present-surface-description">${Y(e.description)}</p>`:``;return[`<section class="present-surface-header">`,` <h1>${Y(e.title)}</h1>`,t,`</section>`,`<style>`,` .present-surface-header { display: grid; gap: 0.75rem; margin-bottom: 1.5rem; }`,` .present-surface-header h1 { margin: 0; font-size: 1.875rem; }`,` .present-surface-description { margin: 0; color: var(--dt-text-secondary, #475467); }`,`</style>`].filter(Boolean).join(`
2912
+ `)}function Nh(e,t){let n=[e.title];return e.description&&n.push(e.description),Or(t)?n.push(``,`Selected action: ${t.result.actionId}`):Dr(t)?n.push(``,`Error: ${t.error.message}`):t.kind===`timeout`?n.push(``,`Timed out after ${t.waitedMs}ms.`):t.kind===`cancelled`&&n.push(``,`Cancelled: ${t.reason}.`),n.join(`
2913
+ `)}const Ph={id:`__dismiss`,type:`button`,label:`Done`,variant:`default`};function Fh(e){if((e.actions?.length??0)>0||!e.template)return e;let t=Fm(e);return t?.supportedTransports.includes(`browser`)===!0&&!t.supportedTransports.includes(`mcp-app`)?{...e,actions:[Ph]}:e}function Ih(e){return e.replace(`</head>`,`<style>
2914
2914
  .toolbar, .badge, body > header, body > footer { display: none !important; }
2915
2915
  body { padding-top: 0 !important; margin-top: 0 !important; }
2916
2916
  </style>
@@ -2932,7 +2932,7 @@ window.addEventListener('message', function(e) {
2932
2932
  }
2933
2933
  });
2934
2934
  <\/script>
2935
- </body>`)}function kh(e){let t=`<script>
2935
+ </body>`)}function Lh(e){let t=`<script>
2936
2936
  (function(){
2937
2937
  var last=0;
2938
2938
  function notify(){
@@ -2943,9 +2943,9 @@ window.addEventListener('message', function(e) {
2943
2943
  if(typeof ResizeObserver!=="undefined"){new ResizeObserver(notify).observe(document.documentElement)}
2944
2944
  else{setInterval(notify,500)}
2945
2945
  })();
2946
- <\/script>`;return e.includes(`</body>`)?e.replace(`</body>`,`${t}</body>`):`${e}${t}`}function Ah(e,t){return[`<!DOCTYPE html>`,`<html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1">`,`<title>Error — ${X(e)}</title>`,`<style>`,` * { box-sizing: border-box; margin: 0; padding: 0; }`,` body { font-family: system-ui, -apple-system, sans-serif; min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 2rem; background: #fafafa; color: #333; }`,` .error-card { max-width: 560px; width: 100%; padding: 2.5rem; border-radius: 1rem; background: #fff; border: 1px solid #e5e7eb; box-shadow: 0 1px 3px rgba(0,0,0,0.06); }`,` .error-badge { display: inline-block; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; color: #dc2626; background: #fef2f2; border: 1px solid #fecaca; border-radius: 0.375rem; padding: 0.25rem 0.625rem; margin-bottom: 1rem; }`,` .error-title { font-size: 1.25rem; font-weight: 600; margin-bottom: 0.75rem; color: #111; }`,` .error-message { font-size: 0.875rem; line-height: 1.6; color: #6b7280; white-space: pre-wrap; word-break: break-word; }`,`</style></head><body>`,`<div class="error-card">`,` <span class="error-badge">Render Error</span>`,` <h1 class="error-title">${X(e)}</h1>`,` <p class="error-message">${X(t)}</p>`,`</div>`,`</body></html>`].join(`
2947
- `)}function jh(e,t,n,r){return lh(Ah(r??`Present`,t)),{content:[{type:`text`,text:`[ERROR:VALIDATION] ${t}`}],isError:!0}}function Mh(e,t){if(!uh(e)||!(`schemaVersion`in e))return{ok:!1,response:jh(`INVALID_CHANNEL_SURFACE`,`present expects a ChannelSurface object with schemaVersion: 1`)};if(e.schemaVersion!==1)return{ok:!1,response:jh(`UNSUPPORTED_SCHEMA_VERSION`,`Unsupported ChannelSurface schemaVersion: ${String(e.schemaVersion)}`)};if(typeof e.title==`string`&&dh.test(e.title))return{ok:!1,response:jh(`TITLE_UNICODE_ESCAPE_NOT_ALLOWED`,`Use actual Unicode characters in title, not escape sequences.`)};let n=Array.isArray(e.blocks)?{...e,blocks:e.blocks.flatMap(e=>{if(!uh(e)||e.type!==`markdown`)return[e];let t=hh(e);return!t||!gh(t)?[e]:bh(e)})}:e;return{ok:!0,surface:n,options:Sh(n,t)}}async function Nh(e,t={}){let n=Dh(e);if(e.template){let r=cm(e.template);if(r)return await Ph(n,r,t)}return Im(n)||t.preferBrowser&&Ch(n)?await ih(n):Fh(n)}async function Ph(e,t,n={}){if(e.data!=null&&t.inputSchema){let n=ln({data:e.data,schema:t.inputSchema});if(!n.valid){let r=n.errors.map(e=>` ${e.path}: ${e.message}${e.expected?` (expected: ${e.expected}, got: ${e.received})`:``}`).join(`
2948
- `);return jh(`VIEWER_DATA_INVALID`,`Template "${t.id}" data validation failed:\n${r}\n\nExpected schema: ${JSON.stringify(t.inputSchema,null,2)}`,void 0,e.title)}}let r=t.supportedTransports.includes(`browser`),i=t.supportedTransports.includes(`mcp-app`);if(n.preferBrowser&&r||r&&!i)return await rh(e,t);if(!i)return jh(`VIEWER_TRANSPORT_UNSUPPORTED`,`Viewer template "${t.id}" does not support an available transport`,void 0,e.title);try{let n=Oh(dm(t.resolveHtml(),e.data??null,t.injectId,t.transformData)).replace(/&/g,`&amp;`).replace(/"/g,`&quot;`);return lh(kh(Cr({title:e.title,html:[wh(e),`<div class="present-viewer-container">`,` <iframe class="present-viewer-iframe" srcdoc="${n}" sandbox="allow-scripts allow-same-origin"></iframe>`,` <script>
2946
+ <\/script>`;return e.includes(`</body>`)?e.replace(`</body>`,`${t}</body>`):`${e}${t}`}function Rh(e,t){return[`<!DOCTYPE html>`,`<html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1">`,`<title>Error — ${Y(e)}</title>`,`<style>`,` * { box-sizing: border-box; margin: 0; padding: 0; }`,` body { font-family: system-ui, -apple-system, sans-serif; min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 2rem; background: #fafafa; color: #333; }`,` .error-card { max-width: 560px; width: 100%; padding: 2.5rem; border-radius: 1rem; background: #fff; border: 1px solid #e5e7eb; box-shadow: 0 1px 3px rgba(0,0,0,0.06); }`,` .error-badge { display: inline-block; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; color: #dc2626; background: #fef2f2; border: 1px solid #fecaca; border-radius: 0.375rem; padding: 0.25rem 0.625rem; margin-bottom: 1rem; }`,` .error-title { font-size: 1.25rem; font-weight: 600; margin-bottom: 0.75rem; color: #111; }`,` .error-message { font-size: 0.875rem; line-height: 1.6; color: #6b7280; white-space: pre-wrap; word-break: break-word; }`,`</style></head><body>`,`<div class="error-card">`,` <span class="error-badge">Render Error</span>`,` <h1 class="error-title">${Y(e)}</h1>`,` <p class="error-message">${Y(t)}</p>`,`</div>`,`</body></html>`].join(`
2947
+ `)}function zh(e,t,n,r){return _h(Rh(r??`Present`,t)),{content:[{type:`text`,text:`[ERROR:VALIDATION] ${t}`}],isError:!0}}function Bh(e,t){if(!vh(e)||!(`schemaVersion`in e))return{ok:!1,response:zh(`INVALID_CHANNEL_SURFACE`,`present expects a ChannelSurface object with schemaVersion: 1`)};if(e.schemaVersion!==1)return{ok:!1,response:zh(`UNSUPPORTED_SCHEMA_VERSION`,`Unsupported ChannelSurface schemaVersion: ${String(e.schemaVersion)}`)};if(typeof e.title==`string`&&yh.test(e.title))return{ok:!1,response:zh(`TITLE_UNICODE_ESCAPE_NOT_ALLOWED`,`Use actual Unicode characters in title, not escape sequences.`)};let n=Array.isArray(e.blocks)?{...e,blocks:e.blocks.flatMap(e=>{if(!vh(e)||e.type!==`markdown`)return[e];let t=Ch(e);return!t||!wh(t)?[e]:Oh(e)})}:e;return{ok:!0,surface:n,options:Ah(n,t)}}async function Vh(e,t={}){let n=Fh(e);if(e.template){let r=cm(e.template);if(r)return await Hh(n,r,t)}return Im(n)||t.preferBrowser&&jh(n)?await ih(n):Uh(n)}async function Hh(e,t,n={}){if(e.data!=null&&t.inputSchema){let n=ln({data:e.data,schema:t.inputSchema});if(!n.valid){let r=n.errors.map(e=>` ${e.path}: ${e.message}${e.expected?` (expected: ${e.expected}, got: ${e.received})`:``}`).join(`
2948
+ `);return zh(`VIEWER_DATA_INVALID`,`Template "${t.id}" data validation failed:\n${r}\n\nExpected schema: ${JSON.stringify(t.inputSchema,null,2)}`,void 0,e.title)}}let r=t.supportedTransports.includes(`browser`),i=t.supportedTransports.includes(`mcp-app`);if(n.preferBrowser&&r||r&&!i)return await rh(e,t);if(!i)return zh(`VIEWER_TRANSPORT_UNSUPPORTED`,`Viewer template "${t.id}" does not support an available transport`,void 0,e.title);try{let n=Ih(dm(t.resolveHtml(),e.data??null,t.injectId,t.transformData)).replace(/&/g,`&amp;`).replace(/"/g,`&quot;`);return _h(Lh(Cr({title:e.title,html:[Mh(e),`<div class="present-viewer-container">`,` <iframe class="present-viewer-iframe" srcdoc="${n}" sandbox="allow-scripts allow-same-origin"></iframe>`,` <script>
2949
2949
  (function() {
2950
2950
  const iframe = document.querySelector('.present-viewer-iframe');
2951
2951
  if (!iframe) return;
@@ -2968,12 +2968,12 @@ window.addEventListener('message', function(e) {
2968
2968
  });
2969
2969
  <\/script>`,`</div>`].join(`
2970
2970
  `),css:[[`.present-viewer-container {`,` flex: 1;`,` min-height: 640px;`,` position: relative;`,` border-radius: 0.75rem;`,` overflow: hidden;`,` border: none;`,`}`,`.present-viewer-iframe {`,` border: none;`,` width: 100%;`,` height: 100%;`,` position: absolute;`,` inset: 0;`,` border-radius: inherit;`,`}`].join(`
2971
- `)],islands:[],payload:void 0,nonce:``,generatedAt:new Date().toISOString(),footerContentHtml:oh,colorScheme:e.colorScheme,lang:e.lang,dir:e.dir,transport:`mcp-app`,exportPolicy:`local-interactive`}))),{content:[{type:`text`,text:Th(e,{kind:`rendered`,reason:`no-response-required`})}],ui:{type:`resource`,uri:ah}}}catch(t){return jh(`VIEWER_RENDER_FAILED`,t instanceof Error?t.message:`Failed to render viewer template`,void 0,e.title)}}function Fh(e){try{let t=jr(e,{transport:`mcp-app`,registry:Pm,blockVendorScripts:Wp()}),n=Vm(t.vendorScripts,`mcp-app`);return sh=kh(Cr({title:e.title,html:[wh(e),t.html].filter(Boolean).join(`
2972
- `),css:t.css,islands:t.islands,payload:t.payload,nonce:t.nonce,colorScheme:e.colorScheme,lang:e.lang,dir:e.dir,transport:`mcp-app`,exportPolicy:t.exportPolicy,footerContentHtml:oh,headScripts:n})),{content:[{type:`text`,text:Th(e,{kind:`rendered`,reason:`no-response-required`})}],ui:{type:`resource`,uri:ah}}}catch(t){return jh(`RENDER_FAILED`,t instanceof Error?t.message:`Failed to render ChannelSurface`,void 0,e.title)}}const Ih=z.object({label:z.string(),value:z.string(),description:z.string().optional()}),Lh=z.object({id:z.string().describe(`Unique action identifier`),type:z.enum([`button`,`select`,`multi-select`,`form-submit`,`text-submit`,`confirm`,`custom`]).describe(`Interactive action type`),label:z.string().describe(`Visible action label`),variant:z.enum([`primary`,`danger`,`default`]).optional(),options:z.array(Ih).optional(),schema:z.record(z.string(),z.unknown()).optional()}),Rh=z.object({type:z.string(),title:z.string().optional(),value:z.unknown().optional(),language:z.string().optional()}).catchall(z.unknown()),zh={schemaVersion:z.literal(1).describe(`ChannelSurface schema version. Must be 1.`),title:z.string().describe(`Surface title shown to the user.`),description:z.string().optional().describe(`Optional supporting copy for the surface.`),template:z.string().optional().describe(`Optional template id such as report@1.`),layout:z.object({maxWidth:z.string().optional(),padding:z.string().optional(),columns:z.number().optional()}).optional(),blocks:z.array(Rh).optional().describe(`Typed block content for the surface.`),data:z.unknown().optional().describe(`Template data payload, if the template expands data.`),actions:z.array(Lh).optional().describe(`Interactive actions. Presence triggers browser transport.`),response:z.object({timeout:z.number().optional(),required:z.boolean().optional()}).optional(),metadata:z.object({surfaceId:z.string().optional(),createdAt:z.string().optional(),source:z.string().optional()}).optional(),colorScheme:z.enum([`light`,`dark`,`auto`]).optional(),lang:z.string().optional(),dir:z.enum([`ltr`,`rtl`,`auto`]).optional()};z.object({surfaceId:z.string(),actionId:z.string(),actionType:z.enum([`button`,`select`,`multi-select`,`form-submit`,`text-submit`,`confirm`,`custom`]),value:z.unknown().optional(),formData:z.record(z.string(),z.unknown()).optional(),selection:z.union([z.string(),z.array(z.string())]).optional(),label:z.string().optional(),timestamp:z.string(),sourceTransport:z.enum([`mcp-app`,`browser`,`export`])});function Bh(e,t){let n=G(`present`),r=[`Render a ChannelSurface for the user.`,`Quick ref:`,`- Full schema: aikit://schemas/channel-surface`,`- Required: schemaVersion: 1, title`,`- Content: blocks[] for direct rendering, or template + data for registry-backed rendering`,`- Actions: actions[] of SurfaceAction; interactive surfaces use browser transport and return ChannelOutcome`,`- Optional fields: description, layout, response, metadata, colorScheme, lang, dir`,`- Transports: mcp-app, browser, export`,`- Use schema resource for block enums and action details.`].join(`
2973
- `);pr(e,`present`,{title:n.title,description:r,inputSchema:zh,annotations:n.annotations,_meta:{ui:{resourceUri:ah}}},Y(`present`,async(e,t)=>{let n=Mh(e,t);return n.ok?await Nh(n.surface,n.options):n.response}));try{fr(e,`Present View`,ah,{description:`AI Kit present tool viewer`},async()=>({contents:[{uri:ah,mimeType:dr,text:ch()||`<html><body><p>No content generated yet. Call the present tool first.</p></body></html>`}]}))}catch{}try{e.registerResource(`present-templates`,`aikit://present/templates`,{description:`List all registered present viewer templates with their input schemas`},async()=>{let e=um().map(e=>({id:e.id,label:e.label,description:e.description,transports:e.supportedTransports,inputSchema:e.inputSchema}));return{contents:[{uri:`aikit://present/templates`,mimeType:`application/json`,text:JSON.stringify(e,null,2)}]}})}catch{}}const Vh=I(`tools`);function Hh(e,t){let n=new Qn({structure:new er,dependencies:new Yn,symbols:new tr,patterns:new $n,entryPoints:new Zn,diagrams:new Xn}),r=G(`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:z.string().optional().describe(`Root path to analyze (defaults to workspace root)`),aspects:z.array(z.enum([`all`,`structure`,`dependencies`,`symbols`,`patterns`,`entry-points`,`diagrams`])).default([`all`]).describe(`Which analysis aspects to run`)},annotations:r.annotations},Y(`produce_knowledge`,async({scope:e,aspects:r},i)=>{let a;try{a=Lc(i).createTask(`Produce Knowledge`,3),a.progress(0,`Running analyzers`);let o=e??`.`;Vh.info(`Running knowledge production`,{rootPath:o,aspects:r});let s=await n.runExtraction(o,r);try{let e=t?.onboardDir??``;if(!e)throw Vh.warn(`onboardDir not configured — skipping artifact persistence.`),Error(`skip`);j(e,{recursive:!0});let n=`<!-- Generated by produce_knowledge at ${new Date().toISOString()} -->\n\n`;for(let[t,r]of Object.entries(s))r&&typeof r==`string`&&me(P(e,`${t}.md`),n+r,`utf-8`);Vh.info(`Knowledge persisted to .ai/context/`,{files:Object.keys(s).length})}catch(e){Vh.warn(`Failed to persist knowledge to .ai/context/`,{error:L(e)})}a.progress(1,`Synthesizing results`);let c=n.buildSynthesisInstructions(s,r);return a.complete(`Knowledge production complete`),{content:[{type:`text`,text:c+`
2971
+ `)],islands:[],payload:void 0,nonce:``,generatedAt:new Date().toISOString(),footerContentHtml:mh,colorScheme:e.colorScheme,lang:e.lang,dir:e.dir,transport:`mcp-app`,exportPolicy:`local-interactive`}))),{content:[{type:`text`,text:Nh(e,{kind:`rendered`,reason:`no-response-required`})}],structuredContent:fh(e),_meta:dh(ph),ui:{type:`resource`,uri:ph}}}catch(t){return zh(`VIEWER_RENDER_FAILED`,t instanceof Error?t.message:`Failed to render viewer template`,void 0,e.title)}}function Uh(e){try{let t=jr(e,{transport:`mcp-app`,registry:Pm,blockVendorScripts:Gp()}),n=Vm(t.vendorScripts,`mcp-app`);return hh=Lh(Cr({title:e.title,html:[Mh(e),t.html].filter(Boolean).join(`
2972
+ `),css:t.css,islands:t.islands,payload:t.payload,nonce:t.nonce,colorScheme:e.colorScheme,lang:e.lang,dir:e.dir,transport:`mcp-app`,exportPolicy:t.exportPolicy,footerContentHtml:mh,headScripts:n})),{content:[{type:`text`,text:Nh(e,{kind:`rendered`,reason:`no-response-required`})}],structuredContent:fh(e),_meta:dh(ph),ui:{type:`resource`,uri:ph}}}catch(t){return zh(`RENDER_FAILED`,t instanceof Error?t.message:`Failed to render ChannelSurface`,void 0,e.title)}}const Wh=z.object({label:z.string(),value:z.string(),description:z.string().optional()}),Gh=z.object({id:z.string().describe(`Unique action identifier`),type:z.enum([`button`,`select`,`multi-select`,`form-submit`,`text-submit`,`confirm`,`custom`]).describe(`Interactive action type`),label:z.string().describe(`Visible action label`),variant:z.enum([`primary`,`danger`,`default`]).optional(),options:z.array(Wh).optional(),schema:z.record(z.string(),z.unknown()).optional()}),Kh=z.object({type:z.string(),title:z.string().optional(),value:z.unknown().optional(),language:z.string().optional()}).catchall(z.unknown()),qh={schemaVersion:z.literal(1).describe(`ChannelSurface schema version. Must be 1.`),title:z.string().describe(`Surface title shown to the user.`),description:z.string().optional().describe(`Optional supporting copy for the surface.`),template:z.string().optional().describe(`Optional template id such as report@1.`),layout:z.object({maxWidth:z.string().optional(),padding:z.string().optional(),columns:z.number().optional()}).optional(),blocks:z.array(Kh).optional().describe(`Typed block content for the surface.`),data:z.unknown().optional().describe(`Template data payload, if the template expands data.`),actions:z.array(Gh).optional().describe(`Interactive actions. Presence triggers browser transport.`),response:z.object({timeout:z.number().optional(),required:z.boolean().optional()}).optional(),metadata:z.object({surfaceId:z.string().optional(),createdAt:z.string().optional(),source:z.string().optional()}).optional(),colorScheme:z.enum([`light`,`dark`,`auto`]).optional(),lang:z.string().optional(),dir:z.enum([`ltr`,`rtl`,`auto`]).optional()};z.object({surfaceId:z.string(),actionId:z.string(),actionType:z.enum([`button`,`select`,`multi-select`,`form-submit`,`text-submit`,`confirm`,`custom`]),value:z.unknown().optional(),formData:z.record(z.string(),z.unknown()).optional(),selection:z.union([z.string(),z.array(z.string())]).optional(),label:z.string().optional(),timestamp:z.string(),sourceTransport:z.enum([`mcp-app`,`browser`,`export`])});function Jh(e,t){let n=W(`present`),r=[`Render a ChannelSurface for the user.`,`Quick ref:`,`- Full schema: aikit://schemas/channel-surface`,`- Required: schemaVersion: 1, title`,`- Content: blocks[] for direct rendering, or template + data for registry-backed rendering`,`- Actions: actions[] of SurfaceAction; interactive surfaces use browser transport and return ChannelOutcome`,`- Optional fields: description, layout, response, metadata, colorScheme, lang, dir`,`- Transports: mcp-app, browser, export`,`- Use schema resource for block enums and action details.`].join(`
2973
+ `);pr(e,`present`,{title:n.title,description:r,inputSchema:qh,annotations:n.annotations,_meta:lh(ph)},J(`present`,async(e,t)=>{let n=Bh(e,t);return n.ok?await Vh(n.surface,n.options):n.response}));try{fr(e,`Present View`,ph,{description:`AI Kit present tool viewer`,_meta:uh()},async()=>({contents:[{uri:ph,mimeType:dr,_meta:uh(),text:gh()||`<html><body><p>No content generated yet. Call the present tool first.</p></body></html>`}]}))}catch{}try{e.registerResource(`present-templates`,`aikit://present/templates`,{description:`List all registered present viewer templates with their input schemas`},async()=>{let e=um().map(e=>({id:e.id,label:e.label,description:e.description,transports:e.supportedTransports,inputSchema:e.inputSchema}));return{contents:[{uri:`aikit://present/templates`,mimeType:`application/json`,text:JSON.stringify(e,null,2)}]}})}catch{}}const Yh=I(`tools`);function Xh(e,t){let n=new Qn({structure:new er,dependencies:new Yn,symbols:new tr,patterns:new $n,entryPoints:new Zn,diagrams:new Xn}),r=W(`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:z.string().optional().describe(`Root path to analyze (defaults to workspace root)`),aspects:z.array(z.enum([`all`,`structure`,`dependencies`,`symbols`,`patterns`,`entry-points`,`diagrams`])).default([`all`]).describe(`Which analysis aspects to run`)},annotations:r.annotations},J(`produce_knowledge`,async({scope:e,aspects:r},i)=>{let a;try{a=Rc(i).createTask(`Produce Knowledge`,3),a.progress(0,`Running analyzers`);let o=e??`.`;Yh.info(`Running knowledge production`,{rootPath:o,aspects:r});let s=await n.runExtraction(o,r);try{let e=t?.onboardDir??``;if(!e)throw Yh.warn(`onboardDir not configured — skipping artifact persistence.`),Error(`skip`);j(e,{recursive:!0});let n=`<!-- Generated by produce_knowledge at ${new Date().toISOString()} -->\n\n`;for(let[t,r]of Object.entries(s))r&&typeof r==`string`&&me(P(e,`${t}.md`),n+r,`utf-8`);Yh.info(`Knowledge persisted to .ai/context/`,{files:Object.keys(s).length})}catch(e){Yh.warn(`Failed to persist knowledge to .ai/context/`,{error:L(e)})}a.progress(1,`Synthesizing results`);let c=n.buildSynthesisInstructions(s,r);return a.complete(`Knowledge production complete`),{content:[{type:`text`,text:c+`
2974
2974
 
2975
2975
  ---
2976
- _Next: Review the baselines above and use \`remember\` to store synthesized knowledge entries._`}]}}catch(e){return a?.fail?.(`Production failed`),Vh.error(`Knowledge production failed`,L(e)),J(`INTERNAL`,`Knowledge production failed: ${e instanceof Error?e.message:String(e)}`)}}))}const Uh=I(`tools`);function Wh(e,t,n,r,i,a,o){let s=G(`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:z.boolean().default(!1).describe(`If true, force full re-index ignoring file hashes`),force:z.boolean().default(!1).describe(`If true, override smart indexing guard and run reindex anyway`)},annotations:s.annotations},Y(`reindex`,async({full:e,force:s},c)=>{try{if(t.isIndexing)return{content:[{type:`text`,text:`## Reindex Already in Progress
2976
+ _Next: Review the baselines above and use \`remember\` to store synthesized knowledge entries._`}]}}catch(e){return a?.fail?.(`Production failed`),Yh.error(`Knowledge production failed`,L(e)),q(`INTERNAL`,`Knowledge production failed: ${e instanceof Error?e.message:String(e)}`)}}))}const Zh=I(`tools`);function Qh(e,t,n,r,i,a,o){let s=W(`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:z.boolean().default(!1).describe(`If true, force full re-index ignoring file hashes`),force:z.boolean().default(!1).describe(`If true, override smart indexing guard and run reindex anyway`)},annotations:s.annotations},J(`reindex`,async({full:e,force:s},c)=>{try{if(t.isIndexing)return{content:[{type:`text`,text:`## Reindex Already in Progress
2977
2977
 
2978
2978
  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
2979
2979
 
@@ -2981,47 +2981,47 @@ Smart indexing (trickle mode) is enabled — files are automatically indexed as
2981
2981
 
2982
2982
  **If the index is severely outdated**, use \`reindex({ force: true })\` to override.
2983
2983
 
2984
- Use \`status({})\` to check smart indexing queue status.`}]};let l=Lc(c).createTask(`Reindex`,1);l.progress(0,`Starting ${e?`full`:`incremental`} reindex`),Uh.info(`Starting background re-index`,{mode:e?`full`:`incremental`});let u=e=>t=>{t.phase===`chunking`&&t.currentFile&&Uh.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(Uh.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(),Uh.info(`FTS index rebuilt after reindex`)}catch(e){Uh.warn(`FTS index rebuild failed`,L(e))}try{let e=await r.reindexAll();Uh.info(`Curated re-index complete`,{indexed:e.indexed})}catch(e){Uh.warn(`Curated re-index failed`,L(e))}if(a)try{await a.notifyAfterReindex()}catch(e){Uh.warn(`Post-reindex resource notification failed`,L(e))}}).catch(e=>{l.fail(`Reindex failed: ${e instanceof Error?e.message:String(e)}`),Uh.error(`Background reindex failed`,L(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 Uh.error(`Reindex failed`,L(e)),J(`INTERNAL`,`Reindex failed: ${e instanceof Error?e.message:String(e)}`)}}))}const Gh=I(`tools`);function Kh(e){let t=G(`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:z.enum([`list`,`clear`]).default(`list`).describe(`Action: "list" (default) to view entries, "clear" to wipe the log`),last:z.number().optional().describe(`Number of entries to return (default: 20, list only)`),tool:z.string().optional().describe(`Filter by tool name (list only)`),source:z.enum([`mcp`,`cli`]).optional().describe(`Filter by source: "mcp" or "cli" (list only)`),since:z.string().optional().describe(`ISO timestamp — only show entries after this time (list only)`)},annotations:t.annotations},Y(`replay`,async({action:e,last:t,tool:n,source:r,since:i})=>{try{if(e===`clear`)return rn(),{content:[{type:`text`,text:`Replay log cleared.`}]};let a=an({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 on().catch(()=>{}),{content:[{type:`text`,text:`**Replay Log** (${a.length} entries)\n\n${o.join(`
2984
+ Use \`status({})\` to check smart indexing queue status.`}]};let l=Rc(c).createTask(`Reindex`,1);l.progress(0,`Starting ${e?`full`:`incremental`} reindex`),Zh.info(`Starting background re-index`,{mode:e?`full`:`incremental`});let u=e=>t=>{t.phase===`chunking`&&t.currentFile&&Zh.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(Zh.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(),Zh.info(`FTS index rebuilt after reindex`)}catch(e){Zh.warn(`FTS index rebuild failed`,L(e))}try{let e=await r.reindexAll();Zh.info(`Curated re-index complete`,{indexed:e.indexed})}catch(e){Zh.warn(`Curated re-index failed`,L(e))}if(a)try{await a.notifyAfterReindex()}catch(e){Zh.warn(`Post-reindex resource notification failed`,L(e))}}).catch(e=>{l.fail(`Reindex failed: ${e instanceof Error?e.message:String(e)}`),Zh.error(`Background reindex failed`,L(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 Zh.error(`Reindex failed`,L(e)),q(`INTERNAL`,`Reindex failed: ${e instanceof Error?e.message:String(e)}`)}}))}const $h=I(`tools`);function eg(e){let t=W(`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:z.enum([`list`,`clear`]).default(`list`).describe(`Action: "list" (default) to view entries, "clear" to wipe the log`),last:z.number().optional().describe(`Number of entries to return (default: 20, list only)`),tool:z.string().optional().describe(`Filter by tool name (list only)`),source:z.enum([`mcp`,`cli`]).optional().describe(`Filter by source: "mcp" or "cli" (list only)`),since:z.string().optional().describe(`ISO timestamp — only show entries after this time (list only)`)},annotations:t.annotations},J(`replay`,async({action:e,last:t,tool:n,source:r,since:i})=>{try{if(e===`clear`)return rn(),{content:[{type:`text`,text:`Replay log cleared.`}]};let a=an({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 on().catch(()=>{}),{content:[{type:`text`,text:`**Replay Log** (${a.length} entries)\n\n${o.join(`
2985
2985
 
2986
- `)}`}]}}catch(e){return Gh.error(`Replay failed`,L(e)),J(`INTERNAL`,`Replay failed: ${e instanceof Error?e.message:String(e)}`)}}))}const qh=I(`tools`);function Jh(e){let t=G(`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:z.enum([`list`,`restore`]).describe(`list: show restore points, restore: apply a restore point`),id:z.string().optional().describe(`Restore point ID (required for action=restore)`),limit:z.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=Mt().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(`
2986
+ `)}`}]}}catch(e){return $h.error(`Replay failed`,L(e)),q(`INTERNAL`,`Replay failed: ${e instanceof Error?e.message:String(e)}`)}}))}const tg=I(`tools`);function ng(e){let t=W(`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:z.enum([`list`,`restore`]).describe(`list: show restore points, restore: apply a restore point`),id:z.string().optional().describe(`Restore point ID (required for action=restore)`),limit:z.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=Mt().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(`
2987
2987
  `)}`}]}}if(!t)throw Error(`id is required for restore action`);let r=await sn(t);return{content:[{type:`text`,text:`Restored ${r.length} files:\n${r.map(e=>`- \`${e}\``).join(`
2988
- `)}`}]}}catch(e){return qh.error(`Restore failed`,L(e)),J(`INTERNAL`,`Restore failed: ${e instanceof Error?e.message:String(e)}`)}})}const Yh=/<\/?curated-context>/gi;function Xh(e){return e.replace(Yh,``)}function Zh(e){return`<curated-context>\n${Xh(e)}\n</curated-context>`}const Qh=I(`tools`);function $h(e,t,i,c){r(e,t,i);let l=e.memoryMetaGet(t);if(!l)return;let u=a(l,{...n,...c});u&&(s(e,t,u),o(e,t,i))}function eg(e,t){let n=[],r=he(process.cwd());r&&n.push(`[project: ${r}]`);let i=t?gn(t,`__context_boost`):void 0;return i&&n.push(`[focus: ${i.value}]`),n.length===0?e:`${n.join(` `)} ${e}`}function tg(e,t,n){return n?e:t===`curated`?e*1.2:e}function ng(e,t){return t?e:e.map(e=>({record:e.record,score:tg(e.score,e.record.origin,t)})).sort((e,t)=>t.score-e.score)}function rg(e,t){let n=e?Math.floor(e/Math.max(1,t)):96;return Math.max(40,Math.min(160,n))}function ig(e,t){let n=e.origin===`curated`?Zh(e.content):e.content,r=R(n,t);return{body:r,truncated:r!==n}}async function ag(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:ur(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 Qh.warn(`ER fallback failed`,L(e)),{results:n,triggered:!0,cacheHit:a}}}function og(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 sg(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 cg(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 lg(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&&!ug.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 ug=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 dg(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 Fn(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 fg(e,t,n,r,i,a,o,s,c,l){let u=G(`search`);e.registerTool(`search`,{title:u.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:Ps,inputSchema:{query:z.string().max(5e3).describe(`Natural language search query`),limit:z.number().min(1).max(20).default(5).describe(`Maximum results to return`),search_mode:z.enum([`hybrid`,`semantic`,`keyword`]).default(`hybrid`).describe(`Search strategy: hybrid (vector + FTS + RRF fusion, default), semantic (vector only), keyword (FTS only)`),content_type:z.enum(Ce).optional().describe(`Filter by content type`),source_type:z.enum(Oe).optional().describe(`Coarse filter: "source" (code only), "documentation" (md, curated), "test", "config". Overrides content_type if both set.`),origin:z.enum(De).optional().describe(`Filter by knowledge origin`),category:z.string().optional().describe(`Filter by category (e.g., decisions, patterns, conventions)`),tags:z.array(z.string()).optional().describe(`Filter by exact tag membership (any supplied tag may match)`),min_score:z.number().min(0).max(1).default(.25).describe(`Minimum similarity score`),graph_hops:z.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:z.number().min(100).max(5e4).optional().describe(`Maximum token budget for the response. When set, output is truncated to fit.`),dedup:z.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:z.array(z.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:u.annotations},async({query:e,limit:u,search_mode:d,content_type:f,source_type:p,origin:m,category:h,tags:g,min_score:_,graph_hops:v,max_tokens:y,dedup:b,workspaces:x})=>{let S=Date.now();try{let C={limit:u,minScore:_,contentType:f,sourceType:p,origin:m,category:h,tags:g},w,T=!1,E=!1,D=``,O=d!==`keyword`,ee=eg(e,s);if(d===`keyword`)w=await n.ftsSearch(e,C),w=w.slice(0,u);else if(d===`semantic`)try{let r=await t.embedQuery(ee);w=await n.search(r,C);let a=await ag(i,w[0]?.score??0,w,e,u);w=a.results,T=a.triggered,E=a.cacheHit}catch(t){O=!1,Qh.warn(`Embedder unavailable in semantic mode, falling back to FTS`,L(t)),w=await n.ftsSearch(e,{...C,limit:u}),D=`> _⚠️ Semantic search unavailable (embedder recovering). Showing keyword results instead._
2988
+ `)}`}]}}catch(e){return tg.error(`Restore failed`,L(e)),q(`INTERNAL`,`Restore failed: ${e instanceof Error?e.message:String(e)}`)}})}const rg=/<\/?curated-context>/gi;function ig(e){return e.replace(rg,``)}function ag(e){return`<curated-context>\n${ig(e)}\n</curated-context>`}const og=I(`tools`);function sg(e,t,i,c){r(e,t,i);let l=e.memoryMetaGet(t);if(!l)return;let u=a(l,{...n,...c});u&&(s(e,t,u),o(e,t,i))}function cg(e,t){let n=[],r=he(process.cwd());r&&n.push(`[project: ${r}]`);let i=t?gn(t,`__context_boost`):void 0;return i&&n.push(`[focus: ${i.value}]`),n.length===0?e:`${n.join(` `)} ${e}`}function lg(e,t,n){return n?e:t===`curated`?e*1.2:e}function ug(e,t){return t?e:e.map(e=>({record:e.record,score:lg(e.score,e.record.origin,t)})).sort((e,t)=>t.score-e.score)}function dg(e,t){let n=e?Math.floor(e/Math.max(1,t)):96;return Math.max(40,Math.min(160,n))}function fg(e,t){let n=e.origin===`curated`?ag(e.content):e.content,r=R(n,t);return{body:r,truncated:r!==n}}async function pg(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:ur(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 og.warn(`ER fallback failed`,L(e)),{results:n,triggered:!0,cacheHit:a}}}function mg(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 hg(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 gg(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 _g(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&&!vg.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 vg=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 yg(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 Fn(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 bg(e,t,n,r,i,a,o,s,c,l){let u=W(`search`);e.registerTool(`search`,{title:u.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:Fs,inputSchema:{query:z.string().max(5e3).describe(`Natural language search query`),limit:z.number().min(1).max(20).default(5).describe(`Maximum results to return`),search_mode:z.enum([`hybrid`,`semantic`,`keyword`]).default(`hybrid`).describe(`Search strategy: hybrid (vector + FTS + RRF fusion, default), semantic (vector only), keyword (FTS only)`),content_type:z.enum(Ce).optional().describe(`Filter by content type`),source_type:z.enum(Oe).optional().describe(`Coarse filter: "source" (code only), "documentation" (md, curated), "test", "config". Overrides content_type if both set.`),origin:z.enum(De).optional().describe(`Filter by knowledge origin`),category:z.string().optional().describe(`Filter by category (e.g., decisions, patterns, conventions)`),tags:z.array(z.string()).optional().describe(`Filter by exact tag membership (any supplied tag may match)`),min_score:z.number().min(0).max(1).default(.25).describe(`Minimum similarity score`),graph_hops:z.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:z.number().min(100).max(5e4).optional().describe(`Maximum token budget for the response. When set, output is truncated to fit.`),dedup:z.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:z.array(z.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:u.annotations},async({query:e,limit:u,search_mode:d,content_type:f,source_type:p,origin:m,category:h,tags:g,min_score:_,graph_hops:v,max_tokens:y,dedup:b,workspaces:x})=>{let S=Date.now();try{let C={limit:u,minScore:_,contentType:f,sourceType:p,origin:m,category:h,tags:g},w,T=!1,E=!1,D=``,O=d!==`keyword`,ee=cg(e,s);if(d===`keyword`)w=await n.ftsSearch(e,C),w=w.slice(0,u);else if(d===`semantic`)try{let r=await t.embedQuery(ee);w=await n.search(r,C);let a=await pg(i,w[0]?.score??0,w,e,u);w=a.results,T=a.triggered,E=a.cacheHit}catch(t){O=!1,og.warn(`Embedder unavailable in semantic mode, falling back to FTS`,L(t)),w=await n.ftsSearch(e,{...C,limit:u}),D=`> _⚠️ Semantic search unavailable (embedder recovering). Showing keyword results instead._
2989
2989
 
2990
- `}else{let r=[],a=[];try{let i=await t.embedQuery(ee),o=n.coarseSearch,s=o?o.bind(n):n.search.bind(n);[r,a]=await Promise.all([s(i,{...C,limit:u*2}),n.ftsSearch(e,{...C,limit:u*2}).catch(()=>[])])}catch(t){O=!1,Qh.warn(`Embedder unavailable, falling back to FTS-only`,L(t)),a=await n.ftsSearch(e,{...C,limit:u*2}),D=`> _⚠️ Vector search unavailable (embedder recovering). Results from keyword search only._
2990
+ `}else{let r=[],a=[];try{let i=await t.embedQuery(ee),o=n.coarseSearch,s=o?o.bind(n):n.search.bind(n);[r,a]=await Promise.all([s(i,{...C,limit:u*2}),n.ftsSearch(e,{...C,limit:u*2}).catch(()=>[])])}catch(t){O=!1,og.warn(`Embedder unavailable, falling back to FTS-only`,L(t)),a=await n.ftsSearch(e,{...C,limit:u*2}),D=`> _⚠️ Vector search unavailable (embedder recovering). Results from keyword search only._
2991
2991
 
2992
- `}if(O?r.length===0&&a.length>0?(w=a.slice(0,u),D=` (FTS-only: vector index rebuilding)`):w=a.length===0&&r.length>0?r.slice(0,u):og(r,a).slice(0,u):w=a.slice(0,u),O){let t=await ag(i,r[0]?.score??0,w,e,u);w=t.results,T=t.triggered,E=t.cacheHit}}w=ng(w,m).slice(0,u),a&&a.recordSearch(e,T,E),w.length>1&&(w=sg(w,e)),w=cg(w);let te=``;if(x&&x.length>0){let n=_l(x,je(process.cwd()));if(n.length>0){let{stores:r,closeAll:i}=await vl(n);try{let i;i=d===`keyword`||!O?await bl(r,e,{...C,limit:u}):await yl(r,await t.embedQuery(e),{...C,limit:u});for(let e of i)w.push({record:{...e.record,sourcePath:`[${e.workspace}] ${e.record.sourcePath}`},score:e.score});w=w.sort((e,t)=>t.score-e.score).slice(0,u),te=` + ${n.length} workspace(s)`}finally{await i()}}}if(b===`file`&&w.length>1){let e=new Map;for(let t of w){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}]})}w=[...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(w.length>1){let e=w[0].score,t=Math.max(e*.4,.1);w=w.filter(e=>e.score>=t)}if(w.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(`
2993
- `)[0].slice(0,500);if(r&&r!==e){let i=d===`keyword`||!O?await n.ftsSearch(r,C):await n.search(await t.embedQuery(r),C);i.length>0&&(w=i,D=`> _Original query "${e}" returned 0 results. Auto-reformulated to "${r}"._\n\n`,Qh.info(`Smart search fallback succeeded`,{originalQuery:e,altQuery:r,resultCount:i.length}))}}catch(e){Qh.debug(`Smart search fallback failed`,{error:String(e)})}if(w.length===0){let t=et({text:`No results found for the given query.`,query:e,searchMode:d,limit:u,results:[],durationMs:Date.now()-S}),n=wl(t.summary);return{content:[{type:`text`,text:Tl(t.summary,n)}],isError:!t.ok,structuredContent:{...t.data??{results:[],totalResults:0,searchMode:d,query:e},ref:n}}}}let ne,re;if(v>0&&!r&&(re="> **Note:** `graph_hops` was set but no graph store is available. Graph augmentation skipped."),v>0&&r)try{let e=await bt(r,w.map(e=>({recordId:e.record.id,score:e.score,sourcePath:e.record.sourcePath})),{hops:v,maxPerHit:5});ne=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(`
2992
+ `}if(O?r.length===0&&a.length>0?(w=a.slice(0,u),D=` (FTS-only: vector index rebuilding)`):w=a.length===0&&r.length>0?r.slice(0,u):mg(r,a).slice(0,u):w=a.slice(0,u),O){let t=await pg(i,r[0]?.score??0,w,e,u);w=t.results,T=t.triggered,E=t.cacheHit}}w=ug(w,m).slice(0,u),a&&a.recordSearch(e,T,E),w.length>1&&(w=hg(w,e)),w=gg(w);let te=``;if(x&&x.length>0){let n=vl(x,je(process.cwd()));if(n.length>0){let{stores:r,closeAll:i}=await yl(n);try{let i;i=d===`keyword`||!O?await xl(r,e,{...C,limit:u}):await bl(r,await t.embedQuery(e),{...C,limit:u});for(let e of i)w.push({record:{...e.record,sourcePath:`[${e.workspace}] ${e.record.sourcePath}`},score:e.score});w=w.sort((e,t)=>t.score-e.score).slice(0,u),te=` + ${n.length} workspace(s)`}finally{await i()}}}if(b===`file`&&w.length>1){let e=new Map;for(let t of w){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}]})}w=[...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(w.length>1){let e=w[0].score,t=Math.max(e*.4,.1);w=w.filter(e=>e.score>=t)}if(w.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(`
2993
+ `)[0].slice(0,500);if(r&&r!==e){let i=d===`keyword`||!O?await n.ftsSearch(r,C):await n.search(await t.embedQuery(r),C);i.length>0&&(w=i,D=`> _Original query "${e}" returned 0 results. Auto-reformulated to "${r}"._\n\n`,og.info(`Smart search fallback succeeded`,{originalQuery:e,altQuery:r,resultCount:i.length}))}}catch(e){og.debug(`Smart search fallback failed`,{error:String(e)})}if(w.length===0){let t=et({text:`No results found for the given query.`,query:e,searchMode:d,limit:u,results:[],durationMs:Date.now()-S}),n=Tl(t.summary);return{content:[{type:`text`,text:El(t.summary,n)}],isError:!t.ok,structuredContent:{...t.data??{results:[],totalResults:0,searchMode:d,query:e},ref:n}}}}let ne,re;if(v>0&&!r&&(re="> **Note:** `graph_hops` was set but no graph store is available. Graph augmentation skipped."),v>0&&r)try{let e=await bt(r,w.map(e=>({recordId:e.record.id,score:e.score,sourcePath:e.record.sourcePath})),{hops:v,maxPerHit:5});ne=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(`
2994
2994
  `),n=new Map;for(let e of t.graphContext.nodes)n.set(e.id,e.name);let r=t.graphContext.edges.slice(0,5).map(e=>` - ${n.get(e.fromId)??e.fromId} —[${e.type}]→ ${n.get(e.toId)??e.toId}`).join(`
2995
2995
  `),i=[`- **Graph Context** (${v} hop${v>1?`s`:``}):`];e&&i.push(` Entities:\n${e}`),r&&i.push(` Relationships:\n${r}`),ne.set(t.recordId,i.join(`
2996
- `))}}catch(e){Qh.warn(`Graph augmentation failed`,L(e)),re=`> **Note:** Graph augmentation failed. Results shown without graph context.`}let ie=Date.now();for(let e of w)if(e.record.origin===`curated`&&e.record.indexedAt){let t=ie-new Date(e.record.indexedAt).getTime(),n=Math.max(0,t/864e5);e.score*=.95**n}if(w.sort((e,t)=>t.score-e.score),w=Be(w),s)for(let e of w){if(e.record.origin!==`curated`)continue;let t=Id(e.record.sourcePath);t&&$h(s,t,c,l)}let ae=rg(y,w.length),oe=!1,k=w.map((e,t)=>{let n=e.record,r=`### Result ${t+1} (score: ${e.score.toFixed(3)})`,i=[`- **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,ne?.get(n.id)??null].filter(Boolean).join(`
2997
- `),{body:a,truncated:o}=ig(n,ae);return oe||=o,`${r}\n${i}\n\n${a}${o?`\n\n_Full content: use \`lookup\` on \`${n.sourcePath}\`._`:``}`}).join(`
2996
+ `))}}catch(e){og.warn(`Graph augmentation failed`,L(e)),re=`> **Note:** Graph augmentation failed. Results shown without graph context.`}let ie=Date.now();for(let e of w)if(e.record.origin===`curated`&&e.record.indexedAt){let t=ie-new Date(e.record.indexedAt).getTime(),n=Math.max(0,t/864e5);e.score*=.95**n}if(w.sort((e,t)=>t.score-e.score),w=Be(w),s)for(let e of w){if(e.record.origin!==`curated`)continue;let t=Ld(e.record.sourcePath);t&&sg(s,t,c,l)}let ae=dg(y,w.length),oe=!1,k=w.map((e,t)=>{let n=e.record,r=`### Result ${t+1} (score: ${e.score.toFixed(3)})`,i=[`- **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,ne?.get(n.id)??null].filter(Boolean).join(`
2997
+ `),{body:a,truncated:o}=fg(n,ae);return oe||=o,`${r}\n${i}\n\n${a}${o?`\n\n_Full content: use \`lookup\` on \`${n.sourcePath}\`._`:``}`}).join(`
2998
2998
 
2999
2999
  ---
3000
3000
 
3001
- `),se=(d===`hybrid`?`hybrid (vector + keyword RRF)`:d===`keyword`?`keyword (FTS)`:`semantic (vector)`)+te,ce=lg(w,e),le=ce.length>0?`\n_Distinctive terms: ${ce.map(e=>`\`${e}\``).join(`, `)}_`:``,A=await dg(n,w),j=[];if(w.length===0)j.push("`reindex` — no results found, index may be stale"),j.push("`find` — try federated search with glob/regex");else{let e=w[0]?.record.sourcePath;e&&j.push(`\`lookup\` — see all chunks from \`${e}\``),j.push("`symbol` — resolve a specific symbol from the results"),j.push("`compact` — compress a result file for focused reading")}let M=[re?`${re}\n\n`:``,A?`${A}\n\n`:``,k,`\n\n---\n_Search mode: ${se} | ${w.length} results_${le}`,`\n_Next: ${j.join(` | `)}_`],N=D+M.join(``),ue=!1;if(y){let e=R(N,y);ue=e!==N,N=e}ue||=oe;let de=w.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}:{}})),fe=[re,A].filter(e=>!!e),pe=et({text:N,query:e,searchMode:d,limit:u,results:de,durationMs:Date.now()-S,truncated:ue,caveats:fe}),me=wl(pe.summary),he=new Set,ge=[];for(let e of w){if(e.record.origin!==`curated`||e.record.sourcePath.startsWith(`[`))continue;let t=Id(e.record.sourcePath);if(!t)continue;let n=Pd(t,e.record.headingPath??t);n&&!he.has(n.uri)&&(he.add(n.uri),ge.push(n))}return{content:[{type:`text`,text:Tl(pe.summary,me)},...ge],isError:!pe.ok,structuredContent:{...pe.data??{results:[],totalResults:0,searchMode:d,query:e},ref:me}}}catch(t){Qh.error(`Search failed`,L(t));let n=et({text:`Search failed: ${t instanceof Error?t.message:String(t)}`,query:e??``,searchMode:d??`hybrid`,limit:u,results:[],durationMs:Date.now()-S}),r=wl(n.summary);return{content:[{type:`text`,text:Tl(n.summary,r)}],structuredContent:{...n.data??{results:[],totalResults:0,searchMode:d??`hybrid`,query:e??``},ref:r}}}})}const pg=I(`tools`);function mg(e,t,n){let r=G(`session_digest`);e.registerTool(`session_digest`,{title:r.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:z.enum([`tools`,`stash`,`all`]).default(`all`).describe(`What to include: tools (replay only), stash (stash + checkpoints only), or all`),since:z.string().optional().describe(`ISO timestamp — only include activity after this time`),last:z.number().min(1).max(500).optional().describe(`Max replay entries to consider (default: 50)`),focus:z.string().optional().describe(`Focus query — prioritize entries matching this topic`),mode:z.enum([`deterministic`,`sampling`]).default(`deterministic`).describe(`Summary mode: deterministic (fast, template-based) or sampling (LLM-assisted, richer)`),token_budget:z.number().min(100).max(8e3).default(2e3).describe(`Target token budget for the digest output`),persist:z.boolean().default(!0).describe(`Auto-save digest to stash for crash recovery`)},annotations:r.annotations},Y(`session_digest`,async({scope:e,since:r,last:i,focus:a,mode:o,token_budget:s,persist:c})=>{try{let l={scope:e,since:r,last:i,focus:a,mode:o,tokenBudget:s,persist:c},u=t?{stateStore:t}:void 0;return{content:[{type:`text`,text:(o===`sampling`&&n?.available?await pn(l,async(e,t,r)=>(await n.createMessage({prompt:e,systemPrompt:t,maxTokens:r})).text,u):fn(l,u)).digest}]}}catch(e){return pg.error(`Session digest failed`,L(e)),J(`INTERNAL`,`Session digest failed: ${e instanceof Error?e.message:String(e)}`)}}))}const hg=1e4,gg={defaultTtlSeconds:300,defaultLeaseTtlMinutes:10,globalEnabled:!1};function _g(e){return e??gg}function vg(e,t){let n=e.trim();if(!n)throw Error(`${t} is required`);return n}function yg(e,t,n){let r=vg(e,t);if(r.length>n)throw Error(`${t} exceeds max length of ${n}`);return r}function bg(e,t){if(!Number.isFinite(e)||e<=0)throw Error(`${t} must be greater than 0`);return Math.trunc(e)}function xg(e,t=!1,n){vg(e,`workspace`);let r=_g(n);if(!t)return e;if(!r.globalEnabled)throw Error(`Global signal scope is disabled`);return`__global__`}function Sg(e,t,n){let r=_g(n),i=xg(t.workspace,t.global??!1,r),a=yg(t.key,`key`,500),o=yg(t.value,`value`,hg),s=t.agent?yg(t.agent,`agent`,500):void 0,c=bg(t.ttlSeconds??r.defaultTtlSeconds,`ttlSeconds`);return e.signalPost(i,a,o,s,c)}function Cg(e,t,n){let r=vg(t,`workspace`),i=yg(n,`key`,500);return e.signalGet(r,i)}function wg(e,t){let n=vg(t,`workspace`);return e.signalList(n)}function Tg(e,t,n){let r=vg(t,`workspace`),i=n===void 0?void 0:yg(n,`key`,500);return e.signalClear(r,i)}function Eg(e,t,n){let r=_g(n),i=yg(t.resource,`resource`,500),a=yg(t.holder,`holder`,500),o=vg(t.workspace,`workspace`),s=t.intent?yg(t.intent,`intent`,hg):void 0,c=bg(t.ttlMinutes??r.defaultLeaseTtlMinutes,`ttlMinutes`);if(c>60)throw Error(`ttlMinutes exceeds max of 60`);let l=e.leaseAcquire(i,a,o,s,c),u=e.leaseGet(i,o);return u?{acquired:l,holder:u.holder,expiresAt:u.expiresAt}:{acquired:l}}function Dg(e,t,n,r){let i=vg(t,`workspace`),a=yg(n,`resource`,500),o=yg(r,`holder`,500);return e.leaseRelease(a,o,i)}function Og(e,t){let n=vg(t,`workspace`);return e.leaseList(n)}const kg=I(`tools:signal`);function Ag(e){return JSON.stringify(e,null,2)}function jg(e,t,n){let r=G(`signal`),i={...gg,...n};e.registerTool(`signal`,{title:r.title,description:`Inter-agent signaling and lease coordination`,inputSchema:{action:z.enum([`post`,`get`,`list`,`clear`,`lease`,`unlease`,`leases`]).describe(`Signal action to perform`),workspace:z.string().describe(`Workspace identifier (required)`),key:z.string().optional().describe(`Signal key (for post/get/clear)`),value:z.string().optional().describe(`Signal value (for post)`),agent:z.string().optional().describe(`Agent identifier`),resource:z.string().optional().describe(`Resource path (for lease/unlease)`),holder:z.string().optional().describe(`Lease holder ID (for lease/unlease)`),intent:z.string().optional().describe(`What the holder plans to do`),ttl:z.number().optional().describe(`TTL (seconds for signals, minutes for leases)`),global:z.boolean().optional().describe(`Use global scope (default: false)`)},annotations:r.annotations},Y(`signal`,async({action:e,workspace:n,key:r,value:a,agent:o,resource:s,holder:c,intent:l,ttl:u,global:d})=>{try{switch(e){case`post`:{if(!r||a===void 0)throw Error(`key and value are required for post`);let e=Sg(t,{workspace:n,key:r,value:a,agent:o,ttlSeconds:u,global:d},i);return{content:[{type:`text`,text:Ag({id:e})}],structuredContent:{id:e}}}case`get`:{if(!r)throw Error(`key is required for get`);let e=Cg(t,xg(n,d??!1,i),r);return{content:[{type:`text`,text:e.length===0?`[]`:Ag(e)}],structuredContent:{signals:e}}}case`list`:{let e=wg(t,xg(n,d??!1,i));return{content:[{type:`text`,text:e.length===0?`[]`:Ag(e)}],structuredContent:{signals:e}}}case`clear`:{let e=Tg(t,xg(n,d??!1,i),r);return{content:[{type:`text`,text:Ag({cleared:e})}],structuredContent:{cleared:e}}}case`lease`:{if(!s||!c)throw Error(`resource and holder are required for lease`);let e=Eg(t,{resource:s,holder:c,workspace:n,intent:l,ttlMinutes:u},i);return{content:[{type:`text`,text:Ag(e)}],structuredContent:e}}case`unlease`:{if(!s||!c)throw Error(`resource and holder are required for unlease`);let e=Dg(t,n,s,c);return{content:[{type:`text`,text:Ag({released:e})}],structuredContent:{released:e}}}case`leases`:{let e=Og(t,n);return{content:[{type:`text`,text:e.length===0?`[]`:Ag(e)}],structuredContent:{leases:e}}}}}catch(e){return kg.error(`Signal operation failed`,L(e)),J(`INTERNAL`,`Signal operation failed: ${e instanceof Error?e.message:String(e)}`)}}))}function Mg(e,t){return e.length<=t?e:e.slice(0,t)}function Ng(e){if(!e)return 0;let t=Date.parse(e);return Number.isNaN(t)?0:t}async function Pg(e,t,n=_){if(!e||!t)return null;try{let[r,i,a]=await Promise.all([e.list({category:`lessons`}),e.list({category:`conventions`}),e.list({category:`session`})]),o=r.filter(e=>e.tags.includes(`lesson`)).map(e=>{let r=t.memoryMetaGet(e.path);return!r||r.supersededBy!=null?null:{entry:e,confidence:m(r.confidence,r.lastAccessedAt,r.createdAt,n)}}).filter(e=>e!==null).sort((e,t)=>t.confidence-e.confidence).slice(0,3);return{lessons:await Promise.all(o.map(async({entry:t,confidence:n})=>{let r=d((await e.read(t.path)).content);return{title:t.title,insight:Mg(r.insight??``,150),confidence:n}})),conventions:i.map(e=>({entry:e,lastAccessedAt:t.memoryMetaGet(e.path)?.lastAccessedAt??null})).sort((e,t)=>Ng(t.lastAccessedAt)-Ng(e.lastAccessedAt)).slice(0,2).map(({entry:e})=>({title:e.title,preview:e.contentPreview})),checkpoint:a.map(e=>({entry:e,lastAccessedAt:t.memoryMetaGet(e.path)?.lastAccessedAt??null})).sort((e,t)=>Ng(t.lastAccessedAt)-Ng(e.lastAccessedAt)).map(({entry:e})=>Mg(e.contentPreview,200))[0]??null}}catch{return null}}const Fg=I(`tools`),Ig=14400*1e3,Lg={includePrelude:z.boolean().default(!1).describe(`Include session prelude with top lessons, conventions, and last checkpoint`)};function Rg(e,t,n,r=15e3){let i,a=new Promise(e=>{i=setTimeout(()=>{Fg.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),Fg.warn(`Status sub-operation "${n}" failed: ${e instanceof Error?e.message:String(e)}`),{value:t,timedOut:!1})),a])}function zg(e){return e.onboarded?e.indexStale?{kind:`reindex`,reason:`Index stale. Run reindex() to update.`}:e.contextPressure>70?{kind:`handoff`,reason:`Context pressure high. Consider session handoff.`}:{kind:`proceed`,reason:`Ready to work.`}:{kind:`onboard`,reason:`Index not initialized. Run onboard({ path: "." }) first.`}}function Bg(){let e=rr.get(),t=nr.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(`
3001
+ `),se=(d===`hybrid`?`hybrid (vector + keyword RRF)`:d===`keyword`?`keyword (FTS)`:`semantic (vector)`)+te,ce=_g(w,e),le=ce.length>0?`\n_Distinctive terms: ${ce.map(e=>`\`${e}\``).join(`, `)}_`:``,A=await yg(n,w),j=[];if(w.length===0)j.push("`reindex` — no results found, index may be stale"),j.push("`find` — try federated search with glob/regex");else{let e=w[0]?.record.sourcePath;e&&j.push(`\`lookup\` — see all chunks from \`${e}\``),j.push("`symbol` — resolve a specific symbol from the results"),j.push("`compact` — compress a result file for focused reading")}let M=[re?`${re}\n\n`:``,A?`${A}\n\n`:``,k,`\n\n---\n_Search mode: ${se} | ${w.length} results_${le}`,`\n_Next: ${j.join(` | `)}_`],N=D+M.join(``),ue=!1;if(y){let e=R(N,y);ue=e!==N,N=e}ue||=oe;let de=w.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}:{}})),fe=[re,A].filter(e=>!!e),pe=et({text:N,query:e,searchMode:d,limit:u,results:de,durationMs:Date.now()-S,truncated:ue,caveats:fe}),me=Tl(pe.summary),he=new Set,ge=[];for(let e of w){if(e.record.origin!==`curated`||e.record.sourcePath.startsWith(`[`))continue;let t=Ld(e.record.sourcePath);if(!t)continue;let n=Fd(t,e.record.headingPath??t);n&&!he.has(n.uri)&&(he.add(n.uri),ge.push(n))}return{content:[{type:`text`,text:El(pe.summary,me)},...ge],isError:!pe.ok,structuredContent:{...pe.data??{results:[],totalResults:0,searchMode:d,query:e},ref:me}}}catch(t){og.error(`Search failed`,L(t));let n=et({text:`Search failed: ${t instanceof Error?t.message:String(t)}`,query:e??``,searchMode:d??`hybrid`,limit:u,results:[],durationMs:Date.now()-S}),r=Tl(n.summary);return{content:[{type:`text`,text:El(n.summary,r)}],structuredContent:{...n.data??{results:[],totalResults:0,searchMode:d??`hybrid`,query:e??``},ref:r}}}})}const xg=I(`tools`);function Sg(e,t,n){let r=W(`session_digest`);e.registerTool(`session_digest`,{title:r.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:z.enum([`tools`,`stash`,`all`]).default(`all`).describe(`What to include: tools (replay only), stash (stash + checkpoints only), or all`),since:z.string().optional().describe(`ISO timestamp — only include activity after this time`),last:z.number().min(1).max(500).optional().describe(`Max replay entries to consider (default: 50)`),focus:z.string().optional().describe(`Focus query — prioritize entries matching this topic`),mode:z.enum([`deterministic`,`sampling`]).default(`deterministic`).describe(`Summary mode: deterministic (fast, template-based) or sampling (LLM-assisted, richer)`),token_budget:z.number().min(100).max(8e3).default(2e3).describe(`Target token budget for the digest output`),persist:z.boolean().default(!0).describe(`Auto-save digest to stash for crash recovery`)},annotations:r.annotations},J(`session_digest`,async({scope:e,since:r,last:i,focus:a,mode:o,token_budget:s,persist:c})=>{try{let l={scope:e,since:r,last:i,focus:a,mode:o,tokenBudget:s,persist:c},u=t?{stateStore:t}:void 0;return{content:[{type:`text`,text:(o===`sampling`&&n?.available?await pn(l,async(e,t,r)=>(await n.createMessage({prompt:e,systemPrompt:t,maxTokens:r})).text,u):fn(l,u)).digest}]}}catch(e){return xg.error(`Session digest failed`,L(e)),q(`INTERNAL`,`Session digest failed: ${e instanceof Error?e.message:String(e)}`)}}))}const Cg=1e4,wg={defaultTtlSeconds:300,defaultLeaseTtlMinutes:10,globalEnabled:!1};function Tg(e){return e??wg}function Eg(e,t){let n=e.trim();if(!n)throw Error(`${t} is required`);return n}function Dg(e,t,n){let r=Eg(e,t);if(r.length>n)throw Error(`${t} exceeds max length of ${n}`);return r}function Og(e,t){if(!Number.isFinite(e)||e<=0)throw Error(`${t} must be greater than 0`);return Math.trunc(e)}function kg(e,t=!1,n){Eg(e,`workspace`);let r=Tg(n);if(!t)return e;if(!r.globalEnabled)throw Error(`Global signal scope is disabled`);return`__global__`}function Ag(e,t,n){let r=Tg(n),i=kg(t.workspace,t.global??!1,r),a=Dg(t.key,`key`,500),o=Dg(t.value,`value`,Cg),s=t.agent?Dg(t.agent,`agent`,500):void 0,c=Og(t.ttlSeconds??r.defaultTtlSeconds,`ttlSeconds`);return e.signalPost(i,a,o,s,c)}function jg(e,t,n){let r=Eg(t,`workspace`),i=Dg(n,`key`,500);return e.signalGet(r,i)}function Mg(e,t){let n=Eg(t,`workspace`);return e.signalList(n)}function Ng(e,t,n){let r=Eg(t,`workspace`),i=n===void 0?void 0:Dg(n,`key`,500);return e.signalClear(r,i)}function Pg(e,t,n){let r=Tg(n),i=Dg(t.resource,`resource`,500),a=Dg(t.holder,`holder`,500),o=Eg(t.workspace,`workspace`),s=t.intent?Dg(t.intent,`intent`,Cg):void 0,c=Og(t.ttlMinutes??r.defaultLeaseTtlMinutes,`ttlMinutes`);if(c>60)throw Error(`ttlMinutes exceeds max of 60`);let l=e.leaseAcquire(i,a,o,s,c),u=e.leaseGet(i,o);return u?{acquired:l,holder:u.holder,expiresAt:u.expiresAt}:{acquired:l}}function Fg(e,t,n,r){let i=Eg(t,`workspace`),a=Dg(n,`resource`,500),o=Dg(r,`holder`,500);return e.leaseRelease(a,o,i)}function Ig(e,t){let n=Eg(t,`workspace`);return e.leaseList(n)}const Lg=I(`tools:signal`);function Rg(e){return JSON.stringify(e,null,2)}function zg(e,t,n){let r=W(`signal`),i={...wg,...n};e.registerTool(`signal`,{title:r.title,description:`Inter-agent signaling and lease coordination`,inputSchema:{action:z.enum([`post`,`get`,`list`,`clear`,`lease`,`unlease`,`leases`]).describe(`Signal action to perform`),workspace:z.string().describe(`Workspace identifier (required)`),key:z.string().optional().describe(`Signal key (for post/get/clear)`),value:z.string().optional().describe(`Signal value (for post)`),agent:z.string().optional().describe(`Agent identifier`),resource:z.string().optional().describe(`Resource path (for lease/unlease)`),holder:z.string().optional().describe(`Lease holder ID (for lease/unlease)`),intent:z.string().optional().describe(`What the holder plans to do`),ttl:z.number().optional().describe(`TTL (seconds for signals, minutes for leases)`),global:z.boolean().optional().describe(`Use global scope (default: false)`)},annotations:r.annotations},J(`signal`,async({action:e,workspace:n,key:r,value:a,agent:o,resource:s,holder:c,intent:l,ttl:u,global:d})=>{try{switch(e){case`post`:{if(!r||a===void 0)throw Error(`key and value are required for post`);let e=Ag(t,{workspace:n,key:r,value:a,agent:o,ttlSeconds:u,global:d},i);return{content:[{type:`text`,text:Rg({id:e})}],structuredContent:{id:e}}}case`get`:{if(!r)throw Error(`key is required for get`);let e=jg(t,kg(n,d??!1,i),r);return{content:[{type:`text`,text:e.length===0?`[]`:Rg(e)}],structuredContent:{signals:e}}}case`list`:{let e=Mg(t,kg(n,d??!1,i));return{content:[{type:`text`,text:e.length===0?`[]`:Rg(e)}],structuredContent:{signals:e}}}case`clear`:{let e=Ng(t,kg(n,d??!1,i),r);return{content:[{type:`text`,text:Rg({cleared:e})}],structuredContent:{cleared:e}}}case`lease`:{if(!s||!c)throw Error(`resource and holder are required for lease`);let e=Pg(t,{resource:s,holder:c,workspace:n,intent:l,ttlMinutes:u},i);return{content:[{type:`text`,text:Rg(e)}],structuredContent:e}}case`unlease`:{if(!s||!c)throw Error(`resource and holder are required for unlease`);let e=Fg(t,n,s,c);return{content:[{type:`text`,text:Rg({released:e})}],structuredContent:{released:e}}}case`leases`:{let e=Ig(t,n);return{content:[{type:`text`,text:e.length===0?`[]`:Rg(e)}],structuredContent:{leases:e}}}}}catch(e){return Lg.error(`Signal operation failed`,L(e)),q(`INTERNAL`,`Signal operation failed: ${e instanceof Error?e.message:String(e)}`)}}))}function Bg(e,t){return e.length<=t?e:e.slice(0,t)}function Vg(e){if(!e)return 0;let t=Date.parse(e);return Number.isNaN(t)?0:t}async function Hg(e,t,n=_){if(!e||!t)return null;try{let[r,i,a]=await Promise.all([e.list({category:`lessons`}),e.list({category:`conventions`}),e.list({category:`session`})]),o=r.filter(e=>e.tags.includes(`lesson`)).map(e=>{let r=t.memoryMetaGet(e.path);return!r||r.supersededBy!=null?null:{entry:e,confidence:m(r.confidence,r.lastAccessedAt,r.createdAt,n)}}).filter(e=>e!==null).sort((e,t)=>t.confidence-e.confidence).slice(0,3);return{lessons:await Promise.all(o.map(async({entry:t,confidence:n})=>{let r=d((await e.read(t.path)).content);return{title:t.title,insight:Bg(r.insight??``,150),confidence:n}})),conventions:i.map(e=>({entry:e,lastAccessedAt:t.memoryMetaGet(e.path)?.lastAccessedAt??null})).sort((e,t)=>Vg(t.lastAccessedAt)-Vg(e.lastAccessedAt)).slice(0,2).map(({entry:e})=>({title:e.title,preview:e.contentPreview})),checkpoint:a.map(e=>({entry:e,lastAccessedAt:t.memoryMetaGet(e.path)?.lastAccessedAt??null})).sort((e,t)=>Vg(t.lastAccessedAt)-Vg(e.lastAccessedAt)).map(({entry:e})=>Bg(e.contentPreview,200))[0]??null}}catch{return null}}const Ug=I(`tools`),Wg=14400*1e3,Gg={includePrelude:z.boolean().default(!1).describe(`Include session prelude with top lessons, conventions, and last checkpoint`)};function Kg(e,t,n,r=15e3){let i,a=new Promise(e=>{i=setTimeout(()=>{Ug.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),Ug.warn(`Status sub-operation "${n}" failed: ${e instanceof Error?e.message:String(e)}`),{value:t,timedOut:!1})),a])}function qg(e){return e.onboarded?e.indexStale?{kind:`reindex`,reason:`Index stale. Run reindex() to update.`}:e.contextPressure>70?{kind:`handoff`,reason:`Context pressure high. Consider session handoff.`}:{kind:`proceed`,reason:`Ready to work.`}:{kind:`onboard`,reason:`Index not initialized. Run onboard({ path: "." }) first.`}}function Jg(){let e=rr.get(),t=nr.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(`
3002
3002
  `):` 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(`
3003
- `)}const Vg=5*6e4;let Hg=null,Ug=null;function Wg(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 Gg(){let e=Date.now();if(Hg&&e-Hg.ts<Vg)return Hg.value;try{let t=F(Rn(),`.copilot`,`.aikit-scaffold.json`);if(!A(t))return Hg={value:null,ts:e},null;let n=JSON.parse(M(t,`utf-8`)).version??null;return Hg={value:n,ts:e},n}catch{return Hg={value:null,ts:e},null}}function Kg(){let e=Date.now();if(Ug&&e-Ug.ts<Vg)return Ug.value;try{let t=F(process.cwd(),`.github`,`.aikit-scaffold.json`);if(!A(t))return Ug={value:null,ts:e},null;let n=JSON.parse(M(t,`utf-8`)).version??null;return Ug={value:n,ts:e},n}catch{return Ug={value:null,ts:e},null}}function qg(e){let t=G(`status`);e.registerTool(`status`,{title:t.title,description:`Get the current status and statistics of the AI Kit index.`,inputSchema:Lg,outputSchema:Ts,annotations:t.annotations},Y(`status`,async()=>{let e=ie(),t=Gg(),n=Kg(),r=t!=null&&t!==e,i=n!=null&&n!==e,a=[`## AI Kit Status`,``,`⏳ **AI Kit is initializing** — index stats will be available shortly.`,``,`### Runtime`,`- **Tree-sitter (WASM)**: ${rr.get()?`✅ Available (AST analysis)`:`⚠ Unavailable (regex fallback)`}`,``,`### Version`,`- **Server**: ${e}`,`- **Scaffold (user)**: ${t??`not installed`}`,`- **Scaffold (workspace)**: ${n??`not installed`}`];if(r||i){let o=ae(),s=[];r&&s.push(`user scaffold v${t}`),i&&s.push(`workspace scaffold v${n}`);let c=s.join(`, `);o.state===`success`?a.push(``,`### ✅ Upgrade Applied`,`- Server v${e} — ${c} auto-upgraded successfully.`,`- _Restart the MCP server to use the updated version._`):o.state===`pending`?a.push(``,`### ⏳ Upgrade In Progress`,`- Server v${e} ≠ ${c}`,`- Auto-upgrade is running in the background…`):o.state===`failed`?(re(),a.push(``,`### ⬆ Upgrade Available (auto-upgrade failed, retrying)`,`- Server v${e} ≠ ${c}`,`- Error: ${o.error??`unknown`}`)):(re(),a.push(``,`### ⬆ Upgrade Available`,`- Server v${e} ≠ ${c}`,`- Auto-upgrade triggered — check again shortly.`))}let o={totalRecords:0,totalFiles:0,lastIndexedAt:null,onboarded:!1,onboardDir:``,contentTypes:{},wasmAvailable:!!rr.get(),wasmDiagnostics:nr.get(),graphStats:null,curatedCount:0,serverVersion:e,scaffoldVersion:t??null,workspaceScaffoldVersion:n??null,upgradeAvailable:r||i,contextPressure:0,nextAction:zg({onboarded:!1,indexStale:!1,contextPressure:0})};return{content:[{type:`text`,text:a.join(`
3004
- `)}],structuredContent:o}}))}function Jg(e,t,n,r,i,a,o,s,c){let l=G(`status`);e.registerTool(`status`,{title:l.title,description:`Get the current status and statistics of the AI Kit index.`,inputSchema:Lg,outputSchema:Ts,annotations:l.annotations},Y(`status`,async({includePrelude:e=!1})=>{let l=[];try{let[u,d]=await Promise.all([Rg(t.getStats(),{totalRecords:0,totalFiles:0,lastIndexedAt:null,contentTypeBreakdown:{}},`store.getStats`),Rg(t.listSourcePaths(),[],`store.listSourcePaths`)]),f=u.value;u.timedOut&&l.push(`⚠ Index stats timed out — values may be incomplete`);let p=d.value;d.timedOut&&l.push(`⚠ File listing timed out`);let m=null,h=0,g=[`## AI Kit Status`,``,`- **Total Records**: ${f.totalRecords}`,`- **Total Files**: ${f.totalFiles}`,`- **Last Indexed**: ${f.lastIndexedAt??`Never`}`,``,`### Content Types`,...Object.entries(f.contentTypeBreakdown).map(([e,t])=>`- ${e}: ${t}`),``,`### Indexed Files`,...p.slice(0,50).map(e=>`- ${e}`),p.length>50?`\n... and ${p.length-50} more files`:``];if(n)try{let e=await Rg(n.getStats(),{nodeCount:0,edgeCount:0,nodeTypes:{},edgeTypes:{}},`graphStore.getStats`);if(e.timedOut)l.push(`⚠ Graph stats timed out`),g.push(``,`### Knowledge Graph`,`- Graph stats timed out`);else{let t=e.value;m={nodes:t.nodeCount,edges:t.edgeCount},g.push(``,`### Knowledge Graph`,`- **Nodes**: ${t.nodeCount}`,`- **Edges**: ${t.edgeCount}`,...Object.entries(t.nodeTypes).map(([e,t])=>` - ${e}: ${t}`));try{let e=await Rg(n.validate(),{valid:!0,danglingEdges:[],orphanNodes:[],stats:{nodeCount:0,edgeCount:0,nodeTypes:{},edgeTypes:{}}},`graphStore.validate`);if(!e.timedOut){let t=e.value;t.valid||g.push(`- **⚠ Integrity Issues**: ${t.danglingEdges.length} dangling edges`),t.orphanNodes.length>0&&g.push(`- **Orphan nodes**: ${t.orphanNodes.length}`)}}catch{}}}catch{g.push(``,`### Knowledge Graph`,`- Graph store unavailable`)}let _=a?.onboardDir??``,v=A(_),y=i?.onboardComplete||v;if(g.push(``,`### Onboard Status`,y?`- ✅ Complete${i?.onboardTimestamp?` (last: ${i.onboardTimestamp})`:``}`:'- ❌ Not run — call `onboard({ path: "." })` to analyze the codebase',`- **Onboard Directory**: \`${_}\``),r)try{let e=await Rg(r.list(),[],`curated.list`);if(e.timedOut)l.push(`⚠ Curated knowledge listing timed out`),g.push(``,`### Curated Knowledge`,`- Listing timed out`);else{let t=e.value;h=t.length,g.push(``,`### Curated Knowledge`,t.length>0?`- ${t.length} entries`:'- Empty — use `knowledge({ action: "remember", ... })` to persist decisions')}}catch{g.push(``,`### Curated Knowledge`,`- Unable to read curated entries`)}let b=Wg(f.totalRecords,m?.nodes??0,m?.edges??0,h),x=f.lastIndexedAt?new Date(f.lastIndexedAt).getTime():0,S=x>0?Date.now()-x:1/0,C=zg({onboarded:y,indexStale:y&&S>1440*60*1e3,contextPressure:b});g.push(``),g.push(`## 📊 Context Pressure: ${b}/100`),b>=80?g.push(`⚠️ High pressure — consider pruning stale entries or compacting context.`):b>=50?g.push(`ℹ️ Moderate pressure — AI Kit memory is well-populated.`):g.push(`✅ Low pressure — plenty of headroom for more content.`);let w=0;if(f.lastIndexedAt){w=new Date(f.lastIndexedAt).getTime();let e=(Date.now()-w)/(1e3*60*60);g.push(``,`### Index Freshness`,e>24?o===`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`)}g.push(``,`### Next Action`,`- **${C.kind}**: ${C.reason}`);let T=null,E=t;if(typeof E.getDiagnostics==`function`)try{T=E.getDiagnostics(),g.push(``,`### Storage`,`- **Backend**: ${a?.store?.backend??`unknown`}`,`- **Adapter**: ${T.adapterType}`,`- **Vector search**: ${T.vectorSearchEnabled?`✅ enabled`:`⚠ disabled (FTS-only fallback)`}`,T.dbPath?`- **DB**: ${T.dbPath}`:``,T.dbSizeBytes==null?``:`- **DB size**: ${(T.dbSizeBytes/1024/1024).toFixed(2)} MB`,`- **Embedding dim**: ${T.embeddingDim}`,`- **Vector dtype**: ${T.vectorDtype}`)}catch{}if(o===`smart`)if(g.push(``,`### Smart Indexing`),s){let e=s();e?g.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}`):g.push(`- **Mode**: Smart (trickle)`,`- **Status**: scheduler state unavailable (init may have failed)`)}else g.push(`- **Mode**: Smart (trickle) — scheduler state unavailable`);let D=0;{try{let e=a?.stateDir?P(a.stateDir,`stash`):null;if(e&&A(e)){let t=fe(e).mtimeMs;t>w&&(w=t)}}catch{}let e=[];if(r)try{let t=h>0?await r.list():[];for(let e of t){let t=new Date(e.updated||e.created).getTime();t>w&&(w=t)}e.push(...t.sort((e,t)=>new Date(t.updated).getTime()-new Date(e.updated).getTime()).slice(0,5))}catch{}if(D=w>0?Date.now()-w:0,D>=Ig){let t=Math.floor(D/36e5);if(g.push(``,`### 🌅 Session Briefing`,`_${t}+ hours since last activity — here's what to pick up:_`,``),e.length>0){g.push(`**Recent decisions/notes:**`);for(let t of e)g.push(`- **${t.title}** (${t.category??`note`}) — ${(t.contentPreview??``).slice(0,80)}…`)}g.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')}}g.push(``,`### Runtime`,Bg());let O=Ee.instance().getAll(),ee=O.filter(e=>e.status!==`healthy`);if(ee.length>0){g.push(``,`### ⚠️ Subsystem Health`);for(let e of ee){let t=Math.round((Date.now()-e.since)/1e3);g.push(`- **${e.name}**: ${e.status} (${t}s ago${e.reason?` — ${e.reason}`:``})`)}}else O.length>0&&g.push(``,`### ✅ Subsystem Health`,`- All ${O.length} subsystems healthy`);let te=we.getAll();if(te.size>0){g.push(``,`### 🔌 Circuit Breakers`);for(let[e,t]of te){let n=t.getState(),r=`- **${e}**: ${n===`closed`?`🟢`:n===`open`?`🔴`:`🟡`} ${n}`;if(n===`open`){let e=t.remainingCooldownMs();r+=` (recovery in ${Math.ceil(e/1e3)}s)`}g.push(r)}}let ne=Gg(),oe=Kg(),k=ie(),se=ne!=null&&ne!==k,ce=oe!=null&&oe!==k;if(se||ce){let e=ae(),t=[];se&&t.push(`user scaffold v${ne}`),ce&&t.push(`workspace scaffold v${oe}`);let n=t.join(`, `);e.state===`success`?g.push(``,`### ✅ Upgrade Applied`,`- Server v${k} — ${n} auto-upgraded successfully.`,`- _Restart the MCP server to use the updated version._`):e.state===`pending`?g.push(``,`### ⏳ Upgrade In Progress`,`- Server v${k} ≠ ${n}`,`- Auto-upgrade is running in the background…`):e.state===`failed`?(re(),g.push(``,`### ⬆ Upgrade Available (auto-upgrade failed, retrying)`,`- Server v${k} ≠ ${n}`,`- Error: ${e.error??`unknown`}`)):(re(),g.push(``,`### ⬆ Upgrade Available`,`- Server v${k} ≠ ${n}`,`- Auto-upgrade triggered — check again shortly.`))}l.length>0&&g.push(``,`### ⚠ Warnings`,...l.map(e=>`- ${e}`));let le=ko();if(le.length>0){let e=le.sort((e,t)=>t.callCount-e.callCount);g.push(``,`### Tool Usage This Session`,``),g.push(`| Tool | Calls | Tokens In | Tokens Out | Errors | Avg Latency |`),g.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);g.push(`| ${t.tool} | ${t.callCount} | ${e.toLocaleString()} | ${n.toLocaleString()} | ${t.errorCount} | ${r}ms |`)}}let j=xo();if(j.bufferSize>=10){let e=j.state===`healthy`?`🟢`:j.state===`degraded`?`🔴`:`🟡`;g.push(``,`### Auto-GC: ${e} ${j.state}`),g.push(`- p95 latency: ${j.p95}ms | buffer: ${j.bufferSize} samples`),j.gcCount>0&&g.push(`- GC cycles triggered: ${j.gcCount}`)}let M=g.join(`
3005
- `),N=e||D>=Ig?await Pg(r,c):void 0,ue={totalRecords:f.totalRecords,totalFiles:f.totalFiles,lastIndexedAt:f.lastIndexedAt??null,onboarded:y,onboardDir:_,contentTypes:f.contentTypeBreakdown,wasmAvailable:!!rr.get(),wasmDiagnostics:nr.get(),graphStats:m,curatedCount:h,serverVersion:k,scaffoldVersion:ne??null,workspaceScaffoldVersion:oe??null,upgradeAvailable:se||ce,storeBackend:a?.store?.backend,storeDiagnostics:T??null,contextPressure:b,nextAction:C,...N===void 0?{}:{prelude:N}};return{content:[{type:`text`,text:M+(o===`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:ue}}catch(e){return Fg.error(`Status failed`,L(e)),J(`INTERNAL`,`Status check failed: ${e instanceof Error?e.message:String(e)}`)}}))}const Yg=I(`tools`);function Xg(e){let t=G(`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:z.array(z.string().max(2e3)).min(1).max(5).describe('Search queries (1–5). Single: `["react hooks"]`. Multiple searched in parallel.'),limit:z.number().min(1).max(20).default(5).describe(`Max results per query`),site:z.string().optional().describe(`Restrict to domain (e.g., "docs.aws.amazon.com")`),provider:z.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},Y(`web_search`,async({queries:e,limit:t,site:n,provider:r})=>{let i=e,a=async e=>{let i=await An({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(`
3006
- `)};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 Yg.error(`Web search failed`,L(e)),J(`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);Yg.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(`
3007
-
3008
- `);return c===o.length?J(`INTERNAL`,u):{content:[{type:`text`,text:u}]}}))}function Zg(e){let t=G(`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:z.string().url().describe(`Request URL (http/https only)`),method:z.enum([`GET`,`POST`,`PUT`,`PATCH`,`DELETE`,`HEAD`]).default(`GET`).describe(`HTTP method`),headers:z.record(z.string(),z.string()).optional().describe(`Request headers as key-value pairs`),body:z.string().optional().describe(`Request body (for POST/PUT/PATCH)`),timeout:z.number().min(1e3).max(6e4).default(15e3).describe(`Timeout in milliseconds`)},annotations:t.annotations},Y(`http`,async({url:e,method:t,headers:n,body:r,timeout:i})=>{try{let a=await wt({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(`
3009
- `)}]}}catch(e){return Yg.error(`HTTP request failed`,L(e)),J(`INTERNAL`,`HTTP request failed: ${e instanceof Error?e.message:String(e)}`)}}))}function Qg(e){let t=G(`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:z.string().max(500).describe(`Regex pattern (without delimiters)`),flags:z.string().max(10).regex(/^[gimsuy]*$/).default(``).describe(`Regex flags (g, i, m, s, etc.)`),test_strings:z.array(z.string().max(1e4)).max(50).describe(`Strings to test the pattern against`),mode:z.enum([`match`,`replace`,`split`]).default(`match`).describe(`Test mode`),replacement:z.string().optional().describe(`Replacement string (for replace mode)`)},annotations:t.annotations},Y(`regex_test`,async({pattern:e,flags:t,test_strings:n,mode:r,replacement:i})=>{let a=Qt({pattern:e,flags:t,testStrings:n,mode:r,replacement:i});if(!a.valid)return J(`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(`
3010
- `)}]}}))}function $g(e){let t=G(`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:z.enum([`base64_encode`,`base64_decode`,`url_encode`,`url_decode`,`sha256`,`md5`,`jwt_decode`,`hex_encode`,`hex_decode`]).describe(`Operation to perform`),input:z.string().max(1e6).describe(`Input text`)},annotations:t.annotations},Y(`encode`,async({operation:e,input:t})=>{try{let n=st({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 Yg.error(`Encode failed`,L(e)),J(`INTERNAL`,`Encode failed: ${e instanceof Error?e.message:String(e)}`)}}))}function e_(e){let t=G(`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:Ds,inputSchema:{path:z.string().describe(`File or directory path to measure`),extensions:z.array(z.string()).optional().describe(`File extensions to include (default: .ts,.tsx,.js,.jsx)`),include_hidden:z.boolean().optional().describe(`Include hidden trees such as .generated and .cache. Default false.`),max_tokens:z.number().min(100).max(5e4).optional().describe(`Maximum token budget for the response. When set, output is truncated to fit.`)},annotations:t.annotations},Y(`measure`,async({path:e,extensions:t,include_hidden:n,max_tokens:r})=>{try{let i=await Pt({path:e,extensions:t,includeHidden:n}),a=[`## Code Metrics`,``,`**Files:** ${i.summary.totalFiles}`,`**Total lines:** ${i.summary.totalLines} (${i.summary.totalCodeLines} code)`,`**Functions:** ${i.summary.totalFunctions}`,`**Avg complexity:** ${i.summary.avgComplexity}`,`**Max complexity:** ${i.summary.maxComplexity.value} (${i.summary.maxComplexity.file})`,``,`### Top files by complexity`,``,`| File | Lines | Code | Complexity | Cognitive | Functions | Imports |`,`|------|-------|------|------------|-----------|-----------|---------|`];for(let e of i.files.slice(0,20)){let t=e.cognitiveComplexity===void 0?`—`:String(e.cognitiveComplexity);a.push(`| ${e.path} | ${e.lines.total} | ${e.lines.code} | ${e.complexity} | ${t} | ${e.functions} | ${e.imports} |`)}i.files.length>20&&a.push(``,`_...and ${i.files.length-20} more files_`);let o={summary:{totalFiles:i.summary.totalFiles,totalLines:i.summary.totalLines,totalCodeLines:i.summary.totalCodeLines,totalFunctions:i.summary.totalFunctions,avgComplexity:i.summary.avgComplexity,maxComplexity:{value:i.summary.maxComplexity.value,file:i.summary.maxComplexity.file}},files:i.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?R(a.join(`
3003
+ `)}const Yg=5*6e4;let Xg=null,Zg=null;function Qg(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 $g(){let e=Date.now();if(Xg&&e-Xg.ts<Yg)return Xg.value;try{let t=F(Rn(),`.copilot`,`.aikit-scaffold.json`);if(!A(t))return Xg={value:null,ts:e},null;let n=JSON.parse(M(t,`utf-8`)).version??null;return Xg={value:n,ts:e},n}catch{return Xg={value:null,ts:e},null}}function e_(){let e=Date.now();if(Zg&&e-Zg.ts<Yg)return Zg.value;try{let t=F(process.cwd(),`.github`,`.aikit-scaffold.json`);if(!A(t))return Zg={value:null,ts:e},null;let n=JSON.parse(M(t,`utf-8`)).version??null;return Zg={value:n,ts:e},n}catch{return Zg={value:null,ts:e},null}}function t_(e){let t=W(`status`);e.registerTool(`status`,{title:t.title,description:`Get the current status and statistics of the AI Kit index.`,inputSchema:Gg,outputSchema:Es,annotations:t.annotations},J(`status`,async()=>{let e=ie(),t=$g(),n=e_(),r=t!=null&&t!==e,i=n!=null&&n!==e,a=[`## AI Kit Status`,``,`⏳ **AI Kit is initializing** — index stats will be available shortly.`,``,`### Runtime`,`- **Tree-sitter (WASM)**: ${rr.get()?`✅ Available (AST analysis)`:`⚠ Unavailable (regex fallback)`}`,``,`### Version`,`- **Server**: ${e}`,`- **Scaffold (user)**: ${t??`not installed`}`,`- **Scaffold (workspace)**: ${n??`not installed`}`];if(r||i){let o=ae(),s=[];r&&s.push(`user scaffold v${t}`),i&&s.push(`workspace scaffold v${n}`);let c=s.join(`, `);o.state===`success`?a.push(``,`### ✅ Upgrade Applied`,`- Server v${e} — ${c} auto-upgraded successfully.`,`- _Restart the MCP server to use the updated version._`):o.state===`pending`?a.push(``,`### ⏳ Upgrade In Progress`,`- Server v${e} ≠ ${c}`,`- Auto-upgrade is running in the background…`):o.state===`failed`?(re(),a.push(``,`### ⬆ Upgrade Available (auto-upgrade failed, retrying)`,`- Server v${e} ≠ ${c}`,`- Error: ${o.error??`unknown`}`)):(re(),a.push(``,`### ⬆ Upgrade Available`,`- Server v${e} ≠ ${c}`,`- Auto-upgrade triggered — check again shortly.`))}let o={totalRecords:0,totalFiles:0,lastIndexedAt:null,onboarded:!1,onboardDir:``,contentTypes:{},wasmAvailable:!!rr.get(),wasmDiagnostics:nr.get(),graphStats:null,curatedCount:0,serverVersion:e,scaffoldVersion:t??null,workspaceScaffoldVersion:n??null,upgradeAvailable:r||i,contextPressure:0,nextAction:qg({onboarded:!1,indexStale:!1,contextPressure:0})};return{content:[{type:`text`,text:a.join(`
3004
+ `)}],structuredContent:o}}))}function n_(e,t,n,r,i,a,o,s,c){let l=W(`status`);e.registerTool(`status`,{title:l.title,description:`Get the current status and statistics of the AI Kit index.`,inputSchema:Gg,outputSchema:Es,annotations:l.annotations},J(`status`,async({includePrelude:e=!1})=>{let l=[];try{let[u,d]=await Promise.all([Kg(t.getStats(),{totalRecords:0,totalFiles:0,lastIndexedAt:null,contentTypeBreakdown:{}},`store.getStats`),Kg(t.listSourcePaths(),[],`store.listSourcePaths`)]),f=u.value;u.timedOut&&l.push(`⚠ Index stats timed out — values may be incomplete`);let p=d.value;d.timedOut&&l.push(`⚠ File listing timed out`);let m=null,h=0,g=[`## AI Kit Status`,``,`- **Total Records**: ${f.totalRecords}`,`- **Total Files**: ${f.totalFiles}`,`- **Last Indexed**: ${f.lastIndexedAt??`Never`}`,``,`### Content Types`,...Object.entries(f.contentTypeBreakdown).map(([e,t])=>`- ${e}: ${t}`),``,`### Indexed Files`,...p.slice(0,50).map(e=>`- ${e}`),p.length>50?`\n... and ${p.length-50} more files`:``];if(n)try{let e=await Kg(n.getStats(),{nodeCount:0,edgeCount:0,nodeTypes:{},edgeTypes:{}},`graphStore.getStats`);if(e.timedOut)l.push(`⚠ Graph stats timed out`),g.push(``,`### Knowledge Graph`,`- Graph stats timed out`);else{let t=e.value;m={nodes:t.nodeCount,edges:t.edgeCount},g.push(``,`### Knowledge Graph`,`- **Nodes**: ${t.nodeCount}`,`- **Edges**: ${t.edgeCount}`,...Object.entries(t.nodeTypes).map(([e,t])=>` - ${e}: ${t}`));try{let e=await Kg(n.validate(),{valid:!0,danglingEdges:[],orphanNodes:[],stats:{nodeCount:0,edgeCount:0,nodeTypes:{},edgeTypes:{}}},`graphStore.validate`);if(!e.timedOut){let t=e.value;t.valid||g.push(`- **⚠ Integrity Issues**: ${t.danglingEdges.length} dangling edges`),t.orphanNodes.length>0&&g.push(`- **Orphan nodes**: ${t.orphanNodes.length}`)}}catch{}}}catch{g.push(``,`### Knowledge Graph`,`- Graph store unavailable`)}let _=a?.onboardDir??``,v=A(_),y=i?.onboardComplete||v;if(g.push(``,`### Onboard Status`,y?`- ✅ Complete${i?.onboardTimestamp?` (last: ${i.onboardTimestamp})`:``}`:'- ❌ Not run — call `onboard({ path: "." })` to analyze the codebase',`- **Onboard Directory**: \`${_}\``),r)try{let e=await Kg(r.list(),[],`curated.list`);if(e.timedOut)l.push(`⚠ Curated knowledge listing timed out`),g.push(``,`### Curated Knowledge`,`- Listing timed out`);else{let t=e.value;h=t.length,g.push(``,`### Curated Knowledge`,t.length>0?`- ${t.length} entries`:'- Empty — use `knowledge({ action: "remember", ... })` to persist decisions')}}catch{g.push(``,`### Curated Knowledge`,`- Unable to read curated entries`)}let b=Qg(f.totalRecords,m?.nodes??0,m?.edges??0,h),x=f.lastIndexedAt?new Date(f.lastIndexedAt).getTime():0,S=x>0?Date.now()-x:1/0,C=qg({onboarded:y,indexStale:y&&S>1440*60*1e3,contextPressure:b});g.push(``),g.push(`## 📊 Context Pressure: ${b}/100`),b>=80?g.push(`⚠️ High pressure — consider pruning stale entries or compacting context.`):b>=50?g.push(`ℹ️ Moderate pressure — AI Kit memory is well-populated.`):g.push(`✅ Low pressure — plenty of headroom for more content.`);let w=0;if(f.lastIndexedAt){w=new Date(f.lastIndexedAt).getTime();let e=(Date.now()-w)/(1e3*60*60);g.push(``,`### Index Freshness`,e>24?o===`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`)}g.push(``,`### Next Action`,`- **${C.kind}**: ${C.reason}`);let T=null,E=t;if(typeof E.getDiagnostics==`function`)try{T=E.getDiagnostics(),g.push(``,`### Storage`,`- **Backend**: ${a?.store?.backend??`unknown`}`,`- **Adapter**: ${T.adapterType}`,`- **Vector search**: ${T.vectorSearchEnabled?`✅ enabled`:`⚠ disabled (FTS-only fallback)`}`,T.dbPath?`- **DB**: ${T.dbPath}`:``,T.dbSizeBytes==null?``:`- **DB size**: ${(T.dbSizeBytes/1024/1024).toFixed(2)} MB`,`- **Embedding dim**: ${T.embeddingDim}`,`- **Vector dtype**: ${T.vectorDtype}`)}catch{}if(o===`smart`)if(g.push(``,`### Smart Indexing`),s){let e=s();e?g.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}`):g.push(`- **Mode**: Smart (trickle)`,`- **Status**: scheduler state unavailable (init may have failed)`)}else g.push(`- **Mode**: Smart (trickle) — scheduler state unavailable`);let D=0;{try{let e=a?.stateDir?P(a.stateDir,`stash`):null;if(e&&A(e)){let t=fe(e).mtimeMs;t>w&&(w=t)}}catch{}let e=[];if(r)try{let t=h>0?await r.list():[];for(let e of t){let t=new Date(e.updated||e.created).getTime();t>w&&(w=t)}e.push(...t.sort((e,t)=>new Date(t.updated).getTime()-new Date(e.updated).getTime()).slice(0,5))}catch{}if(D=w>0?Date.now()-w:0,D>=Wg){let t=Math.floor(D/36e5);if(g.push(``,`### 🌅 Session Briefing`,`_${t}+ hours since last activity — here's what to pick up:_`,``),e.length>0){g.push(`**Recent decisions/notes:**`);for(let t of e)g.push(`- **${t.title}** (${t.category??`note`}) — ${(t.contentPreview??``).slice(0,80)}…`)}g.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')}}g.push(``,`### Runtime`,Jg());let O=Ee.instance().getAll(),ee=O.filter(e=>e.status!==`healthy`);if(ee.length>0){g.push(``,`### ⚠️ Subsystem Health`);for(let e of ee){let t=Math.round((Date.now()-e.since)/1e3);g.push(`- **${e.name}**: ${e.status} (${t}s ago${e.reason?` — ${e.reason}`:``})`)}}else O.length>0&&g.push(``,`### ✅ Subsystem Health`,`- All ${O.length} subsystems healthy`);let te=we.getAll();if(te.size>0){g.push(``,`### 🔌 Circuit Breakers`);for(let[e,t]of te){let n=t.getState(),r=`- **${e}**: ${n===`closed`?`🟢`:n===`open`?`🔴`:`🟡`} ${n}`;if(n===`open`){let e=t.remainingCooldownMs();r+=` (recovery in ${Math.ceil(e/1e3)}s)`}g.push(r)}}let ne=$g(),oe=e_(),k=ie(),se=ne!=null&&ne!==k,ce=oe!=null&&oe!==k;if(se||ce){let e=ae(),t=[];se&&t.push(`user scaffold v${ne}`),ce&&t.push(`workspace scaffold v${oe}`);let n=t.join(`, `);e.state===`success`?g.push(``,`### ✅ Upgrade Applied`,`- Server v${k} — ${n} auto-upgraded successfully.`,`- _Restart the MCP server to use the updated version._`):e.state===`pending`?g.push(``,`### ⏳ Upgrade In Progress`,`- Server v${k} ≠ ${n}`,`- Auto-upgrade is running in the background…`):e.state===`failed`?(re(),g.push(``,`### ⬆ Upgrade Available (auto-upgrade failed, retrying)`,`- Server v${k} ≠ ${n}`,`- Error: ${e.error??`unknown`}`)):(re(),g.push(``,`### ⬆ Upgrade Available`,`- Server v${k} ≠ ${n}`,`- Auto-upgrade triggered — check again shortly.`))}l.length>0&&g.push(``,`### ⚠ Warnings`,...l.map(e=>`- ${e}`));let le=Ao();if(le.length>0){let e=le.sort((e,t)=>t.callCount-e.callCount);g.push(``,`### Tool Usage This Session`,``),g.push(`| Tool | Calls | Tokens In | Tokens Out | Errors | Avg Latency |`),g.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);g.push(`| ${t.tool} | ${t.callCount} | ${e.toLocaleString()} | ${n.toLocaleString()} | ${t.errorCount} | ${r}ms |`)}}let j=So();if(j.bufferSize>=10){let e=j.state===`healthy`?`🟢`:j.state===`degraded`?`🔴`:`🟡`;g.push(``,`### Auto-GC: ${e} ${j.state}`),g.push(`- p95 latency: ${j.p95}ms | buffer: ${j.bufferSize} samples`),j.gcCount>0&&g.push(`- GC cycles triggered: ${j.gcCount}`)}let M=g.join(`
3005
+ `),N=e||D>=Wg?await Hg(r,c):void 0,ue={totalRecords:f.totalRecords,totalFiles:f.totalFiles,lastIndexedAt:f.lastIndexedAt??null,onboarded:y,onboardDir:_,contentTypes:f.contentTypeBreakdown,wasmAvailable:!!rr.get(),wasmDiagnostics:nr.get(),graphStats:m,curatedCount:h,serverVersion:k,scaffoldVersion:ne??null,workspaceScaffoldVersion:oe??null,upgradeAvailable:se||ce,storeBackend:a?.store?.backend,storeDiagnostics:T??null,contextPressure:b,nextAction:C,...N===void 0?{}:{prelude:N}};return{content:[{type:`text`,text:M+(o===`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:ue}}catch(e){return Ug.error(`Status failed`,L(e)),q(`INTERNAL`,`Status check failed: ${e instanceof Error?e.message:String(e)}`)}}))}const r_=I(`tools`);function i_(e){let t=W(`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:z.array(z.string().max(2e3)).min(1).max(5).describe('Search queries (1–5). Single: `["react hooks"]`. Multiple searched in parallel.'),limit:z.number().min(1).max(20).default(5).describe(`Max results per query`),site:z.string().optional().describe(`Restrict to domain (e.g., "docs.aws.amazon.com")`),provider:z.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},J(`web_search`,async({queries:e,limit:t,site:n,provider:r})=>{let i=e,a=async e=>{let i=await An({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(`
3006
+ `)};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 r_.error(`Web search failed`,L(e)),q(`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);r_.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(`
3007
+
3008
+ `);return c===o.length?q(`INTERNAL`,u):{content:[{type:`text`,text:u}]}}))}function a_(e){let t=W(`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:z.string().url().describe(`Request URL (http/https only)`),method:z.enum([`GET`,`POST`,`PUT`,`PATCH`,`DELETE`,`HEAD`]).default(`GET`).describe(`HTTP method`),headers:z.record(z.string(),z.string()).optional().describe(`Request headers as key-value pairs`),body:z.string().optional().describe(`Request body (for POST/PUT/PATCH)`),timeout:z.number().min(1e3).max(6e4).default(15e3).describe(`Timeout in milliseconds`)},annotations:t.annotations},J(`http`,async({url:e,method:t,headers:n,body:r,timeout:i})=>{try{let a=await wt({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(`
3009
+ `)}]}}catch(e){return r_.error(`HTTP request failed`,L(e)),q(`INTERNAL`,`HTTP request failed: ${e instanceof Error?e.message:String(e)}`)}}))}function o_(e){let t=W(`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:z.string().max(500).describe(`Regex pattern (without delimiters)`),flags:z.string().max(10).regex(/^[gimsuy]*$/).default(``).describe(`Regex flags (g, i, m, s, etc.)`),test_strings:z.array(z.string().max(1e4)).max(50).describe(`Strings to test the pattern against`),mode:z.enum([`match`,`replace`,`split`]).default(`match`).describe(`Test mode`),replacement:z.string().optional().describe(`Replacement string (for replace mode)`)},annotations:t.annotations},J(`regex_test`,async({pattern:e,flags:t,test_strings:n,mode:r,replacement:i})=>{let a=Qt({pattern:e,flags:t,testStrings:n,mode:r,replacement:i});if(!a.valid)return q(`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(`
3010
+ `)}]}}))}function s_(e){let t=W(`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:z.enum([`base64_encode`,`base64_decode`,`url_encode`,`url_decode`,`sha256`,`md5`,`jwt_decode`,`hex_encode`,`hex_decode`]).describe(`Operation to perform`),input:z.string().max(1e6).describe(`Input text`)},annotations:t.annotations},J(`encode`,async({operation:e,input:t})=>{try{let n=st({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 r_.error(`Encode failed`,L(e)),q(`INTERNAL`,`Encode failed: ${e instanceof Error?e.message:String(e)}`)}}))}function c_(e){let t=W(`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:Os,inputSchema:{path:z.string().describe(`File or directory path to measure`),extensions:z.array(z.string()).optional().describe(`File extensions to include (default: .ts,.tsx,.js,.jsx)`),include_hidden:z.boolean().optional().describe(`Include hidden trees such as .generated and .cache. Default false.`),max_tokens:z.number().min(100).max(5e4).optional().describe(`Maximum token budget for the response. When set, output is truncated to fit.`)},annotations:t.annotations},J(`measure`,async({path:e,extensions:t,include_hidden:n,max_tokens:r})=>{try{let i=await Pt({path:e,extensions:t,includeHidden:n}),a=[`## Code Metrics`,``,`**Files:** ${i.summary.totalFiles}`,`**Total lines:** ${i.summary.totalLines} (${i.summary.totalCodeLines} code)`,`**Functions:** ${i.summary.totalFunctions}`,`**Avg complexity:** ${i.summary.avgComplexity}`,`**Max complexity:** ${i.summary.maxComplexity.value} (${i.summary.maxComplexity.file})`,``,`### Top files by complexity`,``,`| File | Lines | Code | Complexity | Cognitive | Functions | Imports |`,`|------|-------|------|------------|-----------|-----------|---------|`];for(let e of i.files.slice(0,20)){let t=e.cognitiveComplexity===void 0?`—`:String(e.cognitiveComplexity);a.push(`| ${e.path} | ${e.lines.total} | ${e.lines.code} | ${e.complexity} | ${t} | ${e.functions} | ${e.imports} |`)}i.files.length>20&&a.push(``,`_...and ${i.files.length-20} more files_`);let o={summary:{totalFiles:i.summary.totalFiles,totalLines:i.summary.totalLines,totalCodeLines:i.summary.totalCodeLines,totalFunctions:i.summary.totalFunctions,avgComplexity:i.summary.avgComplexity,maxComplexity:{value:i.summary.maxComplexity.value,file:i.summary.maxComplexity.file}},files:i.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?R(a.join(`
3011
3011
  `),r):a.join(`
3012
- `)}],structuredContent:o}}catch(e){return Yg.error(`Measure failed`,L(e)),J(`INTERNAL`,`Measure failed: ${e instanceof Error?e.message:String(e)}`)}}))}function t_(e){let t=G(`changelog`);e.registerTool(`changelog`,{title:t.title,description:`Generate a changelog from git history between two refs. Groups by conventional commit type.`,inputSchema:{from:z.string().max(200).describe(`Start ref (tag, SHA, HEAD~N)`),to:z.string().max(200).default(`HEAD`).describe(`End ref (default: HEAD)`),format:z.enum([`grouped`,`chronological`,`per-scope`]).default(`grouped`).describe(`Output format`),include_breaking:z.boolean().default(!0).describe(`Highlight breaking changes`),cwd:z.string().optional().describe(`Repository root or working directory`)},annotations:t.annotations},Y(`changelog`,async({from:e,to:t,format:n,include_breaking:r,cwd:i})=>{try{let a=Ve({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 Yg.error(`Changelog failed`,L(e)),J(`INTERNAL`,`Changelog failed: ${e instanceof Error?e.message:String(e)}`)}}))}function n_(e){let t=G(`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:z.string().max(5e5).describe(`JSON data to validate (as string)`),schema:z.string().max(5e5).describe(`JSON Schema to validate against (as string)`)},annotations:t.annotations},Y(`schema_validate`,async({data:e,schema:t})=>{try{let n=ln({data:JSON.parse(e),schema:JSON.parse(t)});if(n.valid)return{content:[{type:`text`,text:`## Validation: PASSED
3012
+ `)}],structuredContent:o}}catch(e){return r_.error(`Measure failed`,L(e)),q(`INTERNAL`,`Measure failed: ${e instanceof Error?e.message:String(e)}`)}}))}function l_(e){let t=W(`changelog`);e.registerTool(`changelog`,{title:t.title,description:`Generate a changelog from git history between two refs. Groups by conventional commit type.`,inputSchema:{from:z.string().max(200).describe(`Start ref (tag, SHA, HEAD~N)`),to:z.string().max(200).default(`HEAD`).describe(`End ref (default: HEAD)`),format:z.enum([`grouped`,`chronological`,`per-scope`]).default(`grouped`).describe(`Output format`),include_breaking:z.boolean().default(!0).describe(`Highlight breaking changes`),cwd:z.string().optional().describe(`Repository root or working directory`)},annotations:t.annotations},J(`changelog`,async({from:e,to:t,format:n,include_breaking:r,cwd:i})=>{try{let a=Ve({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 r_.error(`Changelog failed`,L(e)),q(`INTERNAL`,`Changelog failed: ${e instanceof Error?e.message:String(e)}`)}}))}function u_(e){let t=W(`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:z.string().max(5e5).describe(`JSON data to validate (as string)`),schema:z.string().max(5e5).describe(`JSON Schema to validate against (as string)`)},annotations:t.annotations},J(`schema_validate`,async({data:e,schema:t})=>{try{let n=ln({data:JSON.parse(e),schema:JSON.parse(t)});if(n.valid)return{content:[{type:`text`,text:`## Validation: PASSED
3013
3013
 
3014
3014
  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(`
3015
- `)}]}}catch(e){return Yg.error(`Schema validation failed`,L(e)),J(`INTERNAL`,`Schema validation failed: ${e instanceof Error?e.message:String(e)}`)}}))}function r_(e){let t=G(`env`);e.registerTool(`env`,{title:t.title,description:`Get system and runtime environment info. Sensitive env vars are redacted by default.`,outputSchema:Os,inputSchema:{include_env:z.boolean().default(!1).describe(`Include environment variables`),filter_env:z.string().optional().describe(`Filter env vars by name substring`),show_sensitive:z.boolean().default(!1).describe(`Show sensitive values (keys, tokens, etc.) — redacted by default`)},annotations:t.annotations},Y(`env`,async({include_env:e,filter_env:t,show_sensitive:n})=>{let r=lt({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(`
3016
- `)}],structuredContent:a}}))}function i_(e){let t=G(`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:ks,inputSchema:{operation:z.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:z.string().optional().describe(`Date input (ISO, unix timestamp, or parseable string). For diff: two comma-separated dates`),timezone:z.string().optional().describe(`Target timezone (e.g., "America/New_York", "Asia/Tokyo")`),duration:z.string().optional().describe(`Duration to add (e.g., "2h30m", "1d", "30s") — for add operation`)},annotations:t.annotations},Y(`time`,async({operation:e,input:t,timezone:n,duration:r})=>{try{let i=wn({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(`
3017
- `)}],structuredContent:o}}catch(e){return Yg.error(`Time failed`,L(e)),J(`INTERNAL`,`Time failed: ${e instanceof Error?e.message:String(e)}`)}}))}function a_(e){try{let t=P(e,`.flows`);if(!A(t))return null;let n=N(t,{withFileTypes:!0});for(let e of n){if(!e.isDirectory())continue;let n=P(t,e.name,`meta.json`);if(A(n)&&JSON.parse(M(n,`utf-8`)).status===`active`)return e.name}}catch{return null}return null}function o_(e,t,n,r,i,a,o,s,c,l){let u=new mo,d=n.sources[0]?.path??process.cwd(),f={activeSlug:null};f.activeSlug=a_(d);let p=new Na(P(n.stateDir??``,`flow-context`),()=>f.activeSlug),m=new ya;m.register(Ti()),m.register(ga),m.register(Fi),m.register(aa),m.register(Mi),m.register(Ei),m.register(Di),m.register(pa),m.register(ki),m.register(va),m.register(ia(()=>f.activeSlug?{active:!0,slug:f.activeSlug}:null));let h=new wa(m,t.curated,{},p),g=l??bs(n,[...Go,...zo],es,Vo(n)),_=e=>g.has(e),v=new Set([...g].filter(e=>!cp.includes(e)&&!$a.has(e))),y=new ro;u.use(Sa(h),{order:5,name:`auto-knowledge`}),u.use(jo(),{order:10,name:`replay`}),u.use(oo(y,{stateStore:t.stateStore,curatedStore:t.curated},{trackedTools:v}),{order:94,name:`procedural-memory`}),u.use(Ya(new qa(t.stateStore,t.curated)),{order:95,name:`observation-capture`}),u.use(qo(),{order:1,name:`structured-content-guard`}),u.use(Ma(ja(n.tokenBudget)),{order:90,name:`compression`}),as(e,u,n.toolPrefix??``);let b=[...g].filter(e=>Bo.has(e)?Ro.includes(e)?!!t.bridge:e===`er_update_policy`?!!t.policyStore:e===`er_evolve_review`?!!t.evolutionCollector:!1:!0);_(`search`)&&fg(e,t.embedder,t.store,t.graphStore,t.bridge,t.evolutionCollector,a,t.stateStore,n.memory?.retention,n.memory?.consolidation);let x={store:t.store,graphStore:t.graphStore,embedder:t.embedder},S=c?e=>{c()?.prioritize(e)}:void 0;_(`lookup`)&&Zf(e,t.store,x);let C={onboardComplete:t.onboardComplete,onboardTimestamp:t.onboardTimestamp};_(`status`)&&Jg(e,t.store,t.graphStore,t.curated,C,n,o,s,t.stateStore),_(`config`)&&hl(e,n),_(`reindex`)&&Wh(e,t.indexer,n,t.curated,t.store,i,o),_(`knowledge`)&&Yf(e,t.curated,t.policyStore,t.evolutionCollector,i,p,t.stateStore,n.memory?.retention,n.memory?.supersession,n.memory?.consolidation,n.memory?.lessons,x),_(`analyze`)&&Nc(e,t.store,t.embedder,x),_(`blast_radius`)&&Pc(e,t.store,t.embedder,t.graphStore,x),_(`produce_knowledge`)&&Hh(e,n),_(`onboard`)&&Ap(e,t.store,t.embedder,n,C,x),_(`graph`)&&nd(e,t.graphStore,x),_(`audit`)&&zc(e,t.store,t.embedder,n.tokenBudget),_(`compact`)&&Al(e,t.embedder,t.fileCache,d,n.allRoots,x,S),_(`scope_map`)&&jl(e,t.embedder,t.store,x),_(`find`)&&Ml(e,t.embedder,t.store,d,x),_(`parse_output`)&&Kl(e),_(`workset`)&&Mp(e),_(`check`)&&Ul(e,x,n.tokenBudget),_(`symbol`)&&Nl(e,t.embedder,t.store,t.graphStore,x),_(`eval`)&&Wl(e),_(`test_run`)&&Gl(e,x),_(`stash`)&&Np(e,t.stateStore),_(`signal`)&&jg(e,t.stateStore),_(`git_context`)&&tp(e),_(`diff_parse`)&&np(e),_(`rename`)&&rp(e,n),_(`codemod`)&&ip(e,n),_(`restore`)&&Jh(e),_(`file_summary`)&&Pl(e,t.fileCache,d,n.allRoots,x,S),_(`checkpoint`)&&Pp(e,t.stateStore),_(`data_transform`)&&ap(e),_(`trace`)&&Fl(e,t.embedder,t.store,t.graphStore,x),_(`process`)&&id(e),_(`watch`)&&ad(e),_(`dead_symbols`)&&Il(e,t.embedder,t.store,d,n.allRoots,x),_(`delegate`)&&ql(e,a),_(`health`)&&od(e),_(`lane`)&&Fp(e),_(`queue`)&&Ip(e),_(`web_fetch`)&&sd(e),_(`guide`)&&cd(e,o),cp.some(e=>_(e))&&lp(e,n,b),_(`evidence_map`)&&Ju(e),_(`digest`)&&Yu(e,t.embedder),_(`forge_classify`)&&Xu(e,x),_(`stratum_card`)&&Zu(e,t.embedder,t.fileCache),_(`forge_ground`)&&Qu(e,t.embedder,t.store),_(`present`)&&Bh(e,r),_(`browser`)&&qn(e,n),_(`web_search`)&&Xg(e),_(`http`)&&Zg(e),_(`regex_test`)&&Qg(e),_(`encode`)&&$g(e),_(`measure`)&&e_(e),_(`changelog`)&&t_(e),_(`schema_validate`)&&n_(e),_(`env`)&&r_(e),_(`time`)&&i_(e),_(`flow`)&&Ku(e,n,{store:t.store?{search:async(e,n)=>(await t.store.ftsSearch(e,n)).map(e=>({content:e.record.content}))}:null,graphStore:t.graphStore,embedder:t.embedder},e=>{f.activeSlug=e}),t.bridge&&Ro.some(e=>_(e))&&(Uc(e,t.bridge,t.evolutionCollector),Wc(e,t.bridge),Gc(e,t.bridge)),t.policyStore&&_(`er_update_policy`)&&Hp(e,t.policyStore),t.evolutionCollector&&_(`er_evolve_review`)&&Vl(e,t.evolutionCollector),Lo(e,t.store,t.curated),_(`compliance_score`)&&Jc(e),_(`replay`)&&Kh(e),_(`session_digest`)&&mg(e,t.stateStore,a)}function s_(e,t,n){let r=e=>!n||n.has(e);r(`check`)&&Ul(e,void 0,t.tokenBudget),r(`eval`)&&Wl(e),r(`test_run`)&&Gl(e),r(`parse_output`)&&Kl(e),r(`delegate`)&&ql(e),r(`git_context`)&&tp(e),r(`diff_parse`)&&np(e),r(`rename`)&&rp(e,t),r(`codemod`)&&ip(e,t),r(`data_transform`)&&ap(e),r(`workset`)&&Mp(e),r(`restore`)&&Jh(e),r(`lane`)&&Fp(e),r(`queue`)&&Ip(e),r(`session_digest`)&&mg(e),r(`health`)&&od(e),r(`process`)&&id(e),r(`watch`)&&ad(e),r(`web_fetch`)&&sd(e),r(`guide`)&&cd(e),cp.some(e=>r(e))&&lp(e,t,[...n??new Set(Go)]),r(`evidence_map`)&&Ju(e),r(`forge_classify`)&&Xu(e),r(`present`)&&Bh(e),r(`browser`)&&qn(e,t),r(`produce_knowledge`)&&Hh(e),r(`compliance_score`)&&Jc(e),r(`replay`)&&Kh(e),r(`status`)&&qg(e),r(`flow`)&&Ku(e,t),r(`web_search`)&&Xg(e),r(`http`)&&Zg(e),r(`regex_test`)&&Qg(e),r(`encode`)&&$g(e),r(`measure`)&&e_(e),r(`changelog`)&&t_(e),r(`schema_validate`)&&n_(e),r(`env`)&&r_(e),r(`time`)&&i_(e)}const c_=I(`resource-notifier`);var l_=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){c_.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){c_.debug(`sendResourceUpdated failed`,{uri:e,error:String(t)})}}};const Q=I(`server`);function u_(e){let t=e?.trim().toLowerCase();return t===`1`||t===`true`||t===`yes`||t===`on`}async function d_(n){Q.info(`Initializing AI Kit components`);let r=n.store.backend,i=n.embedding,a={model:i.model,nativeDim:i.nativeDim??Te.nativeDim,dimensions:i.dimensions,queryPrefix:i.queryPrefix??Te.queryPrefix},o=n.store.path,s=u_(process.env.AIKIT_SPLIT_STATE),c=P(o,`aikit.db`),l={splitEnabled:s,contentDbPath:c,controlDbPath:s?P(o,`aikit-control.db`):c},u=null;if(r===`sqlite-vec`){let e=l.contentDbPath;A(o)||j(o,{recursive:!0}),u=await gr(e),Q.debug(`SQLite adapter ready`,{type:u.type,vectorCapable:u.vectorCapable,dbPath:e}),u.vectorCapable||Q.warn(`┌──────────────────────────────────────────────────────────────────┐
3015
+ `)}]}}catch(e){return r_.error(`Schema validation failed`,L(e)),q(`INTERNAL`,`Schema validation failed: ${e instanceof Error?e.message:String(e)}`)}}))}function d_(e){let t=W(`env`);e.registerTool(`env`,{title:t.title,description:`Get system and runtime environment info. Sensitive env vars are redacted by default.`,outputSchema:ks,inputSchema:{include_env:z.boolean().default(!1).describe(`Include environment variables`),filter_env:z.string().optional().describe(`Filter env vars by name substring`),show_sensitive:z.boolean().default(!1).describe(`Show sensitive values (keys, tokens, etc.) — redacted by default`)},annotations:t.annotations},J(`env`,async({include_env:e,filter_env:t,show_sensitive:n})=>{let r=lt({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(`
3016
+ `)}],structuredContent:a}}))}function f_(e){let t=W(`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:As,inputSchema:{operation:z.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:z.string().optional().describe(`Date input (ISO, unix timestamp, or parseable string). For diff: two comma-separated dates`),timezone:z.string().optional().describe(`Target timezone (e.g., "America/New_York", "Asia/Tokyo")`),duration:z.string().optional().describe(`Duration to add (e.g., "2h30m", "1d", "30s") — for add operation`)},annotations:t.annotations},J(`time`,async({operation:e,input:t,timezone:n,duration:r})=>{try{let i=wn({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(`
3017
+ `)}],structuredContent:o}}catch(e){return r_.error(`Time failed`,L(e)),q(`INTERNAL`,`Time failed: ${e instanceof Error?e.message:String(e)}`)}}))}function p_(e){try{let t=P(e,`.flows`);if(!A(t))return null;let n=N(t,{withFileTypes:!0});for(let e of n){if(!e.isDirectory())continue;let n=P(t,e.name,`meta.json`);if(A(n)&&JSON.parse(M(n,`utf-8`)).status===`active`)return e.name}}catch{return null}return null}function m_(e,t,n,r,i,a,o,s,c,l){let u=new ho,d=n.sources[0]?.path??process.cwd(),f={activeSlug:null};f.activeSlug=p_(d);let p=new Pa(P(n.stateDir??``,`flow-context`),()=>f.activeSlug),m=new ba;m.register(Ei()),m.register(_a),m.register(Ii),m.register(oa),m.register(Ni),m.register(Di),m.register(Oi),m.register(ma),m.register(Ai),m.register(ya),m.register(aa(()=>f.activeSlug?{active:!0,slug:f.activeSlug}:null));let h=new Ta(m,t.curated,{},p),g=l??xs(n,[...Ko,...Bo],ts,Ho(n)),_=e=>g.has(e),v=new Set([...g].filter(e=>!lp.includes(e)&&!eo.has(e))),y=new io;u.use(Ca(h),{order:5,name:`auto-knowledge`}),u.use(Mo(),{order:10,name:`replay`}),u.use(so(y,{stateStore:t.stateStore,curatedStore:t.curated},{trackedTools:v}),{order:94,name:`procedural-memory`}),u.use(Xa(new Ja(t.stateStore,t.curated)),{order:95,name:`observation-capture`}),u.use(Jo(),{order:1,name:`structured-content-guard`}),u.use(Na(Ma(n.tokenBudget)),{order:90,name:`compression`}),os(e,u,n.toolPrefix??``);let b=[...g].filter(e=>Vo.has(e)?zo.includes(e)?!!t.bridge:e===`er_update_policy`?!!t.policyStore:e===`er_evolve_review`?!!t.evolutionCollector:!1:!0);_(`search`)&&bg(e,t.embedder,t.store,t.graphStore,t.bridge,t.evolutionCollector,a,t.stateStore,n.memory?.retention,n.memory?.consolidation);let x={store:t.store,graphStore:t.graphStore,embedder:t.embedder},S=c?e=>{c()?.prioritize(e)}:void 0;_(`lookup`)&&Qf(e,t.store,x);let C={onboardComplete:t.onboardComplete,onboardTimestamp:t.onboardTimestamp};_(`status`)&&n_(e,t.store,t.graphStore,t.curated,C,n,o,s,t.stateStore),_(`config`)&&gl(e,n),_(`reindex`)&&Qh(e,t.indexer,n,t.curated,t.store,i,o),_(`knowledge`)&&Xf(e,t.curated,t.policyStore,t.evolutionCollector,i,p,t.stateStore,n.memory?.retention,n.memory?.supersession,n.memory?.consolidation,n.memory?.lessons,x),_(`analyze`)&&Pc(e,t.store,t.embedder,x),_(`blast_radius`)&&Fc(e,t.store,t.embedder,t.graphStore,x),_(`produce_knowledge`)&&Xh(e,n),_(`onboard`)&&jp(e,t.store,t.embedder,n,C,x),_(`graph`)&&rd(e,t.graphStore,x),_(`audit`)&&Bc(e,t.store,t.embedder,n.tokenBudget),_(`compact`)&&jl(e,t.embedder,t.fileCache,d,n.allRoots,x,S),_(`scope_map`)&&Ml(e,t.embedder,t.store,x),_(`find`)&&Nl(e,t.embedder,t.store,d,x),_(`parse_output`)&&ql(e),_(`workset`)&&Np(e),_(`check`)&&Wl(e,x,n.tokenBudget),_(`symbol`)&&Pl(e,t.embedder,t.store,t.graphStore,x),_(`eval`)&&Gl(e),_(`test_run`)&&Kl(e,x),_(`stash`)&&Pp(e,t.stateStore),_(`signal`)&&zg(e,t.stateStore),_(`git_context`)&&np(e),_(`diff_parse`)&&rp(e),_(`rename`)&&ip(e,n),_(`codemod`)&&ap(e,n),_(`restore`)&&ng(e),_(`file_summary`)&&Fl(e,t.fileCache,d,n.allRoots,x,S),_(`checkpoint`)&&Fp(e,t.stateStore),_(`data_transform`)&&op(e),_(`trace`)&&Il(e,t.embedder,t.store,t.graphStore,x),_(`process`)&&ad(e),_(`watch`)&&od(e),_(`dead_symbols`)&&Ll(e,t.embedder,t.store,d,n.allRoots,x),_(`delegate`)&&Jl(e,a),_(`health`)&&sd(e),_(`lane`)&&Ip(e),_(`queue`)&&Lp(e),_(`web_fetch`)&&cd(e),_(`guide`)&&ld(e,o),lp.some(e=>_(e))&&up(e,n,b),_(`evidence_map`)&&Yu(e),_(`digest`)&&Xu(e,t.embedder),_(`forge_classify`)&&Zu(e,x),_(`stratum_card`)&&Qu(e,t.embedder,t.fileCache),_(`forge_ground`)&&$u(e,t.embedder,t.store),_(`present`)&&Jh(e,r),_(`browser`)&&qn(e,n),_(`web_search`)&&i_(e),_(`http`)&&a_(e),_(`regex_test`)&&o_(e),_(`encode`)&&s_(e),_(`measure`)&&c_(e),_(`changelog`)&&l_(e),_(`schema_validate`)&&u_(e),_(`env`)&&d_(e),_(`time`)&&f_(e),_(`flow`)&&qu(e,n,{store:t.store?{search:async(e,n)=>(await t.store.ftsSearch(e,n)).map(e=>({content:e.record.content}))}:null,graphStore:t.graphStore,embedder:t.embedder},e=>{f.activeSlug=e}),t.bridge&&zo.some(e=>_(e))&&(Wc(e,t.bridge,t.evolutionCollector),Gc(e,t.bridge),Kc(e,t.bridge)),t.policyStore&&_(`er_update_policy`)&&Up(e,t.policyStore),t.evolutionCollector&&_(`er_evolve_review`)&&Hl(e,t.evolutionCollector),Ro(e,t.store,t.curated),_(`compliance_score`)&&Yc(e),_(`replay`)&&eg(e),_(`session_digest`)&&Sg(e,t.stateStore,a)}function h_(e,t,n){let r=e=>!n||n.has(e);r(`check`)&&Wl(e,void 0,t.tokenBudget),r(`eval`)&&Gl(e),r(`test_run`)&&Kl(e),r(`parse_output`)&&ql(e),r(`delegate`)&&Jl(e),r(`git_context`)&&np(e),r(`diff_parse`)&&rp(e),r(`rename`)&&ip(e,t),r(`codemod`)&&ap(e,t),r(`data_transform`)&&op(e),r(`workset`)&&Np(e),r(`restore`)&&ng(e),r(`lane`)&&Ip(e),r(`queue`)&&Lp(e),r(`session_digest`)&&Sg(e),r(`health`)&&sd(e),r(`process`)&&ad(e),r(`watch`)&&od(e),r(`web_fetch`)&&cd(e),r(`guide`)&&ld(e),lp.some(e=>r(e))&&up(e,t,[...n??new Set(Ko)]),r(`evidence_map`)&&Yu(e),r(`forge_classify`)&&Zu(e),r(`present`)&&Jh(e),r(`browser`)&&qn(e,t),r(`produce_knowledge`)&&Xh(e),r(`compliance_score`)&&Yc(e),r(`replay`)&&eg(e),r(`status`)&&t_(e),r(`flow`)&&qu(e,t),r(`web_search`)&&i_(e),r(`http`)&&a_(e),r(`regex_test`)&&o_(e),r(`encode`)&&s_(e),r(`measure`)&&c_(e),r(`changelog`)&&l_(e),r(`schema_validate`)&&u_(e),r(`env`)&&d_(e),r(`time`)&&f_(e)}const g_=I(`resource-notifier`);var __=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){g_.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){g_.debug(`sendResourceUpdated failed`,{uri:e,error:String(t)})}}};const Q=I(`server`);function v_(e){let t=e?.trim().toLowerCase();return t===`1`||t===`true`||t===`yes`||t===`on`}async function y_(n){Q.info(`Initializing AI Kit components`);let r=n.store.backend,i=n.embedding,a={model:i.model,nativeDim:i.nativeDim??Te.nativeDim,dimensions:i.dimensions,queryPrefix:i.queryPrefix??Te.queryPrefix},o=n.store.path,s=v_(process.env.AIKIT_SPLIT_STATE),c=P(o,`aikit.db`),l={splitEnabled:s,contentDbPath:c,controlDbPath:s?P(o,`aikit-control.db`):c},u=null;if(r===`sqlite-vec`){let e=l.contentDbPath;A(o)||j(o,{recursive:!0}),u=await gr(e),Q.debug(`SQLite adapter ready`,{type:u.type,vectorCapable:u.vectorCapable,dbPath:e}),u.vectorCapable||Q.warn(`┌──────────────────────────────────────────────────────────────────┐
3018
3018
  │ ⚠ SQLite vector extension unavailable — DEGRADED MODE │
3019
3019
  │ Vector search is disabled. Hybrid search returns FTS only. │
3020
3020
  │ To enable: install/rebuild better-sqlite3 (native module). │
3021
- └──────────────────────────────────────────────────────────────────┘`);let t=P(o,`lance`);A(t)&&Q.info(`Old LanceDB data found at ${t} — ignored. Safe to delete after verifying sqlite-vec works.`)}let d;if(u)if(l.splitEnabled&&l.controlDbPath!==l.contentDbPath){let{migrateToSplitState:e}=await import(`../../store/dist/index.js`);await e(l),d=await gr(l.controlDbPath),yr(d,hr),Q.info(`State store adapter ready`,{type:d.type,dbPath:l.controlDbPath,splitEnabled:!0})}else d=u;else{let e=P(o,`aikit-state.db`);A(o)||j(o,{recursive:!0}),d=await gr(e),yr(d,hr),Q.info(`State store adapter ready`,{type:d.type,dbPath:e})}let[f,p,m,h]=await Promise.all([(async()=>{if(n.embedding.childProcess!==!1){let e=new Nr({model:a.model,dimensions:a.dimensions,nativeDim:a.nativeDim,queryPrefix:a.queryPrefix,interOpNumThreads:i.interOpNumThreads,intraOpNumThreads:i.intraOpNumThreads,idleTimeoutMs:i.idleTimeoutMs});return await e.initialize(),Q.debug(`Embedder loaded (child process)`,{modelId:e.modelId,dimensions:e.dimensions}),e}let{OnnxEmbedder:e}=await import(`../../embeddings/dist/index.js`),t=new e({model:a.model,dimensions:a.dimensions,nativeDim:a.nativeDim,queryPrefix:a.queryPrefix,interOpNumThreads:i.interOpNumThreads,intraOpNumThreads:i.intraOpNumThreads});return await t.initialize(),Q.debug(`Embedder loaded (in-process)`,{modelId:t.modelId,dimensions:t.dimensions}),t})(),(async()=>{let e=r===`sqlite-vec`?await vr({backend:r,path:o,adapter:u??void 0,embeddingDim:a.dimensions,embeddingProfile:a,partition:l}):await vr({backend:r,path:o,adapter:u??void 0,embeddingDim:a.dimensions,partition:void 0});return await e.initialize(),Q.debug(`Store initialized`,{backend:r}),e})(),(async()=>{let e=u?new mr({adapter:u}):new mr({path:o});return await e.initialize(),Q.debug(`Graph store initialized`,{shared:!!u}),e})(),(async()=>{let e=await ir();if(e){let e=nr.get();Q.debug(`WASM tree-sitter enabled`,{grammars:e.grammarCount,dir:e.wasmDir})}else{let e=nr.get();Q.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})()]),g=new Fr(f,p),_=_r(d),v=new Pr(n.store.path);v.load(),g.setHashCache(v);let y=n.curated.path,b=new e(y);await b.initialize();let x=new t(y,p,f,b);g.setGraphStore(m);let S=Hc(n.er),C=S?new cr(n.curated.path):void 0;C&&Q.debug(`Policy store initialized`,{ruleCount:C.getRules().length});let w=S?new sr:void 0,T=F(n.sources[0]?.path??process.cwd(),Se.aiContext),E=A(T),D=n.onboardDir?A(n.onboardDir):!1,O=E||D,ee,te=E?T:n.onboardDir;if(O&&te)try{ee=fe(te).mtime.toISOString()}catch{}return Q.debug(`Onboard state detected`,{onboardComplete:O,onboardTimestamp:ee,aiKbExists:E,onboardDirExists:D}),{embedder:f,store:p,stateStore:_,closeStateStore:d===u?void 0:async()=>d.close(),indexer:g,curated:x,graphStore:m,fileCache:new Ie,bridge:S,policyStore:C,evolutionCollector:w,onboardComplete:O,onboardTimestamp:ee}}function f_(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(`, `)}.`,`TOOL ROUTING:`,`- Understand a file -> file_summary (structure) or compact (extract section)`,`- Find code/symbols -> search (hybrid) or symbol (definition + refs)`,`- Validate changes -> check (typecheck+lint) or test_run (tests)`,`- Read file for editing -> read_file (only for exact lines before edits)`,`FORBIDDEN: DO NOT USE native equivalents when AI Kit provides same:`,`- grep/find -> search or find tool`,`- cat/read_file (for understanding) -> file_summary or compact`,`- terminal tsc/lint -> check tool`,`- terminal test -> test_run tool`];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(`
3022
- `)}const p_=I(`background-task`);var m_=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,p_.info(`Background task started`,{task:e.name,pending:this.queue.length});let t=Date.now();try{await e.fn();let n=Date.now()-t;p_.info(`Background task completed`,{task:e.name,durationMs:n}),e.resolve()}catch(n){let r=Date.now()-t;p_.error(`Background task failed`,{task:e.name,durationMs:r,err:n}),e.reject(n instanceof Error?n:Error(String(n)))}}this.running=null}};const h_=I(`idle-timer`);var g_=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){h_.info(`Idle timeout reached with no active session — skipping cleanup (waiting for first tool call)`);return}if(this._busy){h_.info(`Skipping idle cleanup — background work in progress`);return}h_.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`&&h_.warn(`Idle cleanup callback failed`,{error:String(t.reason)})}};const __=I(`memory-monitor`);var v_=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(),__.debug(`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`?__.warn(`Memory CRITICAL: ${n}MB RSS — consider restarting the server`):t===`warning`?__.warn(`Memory WARNING: ${n}MB RSS`):this.lastLevel!==`normal`&&__.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 y_=I(`tool-timeout`),b_=new Set([`onboard`,`reindex`,`produce_knowledge`,`analyze`,`codemod`,`audit`]);var x_=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 S_(e){return b_.has(e)?6e5:12e4}function C_(e,t,n){return new Promise((r,i)=>{let a=!1,o=setTimeout(()=>{if(!a){a=!0;let e=new x_(n,t);y_.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 $=I(`server`),w_=new Set([`status`,`list_tools`,`describe_tool`,`config`,`env`]);function T_(e,t=28){let n=e.replace(/\s+/g,` `).trim();return n.length<=t?n:`${n.slice(0,t-3)}...`}function E_(e){let t=[`query`,`path`,`task`,`name`,`start`,`symbol`,`file`,`pattern`],n=[];for(let r of t){let t=e[r];typeof t==`string`&&t.length>0&&t.length<200&&n.push(t)}return n.join(` `).slice(0,200)}async function D_(e,t,n){let r=[];try{t.statePath&&ct(e.stateStore,{stateDir:t.statePath});let i=e.stateStore.stashList().map(e=>e.key);if(i.length>0){let e=n.toLowerCase().split(/\s+/).filter(e=>e.length>2);if(e.length===0)r.push(`stash: ${i.length} entries available`);else{let t=i.filter(t=>e.some(e=>t.toLowerCase().includes(e))).slice(0,3);t.length>0?r.push(`stash: ${t.map(e=>`"${T_(e)}"`).join(`, `)}${i.length>t.length?` (${i.length} total)`:``}`):r.push(`stash: ${i.length} entries available`)}}}catch{}try{if(n){let t=await Promise.race([e.store.ftsSearch(n,{limit:3}),new Promise(e=>setTimeout(()=>e(null),50))]);if(Array.isArray(t)&&t.length>0){let e=t.filter(e=>e&&typeof e==`object`&&`record`in e&&(e.record.origin===`produced`||e.record.origin===`curated`));if(e.length>0){let t=e.slice(0,2).map(e=>{let t=e.record;return`"${T_(t.headingPath||t.sourcePath||`knowledge`)}"`});r.push(`knowledge: ${t.join(`, `)}`)}}}}catch{}return r.length===0?null:`\n---\nContext available: ${r.join(` | `)}\nPull with: stash({action:'get', key:'...'}) or search({query:'...', origin:'produced'})\n---`}function O_(e,t,n){let r=3;for(let[i,a]of Object.entries(e)){let e=a.handler;a.handler=async(...a)=>{let o=await e(...a);if(!o||typeof o!=`object`||r<=0||o.isError||w_.has(i))return o;try{r--;let e=a[0],i=await D_(t,n,E_(e&&typeof e==`object`?e:{}));i&&(o.content=Array.isArray(o.content)?o.content:[],o.content.push({type:`text`,text:i}))}catch{}return o}}}function k_(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`,`cannot find package`,`module not found`].some(e=>t.includes(e))}function A_(e){return bp(e)?[`Auto-heal tried to repair missing runtime dependency files in the npx install.`,`If this persists, clear the broken npx cache and restart:`,` npm cache clean --force`,` npx -y @vpxa/aikit@latest serve`].join(`
3021
+ └──────────────────────────────────────────────────────────────────┘`);let t=P(o,`lance`);A(t)&&Q.info(`Old LanceDB data found at ${t} — ignored. Safe to delete after verifying sqlite-vec works.`)}let d;if(u)if(l.splitEnabled&&l.controlDbPath!==l.contentDbPath){let{migrateToSplitState:e}=await import(`../../store/dist/index.js`);await e(l),d=await gr(l.controlDbPath),yr(d,hr),Q.info(`State store adapter ready`,{type:d.type,dbPath:l.controlDbPath,splitEnabled:!0})}else d=u;else{let e=P(o,`aikit-state.db`);A(o)||j(o,{recursive:!0}),d=await gr(e),yr(d,hr),Q.info(`State store adapter ready`,{type:d.type,dbPath:e})}let[f,p,m,h]=await Promise.all([(async()=>{if(n.embedding.childProcess!==!1){let e=new Nr({model:a.model,dimensions:a.dimensions,nativeDim:a.nativeDim,queryPrefix:a.queryPrefix,interOpNumThreads:i.interOpNumThreads,intraOpNumThreads:i.intraOpNumThreads,idleTimeoutMs:i.idleTimeoutMs});return await e.initialize(),Q.debug(`Embedder loaded (child process)`,{modelId:e.modelId,dimensions:e.dimensions}),e}let{OnnxEmbedder:e}=await import(`../../embeddings/dist/index.js`),t=new e({model:a.model,dimensions:a.dimensions,nativeDim:a.nativeDim,queryPrefix:a.queryPrefix,interOpNumThreads:i.interOpNumThreads,intraOpNumThreads:i.intraOpNumThreads});return await t.initialize(),Q.debug(`Embedder loaded (in-process)`,{modelId:t.modelId,dimensions:t.dimensions}),t})(),(async()=>{let e=r===`sqlite-vec`?await vr({backend:r,path:o,adapter:u??void 0,embeddingDim:a.dimensions,embeddingProfile:a,partition:l}):await vr({backend:r,path:o,adapter:u??void 0,embeddingDim:a.dimensions,partition:void 0});return await e.initialize(),Q.debug(`Store initialized`,{backend:r}),e})(),(async()=>{let e=u?new mr({adapter:u}):new mr({path:o});return await e.initialize(),Q.debug(`Graph store initialized`,{shared:!!u}),e})(),(async()=>{let e=await ir();if(e){let e=nr.get();Q.debug(`WASM tree-sitter enabled`,{grammars:e.grammarCount,dir:e.wasmDir})}else{let e=nr.get();Q.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})()]),g=new Fr(f,p),_=_r(d),v=new Pr(n.store.path);v.load(),g.setHashCache(v);let y=n.curated.path,b=new e(y);await b.initialize();let x=new t(y,p,f,b);g.setGraphStore(m);let S=Uc(n.er),C=S?new cr(n.curated.path):void 0;C&&Q.debug(`Policy store initialized`,{ruleCount:C.getRules().length});let w=S?new sr:void 0,T=F(n.sources[0]?.path??process.cwd(),Se.aiContext),E=A(T),D=n.onboardDir?A(n.onboardDir):!1,O=E||D,ee,te=E?T:n.onboardDir;if(O&&te)try{ee=fe(te).mtime.toISOString()}catch{}return Q.debug(`Onboard state detected`,{onboardComplete:O,onboardTimestamp:ee,aiKbExists:E,onboardDirExists:D}),{embedder:f,store:p,stateStore:_,closeStateStore:d===u?void 0:async()=>d.close(),indexer:g,curated:x,graphStore:m,fileCache:new Ie,bridge:S,policyStore:C,evolutionCollector:w,onboardComplete:O,onboardTimestamp:ee}}function b_(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(`, `)}.`,`TOOL ROUTING:`,`- Understand a file -> file_summary (structure) or compact (extract section)`,`- Find code/symbols -> search (hybrid) or symbol (definition + refs)`,`- Validate changes -> check (typecheck+lint) or test_run (tests)`,`- Read file for editing -> read_file (only for exact lines before edits)`,`FORBIDDEN: DO NOT USE native equivalents when AI Kit provides same:`,`- grep/find -> search or find tool`,`- cat/read_file (for understanding) -> file_summary or compact`,`- terminal tsc/lint -> check tool`,`- terminal test -> test_run tool`];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(`
3022
+ `)}const x_=I(`background-task`);var S_=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,x_.info(`Background task started`,{task:e.name,pending:this.queue.length});let t=Date.now();try{await e.fn();let n=Date.now()-t;x_.info(`Background task completed`,{task:e.name,durationMs:n}),e.resolve()}catch(n){let r=Date.now()-t;x_.error(`Background task failed`,{task:e.name,durationMs:r,err:n}),e.reject(n instanceof Error?n:Error(String(n)))}}this.running=null}};const C_=I(`idle-timer`);var w_=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){C_.info(`Idle timeout reached with no active session — skipping cleanup (waiting for first tool call)`);return}if(this._busy){C_.info(`Skipping idle cleanup — background work in progress`);return}C_.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`&&C_.warn(`Idle cleanup callback failed`,{error:String(t.reason)})}};const T_=I(`memory-monitor`);var E_=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(),T_.debug(`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`?T_.warn(`Memory CRITICAL: ${n}MB RSS — consider restarting the server`):t===`warning`?T_.warn(`Memory WARNING: ${n}MB RSS`):this.lastLevel!==`normal`&&T_.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 D_=I(`tool-timeout`),O_=new Set([`onboard`,`reindex`,`produce_knowledge`,`analyze`,`codemod`,`audit`]);var k_=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 A_(e){return O_.has(e)?6e5:12e4}function j_(e,t,n){return new Promise((r,i)=>{let a=!1,o=setTimeout(()=>{if(!a){a=!0;let e=new k_(n,t);D_.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 $=I(`server`),M_=new Set([`status`,`list_tools`,`describe_tool`,`config`,`env`]);function N_(e,t=28){let n=e.replace(/\s+/g,` `).trim();return n.length<=t?n:`${n.slice(0,t-3)}...`}function P_(e){let t=[`query`,`path`,`task`,`name`,`start`,`symbol`,`file`,`pattern`],n=[];for(let r of t){let t=e[r];typeof t==`string`&&t.length>0&&t.length<200&&n.push(t)}return n.join(` `).slice(0,200)}async function F_(e,t,n){let r=[];try{t.statePath&&ct(e.stateStore,{stateDir:t.statePath});let i=e.stateStore.stashList().map(e=>e.key);if(i.length>0){let e=n.toLowerCase().split(/\s+/).filter(e=>e.length>2);if(e.length===0)r.push(`stash: ${i.length} entries available`);else{let t=i.filter(t=>e.some(e=>t.toLowerCase().includes(e))).slice(0,3);t.length>0?r.push(`stash: ${t.map(e=>`"${N_(e)}"`).join(`, `)}${i.length>t.length?` (${i.length} total)`:``}`):r.push(`stash: ${i.length} entries available`)}}}catch{}try{if(n){let t=await Promise.race([e.store.ftsSearch(n,{limit:3}),new Promise(e=>setTimeout(()=>e(null),50))]);if(Array.isArray(t)&&t.length>0){let e=t.filter(e=>e&&typeof e==`object`&&`record`in e&&(e.record.origin===`produced`||e.record.origin===`curated`));if(e.length>0){let t=e.slice(0,2).map(e=>{let t=e.record;return`"${N_(t.headingPath||t.sourcePath||`knowledge`)}"`});r.push(`knowledge: ${t.join(`, `)}`)}}}}catch{}return r.length===0?null:`\n---\nContext available: ${r.join(` | `)}\nPull with: stash({action:'get', key:'...'}) or search({query:'...', origin:'produced'})\n---`}function I_(e,t,n){let r=3;for(let[i,a]of Object.entries(e)){let e=a.handler;a.handler=async(...a)=>{let o=await e(...a);if(!o||typeof o!=`object`||r<=0||o.isError||M_.has(i))return o;try{r--;let e=a[0],i=await F_(t,n,P_(e&&typeof e==`object`?e:{}));i&&(o.content=Array.isArray(o.content)?o.content:[],o.content.push({type:`text`,text:i}))}catch{}return o}}}function L_(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`,`cannot find package`,`module not found`].some(e=>t.includes(e))}function R_(e){return xp(e)?[`Auto-heal tried to repair missing runtime dependency files in the npx install.`,`If this persists, clear the broken npx cache and restart:`,` npm cache clean --force`,` npx -y @vpxa/aikit@latest serve`].join(`
3023
3023
  `):[`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.`].join(`
3024
- `)}async function j_(e,t){let n=t.toLowerCase(),r;try{({rm:r}=await import(`node:fs/promises`))}catch{return}if(n.includes(`transformers.node.mjs`)&&n.includes(`cannot find module`)){let e=t.match(/Cannot find module '([^']+transformers\.node\.mjs)'/);if(e){let t=e[1],n=t.replace(/\.mjs$/,`.cjs`);try{let{existsSync:e,writeFileSync:r}=await import(`node:fs`);e(n)&&!e(t)&&(r(t,[`// Auto-generated ESM shim — published package missing this file`,`import { createRequire } from 'node:module';`,`const require = createRequire(import.meta.url);`,`const mod = require('./transformers.node.cjs');`,`export default mod;`,``].join(`
3025
- `),`utf8`),$.info(`Auto-heal: created ESM shim for @huggingface/transformers (.mjs wrapper → .cjs)`,{path:t}))}catch(e){$.warn(`Auto-heal: failed to create ESM shim`,{error:e instanceof Error?e.message:String(e),path:t})}}}if(n.includes(`embedding`)||n.includes(`onnx`)||n.includes(`protobuf`)||n.includes(`model`)){let t=e.embedding?.model;if(t){let e=P(Rn(),`.cache`,`huggingface`,`transformers-js`,t);try{await r(e,{recursive:!0,force:!0}),$.info(`Auto-heal: cleared embedding model cache`,{path:e})}catch{}}}if(n.includes(`lance`)||n.includes(`database`)||n.includes(`store`)){let t=P(e.store.path,`lance`);try{await r(t,{recursive:!0,force:!0}),$.info(`Auto-heal: cleared LanceDB store`,{path:t})}catch{}}if(n.includes(`sqlite`)||n.includes(`database disk image`)||n.includes(`graph`)){let t=P(e.store.path,`graph.db`);try{await r(t,{force:!0}),$.info(`Auto-heal: cleared graph database`,{path:t})}catch{}let n=P(e.store.path,`aikit.db`);try{await r(n,{force:!0}),await r(`${n}-wal`,{force:!0}).catch(()=>{}),await r(`${n}-shm`,{force:!0}).catch(()=>{}),$.info(`Auto-heal: cleared corrupted aikit database`,{path:n})}catch{}}if(bp(t)){let e=await Cp(t);e.repaired||$.warn(`Auto-heal: missing runtime dependency repair did not complete`,{packages:e.packages,reason:e.reason,error:e.error,hint:`Run: npm cache clean --force && npx -y @vpxa/aikit@latest serve`})}else n.includes(`cannot find module`)&&!n.includes(`.cache`)&&$.warn(`Auto-heal: missing module detected during initialization cleanup`,{hint:`Run: npm cache clean --force && npx -y @vpxa/aikit@latest serve`})}function M_(e,t){let n=bs(e,Go,es,Vo(e)),r=f_(e,n,es),i=new Bn({name:e.serverName??`aikit`,version:ie()},{capabilities:{logging:{},completions:{},prompts:{}},instructions:r}),a=`initializing`,o=``,s=!1,c=null,l=null,u=null;function d(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 f=()=>a===`failed`?[`❌ AI Kit initialization failed — this tool is unavailable.`,``,o?`Error: ${o}`:``,``,`**${Wo.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.`,``,A_(o),``,`Try restarting the MCP server to retry initialization.`].filter(Boolean).join(`
3026
- `):[`AI Kit is still initializing (loading embeddings model & store).`,``,`**${Wo.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(`
3027
- `);Rr(i);let p=new mo;p.use(qo(),{order:1,name:`structured-content-guard`}),as(i,p,e.toolPrefix??``);let m=i.sendToolListChanged.bind(i);i.sendToolListChanged=()=>{};let h=[];for(let e of Go){if(!n.has(e))continue;let t=G(e),r=i.registerTool(e,{title:t.title,description:`${t.title} — initializing, available shortly`,inputSchema:{},annotations:t.annotations},async()=>({content:[{type:`text`,text:f()}]}));Wo.has(e)?r.remove():h.push(r)}s_(i,e,n),i.sendToolListChanged=m;let g=i.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`}]})),_=i.registerPrompt(`_init`,{description:`Initializing AI Kit…`,argsSchema:{_dummy:Gn(z.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,existsSync:n}=await import(`node:fs`),{fileURLToPath:r}=await import(`node:url`),{resolve:i,dirname:a}=await import(`node:path`),o=e(import.meta.url),s=a(r(import.meta.url)),c=i(s,`..`,`package.json`),l=i(s,`..`,`..`),u=JSON.parse(t(c,`utf8`)),d=Object.keys(u.dependencies??{}),f=[`@mixmark-io/domino`],p=[...d,...f.filter(e=>!d.includes(e))],m=p.filter(e=>!e.startsWith(`@aikit/`)),h=p.filter(e=>e.startsWith(`@aikit/`)),g=[];for(let e of m)try{o.resolve(e)}catch{try{o.resolve(`${e}/package.json`)}catch{g.push(e)}}g.length>0&&$.warn(`Dependencies not resolvable — server may operate in degraded mode`,{missing:g,hint:`Run: npm cache clean --force && npx -y @vpxa/aikit@latest serve`});let _=[];if(h.length>0){for(let e of h)n(i(l,e.slice(7),`dist`))||_.push(e);_.length>0&&$.warn(`Workspace sibling packages missing dist — server may have degraded features`,{missing:_,hint:`Reinstall: npm cache clean --force && npx -y @vpxa/aikit@latest serve`})}}catch{}let n;try{n=await d_(e)}catch(t){let r=t instanceof Error?t.message:String(t);if(k_(r)){$.warn(`AI Kit initialization failed with recoverable error — attempting auto-heal retry`,{error:r}),await j_(e,r);try{n=await d_(e),$.info(`AI Kit auto-heal successful — initialization recovered after retry`)}catch(e){a=`failed`,o=e instanceof Error?e.message:String(e),$.error(`AI Kit initialization failed after auto-heal attempt — server continuing with zero-dep tools only`,{error:o,originalError:r}),y?.(e instanceof Error?e:Error(o));return}}else{a=`failed`,o=r,$.error(`AI Kit initialization failed — server continuing with zero-dep tools only`,{error:o}),y?.(t instanceof Error?t:Error(o));return}}let r=i.sendToolListChanged.bind(i);i.sendToolListChanged=()=>{};let f=i.sendPromptListChanged.bind(i);i.sendPromptListChanged=()=>{};let p=i.sendResourceListChanged.bind(i);i.sendResourceListChanged=()=>{};for(let e of h)e.remove();g.remove(),_.remove();let m=i._registeredTools??{};for(let e of Wo)m[e]?.remove();let b=new l_(i),x=Ql(i);o_(i,n,e,Ir(i),b,x,t,t===`smart`?(()=>{let e=u;return e?.getState?e.getState():null}):null,t===`smart`?()=>{let e=u;return e?{prioritize:e.prioritize.bind(e)}:null}:null),Yr(i,{curated:n.curated,store:n.store,graphStore:n.graphStore,stateStore:n.stateStore},t),i.sendToolListChanged=r,i.sendPromptListChanged=f,i.sendResourceListChanged=p,Promise.resolve(i.sendToolListChanged()).catch(()=>{}),Promise.resolve(i.sendPromptListChanged()).catch(()=>{}),Promise.resolve(i.sendResourceListChanged()).catch(()=>{});let C=i._registeredTools??{};for(let[e,t]of Object.entries(C)){if(Ho.has(e))continue;let r=t.handler;t.handler=async(...i)=>{if(!n.indexer.isIndexing)return r(...i);let a=s?`re-indexing`:`running initial index`,o=new Promise(n=>setTimeout(()=>n({content:[{type:`text`,text:`⏳ AI Kit is ${a}. The tool "${e}" timed out waiting for index data (${Uo/1e3}s).\n\nThe existing index may be temporarily locked. Please retry shortly — indexing will complete automatically.`}],...t.config?.outputSchema?{structuredContent:$o(t.config.outputSchema)}:{}}),Uo));return Promise.race([r(...i),o])}}for(let[e,t]of Object.entries(C)){let n=t.handler,r=S_(e);t.handler=async(...i)=>{try{return await C_(()=>n(...i),r,e)}catch(n){if(n instanceof x_)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.`}],...t.config?.outputSchema?{structuredContent:$o(t.config.outputSchema)}:{}};throw n}}}let w=Object.keys(C).length;w<Go.length&&$.warn(`ALL_TOOL_NAMES count mismatch`,{expectedToolCount:Go.length,registeredToolCount:w}),$.debug(`MCP server configured`,{toolCount:Go.length,resourceCount:4});let T=new v_;T.onPressure((e,t)=>{e===`warning`&&Hr(),e===`critical`&&($.warn(`Memory pressure critical — consider restarting`,{rssMB:Math.round(t/1024/1024)}),Hr())}),T.registerMemoryPressureCallback(()=>n.embedder.shutdown?.()),T.start();let D=new g_;l=D,D.onIdle(async()=>{if(E.isRunning||n.indexer.isIndexing){$.info(`Idle cleanup deferred — background tasks still running`),D.touch();return}$.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(),u){let t=d(e[0]);t.length>0&&u.prioritize(...t)}return t(...e)}}O_(C,n,{statePath:e.stateDir??``});for(let[,e]of Object.entries(C)){let t=e.config?.outputSchema;if(!t)continue;let n=e.handler;e.handler=async(...e)=>{let r=await n(...e);if(!r||typeof r!=`object`)return r;let i=r;return!(`content`in i)||i.isError||i.structuredContent!=null&&typeof i.structuredContent==`object`?r:(i.structuredContent=$o(t),i.structuredContent??={},r)}}process.stdin.on(`end`,()=>($.info(`stdin closed — MCP client disconnected. Shutting down.`),process.exit(0))),process.stdin.on(`error`,()=>($.info(`stdin error — MCP client disconnected. Shutting down.`),process.exit(0))),c=n,v?.(n)})(),T=async()=>{let t;try{t=await b}catch{$.warn(`Skipping initial index — AI Kit initialization failed`);return}l?.setBusy(!0);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}))});s=!0,$.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`,L(e))}try{let e=await t.curated.reindexAll();$.info(`Curated re-index complete`,{indexed:e.indexed})}catch(e){$.error(`Curated re-index failed`,L(e))}}catch(e){$.error(`Initial index failed; will retry on aikit_reindex`,L(e))}finally{l?.setBusy(!1)}},E=new m_,D=()=>E.schedule({name:`initial-index`,fn:T}),O=process.ppid,ee=setInterval(()=>{try{process.kill(O,0)}catch{$.info(`Parent process died; shutting down`,{parentPid:O}),clearInterval(ee),u?.stop&&u.stop(),import(`../../tools/dist/index.js`).then(({processStopAll:e})=>e()).catch(()=>{}),b.then(async e=>{await Promise.all([e.embedder.shutdown?.().catch(()=>{})??Promise.resolve(),e.graphStore.close().catch(()=>{}),e.closeStateStore?.().catch(()=>{})??Promise.resolve(),e.store.close().catch(()=>{})])}).catch(()=>{}).finally(()=>process.exit(0))}},5e3);return ee.unref(),{server:i,startInit:C,ready:w,runInitialIndex:D,get aikit(){return c},scheduler:E,setSmartScheduler(e){u=e}}}const N_=I(`server`);function P_(e,t){let n=bs(t,[...Go,...zo],es,Vo(t)),r=f_(t,n,es),i=new Bn({name:t.serverName??`aikit`,version:ie()},{capabilities:{logging:{},completions:{},prompts:{}},instructions:r});return Rr(i),o_(i,e,t,Ir(i),new l_(i),Ql(i),void 0,null,null,n),Yr(i,{curated:e.curated,store:e.store,graphStore:e.graphStore,stateStore:e.stateStore},t.indexMode),i}async function F_(e){let t=await d_(e),n=P_(t,e);N_.debug(`MCP server configured`,{toolCount:Go.length,resourceCount:2});let r=async()=>{try{let n=e.sources.map(e=>e.path).join(`, `);N_.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&&N_.debug(`Indexing file`,{current:e.filesProcessed+1,total:e.filesTotal,file:e.currentFile}),e.phase===`cleanup`&&N_.debug(`Index cleanup`,{staleEntries:e.filesTotal-e.filesProcessed}))});N_.info(`Initial index complete`,{filesProcessed:r.filesProcessed,filesSkipped:r.filesSkipped,chunksCreated:r.chunksCreated,durationMs:r.durationMs});try{await t.store.createFtsIndex()}catch(e){N_.warn(`FTS index creation failed`,L(e))}try{let e=await t.curated.reindexAll();N_.info(`Curated re-index complete`,{indexed:e.indexed})}catch(e){N_.error(`Curated re-index failed`,L(e))}}catch(e){N_.error(`Initial index failed; will retry on aikit_reindex`,L(e))}},i=async()=>{N_.info(`Shutting down`),await Promise.all([t.embedder.shutdown?.().catch(()=>{})??Promise.resolve(),t.graphStore.close().catch(()=>{}),t.closeStateStore?.().catch(()=>{})??Promise.resolve(),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{N_.info(`Parent process died; shutting down`,{parentPid:a}),clearInterval(o),i()}},5e3);return o.unref(),{server:n,runInitialIndex:r,shutdown:i}}export{Go as ALL_TOOL_NAMES,M_ as createLazyServer,P_ as createMcpServer,F_ as createServer,d_ as initializeAikit,o_ as registerMcpTools};
3024
+ `)}async function z_(e,t){let n=t.toLowerCase(),r;try{({rm:r}=await import(`node:fs/promises`))}catch{return}if(n.includes(`transformers.node.mjs`)&&n.includes(`cannot find module`)){let e=t.match(/Cannot find module '([^']+transformers\.node\.mjs)'/);if(e){let t=e[1],n=t.replace(/\.mjs$/,`.cjs`);try{let{existsSync:e,writeFileSync:r}=await import(`node:fs`);e(n)&&!e(t)&&(r(t,[`// Auto-generated ESM shim — published package missing this file`,`import { createRequire } from 'node:module';`,`const require = createRequire(import.meta.url);`,`const mod = require('./transformers.node.cjs');`,`export default mod;`,``].join(`
3025
+ `),`utf8`),$.info(`Auto-heal: created ESM shim for @huggingface/transformers (.mjs wrapper → .cjs)`,{path:t}))}catch(e){$.warn(`Auto-heal: failed to create ESM shim`,{error:e instanceof Error?e.message:String(e),path:t})}}}if(n.includes(`embedding`)||n.includes(`onnx`)||n.includes(`protobuf`)||n.includes(`model`)){let t=e.embedding?.model;if(t){let e=P(Rn(),`.cache`,`huggingface`,`transformers-js`,t);try{await r(e,{recursive:!0,force:!0}),$.info(`Auto-heal: cleared embedding model cache`,{path:e})}catch{}}}if(n.includes(`lance`)||n.includes(`database`)||n.includes(`store`)){let t=P(e.store.path,`lance`);try{await r(t,{recursive:!0,force:!0}),$.info(`Auto-heal: cleared LanceDB store`,{path:t})}catch{}}if(n.includes(`sqlite`)||n.includes(`database disk image`)||n.includes(`graph`)){let t=P(e.store.path,`graph.db`);try{await r(t,{force:!0}),$.info(`Auto-heal: cleared graph database`,{path:t})}catch{}let n=P(e.store.path,`aikit.db`);try{await r(n,{force:!0}),await r(`${n}-wal`,{force:!0}).catch(()=>{}),await r(`${n}-shm`,{force:!0}).catch(()=>{}),$.info(`Auto-heal: cleared corrupted aikit database`,{path:n})}catch{}}if(xp(t)){let e=await wp(t);e.repaired||$.warn(`Auto-heal: missing runtime dependency repair did not complete`,{packages:e.packages,reason:e.reason,error:e.error,hint:`Run: npm cache clean --force && npx -y @vpxa/aikit@latest serve`})}else n.includes(`cannot find module`)&&!n.includes(`.cache`)&&$.warn(`Auto-heal: missing module detected during initialization cleanup`,{hint:`Run: npm cache clean --force && npx -y @vpxa/aikit@latest serve`})}function B_(e,t){let n=xs(e,Ko,ts,Ho(e)),r=b_(e,n,ts),i=new Bn({name:e.serverName??`aikit`,version:ie()},{capabilities:{logging:{},completions:{},prompts:{}},instructions:r}),a=`initializing`,o=``,s=!1,c=null,l=null,u=null;function d(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 f=()=>a===`failed`?[`❌ AI Kit initialization failed — this tool is unavailable.`,``,o?`Error: ${o}`:``,``,`**${Go.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.`,``,R_(o),``,`Try restarting the MCP server to retry initialization.`].filter(Boolean).join(`
3026
+ `):[`AI Kit is still initializing (loading embeddings model & store).`,``,`**${Go.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(`
3027
+ `);Rr(i);let p=new ho;p.use(Jo(),{order:1,name:`structured-content-guard`}),os(i,p,e.toolPrefix??``);let m=i.sendToolListChanged.bind(i);i.sendToolListChanged=()=>{};let h=[];for(let e of Ko){if(!n.has(e))continue;let t=W(e),r=i.registerTool(e,{title:t.title,description:`${t.title} — initializing, available shortly`,inputSchema:{},annotations:t.annotations},async()=>({content:[{type:`text`,text:f()}]}));Go.has(e)?r.remove():h.push(r)}h_(i,e,n),i.sendToolListChanged=m;let g=i.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`}]})),_=i.registerPrompt(`_init`,{description:`Initializing AI Kit…`,argsSchema:{_dummy:Gn(z.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,existsSync:n}=await import(`node:fs`),{fileURLToPath:r}=await import(`node:url`),{resolve:i,dirname:a}=await import(`node:path`),o=e(import.meta.url),s=a(r(import.meta.url)),c=i(s,`..`,`package.json`),l=i(s,`..`,`..`),u=JSON.parse(t(c,`utf8`)),d=Object.keys(u.dependencies??{}),f=[`@mixmark-io/domino`],p=[...d,...f.filter(e=>!d.includes(e))],m=p.filter(e=>!e.startsWith(`@aikit/`)),h=p.filter(e=>e.startsWith(`@aikit/`)),g=[];for(let e of m)try{o.resolve(e)}catch{try{o.resolve(`${e}/package.json`)}catch{g.push(e)}}g.length>0&&$.warn(`Dependencies not resolvable — server may operate in degraded mode`,{missing:g,hint:`Run: npm cache clean --force && npx -y @vpxa/aikit@latest serve`});let _=[];if(h.length>0){for(let e of h)n(i(l,e.slice(7),`dist`))||_.push(e);_.length>0&&$.warn(`Workspace sibling packages missing dist — server may have degraded features`,{missing:_,hint:`Reinstall: npm cache clean --force && npx -y @vpxa/aikit@latest serve`})}}catch{}let n;try{n=await y_(e)}catch(t){let r=t instanceof Error?t.message:String(t);if(L_(r)){$.warn(`AI Kit initialization failed with recoverable error — attempting auto-heal retry`,{error:r}),await z_(e,r);try{n=await y_(e),$.info(`AI Kit auto-heal successful — initialization recovered after retry`)}catch(e){a=`failed`,o=e instanceof Error?e.message:String(e),$.error(`AI Kit initialization failed after auto-heal attempt — server continuing with zero-dep tools only`,{error:o,originalError:r}),y?.(e instanceof Error?e:Error(o));return}}else{a=`failed`,o=r,$.error(`AI Kit initialization failed — server continuing with zero-dep tools only`,{error:o}),y?.(t instanceof Error?t:Error(o));return}}let r=i.sendToolListChanged.bind(i);i.sendToolListChanged=()=>{};let f=i.sendPromptListChanged.bind(i);i.sendPromptListChanged=()=>{};let p=i.sendResourceListChanged.bind(i);i.sendResourceListChanged=()=>{};for(let e of h)e.remove();g.remove(),_.remove();let m=i._registeredTools??{};for(let e of Go)m[e]?.remove();let b=new __(i),x=$l(i);m_(i,n,e,Ir(i),b,x,t,t===`smart`?(()=>{let e=u;return e?.getState?e.getState():null}):null,t===`smart`?()=>{let e=u;return e?{prioritize:e.prioritize.bind(e)}:null}:null),Yr(i,{curated:n.curated,store:n.store,graphStore:n.graphStore,stateStore:n.stateStore},t),i.sendToolListChanged=r,i.sendPromptListChanged=f,i.sendResourceListChanged=p,Promise.resolve(i.sendToolListChanged()).catch(()=>{}),Promise.resolve(i.sendPromptListChanged()).catch(()=>{}),Promise.resolve(i.sendResourceListChanged()).catch(()=>{});let C=i._registeredTools??{};for(let[e,t]of Object.entries(C)){if(Uo.has(e))continue;let r=t.handler;t.handler=async(...i)=>{if(!n.indexer.isIndexing)return r(...i);let a=s?`re-indexing`:`running initial index`,o=new Promise(n=>setTimeout(()=>n({content:[{type:`text`,text:`⏳ AI Kit is ${a}. The tool "${e}" timed out waiting for index data (${Wo/1e3}s).\n\nThe existing index may be temporarily locked. Please retry shortly — indexing will complete automatically.`}],...t.config?.outputSchema?{structuredContent:es(t.config.outputSchema)}:{}}),Wo));return Promise.race([r(...i),o])}}for(let[e,t]of Object.entries(C)){let n=t.handler,r=A_(e);t.handler=async(...i)=>{try{return await j_(()=>n(...i),r,e)}catch(n){if(n instanceof k_)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.`}],...t.config?.outputSchema?{structuredContent:es(t.config.outputSchema)}:{}};throw n}}}let w=Object.keys(C).length;w<Ko.length&&$.warn(`ALL_TOOL_NAMES count mismatch`,{expectedToolCount:Ko.length,registeredToolCount:w}),$.debug(`MCP server configured`,{toolCount:Ko.length,resourceCount:4});let T=new E_;T.onPressure((e,t)=>{e===`warning`&&Hr(),e===`critical`&&($.warn(`Memory pressure critical — consider restarting`,{rssMB:Math.round(t/1024/1024)}),Hr())}),T.registerMemoryPressureCallback(()=>n.embedder.shutdown?.()),T.start();let D=new w_;l=D,D.onIdle(async()=>{if(E.isRunning||n.indexer.isIndexing){$.info(`Idle cleanup deferred — background tasks still running`),D.touch();return}$.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(),u){let t=d(e[0]);t.length>0&&u.prioritize(...t)}return t(...e)}}I_(C,n,{statePath:e.stateDir??``});for(let[,e]of Object.entries(C)){let t=e.config?.outputSchema;if(!t)continue;let n=e.handler;e.handler=async(...e)=>{let r=await n(...e);if(!r||typeof r!=`object`)return r;let i=r;return!(`content`in i)||i.isError||i.structuredContent!=null&&typeof i.structuredContent==`object`?r:(i.structuredContent=es(t),i.structuredContent??={},r)}}process.stdin.on(`end`,()=>($.info(`stdin closed — MCP client disconnected. Shutting down.`),process.exit(0))),process.stdin.on(`error`,()=>($.info(`stdin error — MCP client disconnected. Shutting down.`),process.exit(0))),c=n,v?.(n)})(),T=async()=>{let t;try{t=await b}catch{$.warn(`Skipping initial index — AI Kit initialization failed`);return}l?.setBusy(!0);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}))});s=!0,$.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`,L(e))}try{let e=await t.curated.reindexAll();$.info(`Curated re-index complete`,{indexed:e.indexed})}catch(e){$.error(`Curated re-index failed`,L(e))}}catch(e){$.error(`Initial index failed; will retry on aikit_reindex`,L(e))}finally{l?.setBusy(!1)}},E=new S_,D=()=>E.schedule({name:`initial-index`,fn:T}),O=process.ppid,ee=setInterval(()=>{try{process.kill(O,0)}catch{$.info(`Parent process died; shutting down`,{parentPid:O}),clearInterval(ee),u?.stop&&u.stop(),import(`../../tools/dist/index.js`).then(({processStopAll:e})=>e()).catch(()=>{}),b.then(async e=>{await Promise.all([e.embedder.shutdown?.().catch(()=>{})??Promise.resolve(),e.graphStore.close().catch(()=>{}),e.closeStateStore?.().catch(()=>{})??Promise.resolve(),e.store.close().catch(()=>{})])}).catch(()=>{}).finally(()=>process.exit(0))}},5e3);return ee.unref(),{server:i,startInit:C,ready:w,runInitialIndex:D,get aikit(){return c},scheduler:E,setSmartScheduler(e){u=e}}}const V_=I(`server`);function H_(e,t){let n=xs(t,[...Ko,...Bo],ts,Ho(t)),r=b_(t,n,ts),i=new Bn({name:t.serverName??`aikit`,version:ie()},{capabilities:{logging:{},completions:{},prompts:{}},instructions:r});return Rr(i),m_(i,e,t,Ir(i),new __(i),$l(i),void 0,null,null,n),Yr(i,{curated:e.curated,store:e.store,graphStore:e.graphStore,stateStore:e.stateStore},t.indexMode),i}async function U_(e){let t=await y_(e),n=H_(t,e);V_.debug(`MCP server configured`,{toolCount:Ko.length,resourceCount:2});let r=async()=>{try{let n=e.sources.map(e=>e.path).join(`, `);V_.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&&V_.debug(`Indexing file`,{current:e.filesProcessed+1,total:e.filesTotal,file:e.currentFile}),e.phase===`cleanup`&&V_.debug(`Index cleanup`,{staleEntries:e.filesTotal-e.filesProcessed}))});V_.info(`Initial index complete`,{filesProcessed:r.filesProcessed,filesSkipped:r.filesSkipped,chunksCreated:r.chunksCreated,durationMs:r.durationMs});try{await t.store.createFtsIndex()}catch(e){V_.warn(`FTS index creation failed`,L(e))}try{let e=await t.curated.reindexAll();V_.info(`Curated re-index complete`,{indexed:e.indexed})}catch(e){V_.error(`Curated re-index failed`,L(e))}}catch(e){V_.error(`Initial index failed; will retry on aikit_reindex`,L(e))}},i=async()=>{V_.info(`Shutting down`),await Promise.all([t.embedder.shutdown?.().catch(()=>{})??Promise.resolve(),t.graphStore.close().catch(()=>{}),t.closeStateStore?.().catch(()=>{})??Promise.resolve(),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{V_.info(`Parent process died; shutting down`,{parentPid:a}),clearInterval(o),i()}},5e3);return o.unref(),{server:n,runInitialIndex:r,shutdown:i}}export{Ko as ALL_TOOL_NAMES,B_ as createLazyServer,H_ as createMcpServer,U_ as createServer,y_ as initializeAikit,m_ as registerMcpTools};