@gurulu/cli 0.2.1 → 0.2.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.
@@ -653,6 +653,7 @@ async function runAuthenticatedInstallFlow(args, authDeps, installDeps, scriptsD
653
653
  installDeps.log?.warn(`Intent analyzer failed: ${err.message}`);
654
654
  installDeps.log?.warn('⚠ Falling back to built-in generic event set.');
655
655
  intentRecord.error = `analyze_failed:${err.message}`;
656
+ intentRecord.analyzed = true; // Mark as analyzed so auto-instrument proceeds
656
657
  // Client-side fallback: produce a minimal generic intent so
657
658
  // auto-instrument and pre-seed still work even when the API is down.
658
659
  intent = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gurulu/cli",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Gurulu.io CLI — setup analytics in seconds",
5
5
  "bin": {
6
6
  "gurulu": "bin/gurulu.js"