tlc-claude-code 1.5.1 → 1.5.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/bin/install.js +2 -0
  2. package/package.json +1 -1
package/bin/install.js CHANGED
@@ -65,6 +65,8 @@ const COMMANDS = [
65
65
  // Multi-Tool & Deployment
66
66
  'export.md',
67
67
  'deploy.md',
68
+ // Multi-Model
69
+ 'llm.md',
68
70
  // Help
69
71
  'help.md'
70
72
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tlc-claude-code",
3
- "version": "1.5.1",
3
+ "version": "1.5.2",
4
4
  "description": "TLC - Test Led Coding for Claude Code",
5
5
  "bin": {
6
6
  "tlc": "./bin/tlc.js",