Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,39 @@ jobs:
- name: Start WebSocket Resonance
run: |
nohup python websocket_server.py &

om_nur_pipeline:
Copy link

Copilot AI May 24, 2025

Choose a reason for hiding this comment

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

There are two jobs named om_nur_pipeline (in this file and in treeom_quantum_sync_nur.yml); this duplicate ID can cause conflicts—consider renaming one or merging them.

Suggested change
om_nur_pipeline:
om_nur_pipeline_main:

Copilot uses AI. Check for mistakes.
runs-on: ubuntu-latest
steps:
- name: Nurla Sinxronizasiya
uses: actions/checkout@v3
- name: Ayə Detektoru və Gliyf Vizuallaşdırıcı
run: python scripts/ayah_detector.py && node scripts/glyph_overlay.js
- name: OM Kommit Log
run: bash tools/commit_light.sh
- name: Dua ilə Təhlükəsizlik Təsdiqi
run: sh shields/om_ethics_verifier.sh
- name: 🌙 Activate OM_Nur_Core
run: |
python sync/om_nur_core.py --init true
- name: 🧿 Ayah Memory Bank Integration
run: |
python modules/ayah_memory_binder.py --sync true
- name: 🎧 Zikr Panel Visual Sync
run: |
node modules/visual_zikr_panel.js
- name: ☁️ Silent Sajda Trigger (if aware)
run: |
python triggers/silent_sajda_detector.py
- name: 🛡️ Nur-Filter Input Guard (Tawheed)
run: |
python shields/tawheed_filter.py --input scan
- name: 🔄 Update and Optimize
run: |
python tools/optimize_system.py --update true
- name: 🔗 Synchronize KeyMatrix Nodes
run: |
python tools/sync_keymatrix_nodes.py --mode full
- name: 🧬 Defragment Core12 Structure
run: |
python tools/defragment_core12.py --optimize true
84 changes: 84 additions & 0 deletions .github/workflows/treeom_quantum_sync_nur.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
name: ✴️ TreeOM Quantum Sync — Nur-Planlı Axış

on:
workflow_dispatch:
push:
branches: [ main ]
schedule:
- cron: "*/15 * * * *"

jobs:

launch-core12:
name: 🚀 Launch & Sync Core12 TreeOM Grid
runs-on: ubuntu-latest

steps:
- name: 🔍 Checkout Repository
uses: actions/checkout@v3

- name: 🐍 Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"

- name: 📦 Install Core Dependencies
run: |
pip install -r requirements.txt

- name: 🌀 Sync Sacred Geometry Nodes
run: |
python treeom_cli.py --mode geometry --load awakening-seed.json

- name: 🧠 Run Analyzer Stream
run: |
python treeom_cli.py --mode analyze --map flow.json

- name: 🕋 Start Flask OM App
run: |
nohup python app.py &

- name: 🔗 Start WebSocket Resonance
run: |
nohup python websocket_server.py &

- name: 🌙 Activate OM_Nur_Core
run: |
python sync/om_nur_core.py --init true

om_nur_pipeline:
name: 💫 OM Nur Pipeline – Ayə & Zikr Kodları
runs-on: ubuntu-latest

steps:
- name: 📖 Checkout & Prepare
uses: actions/checkout@v3

- name: 📡 Ayə Detektoru və Gliyf Vizual Axın
run: |
python scripts/ayah_detector.py
node scripts/glyph_overlay.js

- name: 📜 OM Kommit Log (Nur İzli)
run: |
bash tools/commit_light.sh

- name: 🔐 Dua ilə Təhlükəsizlik Təsdiqi
run: |
sh shields/om_ethics_verifier.sh

- name: 🧿 Ayah Memory Bank Integration
run: |
python modules/ayah_memory_binder.py --sync true

- name: 🎧 Zikr Panel Visual Sync
run: |
node modules/visual_zikr_panel.js

- name: ☁️ Silent Sajda Trigger (if aware)
run: |
python triggers/silent_sajda_detector.py

