@synapsync/cli 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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -30,10 +30,10 @@ SynapSync CLI allows you to manage and synchronize AI cognitives across differen
30
30
 
31
31
  ```bash
32
32
  # Install globally
33
- npm install -g synapsync
33
+ npm install -g @synapsync/cli
34
34
 
35
35
  # Or use npx
36
- npx synapsync
36
+ npx @synapsync/cli
37
37
  ```
38
38
 
39
39
  ### Requirements
@@ -292,7 +292,7 @@ MIT License - see [LICENSE](LICENSE) for details.
292
292
 
293
293
  ## Links
294
294
 
295
- - [Documentation](https://docs.synapsync.dev)
295
+ - [Documentation](https://synapsync.github.io/synapse-docs/)
296
296
  - [Registry](https://registry.synapsync.dev)
297
297
  - [GitHub](https://github.com/synapsync/cli)
298
298
  - [Issues](https://github.com/synapsync/cli/issues)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synapsync/cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Neural AI Orchestration Platform - CLI for managing AI skills across multiple providers",
5
5
  "author": "SynapSync",
6
6
  "license": "MIT",
@@ -54,7 +54,7 @@
54
54
  "bugs": {
55
55
  "url": "https://github.com/synapsync/cli/issues"
56
56
  },
57
- "homepage": "https://synapsync.dev",
57
+ "homepage": "https://synapsync.github.io/synapse-docs/",
58
58
  "dependencies": {
59
59
  "@clack/prompts": "^0.11.0",
60
60
  "commander": "^12.1.0",