@jvittechs/j 1.0.13 → 1.0.14
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/cli.js +13 -1
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -169,7 +169,7 @@ import { basename as basename4 } from "path";
|
|
|
169
169
|
// package.json
|
|
170
170
|
var package_default = {
|
|
171
171
|
name: "@jvittechs/j",
|
|
172
|
-
version: "1.0.
|
|
172
|
+
version: "1.0.14",
|
|
173
173
|
description: "A unified CLI tool for JV-IT TECHS developers to manage Jai1 Framework. Supports both `j` and `jai1` commands. Please contact TeamAI for usage instructions.",
|
|
174
174
|
type: "module",
|
|
175
175
|
bin: {
|
|
@@ -4418,6 +4418,18 @@ function showGuide(name) {
|
|
|
4418
4418
|
console.log(` ${chalk7.cyan(`${name} t summary`)} Dashboard t\u1ED5ng quan`);
|
|
4419
4419
|
console.log(` ${chalk7.cyan(`${name} t guide`)} H\u01B0\u1EDBng d\u1EABn chi ti\u1EBFt`);
|
|
4420
4420
|
console.log();
|
|
4421
|
+
console.log(chalk7.bold("\u2501\u2501\u2501 WORKFLOWS (d\xF9ng trong IDE) \u2501\u2501\u2501"));
|
|
4422
|
+
console.log(` ${chalk7.cyan("/improve")} ${chalk7.dim("[feature]")} Ph\xE2n t\xEDch & \u0111\u1EC1 xu\u1EA5t c\u1EA3i thi\u1EC7n project`);
|
|
4423
|
+
console.log(` ${chalk7.cyan("/plan")} ${chalk7.dim("[task]")} L\xEAn k\u1EBF ho\u1EA1ch nhanh \u2192 tasks \u2192 implement`);
|
|
4424
|
+
console.log(` ${chalk7.cyan("/develop-feature")} ${chalk7.dim("[feature]")} Ph\xE1t tri\u1EC3n t\xEDnh n\u0103ng (FRD \u2192 TDD \u2192 Code)`);
|
|
4425
|
+
console.log(` ${chalk7.cyan("/fix-bug")} ${chalk7.dim("[bug]")} Ph\xE2n t\xEDch & s\u1EEDa bug`);
|
|
4426
|
+
console.log(` ${chalk7.cyan("/commit-it")} Commit an to\xE0n v\u1EDBi message chi ti\u1EBFt`);
|
|
4427
|
+
console.log();
|
|
4428
|
+
console.log(chalk7.dim(" Workflow c\u1EA3i thi\u1EC7n project:"));
|
|
4429
|
+
console.log(chalk7.dim(" 1. /improve # Ph\xE2n t\xEDch & \u0111\u1EC1 xu\u1EA5t"));
|
|
4430
|
+
console.log(chalk7.dim(" 2. Ch\u1ECDn improvements c\u1EA7n l\xE0m # User x\xE1c nh\u1EADn"));
|
|
4431
|
+
console.log(chalk7.dim(" 3. \u2192 T\u1EF1 \u0111\u1ED9ng g\u1ECDi /plan # T\u1EA1o tasks & implement"));
|
|
4432
|
+
console.log();
|
|
4421
4433
|
console.log(chalk7.bold("\u2501\u2501\u2501 AI TOOLS \u2501\u2501\u2501"));
|
|
4422
4434
|
console.log(` ${chalk7.cyan(`${name} chat`)} Chat AI qua Jai1 LLM Proxy`);
|
|
4423
4435
|
console.log(` ${chalk7.cyan(`${name} translate`)} D\u1ECBch v\u0103n b\u1EA3n/file b\u1EB1ng AI`);
|