xtrm-tools 0.5.14 → 0.5.15

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.
@@ -41895,12 +41895,9 @@ function buildProjectInitGuide() {
41895
41895
  kleur_default.dim(" - During work: keep issue status current; create discovered follow-ups"),
41896
41896
  kleur_default.dim(' - Finish work: bd close <id> --reason "Done" --json'),
41897
41897
  "",
41898
- `${kleur_default.cyan("5) Git workflow (main-guard expected path):")}`,
41899
- kleur_default.dim(" - git checkout -b feature/<name>"),
41900
- kleur_default.dim(" - commit on feature branch only"),
41901
- kleur_default.dim(" - git push -u origin feature/<name>"),
41902
- kleur_default.dim(" - gh pr create --fill && gh pr merge --squash"),
41903
- kleur_default.dim(" - git checkout main && git pull --ff-only"),
41898
+ `${kleur_default.cyan("5) Git workflow:")}`,
41899
+ kleur_default.dim(' - bd close <id> --reason "..." \u2190 closes issue + auto-commits'),
41900
+ kleur_default.dim(" - xt end \u2190 push, PR, merge, worktree cleanup"),
41904
41901
  ""
41905
41902
  ];
41906
41903
  return lines.join("\n");