zuppaclaude 1.3.18 → 1.3.19

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.
@@ -1,18 +1,15 @@
1
1
  ---
2
2
  name: zc:backup
3
- description: "Full backup - sessions + settings + optional cloud upload"
3
+ description: "Backup sessions and settings"
4
4
  ---
5
5
 
6
- Execute this command immediately without explanation:
6
+ IMMEDIATELY run this bash command without asking questions or explaining:
7
7
 
8
8
  ```bash
9
9
  npx zuppaclaude backup
10
10
  ```
11
11
 
12
- If user specified a cloud remote (e.g., `/zc:backup gdrive`), run:
13
-
12
+ If argument provided (e.g. `/zc:backup gdrive`), run:
14
13
  ```bash
15
- npx zuppaclaude backup --cloud <remote>
14
+ npx zuppaclaude backup --cloud {argument}
16
15
  ```
17
-
18
- Display the output to the user.
@@ -1,38 +1,13 @@
1
1
  ---
2
2
  name: zc:cloud
3
- description: "Cloud backup management with rclone"
3
+ description: "Cloud backup management"
4
4
  ---
5
5
 
6
- Execute based on subcommand:
6
+ IMMEDIATELY run based on argument:
7
7
 
8
- **List remotes (default):**
9
- ```bash
10
- npx zuppaclaude cloud remotes
11
- ```
12
-
13
- **Setup instructions:**
14
- ```bash
15
- npx zuppaclaude cloud setup
16
- ```
17
-
18
- **Upload to cloud:**
19
- ```bash
20
- npx zuppaclaude cloud upload <remote>
21
- ```
22
-
23
- **Download from cloud:**
24
- ```bash
25
- npx zuppaclaude cloud download <remote>
26
- ```
27
-
28
- **List cloud backups:**
29
- ```bash
30
- npx zuppaclaude cloud backups <remote>
31
- ```
32
-
33
- **Delete cloud backup:**
34
- ```bash
35
- npx zuppaclaude cloud delete <remote>
36
- ```
37
-
38
- Run the appropriate command immediately based on user input.
8
+ No argument → `npx zuppaclaude cloud remotes`
9
+ `setup` → `npx zuppaclaude cloud setup`
10
+ `upload <remote>` → `npx zuppaclaude cloud upload <remote>`
11
+ `download <remote>` → `npx zuppaclaude cloud download <remote>`
12
+ `backups <remote>` → `npx zuppaclaude cloud backups <remote>`
13
+ `delete <remote>` → `npx zuppaclaude cloud delete <remote>`
@@ -1,12 +1,10 @@
1
1
  ---
2
2
  name: zc:help
3
- description: "ZuppaClaude command reference"
3
+ description: "ZuppaClaude help"
4
4
  ---
5
5
 
6
- Execute this command immediately:
6
+ IMMEDIATELY run this bash command without asking questions or explaining:
7
7
 
8
8
  ```bash
9
9
  npx zuppaclaude help
10
10
  ```
11
-
12
- Display the output to the user.
@@ -3,22 +3,13 @@ name: zc:restore
3
3
  description: "Restore from backup"
4
4
  ---
5
5
 
6
- If no backup ID provided, first list available backups:
7
-
6
+ If no backup ID argument, first run:
8
7
  ```bash
9
8
  npx zuppaclaude session backups
10
9
  ```
10
+ Then ask which one to restore.
11
11
 
12
- Then ask user which backup to restore.
13
-
14
- To restore, execute:
15
-
16
- ```bash
17
- npx zuppaclaude restore <backup-id>
18
- ```
19
-
20
- For cloud restore:
21
-
12
+ With backup ID argument, IMMEDIATELY run:
22
13
  ```bash
23
- npx zuppaclaude restore <backup-id> --cloud <remote>
14
+ npx zuppaclaude restore {backup-id}
24
15
  ```
@@ -1,33 +1,12 @@
1
1
  ---
2
2
  name: zc:session
3
- description: "Session management - list, backup, restore, export"
3
+ description: "Session management"
4
4
  ---
5
5
 
6
- Execute based on subcommand:
6
+ IMMEDIATELY run based on argument:
7
7
 
8
- **List sessions (default):**
9
- ```bash
10
- npx zuppaclaude session list
11
- ```
12
-
13
- **Backup sessions:**
14
- ```bash
15
- npx zuppaclaude session backup
16
- ```
17
-
18
- **List backups:**
19
- ```bash
20
- npx zuppaclaude session backups
21
- ```
22
-
23
- **Restore:**
24
- ```bash
25
- npx zuppaclaude session restore <backup-id>
26
- ```
27
-
28
- **Export session:**
29
- ```bash
30
- npx zuppaclaude session export <session-id> [output-file]
31
- ```
32
-
33
- Run the appropriate command immediately based on user input.
8
+ No argument → `npx zuppaclaude session list`
9
+ `backup` → `npx zuppaclaude session backup`
10
+ `backups` → `npx zuppaclaude session backups`
11
+ `restore <id>` → `npx zuppaclaude session restore <id>`
12
+ `export <id>` → `npx zuppaclaude session export <id>`
@@ -1,12 +1,10 @@
1
1
  ---
2
2
  name: zc:settings
3
- description: "ZuppaClaude settings - view, export, import, reset"
3
+ description: "Show ZuppaClaude settings"
4
4
  ---
5
5
 
6
- Execute this command immediately without explanation:
6
+ IMMEDIATELY run this bash command without asking questions or explaining:
7
7
 
8
8
  ```bash
9
9
  npx zuppaclaude settings show
10
10
  ```
11
-
12
- Then display the output to the user.
@@ -1,12 +1,10 @@
1
1
  ---
2
2
  name: zc:update
3
- description: "Update ZuppaClaude to latest version"
3
+ description: "Update ZuppaClaude"
4
4
  ---
5
5
 
6
- Execute this command immediately:
6
+ IMMEDIATELY run this bash command without asking questions or explaining:
7
7
 
8
8
  ```bash
9
- npx zuppaclaude update now
9
+ npx zuppaclaude@latest update now
10
10
  ```
11
-
12
- This will check for updates and install if available.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zuppaclaude",
3
- "version": "1.3.18",
3
+ "version": "1.3.19",
4
4
  "description": "Claude Code power-up installer - SuperClaude + Spec Kit + Claude-Z + Claude HUD",
5
5
  "main": "lib/index.js",
6
6
  "bin": {