tlc-claude-code 1.5.2 → 1.5.3

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 +11 -0
  2. package/package.json +1 -1
package/bin/install.js CHANGED
@@ -43,6 +43,7 @@ const COMMANDS = [
43
43
  'complete.md',
44
44
  'new-milestone.md',
45
45
  'quick.md',
46
+ 'next.md',
46
47
  // Quality & Testing
47
48
  'status.md',
48
49
  'coverage.md',
@@ -50,6 +51,13 @@ const COMMANDS = [
50
51
  'edge-cases.md',
51
52
  'autofix.md',
52
53
  'config.md',
54
+ // Code Quality & Standards
55
+ 'audit.md',
56
+ 'cleanup.md',
57
+ 'refactor.md',
58
+ // Security
59
+ 'security.md',
60
+ 'outdated.md',
53
61
  // Team Collaboration
54
62
  'claim.md',
55
63
  'release.md',
@@ -60,6 +68,9 @@ const COMMANDS = [
60
68
  // CI/CD & Integration
61
69
  'ci.md',
62
70
  'issues.md',
71
+ // Review
72
+ 'review.md',
73
+ 'review-pr.md',
63
74
  // Documentation
64
75
  'docs.md',
65
76
  // Multi-Tool & Deployment
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tlc-claude-code",
3
- "version": "1.5.2",
3
+ "version": "1.5.3",
4
4
  "description": "TLC - Test Led Coding for Claude Code",
5
5
  "bin": {
6
6
  "tlc": "./bin/tlc.js",