@arvoretech/hub 0.1.1 → 0.1.2

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3250,7 +3250,7 @@ function extractVersion(s) {
3250
3250
  var program = new Command16();
3251
3251
  program.name("hub").description(
3252
3252
  "Give your AI coding assistant the full picture. Multi-repo context, agent orchestration, and end-to-end workflows."
3253
- ).version("0.1.0");
3253
+ ).version("0.1.2").enablePositionalOptions();
3254
3254
  program.addCommand(initCommand);
3255
3255
  program.addCommand(addRepoCommand);
3256
3256
  program.addCommand(setupCommand);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arvoretech/hub",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "CLI for managing AI-aware multi-repository workspaces",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",