@kitelev/exocortex-cli 13.192.0 → 13.193.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- // @kitelev/exocortex-cli v13.192.0
2
+ // @kitelev/exocortex-cli v13.193.0
3
3
  // CLI tool for Exocortex knowledge management system - SPARQL queries, task management, and more
4
4
  // License: MIT
5
5
 
@@ -293,7 +293,7 @@ globstar while`,e,d,t,g,_),this.matchOne(e.slice(d),t.slice(g),i))return this.de
293
293
  \u{1F4CB} Failed Files:`);for(let t of e.results.filter(i=>!i.success))console.log(` \u274C ${t.filepath}: ${t.error}`)}if(e.movedCount>0&&r==="text"){console.log(`
294
294
  \u{1F4CB} Moved Files:`);for(let t of e.results.filter(i=>i.success&&i.changes?.moved))console.log(` \u{1F4C1} ${t.filepath} \u2192 ${t.changes?.newPath}`)}}}o(D7,"outputResult");function gS(){return new _r("batch-repair").description("Batch repair folder locations for all markdown files in a directory").argument("<directory>","Directory to process (relative to vault root)").option("--vault <path>","Path to Obsidian vault",process.cwd()).option("--dry-run","Preview changes without modifying files").option("--format <type>","Output format: text|json (default: text)","text").option("--progress","Show progress during processing (default: true)",!0).option("--no-progress","Disable progress output").action(async(r,e)=>{let t=e.format||"text";ge.setFormat(t);try{let i=(0,mS.resolve)(e.vault),n=new Wn(i),s=r;if(!await n.directoryExists(s))throw new rt(`Directory not found: ${s}`,"exocortex batch-repair <existing-directory>");let c=await n.getMarkdownFiles(s);if(c.length===0){if(t==="json"){let O=lt.success({success:!0,total:0,movedCount:0,alreadyCorrectCount:0,errorCount:0,results:[],durationMs:0,atomic:!1});console.log(JSON.stringify(O,null,2))}else console.log(`
295
295
  \u{1F4C2} No markdown files found in ${s}`);process.exit(0)}let u=c.map(O=>({command:"repair-folder",filepath:O})),l=e.progress!==!1&&t==="text",f=0;l&&console.log(`
296
- \u{1F50D} Processing ${c.length} files in ${s}...`);let d=await new Ls(i,e.dryRun).executeBatch(u,!1),g=0,_=0,w=0;for(let O of d.results)if(O.success?O.changes?.moved?g++:_++:w++,l&&!e.dryRun){f++;let F=Math.round(f/c.length*100);process.stdout.write(`\r Processing ${f}/${c.length} (${F}%)...`)}l&&process.stdout.write("\r"+" ".repeat(60)+"\r");let C={...d,movedCount:g,alreadyCorrectCount:_,errorCount:w};D7(t,C),process.exit(C.success?0:5)}catch(i){ge.handle(i)}})}o(gS,"batchRepairCommand");var jf=require("fs"),bi=require("path");function yS(){return new _r("resolve").description("Resolve UUID to file path").argument("<uuid>","Full or partial UUID to resolve").option("--vault <path>","Path to Obsidian vault",process.cwd()).option("--format <type>","Output format: uri|path|json (default: uri)","uri").option("--output <type>","Response format: text|json (for MCP tools)","text").option("--partial","Match partial UUIDs (returns all matches)").action(async(r,e)=>{let t=e.output||"text";ge.setFormat(t);try{let i=Date.now();if(!N7(r))throw new rt(`Invalid UUID format: ${r}`,"exocortex resolve <uuid> [--format uri|path|json] [--partial]",{uuid:r});let n=(0,bi.resolve)(e.vault);if(!(0,jf.existsSync)(n))throw new hn(n);let s=k7(n,r,e.partial??!1),a=Date.now()-i;if(s.length===0){if(t==="json"){let c=lt.error("VALIDATION_FILE_NOT_FOUND",`UUID not found: ${r}`,3,{context:{uuid:r}});console.log(JSON.stringify(c,null,2))}else console.error(`UUID not found: ${r}`);process.exit(1)}e.partial||s.length>1?L7(s,n,e.format,t,r,a):j7(s[0],n,e.format,t,r,a)}catch(i){ge.handle(i)}})}o(yS,"resolveCommand");function N7(r){if(r.length<4)return!1;let e=/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i,t=/^[0-9a-f-]+$/i;return e.test(r)||t.test(r)}o(N7,"isValidUuidFormat");function k7(r,e,t){let i=[],n=e.toLowerCase();function s(a){let c=(0,jf.readdirSync)(a,{withFileTypes:!0});for(let u of c){let l=(0,bi.join)(a,u.name);if(u.isDirectory())!u.name.startsWith(".")&&u.name!=="node_modules"&&s(l);else if(u.isFile()&&u.name.endsWith(".md")){let f=u.name.toLowerCase();t?f.includes(n)&&i.push(l):(f.startsWith(n+".md")||f.startsWith(n+" ")||f.startsWith(n+"-"))&&i.push(l)}}}return o(s,"walk"),s(r),i}o(k7,"findFilesWithUuid");function vS(r){return`obsidian://vault/${encodeURI(r)}`}o(vS,"pathToObsidianUri");function _S(r){let e=r.match(/^([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/i);return e?e[1]:(0,bi.basename)(r,".md")}o(_S,"extractUuidFromFilename");function j7(r,e,t,i,n,s){let a=(0,bi.relative)(e,r),c=vS(a),u=_S((0,bi.basename)(r));if(i==="json"){let l={uuid:u,path:a,absolutePath:r,uri:c},f=lt.success(l,{durationMs:s,searchUuid:n});console.log(JSON.stringify(f,null,2))}else switch(t){case"path":console.log(r);break;case"json":console.log(JSON.stringify({uuid:u,path:a,absolutePath:r,uri:c},null,2));break;case"uri":default:console.log(c);break}}o(j7,"outputSingleResult");function L7(r,e,t,i,n,s){let a=r.map(c=>{let u=(0,bi.relative)(e,c),l=vS(u);return{uuid:_S((0,bi.basename)(c)),path:u,absolutePath:c,uri:l}});if(i==="json"){let c=lt.success({matches:a,count:a.length},{durationMs:s,searchUuid:n,itemCount:a.length});console.log(JSON.stringify(c,null,2))}else switch(t){case"path":for(let c of a)console.log(c.absolutePath);break;case"json":console.log(JSON.stringify(a,null,2));break;case"uri":default:for(let c of a)console.log(c.uri);break}}o(L7,"outputMultipleResults");var Hn=new _r;Hn.name("exocortex").description("CLI tool for Exocortex knowledge management system").version("13.192.0");Hn.command("sparql").description("SPARQL query execution").addCommand(ib());Hn.addCommand(lS());Hn.addCommand(dS());Hn.addCommand(pS());Hn.addCommand(gS());Hn.addCommand(yS());Hn.parse();
296
+ \u{1F50D} Processing ${c.length} files in ${s}...`);let d=await new Ls(i,e.dryRun).executeBatch(u,!1),g=0,_=0,w=0;for(let O of d.results)if(O.success?O.changes?.moved?g++:_++:w++,l&&!e.dryRun){f++;let F=Math.round(f/c.length*100);process.stdout.write(`\r Processing ${f}/${c.length} (${F}%)...`)}l&&process.stdout.write("\r"+" ".repeat(60)+"\r");let C={...d,movedCount:g,alreadyCorrectCount:_,errorCount:w};D7(t,C),process.exit(C.success?0:5)}catch(i){ge.handle(i)}})}o(gS,"batchRepairCommand");var jf=require("fs"),bi=require("path");function yS(){return new _r("resolve").description("Resolve UUID to file path").argument("<uuid>","Full or partial UUID to resolve").option("--vault <path>","Path to Obsidian vault",process.cwd()).option("--format <type>","Output format: uri|path|json (default: uri)","uri").option("--output <type>","Response format: text|json (for MCP tools)","text").option("--partial","Match partial UUIDs (returns all matches)").action(async(r,e)=>{let t=e.output||"text";ge.setFormat(t);try{let i=Date.now();if(!N7(r))throw new rt(`Invalid UUID format: ${r}`,"exocortex resolve <uuid> [--format uri|path|json] [--partial]",{uuid:r});let n=(0,bi.resolve)(e.vault);if(!(0,jf.existsSync)(n))throw new hn(n);let s=k7(n,r,e.partial??!1),a=Date.now()-i;if(s.length===0){if(t==="json"){let c=lt.error("VALIDATION_FILE_NOT_FOUND",`UUID not found: ${r}`,3,{context:{uuid:r}});console.log(JSON.stringify(c,null,2))}else console.error(`UUID not found: ${r}`);process.exit(1)}e.partial||s.length>1?L7(s,n,e.format,t,r,a):j7(s[0],n,e.format,t,r,a)}catch(i){ge.handle(i)}})}o(yS,"resolveCommand");function N7(r){if(r.length<4)return!1;let e=/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i,t=/^[0-9a-f-]+$/i;return e.test(r)||t.test(r)}o(N7,"isValidUuidFormat");function k7(r,e,t){let i=[],n=e.toLowerCase();function s(a){let c=(0,jf.readdirSync)(a,{withFileTypes:!0});for(let u of c){let l=(0,bi.join)(a,u.name);if(u.isDirectory())!u.name.startsWith(".")&&u.name!=="node_modules"&&s(l);else if(u.isFile()&&u.name.endsWith(".md")){let f=u.name.toLowerCase();t?f.includes(n)&&i.push(l):(f.startsWith(n+".md")||f.startsWith(n+" ")||f.startsWith(n+"-"))&&i.push(l)}}}return o(s,"walk"),s(r),i}o(k7,"findFilesWithUuid");function vS(r){return`obsidian://vault/${encodeURI(r)}`}o(vS,"pathToObsidianUri");function _S(r){let e=r.match(/^([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/i);return e?e[1]:(0,bi.basename)(r,".md")}o(_S,"extractUuidFromFilename");function j7(r,e,t,i,n,s){let a=(0,bi.relative)(e,r),c=vS(a),u=_S((0,bi.basename)(r));if(i==="json"){let l={uuid:u,path:a,absolutePath:r,uri:c},f=lt.success(l,{durationMs:s,searchUuid:n});console.log(JSON.stringify(f,null,2))}else switch(t){case"path":console.log(r);break;case"json":console.log(JSON.stringify({uuid:u,path:a,absolutePath:r,uri:c},null,2));break;case"uri":default:console.log(c);break}}o(j7,"outputSingleResult");function L7(r,e,t,i,n,s){let a=r.map(c=>{let u=(0,bi.relative)(e,c),l=vS(u);return{uuid:_S((0,bi.basename)(c)),path:u,absolutePath:c,uri:l}});if(i==="json"){let c=lt.success({matches:a,count:a.length},{durationMs:s,searchUuid:n,itemCount:a.length});console.log(JSON.stringify(c,null,2))}else switch(t){case"path":for(let c of a)console.log(c.absolutePath);break;case"json":console.log(JSON.stringify(a,null,2));break;case"uri":default:for(let c of a)console.log(c.uri);break}}o(L7,"outputMultipleResults");var Hn=new _r;Hn.name("exocortex").description("CLI tool for Exocortex knowledge management system").version("13.193.0");Hn.command("sparql").description("SPARQL query execution").addCommand(ib());Hn.addCommand(lS());Hn.addCommand(dS());Hn.addCommand(pS());Hn.addCommand(gS());Hn.addCommand(yS());Hn.parse();
297
297
  /*! Bundled license information:
298
298
 
299
299
  reflect-metadata/Reflect.js:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitelev/exocortex-cli",
3
- "version": "13.192.0",
3
+ "version": "13.193.0",
4
4
  "description": "CLI tool for Exocortex knowledge management system - SPARQL queries, task management, and more",
5
5
  "main": "dist/index.js",
6
6
  "bin": {