Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want reviews to match your repository better? Bugbot Learning can learn team-specific rules from PR activity. A team admin can enable Learning in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 564fb3b. Configure here.
| ctx.nextSteps = []; | ||
| delete ctx.nextStepParams; | ||
| delete ctx.nextStepConditionKeys; | ||
| } |
There was a problem hiding this comment.
Managed install still offers next steps
Medium Severity
Managed install_app_sim still publishes ordinary follow-up templates after a successful leased install. Those steps point at open_sim, which managed mode rejects, and at launch_app_sim without operation credentials, so the next recommended call cannot succeed.
Reviewed by Cursor Bugbot for commit 564fb3b. Configure here.


Summary
Adds managed simulator resource leases for supervised simulator build and test workflows.
Included
endandcancelreturn an explicit recovery error instead of reporting a no-op success.-only-testingand-skip-testingselectors while rejecting unsafe managed test arguments.test_simcontract fixtures with the served manifest description.Validation
npm test: 260 files, 2899 tests passednpm run typecheck: passednpm run lint: 0 errors (existing warnings remain)npm run format:check: passednpm run build:tsup: passednpm run test:schema-fixtures: 333 tests passedinitialize+tools/list: servedtest_simdescription matches the manifestDevice-backed snapshot and smoke suites were not run.