Set up dev environment + AGENTS.md for NexusOS - #2
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 NexusOS development environment (a Bash-based custom Debian distro builder) and documents durable, non-obvious dev/run guidance for future Cursor Cloud agents.
AGENTS.mdwith a## Cursor Cloud specific instructionssection (lint, build, in-distro CLI gotchas, and where the real product code lives).Environment
shellcheck,debootstrap,xz-utils(python3/make/gitalready present).Verification
make validate— healthcheck passes (shell syntax,JSON configs,os-release,platform detect,version,permissions).shellcheck -e SC1091,SC2034,SC2164across all scripts — only pre-existing advisory SC2005/SC2295 notices (non-blocking, matches CI).sudo NEXUSOS_CI_MINIMAL=1 ./build/rootfs/build-x86_64.sh— produced a real 78M Debian bookworm (12.14) rootfsreleases/nexusos-x86_64-rootfs.tar.xzrebranded asNexusOS 1.0.nexus-store list— software center lists all 8 catalog packages../scripts/detect-platform.sh→linux x86_64 false.Verification log:
nexusos_verification.log