docs: add Cursor Cloud dev environment notes to AGENTS.md#109
Draft
aggre wants to merge 1 commit into
Draft
Conversation
Co-authored-by: aggre <hiroyuki.aggre@gmail.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 and verifies the development environment for this content-only repo, and records durable, non-obvious notes for future Cursor Cloud agents.
This is a content-only repository (markdown blog posts consumed by
lemmaoracle/lemmaat build time). There is no server, application, or automated test suite — the only tooling is Prettier via pnpm.What was verified
pnpm install— installsprettier@3.8.1(Node 22 / pnpm 10 already present).pnpm format:check(the "lint") — runs correctly; reports pre-existing formatting warnings across ~649 files (repo is intentionally not fully Prettier-clean). Not modified.prettier --checkflagged it,prettier --writereformatted it, and--checkthen passed. Scratch file removed (not committed).Changes
AGENTS.md: added a## Cursor Cloud specific instructionssection documenting that this is a content-only repo (no app/tests), where the standard commands live, thatformat:checkhas many pre-existing warnings (don't mass-reformat), and that CI only triggers a Cloudflare redeploy on push tomain.The update script (
pnpm install) is configured separately for VM startup.