cortex-sync 0.4.9 → 0.4.10

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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,7 +10,7 @@ npm install -g cortex-sync
10
10
 
11
11
  Works on **Linux**, **macOS**, and **Windows**. The `cortex` command is available immediately after install — no shell restart needed.
12
12
 
13
- ![cortex demo](demo/demo.gif)
13
+ ![cortex demo](https://raw.githubusercontent.com/SebastiaWeb/cortex-cli/main/demo/demo.gif)
14
14
 
15
15
  ---
16
16
 
@@ -58,6 +58,8 @@ Open any project on Machine B — Claude Code shows your full session history.
58
58
 
59
59
  Share skills, CLAUDE.md, plugins, and chat sessions with your whole team through a shared GitHub repo.
60
60
 
61
+ ![cortex team demo](https://raw.githubusercontent.com/SebastiaWeb/cortex-cli/main/demo/demo-team.gif)
62
+
61
63
  ### Tech Lead — one-time setup
62
64
 
63
65
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cortex-sync",
3
- "version": "0.4.9",
3
+ "version": "0.4.10",
4
4
  "description": "Sync Claude Code sessions between machines with automatic path remapping and skill conversion",
5
5
  "license": "AGPL-3.0",
6
6
  "type": "module",