@kitelev/exocortex-cli 16.98.7 → 16.98.9

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
@@ -533,7 +533,7 @@ Provide exactly one of `--folder` or `--url`.
533
533
 
534
534
  ### exosync
535
535
 
536
- ExoSync over the GitHub REST API — the CLI counterpart of the plugin's **`Exocortex: Sync`** command (RFC `4e4dc453` Phase B). Syncs the **materialized** AssetSpace/FileSpace set against each space's GitHub repository; no `git` binary required. Three direction subcommands share the same options. See [docs/exosync.md](../../docs/exosync.md) for the full sync model, merge layer, and conflict quarantine.
536
+ ExoSync over the GitHub REST API — the CLI counterpart of the plugin's **`Exocortex: Sync`** command (RFC `4e4dc453` Phase B). Syncs the **materialized** AssetSpace/FileSpace set against each space's GitHub repository; no `git` binary required. Three direction subcommands share the same options. See [docs/exosync.md](../../docs/how-to/exosync.md) for the full sync model, merge layer, and conflict quarantine.
537
537
 
538
538
  ```bash
539
539
  npx @kitelev/exocortex-cli exosync sync --vault ~/vault --token-from-gh # full pull→merge→push
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- // @kitelev/exocortex-cli v16.98.7
2
+ // @kitelev/exocortex-cli v16.98.9
3
3
  // CLI tool for Exocortex knowledge management system - SPARQL queries, task management, and more
4
4
  // License: MIT
5
5
 
@@ -779,7 +779,7 @@ Next steps:
779
779
  `),process.stdout.write(` File: ${e.file}
780
780
  `),process.stdout.write(` Commit: ${e.sha}
781
781
  `),process.stdout.write(` URL: ${e.url}
782
- `)),process.exit(0)}catch(e){let t=e instanceof Error?e:new Error(String(e)),r=new Ti;t.message=r.redact(t.message),t.stack&&(t.stack=r.redact(t.stack)),ae.handle(t)}})}a(fse,"restPushCommand");function U4(n){let e=new Ee;return e.name("exocortex").description("CLI tool for Exocortex knowledge management system").version(n??"16.98.7"),e.addCommand(VM()),e.addCommand(JM()),e.addCommand(Lk()),e.addCommand(Mk()),e.addCommand(dM()),e.addCommand(Bk()),e.addCommand(Vk()),e.addCommand(Hk()),e.addCommand(mM()),e.addCommand(TM()),e.addCommand(IM()),e.addCommand(OM()),e.addCommand(BM()),e.addCommand(h4()),e.addCommand(x4()),e.addCommand(R4()),e.addCommand(O4()),e.addCommand(D4()),e.addCommand(k4()),e.addCommand($4()),e.addCommand(S4()),e.addCommand(T4()),e}a(U4,"createProgram");U4().parse();0&&(module.exports={createProgram});
782
+ `)),process.exit(0)}catch(e){let t=e instanceof Error?e:new Error(String(e)),r=new Ti;t.message=r.redact(t.message),t.stack&&(t.stack=r.redact(t.stack)),ae.handle(t)}})}a(fse,"restPushCommand");function U4(n){let e=new Ee;return e.name("exocortex").description("CLI tool for Exocortex knowledge management system").version(n??"16.98.9"),e.addCommand(VM()),e.addCommand(JM()),e.addCommand(Lk()),e.addCommand(Mk()),e.addCommand(dM()),e.addCommand(Bk()),e.addCommand(Vk()),e.addCommand(Hk()),e.addCommand(mM()),e.addCommand(TM()),e.addCommand(IM()),e.addCommand(OM()),e.addCommand(BM()),e.addCommand(h4()),e.addCommand(x4()),e.addCommand(R4()),e.addCommand(O4()),e.addCommand(D4()),e.addCommand(k4()),e.addCommand($4()),e.addCommand(S4()),e.addCommand(T4()),e}a(U4,"createProgram");U4().parse();0&&(module.exports={createProgram});
783
783
  /*! Bundled license information:
784
784
 
785
785
  reflect-metadata/Reflect.js:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitelev/exocortex-cli",
3
- "version": "16.98.7",
3
+ "version": "16.98.9",
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": {