@the-aico/cli 1.0.1 → 1.0.3

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
@@ -23,16 +23,16 @@ aico list
23
23
 
24
24
  ## Commands
25
25
 
26
- | Command | Description |
27
- |---------|-------------|
28
- | `aico init` | Initialize aico in your project |
29
- | `aico add <employee>` | Add an AI employee |
30
- | `aico remove <employee>` | Remove an AI employee |
31
- | `aico list` | List available/installed employees |
32
- | `aico update` | Update installed employees |
33
- | `aico search <query>` | Search for employees/skills |
34
- | `aico diff` | Check for updates |
35
- | `aico check` | Verify installation |
26
+ | Command | Description |
27
+ | ------------------------ | ---------------------------------- |
28
+ | `aico init` | Initialize aico in your project |
29
+ | `aico add <employee>` | Add an AI employee |
30
+ | `aico remove <employee>` | Remove an AI employee |
31
+ | `aico list` | List available/installed employees |
32
+ | `aico update` | Update installed employees |
33
+ | `aico search <query>` | Search for employees/skills |
34
+ | `aico diff` | Check for updates |
35
+ | `aico check` | Verify installation |
36
36
 
37
37
  ## Documentation
38
38