fixmind 1.0.11 → 1.0.12
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 +1 -1
- package/dist/dashboard/assets/{index-C37SKxWL.css → index-C09Vc1j4.css} +0 -6
- package/dist/dashboard/assets/index-C6hPKyIy.js +14 -0
- package/dist/dashboard/index.html +2 -2
- package/dist/src/cli-sync.js +28 -4
- package/dist/src/cli-sync.js.map +1 -1
- package/dist/src/cli.js +1 -1
- package/dist/src/cli.js.map +1 -1
- package/dist/src/sync-backend.js +8 -3
- package/dist/src/sync-backend.js.map +1 -1
- package/dist/src/sync.d.ts +1 -0
- package/dist/src/sync.js +23 -19
- package/dist/src/sync.js.map +1 -1
- package/package.json +1 -1
- package/dist/dashboard/assets/index--ym2DnLk.js +0 -14
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ Fixmind is a local-first CLI and MCP server that records short learning lessons
|
|
|
22
22
|
npx fixmind setup
|
|
23
23
|
```
|
|
24
24
|
|
|
25
|
-
`fixmind setup` initializes local storage and automatically configures detected installations of Cursor, Claude Code, and Codex. _Restart your AI clients after running setup._
|
|
25
|
+
`npx fixmind setup` initializes local storage and automatically configures detected installations of Cursor, Claude Code, and Codex. _Restart your AI clients after running setup._
|
|
26
26
|
|
|
27
27
|
## How It Works
|
|
28
28
|
|
|
@@ -851,12 +851,6 @@
|
|
|
851
851
|
gap: calc(var(--spacing) * 10);
|
|
852
852
|
}
|
|
853
853
|
|
|
854
|
-
:where(.space-y-1 > :not(:last-child)) {
|
|
855
|
-
--tw-space-y-reverse: 0;
|
|
856
|
-
margin-block-start: calc(var(--spacing) * var(--tw-space-y-reverse));
|
|
857
|
-
margin-block-end: calc(var(--spacing) * calc(1 - var(--tw-space-y-reverse)));
|
|
858
|
-
}
|
|
859
|
-
|
|
860
854
|
:where(.space-y-2 > :not(:last-child)) {
|
|
861
855
|
--tw-space-y-reverse: 0;
|
|
862
856
|
margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
|