chore: development environment setup + fix corrupted seed JSON#1
Draft
EnglandTong wants to merge 1 commit into
Draft
chore: development environment setup + fix corrupted seed JSON#1EnglandTong wants to merge 1 commit into
EnglandTong wants to merge 1 commit into
Conversation
- Fix modules/math-algebra/seeds/B1.json: close truncated question object that had a literal control character breaking JSON.parse() - Add AGENTS.md with Cursor Cloud specific development instructions Co-authored-by: EnglandTong <EnglandTong@users.noreply.github.com>
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.
Summary
Sets up the development environment for Cursor Cloud agents and fixes a data corruption issue that prevented the API from starting.
Changes
modules/math-algebra/seeds/B1.json: Repaired a corrupted question entry that contained a literal control character (newline inside JSON string), which causedJSON.parse()to fail inmoduleLoader.tsand prevented the API server from starting.AGENTS.md: Documents Cursor Cloud specific development instructions including service overview, MongoDB startup, build order gotchas, and standard commands reference.Verification
All checks pass with the fix applied:
pnpm typecheck— all 6 packages cleanpnpm lint— all lint-configured packages passpnpm test— 125 tests pass (53 algorithm + 18 validation + 54 API)pnpm build— full production build succeedsdev_environment_verification.log
To show artifacts inline, enable in settings.