@automaton-labs/aib 0.0.6 → 0.0.7

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 (247) hide show
  1. package/dist/bin/cli.js +4 -2
  2. package/dist/commands/apply-module-plan.js +3 -3
  3. package/dist/commands/background-command.js +2 -0
  4. package/dist/commands/captured-input.js +1 -2
  5. package/dist/commands/config-command.js +2 -2
  6. package/dist/commands/config-output.js +10 -10
  7. package/dist/commands/control-plane-command.js +1 -0
  8. package/dist/commands/declaration-command.js +7 -0
  9. package/dist/commands/declaration-execution-cache.js +1 -0
  10. package/dist/commands/declaration-format.js +1 -0
  11. package/dist/commands/declaration-preview-cache.js +2 -0
  12. package/dist/commands/doctor.js +3 -2
  13. package/dist/commands/execution-command.js +1 -1
  14. package/dist/commands/file-command.js +1 -0
  15. package/dist/commands/file-move-to-dir-execution-cache.js +1 -0
  16. package/dist/commands/file-move-to-dir-preview-cache.js +2 -0
  17. package/dist/commands/file-move-to-dir.js +5 -0
  18. package/dist/commands/file-mutation-runtime.js +1 -0
  19. package/dist/commands/file-refactor-batch-execution-cache.js +1 -0
  20. package/dist/commands/file-refactor-batch-preview-cache.js +2 -0
  21. package/dist/commands/file-refactor-batch.js +5 -0
  22. package/dist/commands/file-rename-execution-cache.js +1 -0
  23. package/dist/commands/file-rename-preview-cache.js +2 -0
  24. package/dist/commands/file-rename.js +5 -0
  25. package/dist/commands/help-command.js +5 -5
  26. package/dist/commands/host-command.js +1 -0
  27. package/dist/commands/inspect-cycles.js +3 -3
  28. package/dist/commands/inspect-format.js +15 -15
  29. package/dist/commands/inspect-tree.js +2 -2
  30. package/dist/commands/inspect.js +12 -12
  31. package/dist/commands/move-to-file.js +2 -2
  32. package/dist/commands/ota-command.js +2 -0
  33. package/dist/commands/quick-read.js +4 -4
  34. package/dist/commands/refactor-batch.js +4 -4
  35. package/dist/commands/rename-entities.js +4 -4
  36. package/dist/commands/result-view.js +6 -5
  37. package/dist/commands/worker-command.js +1 -0
  38. package/dist/config/defaults.js +1 -1
  39. package/dist/config/env-vars.js +1 -1
  40. package/dist/config/path-aliases.js +1 -1
  41. package/dist/config/resolve-command-alias.js +1 -1
  42. package/dist/content/content-bundle.js +1 -1
  43. package/dist/dsl/aib-dsl.js +1 -1
  44. package/dist/dsl/declaration-dsl.js +1 -0
  45. package/dist/dsl/file-move-to-dir-dsl.js +1 -0
  46. package/dist/dsl/file-refactor-batch-dsl.js +1 -0
  47. package/dist/dsl/file-rename-dsl.js +1 -0
  48. package/dist/help/{json/bootstrap.md → bootstrap.bash.md} +214 -392
  49. package/dist/help/bootstrap.md +101 -137
  50. package/dist/help/{json/full.md → bootstrap.pwsh.md} +214 -392
  51. package/dist/help/docs/dsl.md +4 -3
  52. package/dist/help/docs/file.move.md +46 -0
  53. package/dist/help/docs/file.rename.md +35 -0
  54. package/dist/help/docs/inspect.code.md +5 -5
  55. package/dist/help/docs/inspect.deps.md +7 -7
  56. package/dist/help/docs/inspect.file.md +2 -1
  57. package/dist/help/docs/inspect.graph.md +3 -3
  58. package/dist/help/docs/inspect.md +5 -5
  59. package/dist/help/docs/mutation.md +23 -13
  60. package/dist/help/docs/patterns.md +1 -5
  61. package/dist/help/docs/qr.md +7 -22
  62. package/dist/help/docs/quick-map.md +1 -0
  63. package/dist/help/docs/recipe.file-layout.md +15 -0
  64. package/dist/help/docs/rg.md +22 -0
  65. package/dist/help/docs/selectors.md +3 -2
  66. package/dist/help/docs/session.md +1 -1
  67. package/dist/help/dsl/bootstrap.bash.md +907 -0
  68. package/dist/help/dsl/bootstrap.md +101 -137
  69. package/dist/help/dsl/bootstrap.pwsh.md +907 -0
  70. package/dist/help/dsl/docs/dsl.md +4 -3
  71. package/dist/help/dsl/docs/file.move.md +46 -0
  72. package/dist/help/dsl/docs/file.rename.md +35 -0
  73. package/dist/help/dsl/docs/inspect.code.md +5 -5
  74. package/dist/help/dsl/docs/inspect.deps.md +7 -7
  75. package/dist/help/dsl/docs/inspect.file.md +2 -1
  76. package/dist/help/dsl/docs/inspect.graph.md +3 -3
  77. package/dist/help/dsl/docs/inspect.md +5 -5
  78. package/dist/help/dsl/docs/mutation.md +23 -13
  79. package/dist/help/dsl/docs/patterns.md +1 -5
  80. package/dist/help/dsl/docs/qr.md +7 -22
  81. package/dist/help/dsl/docs/quick-map.md +1 -0
  82. package/dist/help/dsl/docs/recipe.file-layout.md +15 -0
  83. package/dist/help/dsl/docs/rg.md +22 -0
  84. package/dist/help/dsl/docs/selectors.md +3 -2
  85. package/dist/help/dsl/docs/session.md +1 -1
  86. package/dist/help/dsl/full.md +101 -137
  87. package/dist/help/dsl/help-index.md +44 -0
  88. package/dist/help/dsl/tokens/qr.inline.examples.md +2 -0
  89. package/dist/help/dsl/tokens/stdin.examples.bash.md +8 -0
  90. package/dist/help/dsl/tokens/stdin.examples.pwsh.md +8 -0
  91. package/dist/help/dsl/tokens/stdin.examples.with-qr.bash.md +12 -0
  92. package/dist/help/dsl/tokens/stdin.examples.with-qr.pwsh.md +12 -0
  93. package/dist/help/dsl/topics/dsl.md +4 -3
  94. package/dist/help/dsl/topics/file.move.md +44 -0
  95. package/dist/help/dsl/topics/file.rename.md +33 -0
  96. package/dist/help/dsl/topics/inspect.code.md +5 -5
  97. package/dist/help/dsl/topics/inspect.deps.md +7 -7
  98. package/dist/help/dsl/topics/inspect.file.md +2 -1
  99. package/dist/help/dsl/topics/inspect.graph.md +3 -3
  100. package/dist/help/dsl/topics/inspect.md +5 -5
  101. package/dist/help/dsl/topics/mutation.md +23 -13
  102. package/dist/help/dsl/topics/patterns.md +1 -5
  103. package/dist/help/dsl/topics/qr.md +7 -22
  104. package/dist/help/dsl/topics/quick-map.md +1 -0
  105. package/dist/help/dsl/topics/recipe.file-layout.md +13 -0
  106. package/dist/help/dsl/topics/rg.md +20 -0
  107. package/dist/help/dsl/topics/selectors.md +3 -2
  108. package/dist/help/dsl/topics/session.md +1 -1
  109. package/dist/help/full.md +101 -137
  110. package/dist/help/help-index.md +44 -0
  111. package/dist/help/help-meta.json +43 -27
  112. package/dist/help/index.md +32 -75
  113. package/dist/help/tokens/qr.inline.examples.md +2 -0
  114. package/dist/help/tokens/stdin.examples.bash.md +8 -0
  115. package/dist/help/tokens/stdin.examples.pwsh.md +8 -0
  116. package/dist/help/tokens/stdin.examples.with-qr.bash.md +12 -0
  117. package/dist/help/tokens/stdin.examples.with-qr.pwsh.md +12 -0
  118. package/dist/help/topics/dsl.md +4 -3
  119. package/dist/help/topics/file.move.md +44 -0
  120. package/dist/help/topics/file.rename.md +33 -0
  121. package/dist/help/topics/inspect.code.md +5 -5
  122. package/dist/help/topics/inspect.deps.md +7 -7
  123. package/dist/help/topics/inspect.file.md +2 -1
  124. package/dist/help/topics/inspect.graph.md +3 -3
  125. package/dist/help/topics/inspect.md +5 -5
  126. package/dist/help/topics/mutation.md +23 -13
  127. package/dist/help/topics/patterns.md +1 -5
  128. package/dist/help/topics/qr.md +7 -22
  129. package/dist/help/topics/quick-map.md +1 -0
  130. package/dist/help/topics/recipe.file-layout.md +13 -0
  131. package/dist/help/topics/rg.md +20 -0
  132. package/dist/help/topics/selectors.md +3 -2
  133. package/dist/help/topics/session.md +1 -1
  134. package/dist/host/capabilities.js +1 -0
  135. package/dist/ide-launch/common.cjs +162 -162
  136. package/dist/managed-host/extension-vsix-resolver.js +1 -1
  137. package/dist/managed-host/manage-serve-web-host.cjs +141 -141
  138. package/dist/managed-host/serve-web-autostart.js +1 -1
  139. package/dist/managed-host/serve-web-host.cjs +1781 -1570
  140. package/dist/payloads/read-stdin-json.js +1 -1
  141. package/dist/rg-wrapper/core.js +6 -0
  142. package/dist/rg-wrapper/options.js +1 -0
  143. package/dist/rtk-wrapper/core.js +2 -0
  144. package/dist/runtime/input-source.js +1 -1
  145. package/dist/runtime/run-command.js +1 -1
  146. package/dist/selectors/parse-entities.js +1 -1
  147. package/dist/session/daemon-state.js +2 -0
  148. package/dist/session/server.js +7 -8
  149. package/dist/shared/operations.js +1 -1
  150. package/dist/shared/protocol.js +1 -1
  151. package/dist/shared/routes.js +1 -1
  152. package/dist/shared/stdin-examples.js +1 -3
  153. package/dist/shared/types.js +1 -1
  154. package/dist/tool-runtime/runtime-tools.js +1 -0
  155. package/dist/workers/control-plane/aib-control-plane-worker.cjs +80 -0
  156. package/dist/workers/control-plane/client-config.default.json +3 -0
  157. package/dist/workers/product-storage.js +1 -0
  158. package/dist/workers/registry.js +1 -0
  159. package/extension/vscode-refactor-bridge-extension.vsix +0 -0
  160. package/package.json +6 -4
  161. package/runtimes/launcher/linux-x64/aib +0 -0
  162. package/runtimes/launcher/win-x64/aib.exe +0 -0
  163. package/runtimes/tools/rg/darwin-arm64/rg +0 -0
  164. package/runtimes/tools/rg/darwin-x64/rg +0 -0
  165. package/runtimes/tools/rg/linux-arm64/rg +0 -0
  166. package/runtimes/tools/rg/linux-x64/rg +0 -0
  167. package/runtimes/tools/rg/manifest.json +36 -0
  168. package/runtimes/tools/rg/win32-x64/rg.exe +0 -0
  169. package/runtimes/tools/rtk/darwin-arm64/rtk +0 -0
  170. package/runtimes/tools/rtk/darwin-x64/rtk +0 -0
  171. package/runtimes/tools/rtk/linux-arm64/rtk +0 -0
  172. package/runtimes/tools/rtk/linux-x64/rtk +0 -0
  173. package/runtimes/tools/rtk/manifest.json +36 -0
  174. package/runtimes/tools/rtk/win32-x64/rtk.exe +0 -0
  175. package/dist/help/json/docs/basics.md +0 -15
  176. package/dist/help/json/docs/config-setup.aliases.md +0 -56
  177. package/dist/help/json/docs/config-setup.excludes.md +0 -45
  178. package/dist/help/json/docs/config-setup.import-normalize.md +0 -86
  179. package/dist/help/json/docs/config-setup.import-rules.md +0 -96
  180. package/dist/help/json/docs/config-setup.tsconfigs.md +0 -33
  181. package/dist/help/json/docs/dsl.md +0 -25
  182. package/dist/help/json/docs/first-setup.md +0 -292
  183. package/dist/help/json/docs/help-format.md +0 -9
  184. package/dist/help/json/docs/help-protocol.md +0 -26
  185. package/dist/help/json/docs/imports.normalize.md +0 -47
  186. package/dist/help/json/docs/inspect.code.md +0 -41
  187. package/dist/help/json/docs/inspect.cycles.md +0 -38
  188. package/dist/help/json/docs/inspect.deps.md +0 -46
  189. package/dist/help/json/docs/inspect.duplicates.md +0 -65
  190. package/dist/help/json/docs/inspect.exports.md +0 -40
  191. package/dist/help/json/docs/inspect.file.md +0 -38
  192. package/dist/help/json/docs/inspect.graph.md +0 -139
  193. package/dist/help/json/docs/inspect.imports.md +0 -15
  194. package/dist/help/json/docs/inspect.md +0 -88
  195. package/dist/help/json/docs/inspect.members.md +0 -32
  196. package/dist/help/json/docs/inspect.tree.md +0 -32
  197. package/dist/help/json/docs/inspect.usages.md +0 -61
  198. package/dist/help/json/docs/modulePlan.md +0 -73
  199. package/dist/help/json/docs/move.md +0 -56
  200. package/dist/help/json/docs/mutation.md +0 -65
  201. package/dist/help/json/docs/patterns.md +0 -76
  202. package/dist/help/json/docs/prefs.md +0 -40
  203. package/dist/help/json/docs/qr.md +0 -37
  204. package/dist/help/json/docs/quick-map.md +0 -30
  205. package/dist/help/json/docs/refactor.batch.md +0 -72
  206. package/dist/help/json/docs/rename.md +0 -47
  207. package/dist/help/json/docs/reveal.md +0 -30
  208. package/dist/help/json/docs/selectors.md +0 -23
  209. package/dist/help/json/docs/session.md +0 -77
  210. package/dist/help/json/docs/view.md +0 -30
  211. package/dist/help/json/snippets/agents.md +0 -14
  212. package/dist/help/json/topics/basics.md +0 -13
  213. package/dist/help/json/topics/config-setup.aliases.md +0 -54
  214. package/dist/help/json/topics/config-setup.excludes.md +0 -43
  215. package/dist/help/json/topics/config-setup.import-normalize.md +0 -84
  216. package/dist/help/json/topics/config-setup.import-rules.md +0 -94
  217. package/dist/help/json/topics/config-setup.tsconfigs.md +0 -31
  218. package/dist/help/json/topics/dsl.md +0 -23
  219. package/dist/help/json/topics/first-setup.md +0 -290
  220. package/dist/help/json/topics/help-format.md +0 -7
  221. package/dist/help/json/topics/help-protocol.md +0 -24
  222. package/dist/help/json/topics/imports.normalize.md +0 -45
  223. package/dist/help/json/topics/inspect.code.md +0 -39
  224. package/dist/help/json/topics/inspect.cycles.md +0 -36
  225. package/dist/help/json/topics/inspect.deps.md +0 -44
  226. package/dist/help/json/topics/inspect.duplicates.md +0 -37
  227. package/dist/help/json/topics/inspect.exports.md +0 -38
  228. package/dist/help/json/topics/inspect.file.md +0 -36
  229. package/dist/help/json/topics/inspect.graph.md +0 -137
  230. package/dist/help/json/topics/inspect.imports.md +0 -13
  231. package/dist/help/json/topics/inspect.md +0 -86
  232. package/dist/help/json/topics/inspect.members.md +0 -30
  233. package/dist/help/json/topics/inspect.tree.md +0 -22
  234. package/dist/help/json/topics/inspect.usages.md +0 -59
  235. package/dist/help/json/topics/modulePlan.md +0 -60
  236. package/dist/help/json/topics/move.md +0 -46
  237. package/dist/help/json/topics/mutation.md +0 -63
  238. package/dist/help/json/topics/patterns.md +0 -74
  239. package/dist/help/json/topics/prefs.md +0 -38
  240. package/dist/help/json/topics/qr.md +0 -35
  241. package/dist/help/json/topics/quick-map.md +0 -28
  242. package/dist/help/json/topics/refactor.batch.md +0 -61
  243. package/dist/help/json/topics/rename.md +0 -42
  244. package/dist/help/json/topics/reveal.md +0 -28
  245. package/dist/help/json/topics/selectors.md +0 -21
  246. package/dist/help/json/topics/session.md +0 -59
  247. package/dist/help/json/topics/view.md +0 -28
