Update route type import path in next-env.d.ts to point to development directory#5
Open
cassiusclay777 wants to merge 9 commits intocursor:mainfrom
Open
Update route type import path in next-env.d.ts to point to development directory#5cassiusclay777 wants to merge 9 commits intocursor:mainfrom
cassiusclay777 wants to merge 9 commits intocursor:mainfrom
Conversation
…ype and updated group options list.
…ctions for reading, writing, and clearing persisted session IDs from localStorage.
…experience and session management.
Made-with: Cursor
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high mode and found 1 potential issue.
There are 2 total unresolved issues (including 1 from previous review).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 0f877a0. Configure here.
…-env.d.ts to point to production directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Note
Low Risk
Mostly developer-experience and UI grouping changes; the only behavioral risk is altered session restore/persistence logic around
localStorage, but it’s guarded and falls back cleanly.Overview
Updates the
agent-kanbanNext.js setup to reference route types via a/// <reference path=...>directive, and adds conveniencedev:3000/dev:3001scripts.Extends the kanban grouping options to include Branch, and hardens session-id persistence by wrapping
localStoragereads/writes/removals in try/catch so the app can still function in restricted storage contexts.Adds repo-level
.gitignorefor.vscode/, introduces ansdk/app-builder/.env.example, and adjusts the app-builder.gitignoreto ignore.envwhile keeping.env.examplecommittable.Reviewed by Cursor Bugbot for commit 9b9994f. Bugbot is set up for automated code reviews on this repo. Configure here.