@truenine/memory-sync-cli 2026.10107.0 → 2026.10107.106

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.
@@ -166,15 +166,11 @@ interface MdxGlobalScope {
166
166
  }
167
167
  declare global {
168
168
  /** User profile information */
169
- const profile: UserProfile;
170
- /** Tool name references for AI assistants */
171
- const tool: ToolReferences;
172
- /** Environment variables context */
173
- const env: EnvironmentContext;
174
- /** Operating system information */
175
- const os: OsInfo;
176
- /** Conditional Markdown component with Line sub-component */
177
- const Md: MdComponent;
169
+ const profile: UserProfile, /** Tool name references for AI assistants */
170
+ tool: ToolReferences, /** Environment variables context */
171
+ env: EnvironmentContext, /** Operating system information */
172
+ os: OsInfo, /** Conditional Markdown component with Line sub-component */
173
+ Md: MdComponent;
178
174
  }
179
175
  //#endregion
180
176
  export { EnvironmentContext, MdComponent, MdLineProps, MdProps, MdxGlobalScope, OsInfo, OsKind, ShellKind, ToolPresets, ToolReferences, UserProfile };