chiefwiggum 1.3.43 → 1.3.44

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/cli.cjs +2 -2
  2. package/package.json +1 -1
package/dist/cli.cjs CHANGED
@@ -1087,8 +1087,8 @@ async function setupProjectConfig() {
1087
1087
  exitHint = "gh auth login";
1088
1088
  exitCommand = "gh auth login";
1089
1089
  } else if (ghCheck.reason === "not_github_repo") {
1090
- exitHint = "git remote add origin <url>";
1091
- exitCommand = "git remote -v";
1090
+ exitHint = "Initialize repo with GitHub remote";
1091
+ exitCommand = "git init && git remote add origin https://github.com/you/repo.git";
1092
1092
  }
1093
1093
  const fallback = await select2({
1094
1094
  message: "What would you like to do?",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chiefwiggum",
3
- "version": "1.3.43",
3
+ "version": "1.3.44",
4
4
  "description": "Autonomous coding agent CLI. Point it at a plan, watch it build.",
5
5
  "type": "module",
6
6
  "bin": {