Skip to content

Add standalone Nucleus integration - #7

Merged
jhlagado merged 5 commits into
mainfrom
codex/nucleus-repository-integration
Aug 13, 2026
Merged

Add standalone Nucleus integration#7
jhlagado merged 5 commits into
mainfrom
codex/nucleus-repository-integration

Conversation

@jhlagado

Copy link
Copy Markdown
Owner

Summary

  • register .nu as a first-class Debug80 source language
  • discover and configure Nucleus targets beside AZM and Glimmer targets
  • build through the standalone nucleus command while retaining canonical NOBJ and launchable Intel HEX
  • translate exact Nucleus diagnostics into Debug80 diagnostics
  • require an explicit target profile with real service destinations
  • publish NOBJ and HEX as one recoverable artifact generation, rejecting stale or empty compiler output

Repository boundary

Nucleus now lives in the public GPL repository at https://github.com/jhlagado/nucleus. This integration deliberately keeps the existing in-tree copy until the runtime and compiler packages, real machine profiles, documentation sync, and source-map work are independently complete.

Validation

  • Debug80 ordinary tests: 941 passed, 1 skipped
  • Debug80 webview tests: 297 passed, 1 skipped
  • focused Nucleus integration tests: 50 passed
  • extension typecheck and build passed
  • formatting and git diff --check passed
  • standalone Nucleus adversarial review and 76-test suite passed

Source-level Nucleus stepping remains deferred until a D8-compatible source-map sidecar exists.

@cursor

cursor Bot commented Aug 13, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 6ab7eca959

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@@ -0,0 +1,27 @@
{
"comments": {
"lineComment": "#"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Use Nucleus's actual line-comment delimiter

When a user invokes Toggle Line Comment, this configuration inserts #, which the compiler rejects: packages/nucleus/docs/specification.md defines // as the sole comment form and identifies hash as invalid syntax. The new TextMate grammar likewise matches #.*$, so valid // comments are not highlighted while invalid text is. Update both the language configuration and grammar to recognize //.

Useful? React with 👍 / 👎.

@jhlagado
jhlagado merged commit 24aa93e into main Aug 13, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant