feat: ship download-ready Nova Desktop Node#3
Draft
warheart1984-ctrl wants to merge 3 commits into
Draft
Conversation
Owner
Author
|
CI note from Codex: the initial GitHub returned this check-run annotation:
Local and standalone-export verification passed before publishing; rerun the workflow after the GitHub billing/account lock is cleared. |
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.
What
Publishes the updated Lawful Nova shell as a source-only, download-ready standalone branch for
agentic-coding-agent.This branch includes:
nova/nodedesktopGITHUB-10-MINUTE-START.mdfor clone-to-running setupWhy
The goal is that someone can download or clone this repository from GitHub and have the Node plus desktop shell working in about ten minutes, without cloud orchestration, committed binaries, node_modules, or generated zip artifacts.
How to run
Windows:
macOS/Linux:
chmod +x quickstart.sh bin/nova setup/*.sh ./quickstart.shThen open:
http://127.0.0.1:8080npm startfromdesktop/Verification
Source workspace:
..\.venv\Scripts\python.exe -m pytest tests -q-> 61 passed, 1 warningnpm testindesktop/-> 8 passedStandalone export:
E:\project-infi\.venv\Scripts\python.exe -m pytest tests -q-> 61 passed, 1 warningnpm ciindesktop/-> installed cleanly, 0 vulnerabilitiesnpm testindesktop/-> 8 passedgit diff --cached --checkbefore commit -> OKNotes
This is intentionally a source-only export of
lawful-nova-shellinto the repository root. Generated zips, Electron build outputs, runtime state,node_modules, and packaged executables are excluded. The included GitHub workflow can produce downloadable source artifacts from the branch.