ccteams 0.1.0 → 0.1.1

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 +2 -2
  2. package/package.json +8 -2
package/README.md CHANGED
@@ -6,9 +6,9 @@ Apply a pre-built team of Claude Code subagents to your project with one command
6
6
 
7
7
  Use ccteams from the terminal, from inside Claude Code, or both — whichever fits your flow.
8
8
 
9
- https://github.com/user-attachments/assets/d6c89e7f-3945-484f-95a5-c69eb73cf035
9
+ ![ccteams from the command line](assets/cli-demo.gif)
10
10
 
11
- https://github.com/user-attachments/assets/ff71a9cf-a981-440b-8c35-c783dd559ad1
11
+ ![ccteams from inside Claude Code](assets/plugin-demo.gif)
12
12
 
13
13
  ```bash
14
14
  ccteams list # see the teams
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccteams",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Apply and switch pre-built teams of Claude Code subagents from the command line",
5
5
  "type": "module",
6
6
  "repository": {
@@ -14,7 +14,13 @@
14
14
  "engines": {
15
15
  "node": ">=18.0.0"
16
16
  },
17
- "keywords": ["claude", "claude-code", "agents", "ai", "cli"],
17
+ "keywords": [
18
+ "claude",
19
+ "claude-code",
20
+ "agents",
21
+ "ai",
22
+ "cli"
23
+ ],
18
24
  "author": "toffyui",
19
25
  "license": "MIT",
20
26
  "files": [