@airig/cli 0.0.7 → 0.0.9
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.
- package/dist/index.js +5 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -409,6 +409,10 @@ const PROVIDER_REGISTRY = {
|
|
|
409
409
|
source: ".ai/.claude/commands",
|
|
410
410
|
target: ".claude/commands"
|
|
411
411
|
},
|
|
412
|
+
{
|
|
413
|
+
source: ".ai/.claude/hooks",
|
|
414
|
+
target: ".claude/hooks"
|
|
415
|
+
},
|
|
412
416
|
{
|
|
413
417
|
source: ".ai/skills",
|
|
414
418
|
target: ".claude/skills"
|
|
@@ -1059,7 +1063,7 @@ function formatUpdateMessage(opts) {
|
|
|
1059
1063
|
}
|
|
1060
1064
|
//#endregion
|
|
1061
1065
|
//#region src/index.ts
|
|
1062
|
-
const program = new Command("airig").description("Manage project-scoped AI Setup artifacts").version("0.0.
|
|
1066
|
+
const program = new Command("airig").description("Manage project-scoped AI Setup artifacts").version("0.0.9");
|
|
1063
1067
|
program.addCommand(publishCommand);
|
|
1064
1068
|
program.addCommand(addCommand);
|
|
1065
1069
|
program.addCommand(updateCommand);
|