@@ -1,28 +0,0 @@
1
- Read:
2
- qr quick reads: ts, js, cmd, sh, json, log, txt, etc.
3
- view hidden/truncated output
4
-
5
- Inspect:
6
- file
7
- imports
8
- exports
9
- members
10
- code
11
- deps
12
- usages
13
- graph
14
- tree
15
- duplicates
16
- cycles
17
-
18
- Mutate:
19
- rename
20
- move
21
- modulePlan
22
- refactor batch
23
- imports normalize
24
-
25
- Other:
26
- config
27
- prefs
28
- reveal tsconfig and tsconfig alias discovery
@@ -1,61 +0,0 @@
1
- Modes: preview/apply or execute.
2
- Use execute for routine changes.
3
- Use preview/apply when learning a mutation command or inspecting a large multi-step request before writing files.
4
-
5
- If a name is ambiguous, use selectors.
6
- Run help selectors to refresh selector syntax.
7
-
8
- refactor batch runs related mutation requests together.
9
- Use it when one workflow needs ordered steps, such as rename plus move.
10
-
11
- Use modulePlan when the main intent is only to split one large file into target modules.
12
- Use refactor batch when the split also includes coordinated renames or mixed mutation steps.
13
-
14
- refactor batch preview --stdin
15
- refactor batch execute --stdin
16
- refactor batch apply --stdin
17
-
18
- Use preview/apply when you want to inspect a large mixed plan before writing files.
19
- Use execute when you want to write immediately.
20
- Use --from with captured input handles when rerunning edited large batches.
21
-
22
- Example: rename and move in one request
23
-
24
- Run:
25
- aib refactor batch execute --stdin
26
-
27
- Input:
28
- {
29
- "sourceFile": "src/service.ts",
30
- "requests": [
31
- {
32
- "op": "rename",
33
- "renames": {
34
- "oldHelper": "newHelper",
35
- "oldType": "newType"
36
- }
37
- },
38
- {
39
- "op": "move",
40
- "targetFile": "src/service.helpers.ts",
41
- "entities": ["newHelper"]
42
- },
43
- {
44
- "op": "move",
45
- "targetFile": "src/service.types.ts",
46
- "entities": ["newType"]
47
- }
48
- ]
49
- }
50
-
51
- If a large or partial refactor batch fails, edit the captured input file and rerun with --from.
52
- For small one-off refactor requests, write a corrected request instead.
53
-
54
- Latest refactor input:
55
- <session-dir>/inputs/refactor/_last.json
56
-
57
- Handle:
58
- aib:input:refactor:last
59
-
60
- Example:
61
- refactor batch execute --from aib:input:refactor:last
@@ -1,42 +0,0 @@
1
- Modes: preview/apply or execute.
2
- Use execute for routine changes.
3
- Use preview/apply when learning a mutation command or inspecting a large multi-step request before writing files.
4
-
5
- If a name is ambiguous, use selectors.
6
- Run help selectors to refresh selector syntax.
7
-
8
- Rename is for semantic symbol renames.
9
- It follows TypeScript references.
10
- It is not plain-text replacement.
11
-
12
- Single rename:
13
- rename preview <file> <entity> <newName>
14
- rename execute <file> <entity> <newName>
15
- rename apply <previewId>
16
-
17
- Use preview/apply when you want to inspect the planned change before writing files.
18
- Use execute when you want to write immediately.
19
-
20
- Run:
21
- aib rename execute --stdin
22
-
23
- Input:
24
- {
25
- "file": "src/service.ts",
26
- "renames": {
27
- "oldName": "newName",
28
- "OldService": "NewService"
29
- }
30
- }
31
-
32
- If a large rename request fails, edit the captured input file and rerun with --from.
33
- For small one-off rename requests, write a corrected request instead.
34
-
35
- Latest rename input:
36
- <session-dir>/inputs/rename/_last.json
37
-
38
- Handle:
39
- aib:input:rename:last
40
-
41
- Example:
42
- rename preview --from aib:input:rename:last
@@ -1,28 +0,0 @@
1
- Use reveal to inspect TypeScript config discovery used by AIB.
2
-
3
- Reveal is for config/setup diagnosis.
4
- Use it when aliases, sync, imports normalize, or tsconfig excludes depend on which tsconfig files AIB sees.
5
-
6
- Commands:
7
- aib reveal tsconfigs
8
- aib reveal tsaliases
9
-
10
- tsconfigs shows visible TypeScript configs and config-excluded configs.
11
- tsaliases shows baseUrl, paths, extends, inherited paths, duplicated inherited paths, and overridden inherited paths.
12
-
13
- Controls:
14
- all show all output instead of compact output
15
- nec no config excludes; ignore sync.tsconfig.exclude
16
- ned no default excludes
17
- limit max visible groups/items before + N more
18
-
19
- Examples:
20
- aib reveal tsconfigs
21
- aib reveal tsconfigs +all
22
- aib reveal tsconfigs +nec limit=20
23
- aib reveal tsaliases
24
- aib reveal tsaliases +all
25
- aib reveal tsaliases +nec
26
-
27
- Use tsconfigs before tuning sync.tsconfig.exclude.
28
- Use tsaliases before creating AIB pathAliases or configuring import normalization.
@@ -1,21 +0,0 @@
1
- Selectors identify symbols when names are ambiguous.
2
- Use plain names when they are unambiguous.
3
- Use selectors when aib reports ambiguity or when different symbol kinds share a name.
4
-
5
- Example:
6
- type WsOptions
7
- class WsOptions
8
-
9
- If aib needs the exact entity, use:
10
- t-WsOptions
11
- c-WsOptions
12
-
13
- Selectors list:
14
- f-name function
15
- c-Name class
16
- i-Name interface
17
- t-Name type
18
- v-name variable
19
- e-Name enum
20
- m-name method, usually with parent in JSON
21
- p-name property, usually with parent in JSON
@@ -1,59 +0,0 @@
1
- Start by creating or selecting your session.
2
- Create it once, then reuse it.
3
- Do not create a new session for every command or subtask.
4
-
5
- Session stores captured inputs, saved outputs, aliases, and prefs.
6
-
7
- Prefer short session names:
8
- aa, tr, qa, a2
9
-
10
- Create:
11
- session init --name <name>
12
-
13
- Follow the command output.
14
- If aib says multiple sessions exist, use the session you created explicitly:
15
- aib -s <name> <command>
16
-
17
- Or bind this shell:
18
- AIB=<name>
19
-
20
- If you want to prune session inputs/outputs, use:
21
- session clear
22
-
23
- After clear, keep using the same session.
24
-
25
- Check:
26
- session status
27
-
28
- Handles:
29
- Commands may return handles for hidden output or reusable indexes.
30
-
31
- Hidden output:
32
- aib:res_<id>
33
-
34
- Use view to fetch only the hidden part without repeating the original request:
35
- aib view aib:res_<id>
36
-
37
- Reusable indexes:
38
- aib:usages:<name>
39
- aib:graph:<name>
40
-
41
- Usages and graph handles store computed indexes.
42
- Use them with --from-file to focus or expand the saved result:
43
-
44
- inspect usages --from-file aib:usages:service-usages --focus createService --detail code
45
- inspect graph --from-file aib:graph:services-graph --focus src/service.ts
46
-
47
- Escape hatch for latest mutation status/result:
48
- aib execution status last
49
-
50
- Prefs are stored in the session.
51
- Use prefs when you want repeated CLI behavior without repeating request fields.
52
-
53
- Set several prefs:
54
- session prefs set inspect.graph.hubs false inspect.graph.leaves false
55
-
56
- Show current overrides:
57
- session prefs get
58
-
59
- See help prefs for the full list.
@@ -1,28 +0,0 @@
1
- AIB keeps large outputs compact.
2
- When part of a result is hidden, output may include:
3
-
4
- view: aib:res_<id>
5
-
6
- Use view to fetch the hidden part without repeating what you already saw.
7
-
8
- When a batch has several hidden results of the same kind, output may include:
9
-
10
- view all code: aib:res_<id>
11
- view all members: aib:res_<id>
12
-
13
- A `view all` handle covers hidden parts from all results of that kind.
14
-
15
- For code views, narrow what you fetch:
16
- only show only these hidden code entities
17
- except show all hidden code except these entities
18
-
19
- Run:
20
- aib view --stdin
21
-
22
- Input:
23
- view aib:res_<id_1> only=[ClassA.{bigA,bigB},bigQ,ClassB.bigB]
24
- view aib:res_<id_2> except=[ClassC.bigC]
25
-
26
- Inline:
27
- aib view aib:res_<id_1> --only bigQ --only "ClassA.{bigA,bigB}"
28
- aib view aib:res_<id_2> --except ClassB.bigB --except ClassC.bigC