claude-teammate 0.1.31 → 0.1.32

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 +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -189,6 +189,12 @@ Contributions are welcome. Open an issue to discuss before submitting large chan
189
189
 
190
190
  <br/>
191
191
 
192
+ ## Disclaimer
193
+
194
+ This software is provided "as is", without warranty of any kind. The authors and contributors are not responsible for any damage, data loss, or unintended consequences arising from the use or misuse of this project. Use at your own risk.
195
+
196
+ <br/>
197
+
192
198
  ## License
193
199
 
194
200
  MIT &copy; 2026 Claude Teammate
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-teammate",
3
- "version": "0.1.31",
3
+ "version": "0.1.32",
4
4
  "description": "CLI bootstrapper for Claude Teammate.",
5
5
  "license": "MIT",
6
6
  "type": "module",