@a1st/aix 0.0.3

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 (245) hide show
  1. package/bin/dev.js +13 -0
  2. package/bin/run.js +5 -0
  3. package/dist/base-command.d.ts +48 -0
  4. package/dist/base-command.d.ts.map +1 -0
  5. package/dist/base-command.js +131 -0
  6. package/dist/base-command.js.map +1 -0
  7. package/dist/commands/add/index.d.ts +7 -0
  8. package/dist/commands/add/index.d.ts.map +1 -0
  9. package/dist/commands/add/index.js +10 -0
  10. package/dist/commands/add/index.js.map +1 -0
  11. package/dist/commands/add/mcp.d.ts +32 -0
  12. package/dist/commands/add/mcp.d.ts.map +1 -0
  13. package/dist/commands/add/mcp.js +209 -0
  14. package/dist/commands/add/mcp.js.map +1 -0
  15. package/dist/commands/add/prompt.d.ts +18 -0
  16. package/dist/commands/add/prompt.d.ts.map +1 -0
  17. package/dist/commands/add/prompt.js +196 -0
  18. package/dist/commands/add/prompt.js.map +1 -0
  19. package/dist/commands/add/rule.d.ts +20 -0
  20. package/dist/commands/add/rule.d.ts.map +1 -0
  21. package/dist/commands/add/rule.js +207 -0
  22. package/dist/commands/add/rule.js.map +1 -0
  23. package/dist/commands/add/skill.d.ts +16 -0
  24. package/dist/commands/add/skill.d.ts.map +1 -0
  25. package/dist/commands/add/skill.js +212 -0
  26. package/dist/commands/add/skill.js.map +1 -0
  27. package/dist/commands/backups.d.ts +9 -0
  28. package/dist/commands/backups.d.ts.map +1 -0
  29. package/dist/commands/backups.js +147 -0
  30. package/dist/commands/backups.js.map +1 -0
  31. package/dist/commands/cache/clear.d.ts +8 -0
  32. package/dist/commands/cache/clear.d.ts.map +1 -0
  33. package/dist/commands/cache/clear.js +34 -0
  34. package/dist/commands/cache/clear.js.map +1 -0
  35. package/dist/commands/cache/index.d.ts +7 -0
  36. package/dist/commands/cache/index.d.ts.map +1 -0
  37. package/dist/commands/cache/index.js +10 -0
  38. package/dist/commands/cache/index.js.map +1 -0
  39. package/dist/commands/config/get.d.ts +11 -0
  40. package/dist/commands/config/get.d.ts.map +1 -0
  41. package/dist/commands/config/get.js +49 -0
  42. package/dist/commands/config/get.js.map +1 -0
  43. package/dist/commands/config/index.d.ts +7 -0
  44. package/dist/commands/config/index.d.ts.map +1 -0
  45. package/dist/commands/config/index.js +10 -0
  46. package/dist/commands/config/index.js.map +1 -0
  47. package/dist/commands/config/set.d.ts +12 -0
  48. package/dist/commands/config/set.d.ts.map +1 -0
  49. package/dist/commands/config/set.js +58 -0
  50. package/dist/commands/config/set.js.map +1 -0
  51. package/dist/commands/config/show.d.ts +10 -0
  52. package/dist/commands/config/show.d.ts.map +1 -0
  53. package/dist/commands/config/show.js +49 -0
  54. package/dist/commands/config/show.js.map +1 -0
  55. package/dist/commands/global/cleanup.d.ts +14 -0
  56. package/dist/commands/global/cleanup.d.ts.map +1 -0
  57. package/dist/commands/global/cleanup.js +92 -0
  58. package/dist/commands/global/cleanup.js.map +1 -0
  59. package/dist/commands/global/index.d.ts +7 -0
  60. package/dist/commands/global/index.d.ts.map +1 -0
  61. package/dist/commands/global/index.js +10 -0
  62. package/dist/commands/global/index.js.map +1 -0
  63. package/dist/commands/global/list.d.ts +7 -0
  64. package/dist/commands/global/list.d.ts.map +1 -0
  65. package/dist/commands/global/list.js +40 -0
  66. package/dist/commands/global/list.js.map +1 -0
  67. package/dist/commands/init.d.ts +12 -0
  68. package/dist/commands/init.d.ts.map +1 -0
  69. package/dist/commands/init.js +110 -0
  70. package/dist/commands/init.js.map +1 -0
  71. package/dist/commands/install.d.ts +55 -0
  72. package/dist/commands/install.d.ts.map +1 -0
  73. package/dist/commands/install.js +412 -0
  74. package/dist/commands/install.js.map +1 -0
  75. package/dist/commands/list/editors.d.ts +7 -0
  76. package/dist/commands/list/editors.d.ts.map +1 -0
  77. package/dist/commands/list/editors.js +36 -0
  78. package/dist/commands/list/editors.js.map +1 -0
  79. package/dist/commands/list/index.d.ts +12 -0
  80. package/dist/commands/list/index.d.ts.map +1 -0
  81. package/dist/commands/list/index.js +60 -0
  82. package/dist/commands/list/index.js.map +1 -0
  83. package/dist/commands/list/mcp.d.ts +8 -0
  84. package/dist/commands/list/mcp.d.ts.map +1 -0
  85. package/dist/commands/list/mcp.js +45 -0
  86. package/dist/commands/list/mcp.js.map +1 -0
  87. package/dist/commands/list/rules.d.ts +7 -0
  88. package/dist/commands/list/rules.d.ts.map +1 -0
  89. package/dist/commands/list/rules.js +59 -0
  90. package/dist/commands/list/rules.js.map +1 -0
  91. package/dist/commands/list/skills.d.ts +7 -0
  92. package/dist/commands/list/skills.d.ts.map +1 -0
  93. package/dist/commands/list/skills.js +34 -0
  94. package/dist/commands/list/skills.js.map +1 -0
  95. package/dist/commands/remove/index.d.ts +7 -0
  96. package/dist/commands/remove/index.d.ts.map +1 -0
  97. package/dist/commands/remove/index.js +10 -0
  98. package/dist/commands/remove/index.js.map +1 -0
  99. package/dist/commands/remove/mcp.d.ts +15 -0
  100. package/dist/commands/remove/mcp.d.ts.map +1 -0
  101. package/dist/commands/remove/mcp.js +125 -0
  102. package/dist/commands/remove/mcp.js.map +1 -0
  103. package/dist/commands/remove/skill.d.ts +15 -0
  104. package/dist/commands/remove/skill.d.ts.map +1 -0
  105. package/dist/commands/remove/skill.js +115 -0
  106. package/dist/commands/remove/skill.js.map +1 -0
  107. package/dist/commands/search.d.ts +18 -0
  108. package/dist/commands/search.d.ts.map +1 -0
  109. package/dist/commands/search.js +221 -0
  110. package/dist/commands/search.js.map +1 -0
  111. package/dist/commands/validate.d.ts +7 -0
  112. package/dist/commands/validate.d.ts.map +1 -0
  113. package/dist/commands/validate.js +57 -0
  114. package/dist/commands/validate.js.map +1 -0
  115. package/dist/flags/local.d.ts +8 -0
  116. package/dist/flags/local.d.ts.map +1 -0
  117. package/dist/flags/local.js +13 -0
  118. package/dist/flags/local.js.map +1 -0
  119. package/dist/flags/scope.d.ts +20 -0
  120. package/dist/flags/scope.d.ts.map +1 -0
  121. package/dist/flags/scope.js +30 -0
  122. package/dist/flags/scope.js.map +1 -0
  123. package/dist/hooks/postrun/patch-autocomplete.d.ts +18 -0
  124. package/dist/hooks/postrun/patch-autocomplete.d.ts.map +1 -0
  125. package/dist/hooks/postrun/patch-autocomplete.js +49 -0
  126. package/dist/hooks/postrun/patch-autocomplete.js.map +1 -0
  127. package/dist/index.d.ts +4 -0
  128. package/dist/index.d.ts.map +1 -0
  129. package/dist/index.js +4 -0
  130. package/dist/index.js.map +1 -0
  131. package/dist/lib/add-helper.d.ts +49 -0
  132. package/dist/lib/add-helper.d.ts.map +1 -0
  133. package/dist/lib/add-helper.js +172 -0
  134. package/dist/lib/add-helper.js.map +1 -0
  135. package/dist/lib/delete-helper.d.ts +25 -0
  136. package/dist/lib/delete-helper.d.ts.map +1 -0
  137. package/dist/lib/delete-helper.js +76 -0
  138. package/dist/lib/delete-helper.js.map +1 -0
  139. package/dist/lib/errors.d.ts +30 -0
  140. package/dist/lib/errors.d.ts.map +1 -0
  141. package/dist/lib/errors.js +41 -0
  142. package/dist/lib/errors.js.map +1 -0
  143. package/dist/lib/help.d.ts +7 -0
  144. package/dist/lib/help.d.ts.map +1 -0
  145. package/dist/lib/help.js +39 -0
  146. package/dist/lib/help.js.map +1 -0
  147. package/dist/lib/install-helper.d.ts +23 -0
  148. package/dist/lib/install-helper.d.ts.map +1 -0
  149. package/dist/lib/install-helper.js +49 -0
  150. package/dist/lib/install-helper.js.map +1 -0
  151. package/dist/lib/output.d.ts +26 -0
  152. package/dist/lib/output.d.ts.map +1 -0
  153. package/dist/lib/output.js +77 -0
  154. package/dist/lib/output.js.map +1 -0
  155. package/dist/lib/search/debounce.d.ts +17 -0
  156. package/dist/lib/search/debounce.d.ts.map +1 -0
  157. package/dist/lib/search/debounce.js +33 -0
  158. package/dist/lib/search/debounce.js.map +1 -0
  159. package/dist/lib/search/index.d.ts +5 -0
  160. package/dist/lib/search/index.d.ts.map +1 -0
  161. package/dist/lib/search/index.js +5 -0
  162. package/dist/lib/search/index.js.map +1 -0
  163. package/dist/lib/search/registry.d.ts +43 -0
  164. package/dist/lib/search/registry.d.ts.map +1 -0
  165. package/dist/lib/search/registry.js +83 -0
  166. package/dist/lib/search/registry.js.map +1 -0
  167. package/dist/lib/search/sources/claude-plugins-dev.d.ts +16 -0
  168. package/dist/lib/search/sources/claude-plugins-dev.d.ts.map +1 -0
  169. package/dist/lib/search/sources/claude-plugins-dev.js +44 -0
  170. package/dist/lib/search/sources/claude-plugins-dev.js.map +1 -0
  171. package/dist/lib/search/sources/index.d.ts +4 -0
  172. package/dist/lib/search/sources/index.d.ts.map +1 -0
  173. package/dist/lib/search/sources/index.js +4 -0
  174. package/dist/lib/search/sources/index.js.map +1 -0
  175. package/dist/lib/search/sources/mcp-registry.d.ts +14 -0
  176. package/dist/lib/search/sources/mcp-registry.d.ts.map +1 -0
  177. package/dist/lib/search/sources/mcp-registry.js +40 -0
  178. package/dist/lib/search/sources/mcp-registry.js.map +1 -0
  179. package/dist/lib/search/sources/npm.d.ts +14 -0
  180. package/dist/lib/search/sources/npm.d.ts.map +1 -0
  181. package/dist/lib/search/sources/npm.js +42 -0
  182. package/dist/lib/search/sources/npm.js.map +1 -0
  183. package/dist/lib/search/types.d.ts +52 -0
  184. package/dist/lib/search/types.d.ts.map +1 -0
  185. package/dist/lib/search/types.js +14 -0
  186. package/dist/lib/search/types.js.map +1 -0
  187. package/dist/ui/search/components/DetailsPanel.d.ts +9 -0
  188. package/dist/ui/search/components/DetailsPanel.d.ts.map +1 -0
  189. package/dist/ui/search/components/DetailsPanel.js +11 -0
  190. package/dist/ui/search/components/DetailsPanel.js.map +1 -0
  191. package/dist/ui/search/components/ResultsList.d.ts +14 -0
  192. package/dist/ui/search/components/ResultsList.d.ts.map +1 -0
  193. package/dist/ui/search/components/ResultsList.js +32 -0
  194. package/dist/ui/search/components/ResultsList.js.map +1 -0
  195. package/dist/ui/search/components/SearchApp.d.ts +4 -0
  196. package/dist/ui/search/components/SearchApp.d.ts.map +1 -0
  197. package/dist/ui/search/components/SearchApp.js +61 -0
  198. package/dist/ui/search/components/SearchApp.js.map +1 -0
  199. package/dist/ui/search/components/SearchInput.d.ts +12 -0
  200. package/dist/ui/search/components/SearchInput.d.ts.map +1 -0
  201. package/dist/ui/search/components/SearchInput.js +14 -0
  202. package/dist/ui/search/components/SearchInput.js.map +1 -0
  203. package/dist/ui/search/components/StatusBar.d.ts +10 -0
  204. package/dist/ui/search/components/StatusBar.d.ts.map +1 -0
  205. package/dist/ui/search/components/StatusBar.js +13 -0
  206. package/dist/ui/search/components/StatusBar.js.map +1 -0
  207. package/dist/ui/search/components/TabBar.d.ts +10 -0
  208. package/dist/ui/search/components/TabBar.d.ts.map +1 -0
  209. package/dist/ui/search/components/TabBar.js +6 -0
  210. package/dist/ui/search/components/TabBar.js.map +1 -0
  211. package/dist/ui/search/hooks/use-install.d.ts +18 -0
  212. package/dist/ui/search/hooks/use-install.d.ts.map +1 -0
  213. package/dist/ui/search/hooks/use-install.js +51 -0
  214. package/dist/ui/search/hooks/use-install.js.map +1 -0
  215. package/dist/ui/search/hooks/use-keyboard.d.ts +25 -0
  216. package/dist/ui/search/hooks/use-keyboard.d.ts.map +1 -0
  217. package/dist/ui/search/hooks/use-keyboard.js +58 -0
  218. package/dist/ui/search/hooks/use-keyboard.js.map +1 -0
  219. package/dist/ui/search/hooks/use-search.d.ts +21 -0
  220. package/dist/ui/search/hooks/use-search.d.ts.map +1 -0
  221. package/dist/ui/search/hooks/use-search.js +73 -0
  222. package/dist/ui/search/hooks/use-search.js.map +1 -0
  223. package/dist/ui/search/index.d.ts +10 -0
  224. package/dist/ui/search/index.d.ts.map +1 -0
  225. package/dist/ui/search/index.js +10 -0
  226. package/dist/ui/search/index.js.map +1 -0
  227. package/dist/ui/search/render.d.ts +11 -0
  228. package/dist/ui/search/render.d.ts.map +1 -0
  229. package/dist/ui/search/render.js +22 -0
  230. package/dist/ui/search/render.js.map +1 -0
  231. package/dist/ui/search/types.d.ts +37 -0
  232. package/dist/ui/search/types.d.ts.map +1 -0
  233. package/dist/ui/search/types.js +2 -0
  234. package/dist/ui/search/types.js.map +1 -0
  235. package/dist/ui/search/utils/index.d.ts +2 -0
  236. package/dist/ui/search/utils/index.d.ts.map +1 -0
  237. package/dist/ui/search/utils/index.js +2 -0
  238. package/dist/ui/search/utils/index.js.map +1 -0
  239. package/dist/ui/search/utils/sanitize.d.ts +11 -0
  240. package/dist/ui/search/utils/sanitize.d.ts.map +1 -0
  241. package/dist/ui/search/utils/sanitize.js +33 -0
  242. package/dist/ui/search/utils/sanitize.js.map +1 -0
  243. package/oclif.manifest.json +1772 -0
  244. package/package.json +103 -0
  245. package/theme.json +15 -0
