docs: add Cursor Cloud dev environment instructions - #10
Draft
zheli wants to merge 1 commit into
Draft
Conversation
Co-authored-by: Zhe Li <linuxcity.jn@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 documents the development environment for this
canton-devkitdistribution/packaging repository. This repo has no build step, no dependency manifest, and no automated test suite — it ships thecanton-devkitbinary via an installer script, a Homebrew formula, and a static APT repo.Adds
AGENTS.mdwith a## Cursor Cloud specific instructionssection describing the dev tooling and how to lint/validate/run each piece. No existing code is modified.Dev environment
shellcheck(lintinstall.sh) andruby(syntax-check the formula).dpkg/dpkg-scanpackagesare already in the base image.Verification
shellcheck install.shSC2016info (intentional literal$PATH)ruby -c Formula/canton-devkit.rbSyntax OKdpkg-scanpackages --multiversion pool /dev/nullvs committedPackagesReleasechecksumssha256sumofPackages/Packages.gzsudo dpkg -i .../canton-devkit_0.16.3_amd64.debthencanton-devkit localnet --helpFull run log is attached as the
dev_env_demo.logartifact.Known caveat (pre-existing, not fixed here)
install.shdownloadschecksums.txt, but every published release ships the checksum file asSHA256SUMS, soinstall.shfails at the checksum step against real releases. Documented inAGENTS.md; left unchanged per "do not modify existing code".