ccteams 0.1.0 → 0.1.2
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 +10 -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
|
-
|
|
9
|
+

|
|
10
10
|
|
|
11
|
-
|
|
11
|
+

|
|
12
12
|
|
|
13
13
|
```bash
|
|
14
14
|
ccteams list # see the teams
|
|
@@ -225,3 +225,11 @@ Installs the CLI from the repo's current source.
|
|
|
225
225
|
## License
|
|
226
226
|
|
|
227
227
|
MIT © toffyui. See [LICENSE](./LICENSE) for the full text.
|
|
228
|
+
|
|
229
|
+
## Orynth
|
|
230
|
+
|
|
231
|
+
I would be greateful if you can vote here!
|
|
232
|
+
|
|
233
|
+
<a href="https://orynth.dev/projects/ccteams" target="_blank" rel="noopener">
|
|
234
|
+
<img src="https://orynth.dev/api/badge/ccteams?theme=light&style=default" alt="Featured on Orynth" width="260" height="80" />
|
|
235
|
+
</a>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccteams",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
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": [
|
|
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": [
|