@shipwellapp/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 +1 -1
  2. package/package.json +1 -2
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @shipwell/cli
1
+ # @shipwellapp/cli
2
2
 
3
3
  Command-line interface for Shipwell. Run deep codebase analysis from your terminal.
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shipwellapp/cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Full Codebase Autopilot — deep cross-file analysis powered by Claude",
5
5
  "type": "module",
6
6
  "bin": {
@@ -43,7 +43,6 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "@anthropic-ai/sdk": "^0.39.0",
46
- "@shipwell/core": "workspace:*",
47
46
  "chalk": "^5.4.1",
48
47
  "commander": "^13.1.0",
49
48
  "glob": "^11.0.0",