fix(build): make macOS host builds bootstrap ARM64 libs#171
Open
Ticed wants to merge 4 commits intoNERVsystems:masterfrom
Open
fix(build): make macOS host builds bootstrap ARM64 libs#171Ticed wants to merge 4 commits intoNERVsystems:masterfrom
Ticed wants to merge 4 commits intoNERVsystems:masterfrom
Conversation
GUI apps belong in appl/wm/, not appl/cmd/. This makes Matrix launchable from Lucifer like editor, shell, and wallet. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Restructure README to match infernode.io website positioning: Lucia is the primary three-zone AI workspace, Xenith is the AI-native text editor underneath. GoDis section trimmed from 30 lines to a brief paragraph with link to full docs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Adds a Terminology block in README.md and appl/veltro/SECURITY.md defining model / harness / agent / subagent, then sweeps the high-traffic docs (NAMESPACE_SECURITY_REVIEW, OPERATIONAL-OVERVIEW, ARCHITECTURE, USER-MANUAL §13) to use "harness" for the runtime machinery (lucibridge, tools9p, nsconstruct, veltro/repl entry points) and "agent" for running instances. Resolves the conflation where "Veltro is an AI agent" was used for both the framework and a single running session. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Add scripts/bootstrap-libs.sh and source it from build-macos-headless.sh, build-macos-sdl3.sh, and tests/host/build_test.sh so a fresh clone builds the required MacOSX/arm64 libraries before the emulator build. The library order matches the macos-arm64 job in .github/workflows/ci.yml.
|
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.



Split out from #163 per review.
Add scripts/bootstrap-libs.sh and source it from build-macos-headless.sh,
build-macos-sdl3.sh, and tests/host/build_test.sh so a fresh clone builds
the required MacOSX/arm64 libraries before the emulator build. The library
order matches the macos-arm64 job in .github/workflows/ci.yml.