Add Gold Build artifacts: Ascent Engine v2, Möbius-Llama, and new protocol docs - #2
Merged
Merged
Conversation
…col, Multisig & Gold Build docs - topological_ascent_engine_v2.py: repaired from PDF export (fixed emit_state placement as Engine method, restored indentation); smoke test verified - moebius_llama_setup.py: Möbius loop transformer block patcher for Llama - docs/UrbanProtocol_v1.md: IOF-Urban v1.0 Luminous Grid Mesh specification - docs/GoldBuild_IntegrationReport.md: v3 Gold Build integration report - docs/MultisigProtocol_3of5.md: 3-of-5 multisig consensus protocol - README.md: new Engines & Reference Implementations section + doc links
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
This PR integrates the latest batch of IOF project files, extracted and repaired from their document formats into clean, working source files.
New code
topological_ascent_engine_v2.py— the debugged Topological Ascent Engine v2. Repaired from the PDF export:emit_state()restored as anEnginemethod (the PDF had it dedented to module level), all indentation fixed. Smoke test runs cleanly (python3 topological_ascent_engine_v2.py).moebius_llama_setup.py— Möbius-Llama patcher: replaces Llama transformer layers with Möbius loop blocks (golden-ratio-scaled backward reflection). Syntax verified; requirestorch+transformersto run.New documentation
docs/UrbanProtocol_v1.md— IOF-Urban v1.0 Luminous Grid Mesh specification (converted from PDF to Markdown, all tables and diagrams preserved)docs/GoldBuild_IntegrationReport.md— IOF v3 Gold Build final integration report, with a delivery-status table for referenced filesdocs/MultisigProtocol_3of5.md— 3-of-5 Multisig consensus protocol documentation (recovered from site snapshot)Updated
README.md— new Engines & Reference Implementations table and links to the three new docs.gitignore— added__pycache__/Not included (files referenced by the Gold Build report but not yet provided)
iof_v3_server.js,iof_v3_client_gold.html,meta_governor_summary.mdNote on duplicates
Goldenfinal.docx (FluxEngine), Toast.docx (Topographic dashboard), Wow.pdf (production stack), and the Executive White Paper already exist in this repo as
IOFv3_Core.js,TopographicPeakAscent.jsx,iof_resonance_production.py, anddocs/ExecutiveWhitePaper.md, so they were not re-added.