genbox 1.0.60 → 1.0.62

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.
@@ -253,6 +253,8 @@ function buildRebuildPayload(resolved, config, publicKey, privateKey, configLoad
253
253
  // Build repos
254
254
  const repos = {};
255
255
  for (const repo of resolved.repos) {
256
+ // DEBUG: Log repo values
257
+ console.log(chalk_1.default.dim(` [DEBUG] Repo ${repo.name}: branch=${repo.branch}, newBranch=${repo.newBranch}, sourceBranch=${repo.sourceBranch}`));
256
258
  repos[repo.name] = {
257
259
  url: repo.url,
258
260
  path: repo.path,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genbox",
3
- "version": "1.0.60",
3
+ "version": "1.0.62",
4
4
  "description": "Genbox CLI - AI-Powered Development Environments",
5
5
  "main": "dist/index.js",
6
6
  "bin": {