@nalvietnam/avatar-cli 1.4.1 → 1.4.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
CHANGED
|
@@ -4183,7 +4183,7 @@ async function removeSubmoduleEntry(gitmodulesPath, submodulePath) {
|
|
|
4183
4183
|
}
|
|
4184
4184
|
|
|
4185
4185
|
// src/commands/uninstall.ts
|
|
4186
|
-
var CLI_VERSION = "1.4.
|
|
4186
|
+
var CLI_VERSION = "1.4.2";
|
|
4187
4187
|
function registerUninstallCommand(program2) {
|
|
4188
4188
|
program2.command("uninstall").description("G\u1EE1 Avatar kh\u1ECFi project \u2014 backup t\u1EF1 \u0111\u1ED9ng (M11)").option("--yes", "Skip confirm prompt").option("--no-backup", "Kh\xF4ng t\u1EA1o backup tr\u01B0\u1EDBc khi x\xF3a (nguy hi\u1EC3m)").option("--keep-submodule", "Gi\u1EEF submodule .claude/pack/").option("--keep-hooks", "Gi\u1EEF git hooks post-merge, pre-push").option("--dry-run", "Hi\u1EC3n th\u1ECB danh s\xE1ch s\u1EBD x\xF3a, kh\xF4ng th\u1EF1c thi").action(async (opts) => {
|
|
4189
4189
|
try {
|
|
@@ -4265,7 +4265,7 @@ function printUninstallSuccessBox(backupPath) {
|
|
|
4265
4265
|
}
|
|
4266
4266
|
|
|
4267
4267
|
// src/index.ts
|
|
4268
|
-
var CLI_VERSION2 = "1.4.
|
|
4268
|
+
var CLI_VERSION2 = "1.4.2";
|
|
4269
4269
|
var program = new Command();
|
|
4270
4270
|
program.name("avatar").description("AI harness CLI for NAL Vietnam engineering").version(CLI_VERSION2, "-v, --version", "Hi\u1EC3n th\u1ECB phi\xEAn b\u1EA3n Avatar CLI").addHelpText(
|
|
4271
4271
|
"beforeAll",
|