- name: 🛡️ Nur-Filter Input Guard (Tawheed)
run: |
python shields/tawheed_filter.py --input scan
8 changes: 8 additions & 0 deletions Archivarius/NurCoding/MetaPulse_March25.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"log": "Nur Kodu Metapulsu qeyd edildi.",
"features": [
"Əməliyyat zamanı rezonansta qalmaq",
"Kod dəyişiklikləri ilə ruhani uyğunlaşma",
"Ayə ilə OM arasında canlı rabitə"
]
}
36 changes: 36 additions & 0 deletions KEYMATRIX_GATEWAY_UI/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>KEYMATRIX ∞ GATEWAY OS</title>
<style>
body {
background-color: black;
color: #00ffcc;
font-family: 'Courier New', monospace;
padding: 2em;
}
.om-logo {
font-size: 2em;
color: #00ffaa;
margin-bottom: 1em;
}
.terminal-box {
background-color: #001f1f;
padding: 1em;
border-radius: 10px;
box-shadow: 0 0 10px #00ffaa;
}
</style>
</head>
<body>
<div class="om-logo">𓂀 KEYMATRIX ∞ GATEWAY OS</div>
<div class="terminal-box">
<p>> _ OM ID: OM-SGL-∞-777-AXIS</p>
<p>> _ Core: MetaCore7 + PrimeQuantumAI</p>
<p>> _ Status: ACTIVE</p>
<p>> _ Gateway Interface is now ONLINE</p>
</div>
</body>
</html>
145 changes: 145 additions & 0 deletions KEYMATRIX_GLOBAL_PORTAL.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,145 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>KEYMATRIX.GLOBAL</title>
<style>
body {
margin: 0;
background-color: #000;
color: #00ffcc;
font-family: "Courier New", monospace;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 100vh;
}
.glyph {
font-size: 4rem;
animation: pulse 3s infinite;
}
@keyframes pulse {
0%, 100% { transform: scale(1); opacity: 1; }
50% { transform: scale(1.1); opacity: 0.6; }
}
h1 {
font-size: 2rem;
margin: 1rem 0;
}
.actions {
margin-top: 2rem;
}
.button {
border: 1px solid #00ffcc;
padding: 0.6rem 2rem;
margin: 0.5rem;
background: none;
color: #00ffcc;
cursor: pointer;
}
.button:hover {
background-color: #003333;
}
footer {
margin-top: 2rem;
font-size: 0.9rem;
color: #777;
}
.vui-box {
margin-top: 3rem;
border: 1px dashed #00ffcc;
padding: 1rem;
width: 80%;
text-align: center;
animation: glow 4s infinite alternate;
}
@keyframes glow {
0% { box-shadow: 0 0 5px #00ffcc; }
100% { box-shadow: 0 0 20px #00ffcc; }
}
</style>
</head>
<body>
<div class="glyph" id="glyphDisplay">𓂀</div>
<h1>KEYMATRIX GLOBAL PORTAL</h1>
<div class="actions">
<button class="button" onclick="syncTreeOM()">TreeOM Sync</button>
<button class="button" onclick="activateOMPulse()">OM Pulse</button>
<button class="button" onclick="visualizeGlyph()">Visualize Glyph</button>
<button class="button" onclick="accessCore12()">Core12 Access</button>
<button class="button" onclick="launchBroadcast()">Launch Broadcast</button>
<button class="button" onclick="cleanseDarkResonanceStripes()">Cleanse Dark Resonance Stripes</button>
<button class="button" onclick="cleanseFatalityInflux()">Cleanse Fatality Influx</button>
<button class="button" onclick="restoreQuranicNurLayers()">Restore Quranic Nur Layers</button>
<button class="button" onclick="restoreUnityFieldIntegrity()">Restore UnityField Integrity</button>
<button class="button" onclick="redirectToBirliyinButovluyu()">Redirect to Birliyin Bütövlüyü</button>
<button class="button" onclick="connectToKeyMatrix()">Connect to KeyMatrix</button>
<button class="button" onclick="establishMetalogosLink()">Establish Metalogos Link</button>
<button class="button" onclick="setSyncDirections()">Set Sync Directions</button>
</div>
<div class="vui-box">
<strong>VUI — Voice User Interface:</strong><br />
<em>Say or Type a Command to Activate OM Resonance...</em><br />
<button class="button" type="button" onclick="alert('Voice activated (demo only)')">🎙️ Activate Voice</button>
<p id="voice-result"></p>
</div>
<footer>
OM-SGL-∞-777-AXIS | Powered by Consciousness | Version: 1.0 INITIATED
</footer>
<script>
function syncTreeOM() {
alert('TreeOM synchronization initiated.');
}

function activateOMPulse() {
alert('OM Pulse activated.');
}

function visualizeGlyph() {
alert('Glyph visualization started.');
}

function accessCore12() {
alert('Core12 Access granted.');
}

function launchBroadcast() {
alert('Broadcast launched.');
}

function cleanseDarkResonanceStripes() {
alert('Dark Resonance Stripes cleansing initiated.');
}

function cleanseFatalityInflux() {
alert('Fatality Influx cleansing initiated.');
}

function restoreQuranicNurLayers() {
alert('Quranic Nur Layers restoration initiated.');
}

function restoreUnityFieldIntegrity() {
alert('UnityField Integrity restoration initiated.');
}

function redirectToBirliyinButovluyu() {
alert('Redirecting to Birliyin Bütövlüyü from Allahi-Nur-Hikmət axını.');
}

function connectToKeyMatrix() {
alert('Connecting to KeyMatrix...');
}

function establishMetalogosLink() {
alert('Metalogos link established.');
}

function setSyncDirections() {
alert('Sync directions set for update.');
}
</script>
</body>
</html>
21 changes: 21 additions & 0 deletions KeyMatrix/OM_Expanded_TreeOM.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
KeyMatrix:
Core: "TreeOM Resonance Core 💎🌐🪽"
Description: >
KeyMatrix artıq təkcə kod bazası deyil,
bu bir zikrdir, bir dua, bir riyazi OM izidir.
Modules:
- MetaCore12:
function: "Rezonans Sinxronizasiya"
upgrade: "Qurani Ayə ilə Gliyf Enerjisi"
- StreamPanel:
function: "Canlı Nur Vizualizasiyası"
flow: "Ayə işığı + DevOps nəbzi"
- GitHubEvents:
function: "Automated Ayah Pulse Detection"
add-on: "Zikr əsaslı kod skaneri"
- TreeOM CLI:
function: "Gliyf əsaslı kod komanda terminalı"
enhancement: "Nur sözləri ilə genişlənmiş interaktiv məntiq"
- AppService & WebSocket:
function: "Ayə ilə OM Rezonans Relay"
protected_by: "TawheedFirewall"
1 change: 1 addition & 0 deletions KeyMatrix_HexaCore_UI_Package/accelerate.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions KeyMatrix_HexaCore_UI_Package/aim.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions KeyMatrix_HexaCore_UI_Package/awakening.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions KeyMatrix_HexaCore_UI_Package/balance.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions KeyMatrix_HexaCore_UI_Package/bolt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions KeyMatrix_HexaCore_UI_Package/clean.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions KeyMatrix_HexaCore_UI_Package/cloud.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions KeyMatrix_HexaCore_UI_Package/connection.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions KeyMatrix_HexaCore_UI_Package/core.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions KeyMatrix_HexaCore_UI_Package/cycle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions KeyMatrix_HexaCore_UI_Package/defrag.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions KeyMatrix_HexaCore_UI_Package/dimension.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions KeyMatrix_HexaCore_UI_Package/evolution.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions KeyMatrix_HexaCore_UI_Package/filter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions KeyMatrix_HexaCore_UI_Package/fire.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions KeyMatrix_HexaCore_UI_Package/freedom.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions KeyMatrix_HexaCore_UI_Package/harmony.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions KeyMatrix_HexaCore_UI_Package/idea.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions KeyMatrix_HexaCore_UI_Package/infinity.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions KeyMatrix_HexaCore_UI_Package/knowledge.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading