command-code 0.25.2 → 0.25.4

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 CHANGED
@@ -1,16 +1,20 @@
1
1
  # [Command Code](https://commandcode.ai)
2
2
 
3
- ![cmd](https://raw.githubusercontent.com/ahmadawais/stuff/refs/heads/master/commandcode/logo/command-code-logo-black-bg.png)
3
+ ![Command Code](https://commandcode.ai/logov2/bg-dark-fg-light.png)
4
4
 
5
- Command Code with your taste. Check it out at [CommandCode.ai](https://commandcode.ai)
5
+ **Command Code with your taste.** The coding agent that does it all. Learns the way you code. Until coding feels like thinking.
6
6
 
7
- > Stop fixing sloppy AI code. Command Code continuously learns your coding taste. Powered by taste-1 applied meta neuro-symbolic AI.
7
+ Builds full-stack projects. Fixes bugs. Writes tests. Refactors. All in your style. Continuously. Works with Claude, GPT, Kimi, DeepSeek, GLM, Qwen, MiniMax — frontier and open.
8
+
9
+ > Powered by [taste-1](https://commandcode.ai/docs/taste).
10
+
11
+ Check it out at [CommandCode.ai](https://commandcode.ai).
8
12
 
9
13
  ## Docs
10
14
 
11
- Please follow the full documentation at [CommandCode.ai/docs](https://commandcode.ai/docs)
15
+ Read the full documentation at [CommandCode.ai/docs](https://commandcode.ai/docs).
12
16
 
13
- ## Installation
17
+ ## Install
14
18
 
15
19
  ```bash
16
20
  npm i -g command-code
@@ -19,10 +23,10 @@ npm i -g command-code
19
23
  ## Usage
20
24
 
21
25
  ```bash
22
- command-code <command> [options]
26
+ cmd
23
27
  ```
24
28
 
25
- For detailed usage instructions, please refer to the [documentation](https://commandcode.ai/docs).
29
+ For detailed usage, see the [docs](https://commandcode.ai/docs) and [quickstart](https://commandcode.ai/docs/quickstart).
26
30
 
27
31
  ## Environment Variables
28
32