[codex] ship Windows Lawful Nova coding shell#1
Draft
warheart1984-ctrl wants to merge 1 commit into
Draft
Conversation
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
Packages Lawful Nova as a native Windows-first agentic coding shell in the agentic-coding-agent repo.
Includes:
novaPython source package with CLI, API, lawful runtime, receipts, governance primitives, and chain contract fieldsbin/nova.ps1andbin/nova.cmdshims.venvWhy
A fresh Windows checkout should have the source it needs to run the Lawful Nova coding-agent shell without committing generated
.exefiles, model weights, local virtualenvs, or runtime databases.Validation
..\.venv\Scripts\python.exe -m pytest tests -q-> 3 passed..\.venv\Scripts\python.exe scripts\nova_productization_gate.py --json-out .runtime\nova_productization_report.json-> local_lawful_slice_ready true, chain_contract okpowershell -ExecutionPolicy Bypass -File setup\verify.ps1-> 21 passed, 0 failedgit diff --check-> no whitespace errors; only line-ending warnings.exe,.msi,.dll,.pyd, etc. -> no files foundNotes
No generated executable files are included. Docker remains optional for the native Windows path.