You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fmt.Printf(" ⚠ Could not create .claude skill symlink: %v\n", symlinkErr)
246
+
}
247
+
232
248
fmt.Println(styles.SuccessMessage("Skill installed to "+skillDir))
233
249
234
250
// 7. Append to project AGENTS.md
@@ -270,7 +286,7 @@ func runSkillsInstall() {
270
286
fmt.Println(styles.Section("Next steps"))
271
287
fmt.Println()
272
288
fmt.Println(" • Run "+styles.Code.Render("hatchet docs install") +" to add the Hatchet MCP server to your AI editor")
273
-
fmt.Println(" • Commit "+styles.Code.Render("skills/") +" and "+styles.Code.Render("AGENTS.md") +" to version control")
289
+
fmt.Println(" • Commit "+styles.Code.Render(".agents/") +", "+styles.Code.Render(".claude/") +", and "+styles.Code.Render("AGENTS.md") +" to version control")
0 commit comments