@kitelev/exocortex-cli 15.159.0 → 15.159.1

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 v15.159.0
2
+ // @kitelev/exocortex-cli v15.159.1
3
3
  // CLI tool for Exocortex knowledge management system - SPARQL queries, task management, and more
4
4
  // License: MIT
5
5
 
@@ -797,7 +797,7 @@ exo__BacklinksTableBlock_columns:${f==="[]"?" []":f}
797
797
  --- END PREVIEW ---
798
798
  `)}o(_X,"printDryRunReport");function SX(n,e){let r=[`--- MIGRATION ${e.apply?"APPLY":"DRY RUN"} ---`,`Migrated pairs: ${n.pairs.length}`,`Skipped configs: ${n.skipped.length}`];e.apply&&(r.push(`Files written to: ${e.outDir}/ (relative to vault root)`),r.push(`Total files written: ${n.pairs.length*2} (${n.pairs.length} Layout + ${n.pairs.length} Block)`));for(let i of n.skipped)r.push(` SKIPPED: ${i.sourcePath} \u2014 ${i.reason}`);return r.push(`--- END SUMMARY ---
799
799
  `),r.join(`
800
- `)}o(SX,"formatSummary");function vX(n,e){return{mode:e.apply?"apply":"dry-run",outDir:e.outDir,pairsCount:n.pairs.length,skippedCount:n.skipped.length,pairs:n.pairs.map(t=>({sourceUid:t.sourceUid,sourcePath:t.sourcePath,layoutUid:t.layout.uid,blockUid:t.block.uid,warnings:t.warnings})),skipped:n.skipped}}o(vX,"summariseResult");var gu=Y(Dt());function bX(){return new Te("start").description("Start the ValidatorDaemon process (long-running, Unix socket)").option("--socket <path>","Unix socket path",gu.DEFAULT_SOCKET_PATH).option("--idle-timeout <seconds>","Exit after N seconds of inactivity",String(Math.floor(gu.IDLE_TIMEOUT_MS/1e3))).action(async n=>{let e=n.socket,t=Number(n.idleTimeout)*1e3;await new gu.ValidatorDaemon(e,t).start()})}o(bX,"daemonStartCommand");function fN(){let n=new Te("daemon").description("Manage the ValidatorDaemon background process");return n.addCommand(bX()),n}o(fN,"daemonCommand");function dN(n){n.addCommand(VO()),n.addCommand(WO()),n.addCommand(GO())}o(dN,"addQuerySubcommands");function hN(n){let e=new Te;e.name("exocortex").description("CLI tool for Exocortex knowledge management system").version(n??"15.159.0");let t=e.command("exoql").description("ExoQL query execution and cache management");dN(t);let r=e.command("sparql").description("(deprecated) Use 'exoql' instead");return dN(r),r.hook("preAction",()=>{console.error('\u26A0\uFE0F "sparql" is deprecated. Use "exoql" instead.')}),e.addCommand(ZF()),e.addCommand(rD()),e.addCommand(nD()),e.addCommand(sD()),e.addCommand(aD()),e.addCommand(fD()),e.addCommand(mD()),e.addCommand(ID()),e.addCommand(OD()),e.addCommand(kD()),e.addCommand($D()),e.addCommand(VD()),e.addCommand(UD()),e.addCommand(ZD()),e.addCommand(nN()),e.addCommand(uN()),e.addCommand(fN()),e}o(hN,"createProgram");hN().parse();0&&(module.exports={createProgram});
800
+ `)}o(SX,"formatSummary");function vX(n,e){return{mode:e.apply?"apply":"dry-run",outDir:e.outDir,pairsCount:n.pairs.length,skippedCount:n.skipped.length,pairs:n.pairs.map(t=>({sourceUid:t.sourceUid,sourcePath:t.sourcePath,layoutUid:t.layout.uid,blockUid:t.block.uid,warnings:t.warnings})),skipped:n.skipped}}o(vX,"summariseResult");var gu=Y(Dt());function bX(){return new Te("start").description("Start the ValidatorDaemon process (long-running, Unix socket)").option("--socket <path>","Unix socket path",gu.DEFAULT_SOCKET_PATH).option("--idle-timeout <seconds>","Exit after N seconds of inactivity",String(Math.floor(gu.IDLE_TIMEOUT_MS/1e3))).action(async n=>{let e=n.socket,t=Number(n.idleTimeout)*1e3;await new gu.ValidatorDaemon(e,t).start()})}o(bX,"daemonStartCommand");function fN(){let n=new Te("daemon").description("Manage the ValidatorDaemon background process");return n.addCommand(bX()),n}o(fN,"daemonCommand");function dN(n){n.addCommand(VO()),n.addCommand(WO()),n.addCommand(GO())}o(dN,"addQuerySubcommands");function hN(n){let e=new Te;e.name("exocortex").description("CLI tool for Exocortex knowledge management system").version(n??"15.159.1");let t=e.command("exoql").description("ExoQL query execution and cache management");dN(t);let r=e.command("sparql").description("(deprecated) Use 'exoql' instead");return dN(r),r.hook("preAction",()=>{console.error('\u26A0\uFE0F "sparql" is deprecated. Use "exoql" instead.')}),e.addCommand(ZF()),e.addCommand(rD()),e.addCommand(nD()),e.addCommand(sD()),e.addCommand(aD()),e.addCommand(fD()),e.addCommand(mD()),e.addCommand(ID()),e.addCommand(OD()),e.addCommand(kD()),e.addCommand($D()),e.addCommand(VD()),e.addCommand(UD()),e.addCommand(ZD()),e.addCommand(nN()),e.addCommand(uN()),e.addCommand(fN()),e}o(hN,"createProgram");hN().parse();0&&(module.exports={createProgram});
801
801
  /*! Bundled license information:
802
802
 
803
803
  reflect-metadata/Reflect.js:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitelev/exocortex-cli",
3
- "version": "15.159.0",
3
+ "version": "15.159.1",
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": {