hermes-git 0.2.1 → 0.2.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.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -25735,7 +25735,7 @@ Project-specific:`);
|
|
|
25735
25735
|
|
|
25736
25736
|
// src/index.ts
|
|
25737
25737
|
var program2 = new Command;
|
|
25738
|
-
program2.name("hermes").description("\uD83E\uDEBD Intent-driven Git, guided by AI").version("0.2.
|
|
25738
|
+
program2.name("hermes").description("\uD83E\uDEBD Intent-driven Git, guided by AI").version("0.2.2");
|
|
25739
25739
|
initCommand(program2);
|
|
25740
25740
|
planCommand(program2);
|
|
25741
25741
|
startCommand(program2);
|