@kitelev/exocortex-cli 15.42.0 → 15.43.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.
package/README.md CHANGED
@@ -495,7 +495,7 @@ npx @kitelev/exocortex-cli archive --dry-run \
495
495
  - `--class <names>` - Comma-separated class short names or UUIDs (e.g. `ems__Task,ems__Meeting`) **[required for archive mode]**
496
496
  - `--year <year>` - Filter by resolution/end timestamp year (e.g. `2025`) **[required for archive mode]**
497
497
  - `--dry-run` - Preview without writing files
498
- - `--no-referenced` - Skip assets referenced by non-archived (default: true)
498
+ - `--no-referenced` - Skip assets that are still referenced by active (non-archived) files **(default behavior)**. Pass `--referenced` to include them anyway.
499
499
  - `--json` - Output in JSON format (default: true)
500
500
 
501
501
  **What archive does:**
@@ -571,7 +571,12 @@ npx @kitelev/exocortex-cli unarchive --dry-run \
571
571
  **Output (JSON to stdout):**
572
572
 
573
573
  ```json
574
- {"success":true,"uuid":"ca0d0001-...","movedTo":"03 Knowledge/inbox/ca0d0001-....md","isDefinedBy":"[[!ems|EMS Ontology]]"}
574
+ {
575
+ "success": true,
576
+ "uuid": "ca0d0001-...",
577
+ "movedTo": "03 Knowledge/inbox/ca0d0001-....md",
578
+ "isDefinedBy": "[[!ems|EMS Ontology]]"
579
+ }
575
580
  ```
576
581
 
577
582
  ## Architecture
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- // @kitelev/exocortex-cli v15.42.0
2
+ // @kitelev/exocortex-cli v15.43.1
3
3
  // CLI tool for Exocortex knowledge management system - SPARQL queries, task management, and more
4
4
  // License: MIT
5
5
 
@@ -627,7 +627,7 @@ ${ur.dump(i,{lineWidth:-1})}---
627
627
  `),c.isDefinedBy&&process.stderr.write(`isDefinedBy: ${c.isDefinedBy}
628
628
  `),process.stderr.write(`--- END PREVIEW ---
629
629
  `)),process.stdout.write(JSON.stringify(c)+`
630
- `),process.exit(0)}catch(e){q.handle(e)}})}o(iI,"unarchiveCommand");var Gr=new He;Gr.name("exocortex").description("CLI tool for Exocortex knowledge management system").version("15.42.0");var Sv=Gr.command("sparql").description("SPARQL query execution and cache management");Sv.addCommand(pA());Sv.addCommand(vA());Sv.addCommand(_A());Gr.addCommand(CC());Gr.addCommand(OC());Gr.addCommand(RC());Gr.addCommand(DC());Gr.addCommand(NC());Gr.addCommand($C());Gr.addCommand(qC());Gr.addCommand(HC());Gr.addCommand(YC());Gr.addCommand(eI());Gr.addCommand(nI());Gr.addCommand(iI());Gr.parse();
630
+ `),process.exit(0)}catch(e){q.handle(e)}})}o(iI,"unarchiveCommand");var Gr=new He;Gr.name("exocortex").description("CLI tool for Exocortex knowledge management system").version("15.43.1");var Sv=Gr.command("sparql").description("SPARQL query execution and cache management");Sv.addCommand(pA());Sv.addCommand(vA());Sv.addCommand(_A());Gr.addCommand(CC());Gr.addCommand(OC());Gr.addCommand(RC());Gr.addCommand(DC());Gr.addCommand(NC());Gr.addCommand($C());Gr.addCommand(qC());Gr.addCommand(HC());Gr.addCommand(YC());Gr.addCommand(eI());Gr.addCommand(nI());Gr.addCommand(iI());Gr.parse();
631
631
  /*! Bundled license information:
632
632
 
633
633
  reflect-metadata/Reflect.js:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitelev/exocortex-cli",
3
- "version": "15.42.0",
3
+ "version": "15.43.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": {