@telelabsai/ship 1.1.0 → 1.1.1

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 +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -126,7 +126,6 @@ claude
126
126
  /ship-version commit --ticket PROJ-42 "add auth"
127
127
  ```
128
128
 
129
- For details on the internals (agents, skills, rules, hooks), see [ARCHITECTURE.md](ARCHITECTURE.md).
130
129
 
131
130
  ## Links
132
131
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telelabsai/ship",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "AI-powered development toolkit. Ship code faster with pre-configured agents, skills, rules, and hooks for Claude Code.",
5
5
  "bin": {
6
6
  "ship": "cli/bin.js"