Set up Cursor Cloud dev environment for NexusOS - #3
Draft
Aidiotic wants to merge 1 commit into
Draft
Conversation
Co-authored-by: Aidiotic <Aidiotic@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 and verifies the Cursor Cloud development environment for the NexusOS distro-builder codebase (the real product on
cursor/nexusos-real-os-06aa;mainis only a placeholder README). AddsAGENTS.mddocumenting durable, non-obvious dev workflow for future agents.NexusOS is a Bash-based custom Debian distribution builder — there is no dev server or listening port. "Running the app" means running the validator, building a rootfs artifact, or invoking the in-distro
nexus-*CLI tools.Environment
shellcheck,debootstrap,xz-utils(build/lint deps;python3/make/git/curl/gpgpreinstalled).Verification (all run in the VM)
make validate→ healthcheck passes (8/8[OK]).shellcheckacross*.sh→ only expected advisory style/info notices (non-blocking, as in CI).sudo NEXUSOS_CI_MINIMAL=1 ./build/rootfs/build-x86_64.sh→ producesreleases/nexusos-x86_64-rootfs.tar.xz+SHA256SUMS; extracted/etc/os-releaseshowsNAME="NexusOS".nexus-neofetch,nexus-store list/search/install,nexus-settings about,nexus-doctor.nexus-store install …→ apt install →/var/log/nexus/store.logentry).nexusos_dev_env_demo.log