@@ -0,0 +1,1772 @@
1
+ {
2
+ "commands": {
3
+ "backups": {
4
+ "aliases": [],
5
+ "args": {},
6
+ "description": "List backup files created by aix\n\nWhen aix modifies editor configuration files (e.g., during install), it automatically creates local backups of the original files. Use these to recover from errors or restore a previous state by manually copying files from the backup directory.",
7
+ "examples": [
8
+ "<%= config.bin %> <%= command.id %>",
9
+ "<%= config.bin %> <%= command.id %> --json"
10
+ ],
11
+ "flags": {
12
+ "config": {
13
+ "char": "c",
14
+ "description": "Path to ai.json config file",
15
+ "env": "AI_JSON_CONFIG",
16
+ "name": "config",
17
+ "hasDynamicHelp": false,
18
+ "multiple": false,
19
+ "type": "option"
20
+ },
21
+ "quiet": {
22
+ "char": "q",
23
+ "description": "Suppress non-essential output",
24
+ "name": "quiet",
25
+ "allowNo": false,
26
+ "type": "boolean"
27
+ },
28
+ "json": {
29
+ "description": "Output as JSON",
30
+ "name": "json",
31
+ "allowNo": false,
32
+ "type": "boolean"
33
+ }
34
+ },
35
+ "hasDynamicHelp": false,
36
+ "hiddenAliases": [],
37
+ "id": "backups",
38
+ "pluginAlias": "@a1st/aix",
39
+ "pluginName": "@a1st/aix",
40
+ "pluginType": "core",
41
+ "strict": true,
42
+ "enableJsonFlag": false,
43
+ "isESM": true,
44
+ "relativePath": [
45
+ "dist",
46
+ "commands",
47
+ "backups.js"
48
+ ],
49
+ "aliasPermutations": [],
50
+ "permutations": [
51
+ "backups"
52
+ ]
53
+ },
54
+ "init": {
55
+ "aliases": [],
56
+ "args": {},
57
+ "description": "Initialize a new ai.json configuration file",
58
+ "examples": [
59
+ "<%= config.bin %> <%= command.id %>",
60
+ "<%= config.bin %> <%= command.id %> --force",
61
+ "<%= config.bin %> <%= command.id %> --from windsurf",
62
+ "<%= config.bin %> <%= command.id %> --from cursor --force"
63
+ ],
64
+ "flags": {
65
+ "config": {
66
+ "char": "c",
67
+ "description": "Path to ai.json config file",
68
+ "env": "AI_JSON_CONFIG",
69
+ "name": "config",
70
+ "hasDynamicHelp": false,
71
+ "multiple": false,
72
+ "type": "option"
73
+ },
74
+ "quiet": {
75
+ "char": "q",
76
+ "description": "Suppress non-essential output",
77
+ "name": "quiet",
78
+ "allowNo": false,
79
+ "type": "boolean"
80
+ },
81
+ "json": {
82
+ "description": "Output as JSON",
83
+ "name": "json",
84
+ "allowNo": false,
85
+ "type": "boolean"
86
+ },
87
+ "force": {
88
+ "char": "f",
89
+ "description": "Overwrite existing ai.json",
90
+ "name": "force",
91
+ "allowNo": false,
92
+ "type": "boolean"
93
+ },
94
+ "from": {
95
+ "description": "Import global config from an editor (windsurf, cursor, claude-code, vscode, zed, codex)",
96
+ "name": "from",
97
+ "hasDynamicHelp": false,
98
+ "multiple": false,
99
+ "options": [
100
+ "windsurf",
101
+ "cursor",
102
+ "claude-code",
103
+ "vscode",
104
+ "zed",
105
+ "codex"
106
+ ],
107
+ "type": "option"
108
+ }
109
+ },
110
+ "hasDynamicHelp": false,
111
+ "hiddenAliases": [],
112
+ "id": "init",
113
+ "pluginAlias": "@a1st/aix",
114
+ "pluginName": "@a1st/aix",
115
+ "pluginType": "core",
116
+ "strict": true,
117
+ "enableJsonFlag": false,
118
+ "isESM": true,
119
+ "relativePath": [
120
+ "dist",
121
+ "commands",
122
+ "init.js"
123
+ ],
124
+ "aliasPermutations": [],
125
+ "permutations": [
126
+ "init"
127
+ ]
128
+ },
129
+ "install": {
130
+ "aliases": [
131
+ "i"
132
+ ],
133
+ "args": {
134
+ "source": {
135
+ "description": "Config source: URL, git shorthand (github:org/repo), or local path. If omitted, uses local ai.json.",
136
+ "name": "source",
137
+ "required": false
138
+ }
139
+ },
140
+ "description": "Install configuration to editors",
141
+ "examples": [
142
+ "<%= config.bin %> <%= command.id %>",
143
+ "<%= config.bin %> <%= command.id %> https://github.com/org/repo/blob/main/ai.json",
144
+ "<%= config.bin %> <%= command.id %> github:org/shared-config",
145
+ "<%= config.bin %> <%= command.id %> ./configs/team-config.json",
146
+ "<%= config.bin %> <%= command.id %> --target windsurf",
147
+ "<%= config.bin %> <%= command.id %> -t cursor -t windsurf",
148
+ "<%= config.bin %> <%= command.id %> --dry-run",
149
+ "<%= config.bin %> <%= command.id %> --scope mcp",
150
+ "<%= config.bin %> <%= command.id %> github:org/shared-config --save",
151
+ "<%= config.bin %> <%= command.id %> github:org/shared-config --save --overwrite",
152
+ "<%= config.bin %> <%= command.id %> github:org/shared-config --save --scope mcp --scope rules"
153
+ ],
154
+ "flags": {
155
+ "config": {
156
+ "char": "c",
157
+ "description": "Path to ai.json config file",
158
+ "env": "AI_JSON_CONFIG",
159
+ "name": "config",
160
+ "hasDynamicHelp": false,
161
+ "multiple": false,
162
+ "type": "option"
163
+ },
164
+ "quiet": {
165
+ "char": "q",
166
+ "description": "Suppress non-essential output",
167
+ "name": "quiet",
168
+ "allowNo": false,
169
+ "type": "boolean"
170
+ },
171
+ "json": {
172
+ "description": "Output as JSON",
173
+ "name": "json",
174
+ "allowNo": false,
175
+ "type": "boolean"
176
+ },
177
+ "scope": {
178
+ "char": "s",
179
+ "description": "Filter to specific fields (repeatable)",
180
+ "name": "scope",
181
+ "hasDynamicHelp": false,
182
+ "multiple": true,
183
+ "options": [
184
+ "rules",
185
+ "mcp",
186
+ "skills",
187
+ "editors"
188
+ ],
189
+ "type": "option"
190
+ },
191
+ "target": {
192
+ "char": "t",
193
+ "description": "Target specific editor (repeatable, case-insensitive)",
194
+ "name": "target",
195
+ "hasDynamicHelp": false,
196
+ "multiple": true,
197
+ "options": [
198
+ "windsurf",
199
+ "cursor",
200
+ "claude-code",
201
+ "vscode",
202
+ "zed",
203
+ "codex"
204
+ ],
205
+ "type": "option"
206
+ },
207
+ "dry-run": {
208
+ "char": "d",
209
+ "description": "Preview changes without applying",
210
+ "name": "dry-run",
211
+ "allowNo": false,
212
+ "type": "boolean"
213
+ },
214
+ "save": {
215
+ "description": "Save remote config to local ai.json (creates or merges)",
216
+ "name": "save",
217
+ "allowNo": false,
218
+ "type": "boolean"
219
+ },
220
+ "overwrite": {
221
+ "description": "Overwrite existing local ai.json instead of merging (only with --save)",
222
+ "name": "overwrite",
223
+ "allowNo": false,
224
+ "type": "boolean"
225
+ },
226
+ "clean": {
227
+ "description": "Remove .aix folder before installing to ensure exact match with ai.json",
228
+ "name": "clean",
229
+ "allowNo": false,
230
+ "type": "boolean"
231
+ }
232
+ },
233
+ "hasDynamicHelp": false,
234
+ "hiddenAliases": [],
235
+ "id": "install",
236
+ "pluginAlias": "@a1st/aix",
237
+ "pluginName": "@a1st/aix",
238
+ "pluginType": "core",
239
+ "strict": true,
240
+ "enableJsonFlag": false,
241
+ "isESM": true,
242
+ "relativePath": [
243
+ "dist",
244
+ "commands",
245
+ "install.js"
246
+ ],
247
+ "aliasPermutations": [
248
+ "i"
249
+ ],
250
+ "permutations": [
251
+ "install"
252
+ ]
253
+ },
254
+ "search": {
255
+ "aliases": [],
256
+ "args": {
257
+ "query": {
258
+ "description": "Search query (optional in interactive mode)",
259
+ "name": "query",
260
+ "required": false
261
+ }
262
+ },
263
+ "description": "Search for aix skills and MCP servers",
264
+ "examples": [
265
+ "<%= config.bin %> <%= command.id %> typescript",
266
+ "<%= config.bin %> <%= command.id %> playwright --type mcp",
267
+ "<%= config.bin %> <%= command.id %> react --type skills",
268
+ "<%= config.bin %> <%= command.id %> github --type skills --type mcp",
269
+ "<%= config.bin %> <%= command.id %> testing -x source:claude-plugins-dev"
270
+ ],
271
+ "flags": {
272
+ "config": {
273
+ "char": "c",
274
+ "description": "Path to ai.json config file",
275
+ "env": "AI_JSON_CONFIG",
276
+ "name": "config",
277
+ "hasDynamicHelp": false,
278
+ "multiple": false,
279
+ "type": "option"
280
+ },
281
+ "quiet": {
282
+ "char": "q",
283
+ "description": "Suppress non-essential output",
284
+ "name": "quiet",
285
+ "allowNo": false,
286
+ "type": "boolean"
287
+ },
288
+ "json": {
289
+ "description": "Output as JSON",
290
+ "name": "json",
291
+ "allowNo": false,
292
+ "type": "boolean"
293
+ },
294
+ "registry": {
295
+ "char": "r",
296
+ "description": "NPM registry URL to search",
297
+ "env": "NPM_CONFIG_REGISTRY",
298
+ "name": "registry",
299
+ "default": "https://registry.npmjs.org",
300
+ "hasDynamicHelp": false,
301
+ "multiple": false,
302
+ "type": "option"
303
+ },
304
+ "type": {
305
+ "char": "t",
306
+ "description": "Type of resources to search (can be specified multiple times)",
307
+ "name": "type",
308
+ "hasDynamicHelp": false,
309
+ "multiple": true,
310
+ "options": [
311
+ "skills",
312
+ "mcp"
313
+ ],
314
+ "type": "option"
315
+ },
316
+ "experimental": {
317
+ "char": "x",
318
+ "description": "Enable experimental features (e.g., source:claude-plugins-dev)",
319
+ "name": "experimental",
320
+ "default": [],
321
+ "hasDynamicHelp": false,
322
+ "multiple": true,
323
+ "type": "option"
324
+ },
325
+ "plain": {
326
+ "char": "p",
327
+ "description": "Force plain text output (non-interactive)",
328
+ "name": "plain",
329
+ "allowNo": false,
330
+ "type": "boolean"
331
+ }
332
+ },
333
+ "hasDynamicHelp": false,
334
+ "hiddenAliases": [],
335
+ "id": "search",
336
+ "pluginAlias": "@a1st/aix",
337
+ "pluginName": "@a1st/aix",
338
+ "pluginType": "core",
339
+ "strict": true,
340
+ "enableJsonFlag": false,
341
+ "isESM": true,
342
+ "relativePath": [
343
+ "dist",
344
+ "commands",
345
+ "search.js"
346
+ ],
347
+ "aliasPermutations": [],
348
+ "permutations": [
349
+ "search"
350
+ ]
351
+ },
352
+ "validate": {
353
+ "aliases": [],
354
+ "args": {},
355
+ "description": "Validate ai.json configuration",
356
+ "examples": [
357
+ "<%= config.bin %> <%= command.id %>",
358
+ "<%= config.bin %> <%= command.id %> --config ./path/to/ai.json",
359
+ "<%= config.bin %> <%= command.id %> --json"
360
+ ],
361
+ "flags": {
362
+ "config": {
363
+ "char": "c",
364
+ "description": "Path to ai.json config file",
365
+ "env": "AI_JSON_CONFIG",
366
+ "name": "config",
367
+ "hasDynamicHelp": false,
368
+ "multiple": false,
369
+ "type": "option"
370
+ },
371
+ "quiet": {
372
+ "char": "q",
373
+ "description": "Suppress non-essential output",
374
+ "name": "quiet",
375
+ "allowNo": false,
376
+ "type": "boolean"
377
+ },
378
+ "json": {
379
+ "description": "Output as JSON",
380
+ "name": "json",
381
+ "allowNo": false,
382
+ "type": "boolean"
383
+ }
384
+ },
385
+ "hasDynamicHelp": false,
386
+ "hiddenAliases": [],
387
+ "id": "validate",
388
+ "pluginAlias": "@a1st/aix",
389
+ "pluginName": "@a1st/aix",
390
+ "pluginType": "core",
391
+ "strict": true,
392
+ "enableJsonFlag": false,
393
+ "isESM": true,
394
+ "relativePath": [
395
+ "dist",
396
+ "commands",
397
+ "validate.js"
398
+ ],
399
+ "aliasPermutations": [],
400
+ "permutations": [
401
+ "validate"
402
+ ]
403
+ },
404
+ "add": {
405
+ "aliases": [],
406
+ "args": {},
407
+ "description": "Add skills, MCP servers, or rules to ai.json",
408
+ "flags": {},
409
+ "hasDynamicHelp": false,
410
+ "hidden": true,
411
+ "hiddenAliases": [],
412
+ "id": "add",
413
+ "pluginAlias": "@a1st/aix",
414
+ "pluginName": "@a1st/aix",
415
+ "pluginType": "core",
416
+ "strict": true,
417
+ "enableJsonFlag": false,
418
+ "isESM": true,
419
+ "relativePath": [
420
+ "dist",
421
+ "commands",
422
+ "add",
423
+ "index.js"
424
+ ],
425
+ "aliasPermutations": [],
426
+ "permutations": [
427
+ "add"
428
+ ]
429
+ },
430
+ "add:mcp": {
431
+ "aliases": [],
432
+ "args": {
433
+ "name": {
434
+ "description": "MCP server name",
435
+ "name": "name",
436
+ "required": true
437
+ }
438
+ },
439
+ "description": "Add an MCP server to ai.json",
440
+ "examples": [
441
+ "<%= config.bin %> <%= command.id %> playwright",
442
+ "<%= config.bin %> <%= command.id %> filesystem",
443
+ "<%= config.bin %> <%= command.id %> github --command \"npx @modelcontextprotocol/server-github\"",
444
+ "<%= config.bin %> <%= command.id %> filesystem --command \"npx @modelcontextprotocol/server-filesystem\" --args \"/path/to/dir\"",
445
+ "<%= config.bin %> <%= command.id %> custom --url \"http://localhost:3000/mcp\"",
446
+ "<%= config.bin %> <%= command.id %> github --command \"npx @modelcontextprotocol/server-github\" --no-install"
447
+ ],
448
+ "flags": {
449
+ "config": {
450
+ "char": "c",
451
+ "description": "Path to ai.json config file",
452
+ "env": "AI_JSON_CONFIG",
453
+ "name": "config",
454
+ "hasDynamicHelp": false,
455
+ "multiple": false,
456
+ "type": "option"
457
+ },
458
+ "quiet": {
459
+ "char": "q",
460
+ "description": "Suppress non-essential output",
461
+ "name": "quiet",
462
+ "allowNo": false,
463
+ "type": "boolean"
464
+ },
465
+ "json": {
466
+ "description": "Output as JSON",
467
+ "name": "json",
468
+ "allowNo": false,
469
+ "type": "boolean"
470
+ },
471
+ "local": {
472
+ "char": "l",
473
+ "description": "Write to ai.local.json instead of ai.json",
474
+ "name": "local",
475
+ "allowNo": false,
476
+ "type": "boolean"
477
+ },
478
+ "command": {
479
+ "description": "Command to run (stdio transport)",
480
+ "name": "command",
481
+ "hasDynamicHelp": false,
482
+ "multiple": false,
483
+ "type": "option"
484
+ },
485
+ "args": {
486
+ "description": "Command arguments (comma-separated)",
487
+ "name": "args",
488
+ "hasDynamicHelp": false,
489
+ "multiple": false,
490
+ "type": "option"
491
+ },
492
+ "url": {
493
+ "description": "SSE endpoint URL",
494
+ "name": "url",
495
+ "hasDynamicHelp": false,
496
+ "multiple": false,
497
+ "type": "option"
498
+ },
499
+ "env": {
500
+ "description": "Environment variables (KEY=value,KEY2=value2)",
501
+ "name": "env",
502
+ "hasDynamicHelp": false,
503
+ "multiple": false,
504
+ "type": "option"
505
+ },
506
+ "no-install": {
507
+ "description": "Skip installing to editors after adding",
508
+ "name": "no-install",
509
+ "allowNo": false,
510
+ "type": "boolean"
511
+ }
512
+ },
513
+ "hasDynamicHelp": false,
514
+ "hiddenAliases": [],
515
+ "id": "add:mcp",
516
+ "pluginAlias": "@a1st/aix",
517
+ "pluginName": "@a1st/aix",
518
+ "pluginType": "core",
519
+ "strict": true,
520
+ "enableJsonFlag": false,
521
+ "isESM": true,
522
+ "relativePath": [
523
+ "dist",
524
+ "commands",
525
+ "add",
526
+ "mcp.js"
527
+ ],
528
+ "aliasPermutations": [],
529
+ "permutations": [
530
+ "add:mcp",
531
+ "mcp:add"
532
+ ]
533
+ },
534
+ "add:prompt": {
535
+ "aliases": [],
536
+ "args": {
537
+ "source": {
538
+ "description": "Prompt content, local file path, or git URL",
539
+ "name": "source",
540
+ "required": true
541
+ }
542
+ },
543
+ "description": "Add a prompt/command to ai.json",
544
+ "examples": [
545
+ "<%= config.bin %> <%= command.id %> ./prompts/review.md --name review",
546
+ "<%= config.bin %> <%= command.id %> https://github.com/org/prompts/blob/main/review.md --name review",
547
+ "<%= config.bin %> <%= command.id %> \"Review code for issues\" --name review",
548
+ "<%= config.bin %> <%= command.id %> github:myorg/prompts/code-review.md#main --name code-review",
549
+ "<%= config.bin %> <%= command.id %> ./review.md --name review -d \"Code review checklist\" -a \"[file]\"",
550
+ "<%= config.bin %> <%= command.id %> ./review.md --name review --no-install"
551
+ ],
552
+ "flags": {
553
+ "config": {
554
+ "char": "c",
555
+ "description": "Path to ai.json config file",
556
+ "env": "AI_JSON_CONFIG",
557
+ "name": "config",
558
+ "hasDynamicHelp": false,
559
+ "multiple": false,
560
+ "type": "option"
561
+ },
562
+ "quiet": {
563
+ "char": "q",
564
+ "description": "Suppress non-essential output",
565
+ "name": "quiet",
566
+ "allowNo": false,
567
+ "type": "boolean"
568
+ },
569
+ "json": {
570
+ "description": "Output as JSON",
571
+ "name": "json",
572
+ "allowNo": false,
573
+ "type": "boolean"
574
+ },
575
+ "local": {
576
+ "char": "l",
577
+ "description": "Write to ai.local.json instead of ai.json",
578
+ "name": "local",
579
+ "allowNo": false,
580
+ "type": "boolean"
581
+ },
582
+ "name": {
583
+ "char": "n",
584
+ "description": "Prompt name (inferred from source if not provided)",
585
+ "name": "name",
586
+ "hasDynamicHelp": false,
587
+ "multiple": false,
588
+ "type": "option"
589
+ },
590
+ "description": {
591
+ "char": "d",
592
+ "description": "Description shown in command picker",
593
+ "name": "description",
594
+ "hasDynamicHelp": false,
595
+ "multiple": false,
596
+ "type": "option"
597
+ },
598
+ "argument-hint": {
599
+ "char": "a",
600
+ "description": "Hint for arguments (e.g., \"[file] [message]\")",
601
+ "name": "argument-hint",
602
+ "hasDynamicHelp": false,
603
+ "multiple": false,
604
+ "type": "option"
605
+ },
606
+ "ref": {
607
+ "char": "r",
608
+ "description": "Git ref (branch, tag, commit) - overrides ref in URL",
609
+ "name": "ref",
610
+ "hasDynamicHelp": false,
611
+ "multiple": false,
612
+ "type": "option"
613
+ },
614
+ "no-install": {
615
+ "description": "Skip installing to editors after adding",
616
+ "name": "no-install",
617
+ "allowNo": false,
618
+ "type": "boolean"
619
+ }
620
+ },
621
+ "hasDynamicHelp": false,
622
+ "hiddenAliases": [],
623
+ "id": "add:prompt",
624
+ "pluginAlias": "@a1st/aix",
625
+ "pluginName": "@a1st/aix",
626
+ "pluginType": "core",
627
+ "strict": true,
628
+ "enableJsonFlag": false,
629
+ "isESM": true,
630
+ "relativePath": [
631
+ "dist",
632
+ "commands",
633
+ "add",
634
+ "prompt.js"
635
+ ],
636
+ "aliasPermutations": [],
637
+ "permutations": [
638
+ "add:prompt",
639
+ "prompt:add"
640
+ ]
641
+ },
642
+ "add:rule": {
643
+ "aliases": [],
644
+ "args": {
645
+ "source": {
646
+ "description": "Rule content, local file path, or git URL",
647
+ "name": "source",
648
+ "required": true
649
+ }
650
+ },
651
+ "description": "Add a rule to ai.json",
652
+ "examples": [
653
+ "<%= config.bin %> <%= command.id %> \"Always use TypeScript for new files\" --name typescript-rule",
654
+ "<%= config.bin %> <%= command.id %> ./rules/coding-standards.md --name coding-standards",
655
+ "<%= config.bin %> <%= command.id %> https://github.com/anthropics/skills/tree/main/skills/frontend-design --name frontend",
656
+ "<%= config.bin %> <%= command.id %> github:myorg/rules/typescript#main --name typescript",
657
+ "<%= config.bin %> <%= command.id %> \"Always use TypeScript\" --name ts-rule --no-install"
658
+ ],
659
+ "flags": {
660
+ "config": {
661
+ "char": "c",
662
+ "description": "Path to ai.json config file",
663
+ "env": "AI_JSON_CONFIG",
664
+ "name": "config",
665
+ "hasDynamicHelp": false,
666
+ "multiple": false,
667
+ "type": "option"
668
+ },
669
+ "quiet": {
670
+ "char": "q",
671
+ "description": "Suppress non-essential output",
672
+ "name": "quiet",
673
+ "allowNo": false,
674
+ "type": "boolean"
675
+ },
676
+ "json": {
677
+ "description": "Output as JSON",
678
+ "name": "json",
679
+ "allowNo": false,
680
+ "type": "boolean"
681
+ },
682
+ "local": {
683
+ "char": "l",
684
+ "description": "Write to ai.local.json instead of ai.json",
685
+ "name": "local",
686
+ "allowNo": false,
687
+ "type": "boolean"
688
+ },
689
+ "name": {
690
+ "char": "n",
691
+ "description": "Rule name (inferred from source if not provided)",
692
+ "name": "name",
693
+ "hasDynamicHelp": false,
694
+ "multiple": false,
695
+ "type": "option"
696
+ },
697
+ "description": {
698
+ "char": "d",
699
+ "description": "When the rule should apply (enables auto activation)",
700
+ "name": "description",
701
+ "hasDynamicHelp": false,
702
+ "multiple": false,
703
+ "type": "option"
704
+ },
705
+ "activation": {
706
+ "char": "a",
707
+ "description": "Activation mode",
708
+ "name": "activation",
709
+ "default": "always",
710
+ "hasDynamicHelp": false,
711
+ "multiple": false,
712
+ "options": [
713
+ "always",
714
+ "auto",
715
+ "glob",
716
+ "manual"
717
+ ],
718
+ "type": "option"
719
+ },
720
+ "globs": {
721
+ "char": "g",
722
+ "description": "File patterns for glob activation (comma-separated)",
723
+ "name": "globs",
724
+ "hasDynamicHelp": false,
725
+ "multiple": false,
726
+ "type": "option"
727
+ },
728
+ "ref": {
729
+ "char": "r",
730
+ "description": "Git ref (branch, tag, commit) - overrides ref in URL",
731
+ "name": "ref",
732
+ "hasDynamicHelp": false,
733
+ "multiple": false,
734
+ "type": "option"
735
+ },
736
+ "no-install": {
737
+ "description": "Skip installing to editors after adding",
738
+ "name": "no-install",
739
+ "allowNo": false,
740
+ "type": "boolean"
741
+ }
742
+ },
743
+ "hasDynamicHelp": false,
744
+ "hiddenAliases": [],
745
+ "id": "add:rule",
746
+ "pluginAlias": "@a1st/aix",
747
+ "pluginName": "@a1st/aix",
748
+ "pluginType": "core",
749
+ "strict": true,
750
+ "enableJsonFlag": false,
751
+ "isESM": true,
752
+ "relativePath": [
753
+ "dist",
754
+ "commands",
755
+ "add",
756
+ "rule.js"
757
+ ],
758
+ "aliasPermutations": [],
759
+ "permutations": [
760
+ "add:rule",
761
+ "rule:add"
762
+ ]
763
+ },
764
+ "add:skill": {
765
+ "aliases": [],
766
+ "args": {
767
+ "source": {
768
+ "description": "Skill source: local path, git URL, or npm package name",
769
+ "name": "source",
770
+ "required": true
771
+ }
772
+ },
773
+ "description": "Add a skill to ai.json",
774
+ "examples": [
775
+ "<%= config.bin %> <%= command.id %> typescript",
776
+ "<%= config.bin %> <%= command.id %> ./skills/custom",
777
+ "<%= config.bin %> <%= command.id %> https://github.com/anthropics/skills/tree/main/skills/pdf",
778
+ "<%= config.bin %> <%= command.id %> github:a1st/aix-skill-react#v2.0.0",
779
+ "<%= config.bin %> <%= command.id %> @a1st/aix-skill-react --name react",
780
+ "<%= config.bin %> <%= command.id %> typescript --no-install"
781
+ ],
782
+ "flags": {
783
+ "config": {
784
+ "char": "c",
785
+ "description": "Path to ai.json config file",
786
+ "env": "AI_JSON_CONFIG",
787
+ "name": "config",
788
+ "hasDynamicHelp": false,
789
+ "multiple": false,
790
+ "type": "option"
791
+ },
792
+ "quiet": {
793
+ "char": "q",
794
+ "description": "Suppress non-essential output",
795
+ "name": "quiet",
796
+ "allowNo": false,
797
+ "type": "boolean"
798
+ },
799
+ "json": {
800
+ "description": "Output as JSON",
801
+ "name": "json",
802
+ "allowNo": false,
803
+ "type": "boolean"
804
+ },
805
+ "local": {
806
+ "char": "l",
807
+ "description": "Write to ai.local.json instead of ai.json",
808
+ "name": "local",
809
+ "allowNo": false,
810
+ "type": "boolean"
811
+ },
812
+ "name": {
813
+ "char": "n",
814
+ "description": "Override inferred skill name",
815
+ "name": "name",
816
+ "hasDynamicHelp": false,
817
+ "multiple": false,
818
+ "type": "option"
819
+ },
820
+ "ref": {
821
+ "char": "r",
822
+ "description": "Git ref (branch, tag, commit) - overrides ref in URL",
823
+ "name": "ref",
824
+ "hasDynamicHelp": false,
825
+ "multiple": false,
826
+ "type": "option"
827
+ },
828
+ "no-install": {
829
+ "description": "Skip installing to editors after adding",
830
+ "name": "no-install",
831
+ "allowNo": false,
832
+ "type": "boolean"
833
+ }
834
+ },
835
+ "hasDynamicHelp": false,
836
+ "hiddenAliases": [],
837
+ "id": "add:skill",
838
+ "pluginAlias": "@a1st/aix",
839
+ "pluginName": "@a1st/aix",
840
+ "pluginType": "core",
841
+ "strict": true,
842
+ "enableJsonFlag": false,
843
+ "isESM": true,
844
+ "relativePath": [
845
+ "dist",
846
+ "commands",
847
+ "add",
848
+ "skill.js"
849
+ ],
850
+ "aliasPermutations": [],
851
+ "permutations": [
852
+ "add:skill",
853
+ "skill:add"
854
+ ]
855
+ },
856
+ "cache:clear": {
857
+ "aliases": [
858
+ "cache:clean"
859
+ ],
860
+ "args": {},
861
+ "description": "Clear cache files created by aix",
862
+ "examples": [
863
+ "<%= config.bin %> cache clear",
864
+ "<%= config.bin %> cache clean"
865
+ ],
866
+ "flags": {
867
+ "config": {
868
+ "char": "c",
869
+ "description": "Path to ai.json config file",
870
+ "env": "AI_JSON_CONFIG",
871
+ "name": "config",
872
+ "hasDynamicHelp": false,
873
+ "multiple": false,
874
+ "type": "option"
875
+ },
876
+ "quiet": {
877
+ "char": "q",
878
+ "description": "Suppress non-essential output",
879
+ "name": "quiet",
880
+ "allowNo": false,
881
+ "type": "boolean"
882
+ },
883
+ "json": {
884
+ "description": "Output as JSON",
885
+ "name": "json",
886
+ "allowNo": false,
887
+ "type": "boolean"
888
+ }
889
+ },
890
+ "hasDynamicHelp": false,
891
+ "hiddenAliases": [],
892
+ "id": "cache:clear",
893
+ "pluginAlias": "@a1st/aix",
894
+ "pluginName": "@a1st/aix",
895
+ "pluginType": "core",
896
+ "strict": true,
897
+ "enableJsonFlag": false,
898
+ "isESM": true,
899
+ "relativePath": [
900
+ "dist",
901
+ "commands",
902
+ "cache",
903
+ "clear.js"
904
+ ],
905
+ "aliasPermutations": [
906
+ "cache:clean",
907
+ "clean:cache"
908
+ ],
909
+ "permutations": [
910
+ "cache:clear",
911
+ "clear:cache"
912
+ ]
913
+ },
914
+ "cache": {
915
+ "aliases": [],
916
+ "args": {},
917
+ "description": "Clear cache and backups",
918
+ "flags": {},
919
+ "hasDynamicHelp": false,
920
+ "hidden": true,
921
+ "hiddenAliases": [],
922
+ "id": "cache",
923
+ "pluginAlias": "@a1st/aix",
924
+ "pluginName": "@a1st/aix",
925
+ "pluginType": "core",
926
+ "strict": true,
927
+ "enableJsonFlag": false,
928
+ "isESM": true,
929
+ "relativePath": [
930
+ "dist",
931
+ "commands",
932
+ "cache",
933
+ "index.js"
934
+ ],
935
+ "aliasPermutations": [],
936
+ "permutations": [
937
+ "cache"
938
+ ]
939
+ },
940
+ "config:get": {
941
+ "aliases": [],
942
+ "args": {
943
+ "key": {
944
+ "description": "Configuration key (dot notation, e.g., \"mcp.github\")",
945
+ "name": "key",
946
+ "required": true
947
+ }
948
+ },
949
+ "description": "Get a configuration value",
950
+ "examples": [
951
+ "<%= config.bin %> <%= command.id %> skills",
952
+ "<%= config.bin %> <%= command.id %> mcp.github",
953
+ "<%= config.bin %> <%= command.id %> rules"
954
+ ],
955
+ "flags": {
956
+ "config": {
957
+ "char": "c",
958
+ "description": "Path to ai.json config file",
959
+ "env": "AI_JSON_CONFIG",
960
+ "name": "config",
961
+ "hasDynamicHelp": false,
962
+ "multiple": false,
963
+ "type": "option"
964
+ },
965
+ "quiet": {
966
+ "char": "q",
967
+ "description": "Suppress non-essential output",
968
+ "name": "quiet",
969
+ "allowNo": false,
970
+ "type": "boolean"
971
+ },
972
+ "json": {
973
+ "description": "Output as JSON",
974
+ "name": "json",
975
+ "allowNo": false,
976
+ "type": "boolean"
977
+ }
978
+ },
979
+ "hasDynamicHelp": false,
980
+ "hiddenAliases": [],
981
+ "id": "config:get",
982
+ "pluginAlias": "@a1st/aix",
983
+ "pluginName": "@a1st/aix",
984
+ "pluginType": "core",
985
+ "strict": true,
986
+ "enableJsonFlag": false,
987
+ "isESM": true,
988
+ "relativePath": [
989
+ "dist",
990
+ "commands",
991
+ "config",
992
+ "get.js"
993
+ ],
994
+ "aliasPermutations": [],
995
+ "permutations": [
996
+ "config:get",
997
+ "get:config"
998
+ ]
999
+ },
1000
+ "config": {
1001
+ "aliases": [],
1002
+ "args": {},
1003
+ "description": "Manage aix configuration",
1004
+ "flags": {},
1005
+ "hasDynamicHelp": false,
1006
+ "hidden": true,
1007
+ "hiddenAliases": [],
1008
+ "id": "config",
1009
+ "pluginAlias": "@a1st/aix",
1010
+ "pluginName": "@a1st/aix",
1011
+ "pluginType": "core",
1012
+ "strict": true,
1013
+ "enableJsonFlag": false,
1014
+ "isESM": true,
1015
+ "relativePath": [
1016
+ "dist",
1017
+ "commands",
1018
+ "config",
1019
+ "index.js"
1020
+ ],
1021
+ "aliasPermutations": [],
1022
+ "permutations": [
1023
+ "config"
1024
+ ]
1025
+ },
1026
+ "config:set": {
1027
+ "aliases": [],
1028
+ "args": {
1029
+ "key": {
1030
+ "description": "Configuration key (dot notation, e.g., \"skills.typescript\")",
1031
+ "name": "key",
1032
+ "required": true
1033
+ },
1034
+ "value": {
1035
+ "description": "Value to set (JSON for objects/arrays)",
1036
+ "name": "value",
1037
+ "required": true
1038
+ }
1039
+ },
1040
+ "description": "Set a configuration value",
1041
+ "examples": [
1042
+ "<%= config.bin %> <%= command.id %> skills.typescript \"^1.0.0\"",
1043
+ "<%= config.bin %> <%= command.id %> rules '[\"Use TypeScript\"]'"
1044
+ ],
1045
+ "flags": {
1046
+ "config": {
1047
+ "char": "c",
1048
+ "description": "Path to ai.json config file",
1049
+ "env": "AI_JSON_CONFIG",
1050
+ "name": "config",
1051
+ "hasDynamicHelp": false,
1052
+ "multiple": false,
1053
+ "type": "option"
1054
+ },
1055
+ "quiet": {
1056
+ "char": "q",
1057
+ "description": "Suppress non-essential output",
1058
+ "name": "quiet",
1059
+ "allowNo": false,
1060
+ "type": "boolean"
1061
+ },
1062
+ "json": {
1063
+ "description": "Output as JSON",
1064
+ "name": "json",
1065
+ "allowNo": false,
1066
+ "type": "boolean"
1067
+ }
1068
+ },
1069
+ "hasDynamicHelp": false,
1070
+ "hiddenAliases": [],
1071
+ "id": "config:set",
1072
+ "pluginAlias": "@a1st/aix",
1073
+ "pluginName": "@a1st/aix",
1074
+ "pluginType": "core",
1075
+ "strict": true,
1076
+ "enableJsonFlag": false,
1077
+ "isESM": true,
1078
+ "relativePath": [
1079
+ "dist",
1080
+ "commands",
1081
+ "config",
1082
+ "set.js"
1083
+ ],
1084
+ "aliasPermutations": [],
1085
+ "permutations": [
1086
+ "config:set",
1087
+ "set:config"
1088
+ ]
1089
+ },
1090
+ "config:show": {
1091
+ "aliases": [],
1092
+ "args": {},
1093
+ "description": "Show the current configuration",
1094
+ "examples": [
1095
+ "<%= config.bin %> <%= command.id %>",
1096
+ "<%= config.bin %> <%= command.id %> --resolved"
1097
+ ],
1098
+ "flags": {
1099
+ "config": {
1100
+ "char": "c",
1101
+ "description": "Path to ai.json config file",
1102
+ "env": "AI_JSON_CONFIG",
1103
+ "name": "config",
1104
+ "hasDynamicHelp": false,
1105
+ "multiple": false,
1106
+ "type": "option"
1107
+ },
1108
+ "quiet": {
1109
+ "char": "q",
1110
+ "description": "Suppress non-essential output",
1111
+ "name": "quiet",
1112
+ "allowNo": false,
1113
+ "type": "boolean"
1114
+ },
1115
+ "json": {
1116
+ "description": "Output as JSON",
1117
+ "name": "json",
1118
+ "allowNo": false,
1119
+ "type": "boolean"
1120
+ },
1121
+ "resolved": {
1122
+ "char": "r",
1123
+ "description": "Show the final merged configuration (after extends and local overrides)",
1124
+ "name": "resolved",
1125
+ "allowNo": false,
1126
+ "type": "boolean"
1127
+ }
1128
+ },
1129
+ "hasDynamicHelp": false,
1130
+ "hiddenAliases": [],
1131
+ "id": "config:show",
1132
+ "pluginAlias": "@a1st/aix",
1133
+ "pluginName": "@a1st/aix",
1134
+ "pluginType": "core",
1135
+ "strict": true,
1136
+ "enableJsonFlag": false,
1137
+ "isESM": true,
1138
+ "relativePath": [
1139
+ "dist",
1140
+ "commands",
1141
+ "config",
1142
+ "show.js"
1143
+ ],
1144
+ "aliasPermutations": [],
1145
+ "permutations": [
1146
+ "config:show",
1147
+ "show:config"
1148
+ ]
1149
+ },
1150
+ "global:cleanup": {
1151
+ "aliases": [],
1152
+ "args": {},
1153
+ "description": "Find and clean up orphaned global configurations",
1154
+ "examples": [
1155
+ "<%= config.bin %> <%= command.id %>",
1156
+ "<%= config.bin %> <%= command.id %> --dry-run",
1157
+ "<%= config.bin %> <%= command.id %> --force"
1158
+ ],
1159
+ "flags": {
1160
+ "config": {
1161
+ "char": "c",
1162
+ "description": "Path to ai.json config file",
1163
+ "env": "AI_JSON_CONFIG",
1164
+ "name": "config",
1165
+ "hasDynamicHelp": false,
1166
+ "multiple": false,
1167
+ "type": "option"
1168
+ },
1169
+ "quiet": {
1170
+ "char": "q",
1171
+ "description": "Suppress non-essential output",
1172
+ "name": "quiet",
1173
+ "allowNo": false,
1174
+ "type": "boolean"
1175
+ },
1176
+ "json": {
1177
+ "description": "Output as JSON",
1178
+ "name": "json",
1179
+ "allowNo": false,
1180
+ "type": "boolean"
1181
+ },
1182
+ "dry-run": {
1183
+ "description": "Show what would be cleaned up without making changes",
1184
+ "name": "dry-run",
1185
+ "allowNo": false,
1186
+ "type": "boolean"
1187
+ },
1188
+ "force": {
1189
+ "char": "f",
1190
+ "description": "Remove orphaned entries without confirmation",
1191
+ "name": "force",
1192
+ "allowNo": false,
1193
+ "type": "boolean"
1194
+ }
1195
+ },
1196
+ "hasDynamicHelp": false,
1197
+ "hiddenAliases": [],
1198
+ "id": "global:cleanup",
1199
+ "pluginAlias": "@a1st/aix",
1200
+ "pluginName": "@a1st/aix",
1201
+ "pluginType": "core",
1202
+ "strict": true,
1203
+ "enableJsonFlag": false,
1204
+ "isESM": true,
1205
+ "relativePath": [
1206
+ "dist",
1207
+ "commands",
1208
+ "global",
1209
+ "cleanup.js"
1210
+ ],
1211
+ "aliasPermutations": [],
1212
+ "permutations": [
1213
+ "global:cleanup",
1214
+ "cleanup:global"
1215
+ ]
1216
+ },
1217
+ "global": {
1218
+ "aliases": [],
1219
+ "args": {},
1220
+ "description": "Find and clean up orphaned global configurations",
1221
+ "flags": {},
1222
+ "hasDynamicHelp": false,
1223
+ "hidden": true,
1224
+ "hiddenAliases": [],
1225
+ "id": "global",
1226
+ "pluginAlias": "@a1st/aix",
1227
+ "pluginName": "@a1st/aix",
1228
+ "pluginType": "core",
1229
+ "strict": true,
1230
+ "enableJsonFlag": false,
1231
+ "isESM": true,
1232
+ "relativePath": [
1233
+ "dist",
1234
+ "commands",
1235
+ "global",
1236
+ "index.js"
1237
+ ],
1238
+ "aliasPermutations": [],
1239
+ "permutations": [
1240
+ "global"
1241
+ ]
1242
+ },
1243
+ "global:list": {
1244
+ "aliases": [],
1245
+ "args": {},
1246
+ "description": "List globally tracked configurations",
1247
+ "examples": [
1248
+ "<%= config.bin %> <%= command.id %>",
1249
+ "<%= config.bin %> <%= command.id %> --json"
1250
+ ],
1251
+ "flags": {
1252
+ "config": {
1253
+ "char": "c",
1254
+ "description": "Path to ai.json config file",
1255
+ "env": "AI_JSON_CONFIG",
1256
+ "name": "config",
1257
+ "hasDynamicHelp": false,
1258
+ "multiple": false,
1259
+ "type": "option"
1260
+ },
1261
+ "quiet": {
1262
+ "char": "q",
1263
+ "description": "Suppress non-essential output",
1264
+ "name": "quiet",
1265
+ "allowNo": false,
1266
+ "type": "boolean"
1267
+ },
1268
+ "json": {
1269
+ "description": "Output as JSON",
1270
+ "name": "json",
1271
+ "allowNo": false,
1272
+ "type": "boolean"
1273
+ }
1274
+ },
1275
+ "hasDynamicHelp": false,
1276
+ "hiddenAliases": [],
1277
+ "id": "global:list",
1278
+ "pluginAlias": "@a1st/aix",
1279
+ "pluginName": "@a1st/aix",
1280
+ "pluginType": "core",
1281
+ "strict": true,
1282
+ "enableJsonFlag": false,
1283
+ "isESM": true,
1284
+ "relativePath": [
1285
+ "dist",
1286
+ "commands",
1287
+ "global",
1288
+ "list.js"
1289
+ ],
1290
+ "aliasPermutations": [],
1291
+ "permutations": [
1292
+ "global:list",
1293
+ "list:global"
1294
+ ]
1295
+ },
1296
+ "list:editors": {
1297
+ "aliases": [],
1298
+ "args": {},
1299
+ "description": "List configured editors",
1300
+ "examples": [
1301
+ "<%= config.bin %> <%= command.id %>",
1302
+ "<%= config.bin %> <%= command.id %> --json"
1303
+ ],
1304
+ "flags": {
1305
+ "config": {
1306
+ "char": "c",
1307
+ "description": "Path to ai.json config file",
1308
+ "env": "AI_JSON_CONFIG",
1309
+ "name": "config",
1310
+ "hasDynamicHelp": false,
1311
+ "multiple": false,
1312
+ "type": "option"
1313
+ },
1314
+ "quiet": {
1315
+ "char": "q",
1316
+ "description": "Suppress non-essential output",
1317
+ "name": "quiet",
1318
+ "allowNo": false,
1319
+ "type": "boolean"
1320
+ },
1321
+ "json": {
1322
+ "description": "Output as JSON",
1323
+ "name": "json",
1324
+ "allowNo": false,
1325
+ "type": "boolean"
1326
+ }
1327
+ },
1328
+ "hasDynamicHelp": false,
1329
+ "hiddenAliases": [],
1330
+ "id": "list:editors",
1331
+ "pluginAlias": "@a1st/aix",
1332
+ "pluginName": "@a1st/aix",
1333
+ "pluginType": "core",
1334
+ "strict": true,
1335
+ "enableJsonFlag": false,
1336
+ "isESM": true,
1337
+ "relativePath": [
1338
+ "dist",
1339
+ "commands",
1340
+ "list",
1341
+ "editors.js"
1342
+ ],
1343
+ "aliasPermutations": [],
1344
+ "permutations": [
1345
+ "list:editors",
1346
+ "editors:list"
1347
+ ]
1348
+ },
1349
+ "list": {
1350
+ "aliases": [
1351
+ "ls"
1352
+ ],
1353
+ "args": {},
1354
+ "description": "List configured items",
1355
+ "examples": [
1356
+ "<%= config.bin %> <%= command.id %>",
1357
+ "<%= config.bin %> <%= command.id %> --scope skills",
1358
+ "<%= config.bin %> <%= command.id %> -s rules -s mcp"
1359
+ ],
1360
+ "flags": {
1361
+ "config": {
1362
+ "char": "c",
1363
+ "description": "Path to ai.json config file",
1364
+ "env": "AI_JSON_CONFIG",
1365
+ "name": "config",
1366
+ "hasDynamicHelp": false,
1367
+ "multiple": false,
1368
+ "type": "option"
1369
+ },
1370
+ "quiet": {
1371
+ "char": "q",
1372
+ "description": "Suppress non-essential output",
1373
+ "name": "quiet",
1374
+ "allowNo": false,
1375
+ "type": "boolean"
1376
+ },
1377
+ "json": {
1378
+ "description": "Output as JSON",
1379
+ "name": "json",
1380
+ "allowNo": false,
1381
+ "type": "boolean"
1382
+ },
1383
+ "scope": {
1384
+ "char": "s",
1385
+ "description": "Filter to specific fields (repeatable)",
1386
+ "name": "scope",
1387
+ "hasDynamicHelp": false,
1388
+ "multiple": true,
1389
+ "options": [
1390
+ "rules",
1391
+ "mcp",
1392
+ "skills",
1393
+ "editors"
1394
+ ],
1395
+ "type": "option"
1396
+ }
1397
+ },
1398
+ "hasDynamicHelp": false,
1399
+ "hiddenAliases": [],
1400
+ "id": "list",
1401
+ "pluginAlias": "@a1st/aix",
1402
+ "pluginName": "@a1st/aix",
1403
+ "pluginType": "core",
1404
+ "strict": true,
1405
+ "enableJsonFlag": false,
1406
+ "isESM": true,
1407
+ "relativePath": [
1408
+ "dist",
1409
+ "commands",
1410
+ "list",
1411
+ "index.js"
1412
+ ],
1413
+ "aliasPermutations": [
1414
+ "ls"
1415
+ ],
1416
+ "permutations": [
1417
+ "list"
1418
+ ]
1419
+ },
1420
+ "list:mcp": {
1421
+ "aliases": [
1422
+ "list:mcps"
1423
+ ],
1424
+ "args": {},
1425
+ "description": "List configured MCP servers",
1426
+ "examples": [
1427
+ "<%= config.bin %> <%= command.id %>",
1428
+ "<%= config.bin %> <%= command.id %> --json"
1429
+ ],
1430
+ "flags": {
1431
+ "config": {
1432
+ "char": "c",
1433
+ "description": "Path to ai.json config file",
1434
+ "env": "AI_JSON_CONFIG",
1435
+ "name": "config",
1436
+ "hasDynamicHelp": false,
1437
+ "multiple": false,
1438
+ "type": "option"
1439
+ },
1440
+ "quiet": {
1441
+ "char": "q",
1442
+ "description": "Suppress non-essential output",
1443
+ "name": "quiet",
1444
+ "allowNo": false,
1445
+ "type": "boolean"
1446
+ },
1447
+ "json": {
1448
+ "description": "Output as JSON",
1449
+ "name": "json",
1450
+ "allowNo": false,
1451
+ "type": "boolean"
1452
+ }
1453
+ },
1454
+ "hasDynamicHelp": false,
1455
+ "hiddenAliases": [],
1456
+ "id": "list:mcp",
1457
+ "pluginAlias": "@a1st/aix",
1458
+ "pluginName": "@a1st/aix",
1459
+ "pluginType": "core",
1460
+ "strict": true,
1461
+ "enableJsonFlag": false,
1462
+ "isESM": true,
1463
+ "relativePath": [
1464
+ "dist",
1465
+ "commands",
1466
+ "list",
1467
+ "mcp.js"
1468
+ ],
1469
+ "aliasPermutations": [
1470
+ "list:mcps",
1471
+ "mcps:list"
1472
+ ],
1473
+ "permutations": [
1474
+ "list:mcp",
1475
+ "mcp:list"
1476
+ ]
1477
+ },
1478
+ "list:rules": {
1479
+ "aliases": [],
1480
+ "args": {},
1481
+ "description": "List configured rules",
1482
+ "examples": [
1483
+ "<%= config.bin %> <%= command.id %>",
1484
+ "<%= config.bin %> <%= command.id %> --json"
1485
+ ],
1486
+ "flags": {
1487
+ "config": {
1488
+ "char": "c",
1489
+ "description": "Path to ai.json config file",
1490
+ "env": "AI_JSON_CONFIG",
1491
+ "name": "config",
1492
+ "hasDynamicHelp": false,
1493
+ "multiple": false,
1494
+ "type": "option"
1495
+ },
1496
+ "quiet": {
1497
+ "char": "q",
1498
+ "description": "Suppress non-essential output",
1499
+ "name": "quiet",
1500
+ "allowNo": false,
1501
+ "type": "boolean"
1502
+ },
1503
+ "json": {
1504
+ "description": "Output as JSON",
1505
+ "name": "json",
1506
+ "allowNo": false,
1507
+ "type": "boolean"
1508
+ }
1509
+ },
1510
+ "hasDynamicHelp": false,
1511
+ "hiddenAliases": [],
1512
+ "id": "list:rules",
1513
+ "pluginAlias": "@a1st/aix",
1514
+ "pluginName": "@a1st/aix",
1515
+ "pluginType": "core",
1516
+ "strict": true,
1517
+ "enableJsonFlag": false,
1518
+ "isESM": true,
1519
+ "relativePath": [
1520
+ "dist",
1521
+ "commands",
1522
+ "list",
1523
+ "rules.js"
1524
+ ],
1525
+ "aliasPermutations": [],
1526
+ "permutations": [
1527
+ "list:rules",
1528
+ "rules:list"
1529
+ ]
1530
+ },
1531
+ "list:skills": {
1532
+ "aliases": [],
1533
+ "args": {},
1534
+ "description": "List configured skills",
1535
+ "examples": [
1536
+ "<%= config.bin %> <%= command.id %>",
1537
+ "<%= config.bin %> <%= command.id %> --json"
1538
+ ],
1539
+ "flags": {
1540
+ "config": {
1541
+ "char": "c",
1542
+ "description": "Path to ai.json config file",
1543
+ "env": "AI_JSON_CONFIG",
1544
+ "name": "config",
1545
+ "hasDynamicHelp": false,
1546
+ "multiple": false,
1547
+ "type": "option"
1548
+ },
1549
+ "quiet": {
1550
+ "char": "q",
1551
+ "description": "Suppress non-essential output",
1552
+ "name": "quiet",
1553
+ "allowNo": false,
1554
+ "type": "boolean"
1555
+ },
1556
+ "json": {
1557
+ "description": "Output as JSON",
1558
+ "name": "json",
1559
+ "allowNo": false,
1560
+ "type": "boolean"
1561
+ }
1562
+ },
1563
+ "hasDynamicHelp": false,
1564
+ "hiddenAliases": [],
1565
+ "id": "list:skills",
1566
+ "pluginAlias": "@a1st/aix",
1567
+ "pluginName": "@a1st/aix",
1568
+ "pluginType": "core",
1569
+ "strict": true,
1570
+ "enableJsonFlag": false,
1571
+ "isESM": true,
1572
+ "relativePath": [
1573
+ "dist",
1574
+ "commands",
1575
+ "list",
1576
+ "skills.js"
1577
+ ],
1578
+ "aliasPermutations": [],
1579
+ "permutations": [
1580
+ "list:skills",
1581
+ "skills:list"
1582
+ ]
1583
+ },
1584
+ "remove": {
1585
+ "aliases": [],
1586
+ "args": {},
1587
+ "description": "Remove skills, MCP servers, or rules from ai.json",
1588
+ "flags": {},
1589
+ "hasDynamicHelp": false,
1590
+ "hidden": true,
1591
+ "hiddenAliases": [],
1592
+ "id": "remove",
1593
+ "pluginAlias": "@a1st/aix",
1594
+ "pluginName": "@a1st/aix",
1595
+ "pluginType": "core",
1596
+ "strict": true,
1597
+ "enableJsonFlag": false,
1598
+ "isESM": true,
1599
+ "relativePath": [
1600
+ "dist",
1601
+ "commands",
1602
+ "remove",
1603
+ "index.js"
1604
+ ],
1605
+ "aliasPermutations": [],
1606
+ "permutations": [
1607
+ "remove"
1608
+ ]
1609
+ },
1610
+ "remove:mcp": {
1611
+ "aliases": [],
1612
+ "args": {
1613
+ "name": {
1614
+ "description": "MCP server name to remove",
1615
+ "name": "name",
1616
+ "required": true
1617
+ }
1618
+ },
1619
+ "description": "Remove an MCP server from ai.json",
1620
+ "examples": [
1621
+ "<%= config.bin %> <%= command.id %> github",
1622
+ "<%= config.bin %> <%= command.id %> filesystem --yes",
1623
+ "<%= config.bin %> <%= command.id %> github --no-sync"
1624
+ ],
1625
+ "flags": {
1626
+ "config": {
1627
+ "char": "c",
1628
+ "description": "Path to ai.json config file",
1629
+ "env": "AI_JSON_CONFIG",
1630
+ "name": "config",
1631
+ "hasDynamicHelp": false,
1632
+ "multiple": false,
1633
+ "type": "option"
1634
+ },
1635
+ "quiet": {
1636
+ "char": "q",
1637
+ "description": "Suppress non-essential output",
1638
+ "name": "quiet",
1639
+ "allowNo": false,
1640
+ "type": "boolean"
1641
+ },
1642
+ "json": {
1643
+ "description": "Output as JSON",
1644
+ "name": "json",
1645
+ "allowNo": false,
1646
+ "type": "boolean"
1647
+ },
1648
+ "local": {
1649
+ "char": "l",
1650
+ "description": "Write to ai.local.json instead of ai.json",
1651
+ "name": "local",
1652
+ "allowNo": false,
1653
+ "type": "boolean"
1654
+ },
1655
+ "yes": {
1656
+ "char": "y",
1657
+ "description": "Skip confirmation prompt",
1658
+ "name": "yes",
1659
+ "allowNo": false,
1660
+ "type": "boolean"
1661
+ },
1662
+ "no-sync": {
1663
+ "description": "Skip syncing changes to editor MCP configs",
1664
+ "name": "no-sync",
1665
+ "allowNo": false,
1666
+ "type": "boolean"
1667
+ }
1668
+ },
1669
+ "hasDynamicHelp": false,
1670
+ "hiddenAliases": [],
1671
+ "id": "remove:mcp",
1672
+ "pluginAlias": "@a1st/aix",
1673
+ "pluginName": "@a1st/aix",
1674
+ "pluginType": "core",
1675
+ "strict": true,
1676
+ "enableJsonFlag": false,
1677
+ "isESM": true,
1678
+ "relativePath": [
1679
+ "dist",
1680
+ "commands",
1681
+ "remove",
1682
+ "mcp.js"
1683
+ ],
1684
+ "aliasPermutations": [],
1685
+ "permutations": [
1686
+ "remove:mcp",
1687
+ "mcp:remove"
1688
+ ]
1689
+ },
1690
+ "remove:skill": {
1691
+ "aliases": [],
1692
+ "args": {
1693
+ "name": {
1694
+ "description": "Skill name to remove",
1695
+ "name": "name",
1696
+ "required": true
1697
+ }
1698
+ },
1699
+ "description": "Remove a skill from ai.json",
1700
+ "examples": [
1701
+ "<%= config.bin %> <%= command.id %> typescript",
1702
+ "<%= config.bin %> <%= command.id %> react --yes",
1703
+ "<%= config.bin %> <%= command.id %> react --no-delete"
1704
+ ],
1705
+ "flags": {
1706
+ "config": {
1707
+ "char": "c",
1708
+ "description": "Path to ai.json config file",
1709
+ "env": "AI_JSON_CONFIG",
1710
+ "name": "config",
1711
+ "hasDynamicHelp": false,
1712
+ "multiple": false,
1713
+ "type": "option"
1714
+ },
1715
+ "quiet": {
1716
+ "char": "q",
1717
+ "description": "Suppress non-essential output",
1718
+ "name": "quiet",
1719
+ "allowNo": false,
1720
+ "type": "boolean"
1721
+ },
1722
+ "json": {
1723
+ "description": "Output as JSON",
1724
+ "name": "json",
1725
+ "allowNo": false,
1726
+ "type": "boolean"
1727
+ },
1728
+ "local": {
1729
+ "char": "l",
1730
+ "description": "Write to ai.local.json instead of ai.json",
1731
+ "name": "local",
1732
+ "allowNo": false,
1733
+ "type": "boolean"
1734
+ },
1735
+ "yes": {
1736
+ "char": "y",
1737
+ "description": "Skip confirmation prompt",
1738
+ "name": "yes",
1739
+ "allowNo": false,
1740
+ "type": "boolean"
1741
+ },
1742
+ "no-delete": {
1743
+ "description": "Skip deleting files from editors",
1744
+ "name": "no-delete",
1745
+ "allowNo": false,
1746
+ "type": "boolean"
1747
+ }
1748
+ },
1749
+ "hasDynamicHelp": false,
1750
+ "hiddenAliases": [],
1751
+ "id": "remove:skill",
1752
+ "pluginAlias": "@a1st/aix",
1753
+ "pluginName": "@a1st/aix",
1754
+ "pluginType": "core",
1755
+ "strict": true,
1756
+ "enableJsonFlag": false,
1757
+ "isESM": true,
1758
+ "relativePath": [
1759
+ "dist",
1760
+ "commands",
1761
+ "remove",
1762
+ "skill.js"
1763
+ ],
1764
+ "aliasPermutations": [],
1765
+ "permutations": [
1766
+ "remove:skill",
1767
+ "skill:remove"
1768
+ ]
1769
+ }
1770
+ },
1771
+ "version": "0.0.3"
1772
+ }