@tanagram/cli 0.1.28 → 0.1.29

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.
@@ -135,7 +135,7 @@ func ConfigList() error {
135
135
  projectStatus := checkHookStatus(projectSettingsPath)
136
136
 
137
137
  // Print results
138
- fmt.Println("Tanagram Hook Status:\n")
138
+ fmt.Println("Claude Code Hook Status:\n")
139
139
 
140
140
  fmt.Printf("User Settings (~/.claude/settings.json):\n")
141
141
  printHookStatus(userStatus, userSettingsPath)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanagram/cli",
3
- "version": "0.1.28",
3
+ "version": "0.1.29",
4
4
  "description": "Tanagram - Catch sloppy code before it ships",
5
5
  "main": "index.js",
6
6
  "bin": {