tlc-claude-code 0.9.1 → 0.9.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 +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -145,7 +145,8 @@ Launch a mini-Replit for your team with Docker:
145
145
  # Add launcher to your project (one-time)
146
146
  tlc init
147
147
 
148
- # Then double-click tlc-start.bat (Windows)
148
+ # Windows: double-click tlc-start.bat
149
+ # Mac/Linux: ./tlc-start.sh
149
150
  ```
150
151
 
151
152
  **What you get:**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tlc-claude-code",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "description": "TLC - Test Led Coding for Claude Code",
5
5
  "bin": {
6
6
  "tlc": "./bin/tlc.js",