@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.
- package/dist/commands/install.js +1 -0
- package/package.json +1 -1
package/dist/commands/install.js
CHANGED
|
@@ -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 = {
|