@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.
Files changed (2) hide show
  1. package/dist/index.js +5 -1
  2. 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.7");
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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@airig/cli",
3
- "version": "0.0.7",
3
+ "version": "0.0.9",
4
4
  "description": "Distribute and manage AI setups across providers",
5
5
  "license": "MIT",
6
6
  "type": "module",