Skip to content

Add Gold Build artifacts: Ascent Engine v2, Möbius-Llama, and new protocol docs - #2

Merged
Immaculate1022 merged 1 commit into
mainfrom
add-gold-build-artifacts
Jul 27, 2026
Merged

Add Gold Build artifacts: Ascent Engine v2, Möbius-Llama, and new protocol docs#2
Immaculate1022 merged 1 commit into
mainfrom
add-gold-build-artifacts

Conversation

@Immaculate1022

Copy link
Copy Markdown
Owner

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 an Engine method (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; requires torch + transformers to 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 files
  • docs/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.md

Note 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, and docs/ExecutiveWhitePaper.md, so they were not re-added.

…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
@Immaculate1022
Immaculate1022 merged commit 8cb40af into main Jul 27, 2026
0 of 2 checks passed
@Immaculate1022
Immaculate1022 deleted the add-gold-build-artifacts branch July 27, 2026 10:27
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