@mx-space/cli 0.7.6 → 0.7.8

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
@@ -239,6 +239,8 @@ URL follows the admin-vue3 hash-router convention
239
239
  | `--state <state>` | Publication filter. |
240
240
  | `--sort <field>` | Sort field passed as `sortBy`. |
241
241
 
242
+ `mxs note list --output llm` emits one compact metadata block per note and omits full note bodies.
243
+
242
244
  ### Note Write Flags
243
245
 
244
246
  | Flag | Field |
package/dist/bin/mxs.mjs CHANGED
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env node
2
- import { t as run } from "../mxs-BjEC9s9q.mjs";
2
+ import { t as run } from "../mxs-BZt1cLW9.mjs";
3
3
  export { run };
package/dist/index.d.mts CHANGED
@@ -64,15 +64,25 @@ declare namespace Contravariant {
64
64
  type VoidIfEmpty<S> = keyof S extends never ? void : S;
65
65
  //#endregion
66
66
  //#region ../../node_modules/.pnpm/effect@3.21.2/node_modules/effect/dist/dts/Hash.d.ts
67
+ /**
68
+ * @since 2.0.0
69
+ * @category symbols
70
+ */
71
+ declare const symbol$1: unique symbol;
67
72
  /**
68
73
  * @since 2.0.0
69
74
  * @category models
70
75
  */
71
76
  interface Hash {
72
- [symbol](): number;
77
+ [symbol$1](): number;
73
78
  }
74
79
  //#endregion
75
80
  //#region ../../node_modules/.pnpm/effect@3.21.2/node_modules/effect/dist/dts/Equal.d.ts
81
+ /**
82
+ * @since 2.0.0
83
+ * @category symbols
84
+ */
85
+ declare const symbol: unique symbol;
76
86
  /**
77
87
  * @since 2.0.0
78
88
  * @category models
@@ -901,6 +911,16 @@ declare const Tag$1: <const Id extends string>(id: Id) => <Self, Type extends Ta
901
911
  };
902
912
  //#endregion
903
913
  //#region ../../node_modules/.pnpm/effect@3.21.2/node_modules/effect/dist/dts/Inspectable.d.ts
914
+ /**
915
+ * @since 2.0.0
916
+ * @category symbols
917
+ */
918
+ declare const NodeInspectSymbol: unique symbol;
919
+ /**
920
+ * @since 2.0.0
921
+ * @category symbols
922
+ */
923
+ type NodeInspectSymbol = typeof NodeInspectSymbol;
904
924
  /**
905
925
  * @since 2.0.0
906
926
  * @category models
package/dist/index.mjs CHANGED
@@ -1,2 +1,2 @@
1
- import { a as defaultMessageFor, c as tagToCode, i as codeForTag, l as toErrorEnvelope, n as defaultGlobalFlags, o as exitCodeForError, r as parseGlobalFlags, s as exitCodeForTag, t as run } from "./mxs-BjEC9s9q.mjs";
1
+ import { a as defaultMessageFor, c as tagToCode, i as codeForTag, l as toErrorEnvelope, n as defaultGlobalFlags, o as exitCodeForError, r as parseGlobalFlags, s as exitCodeForTag, t as run } from "./mxs-BZt1cLW9.mjs";
2
2
  export { codeForTag, defaultGlobalFlags, defaultMessageFor, exitCodeForError, exitCodeForTag, parseGlobalFlags, run, tagToCode, toErrorEnvelope };