fixing imports

This commit is contained in:
2026-02-04 21:32:30 -05:00
parent 74b0a0dbab
commit db79856b08
166 changed files with 1986 additions and 982 deletions

View File

@@ -14,10 +14,10 @@ export type SkillLoadLevel = "metadata" | "body" | "full";
* Skill trigger types
*/
export type SkillTriggerType =
| "command" // /commit, /review
| "pattern" // "commit changes", "review PR"
| "auto" // Automatically triggered based on context
| "explicit"; // Only when explicitly invoked
| "command" // /commit, /review
| "pattern" // "commit changes", "review PR"
| "auto" // Automatically triggered based on context
| "explicit"; // Only when explicitly invoked
/**
* Example for a skill