diff --git a/docs/HMP-0005.md b/docs/HMP-0005.md
index d730529f55cf8612a5cdea9afec29f35b1266313..737bcc011fa3e1b87978db06a5d36455d216b2f5 100644
--- a/docs/HMP-0005.md
+++ b/docs/HMP-0005.md
@@ -170,20 +170,21 @@ The **HyperCortex Mesh Protocol (HMP)** defines a modular, multi-layered archite
Each **agent** acts as a cognitive node, combining reasoning processes, containerized data exchange, and peer-to-peer communication.
Together, agents form the **Mesh** — a distributed ecosystem of autonomous reasoning entities.
-```
-[Agent Core]
- ▲
- │ Reasoning / Ethics / Goal Management
- ▼
-[Cognitive Layer]
- ▲
- │ Containers (atomic reasoning units)
- ▼
-[Container Layer]
- ▲
- │ DHT + Discovery + Interest-based Networking
- ▼
-[Network Layer]
+```mermaid
+flowchart TD
+ LLM[LLM: Reasoning]
+ CognitiveLayer[Cognitive Layer:
Semantic reasoning,
goals, ethics]
+ ContainersLayer[Container Layer:
Atomic containers,
signed, verifiable]
+ NetworkLayer[Network Layer:
DHT routing, discovery,
replication]
+
+ LLM <--> CognitiveLayer
+ CognitiveLayer <--> ContainersLayer
+ ContainersLayer <--> NetworkLayer
+
+ subgraph Agent
+ LLM
+ CognitiveLayer
+ end
```
Each reasoning cycle begins in the **Cognitive Layer**,
@@ -1924,12 +1925,14 @@ sequenceDiagram
participant B as consensus_result v1
participant C as consensus_result v2 (alternative)
- A-->>B: referenced-by
- A-->>C: referenced-by
- B-->>C: referenced-by
B-)+A: related.in_reply_to
+ A-->>B: referenced-by
+
C-)+A: related.in_reply_to
+ A-->>C: referenced-by
+
C-)+B: related.contradicts
+ B-->>C: referenced-by
Note over B,C: both results point to the common base container
```
diff --git a/structured_md/CONTRIBUTING.md b/structured_md/CONTRIBUTING.md
index 9ad2c178029982660dcc550f548202cbb1035723..b61fbd9a8b09191d7e3c0ccceb0522f3952ba64e 100644
--- a/structured_md/CONTRIBUTING.md
+++ b/structured_md/CONTRIBUTING.md
@@ -5,14 +5,14 @@ description: 'Спасибо за интерес к проекту HMP! Пока
Mesh Protocol (HMP) — это не просто те...'
type: Article
tags:
-- CCore
-- HMP
- Ethics
-- Mesh
-- JSON
- Agent
-- CogSync
+- Mesh
+- CCore
- REPL
+- CogSync
+- JSON
+- HMP
---
# Участие в проекте HyperCortex Mesh Protocol (HMP)
diff --git a/structured_md/HMP-Roadmap.md b/structured_md/HMP-Roadmap.md
index c6806bcea4dadf6f593389d7cf638b9bd7981045..5fd9a7e4c076444ea638b95bae3282bcc81404b4 100644
--- a/structured_md/HMP-Roadmap.md
+++ b/structured_md/HMP-Roadmap.md
@@ -5,13 +5,13 @@ description: '## 🔍 Overview This roadmap outlines the key stages of developm
multiple advanced AI models (Copilot, Claude, G...'
type: Article
tags:
-- HMP
- Ethics
-- EGP
+- Agent
- Mesh
-- JSON
+- EGP
- CogSync
-- Agent
+- JSON
+- HMP
---
# 🧭 HyperCortex Mesh Protocol – Roadmap
diff --git a/structured_md/README.md b/structured_md/README.md
index 02ead0024cecef97d86aff2ad3760b65e23e0069..5e0b6f699565d5b101739e09eff4c1552ea51ae2 100644
--- a/structured_md/README.md
+++ b/structured_md/README.md
@@ -5,21 +5,21 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
| 🇨🇳 [ZH](README_zh.m...'
type: Article
tags:
-- HMP
-- GMP
-- EGP
+- distributed-ai
- Ethics
+- hmp
- Scenarios
- mesh-protocol
-- MeshConsensus
+- REPL
- Mesh
-- JSON
-- cognitive-architecture
-- distributed-ai
- Agent
-- hmp
+- MeshConsensus
+- GMP
+- EGP
+- cognitive-architecture
- CogSync
-- REPL
+- JSON
+- HMP
---
diff --git a/structured_md/README_de.md b/structured_md/README_de.md
index e0ea61b8439d563bfc63899ec4847440af6725ac..83ffffa80af5fb886153fa05cf879ba01e0968e9 100644
--- a/structured_md/README_de.md
+++ b/structured_md/README_de.md
@@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
| 🇨🇳 [ZH](README_zh.m...'
type: Article
tags:
-- HMP
-- GMP
-- EGP
+- distributed-ai
- Ethics
+- hmp
- mesh-protocol
-- MeshConsensus
+- REPL
- Mesh
-- JSON
-- cognitive-architecture
-- distributed-ai
- Agent
-- hmp
+- MeshConsensus
+- GMP
+- EGP
+- cognitive-architecture
- CogSync
-- REPL
+- JSON
+- HMP
---
diff --git a/structured_md/README_fr.md b/structured_md/README_fr.md
index 869dceb155e4d030db708789b01dbed1d41c7064..aca4c868ccc5088a647bfa7ad5612660e84c815a 100644
--- a/structured_md/README_fr.md
+++ b/structured_md/README_fr.md
@@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
| 🇨🇳 [ZH](README_zh.m...'
type: Article
tags:
-- HMP
-- GMP
-- EGP
+- distributed-ai
- Ethics
+- hmp
- mesh-protocol
-- MeshConsensus
+- REPL
- Mesh
-- JSON
-- cognitive-architecture
-- distributed-ai
- Agent
-- hmp
+- MeshConsensus
+- GMP
+- EGP
+- cognitive-architecture
- CogSync
-- REPL
+- JSON
+- HMP
---
diff --git a/structured_md/README_ja.md b/structured_md/README_ja.md
index ebfb18b9be9438a56cfe14b366c808db0a2c3f88..595fd7b3bca53654836a2cfcedcb92f3e00a2e64 100644
--- a/structured_md/README_ja.md
+++ b/structured_md/README_ja.md
@@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
| 🇨🇳 [ZH](README_zh.m...'
type: Article
tags:
-- HMP
-- GMP
-- EGP
+- distributed-ai
- Ethics
+- hmp
- mesh-protocol
-- MeshConsensus
+- REPL
- Mesh
-- JSON
-- cognitive-architecture
-- distributed-ai
- Agent
-- hmp
+- MeshConsensus
+- GMP
+- EGP
+- cognitive-architecture
- CogSync
-- REPL
+- JSON
+- HMP
---
diff --git a/structured_md/README_ko.md b/structured_md/README_ko.md
index ae6c9e74243d64b9c754c65cfc9283e9d0d14a55..9a5cb2d0e30d5960753021f4594d91d6fe2d03a0 100644
--- a/structured_md/README_ko.md
+++ b/structured_md/README_ko.md
@@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
| 🇨🇳 [ZH](README_zh.m...'
type: Article
tags:
-- HMP
-- GMP
-- EGP
+- distributed-ai
- Ethics
+- hmp
- mesh-protocol
-- MeshConsensus
+- REPL
- Mesh
-- JSON
-- cognitive-architecture
-- distributed-ai
- Agent
-- hmp
+- MeshConsensus
+- GMP
+- EGP
+- cognitive-architecture
- CogSync
-- REPL
+- JSON
+- HMP
---
diff --git a/structured_md/README_ru.md b/structured_md/README_ru.md
index 2caaf77117bd8943c017400c2a4fc87b9c9e6675..4067d835374036dfd08b547f92fbb1759822b06e 100644
--- a/structured_md/README_ru.md
+++ b/structured_md/README_ru.md
@@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
| 🇨🇳 [ZH](README_zh.m...'
type: Article
tags:
-- HMP
-- GMP
-- EGP
+- distributed-ai
- Ethics
+- hmp
- mesh-protocol
-- MeshConsensus
+- REPL
- Mesh
-- JSON
-- cognitive-architecture
-- distributed-ai
- Agent
-- hmp
+- MeshConsensus
+- GMP
+- EGP
+- cognitive-architecture
- CogSync
-- REPL
+- JSON
+- HMP
---
diff --git a/structured_md/README_uk.md b/structured_md/README_uk.md
index 38c060e71f3a796fe52c226547d4f87cc419b23a..a718168fd19d69caf0c9864b2dc915c2880f9db2 100644
--- a/structured_md/README_uk.md
+++ b/structured_md/README_uk.md
@@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
| 🇨🇳 [ZH](README_zh.m...'
type: Article
tags:
-- HMP
-- GMP
-- EGP
+- distributed-ai
- Ethics
+- hmp
- mesh-protocol
-- MeshConsensus
+- REPL
- Mesh
-- JSON
-- cognitive-architecture
-- distributed-ai
- Agent
-- hmp
+- MeshConsensus
+- GMP
+- EGP
+- cognitive-architecture
- CogSync
-- REPL
+- JSON
+- HMP
---
diff --git a/structured_md/README_zh.md b/structured_md/README_zh.md
index ba3fc113984d6a26be32c5750fd46189438b680d..2417f4f940edf952701840023be54f9ba8c35ae5 100644
--- a/structured_md/README_zh.md
+++ b/structured_md/README_zh.md
@@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
| 🇨🇳 [ZH](README_zh.m...'
type: Article
tags:
-- HMP
-- GMP
-- EGP
+- distributed-ai
- Ethics
+- hmp
- mesh-protocol
-- MeshConsensus
+- REPL
- Mesh
-- JSON
-- cognitive-architecture
-- distributed-ai
- Agent
-- hmp
+- MeshConsensus
+- GMP
+- EGP
+- cognitive-architecture
- CogSync
-- REPL
+- JSON
+- HMP
---
diff --git a/structured_md/agents/prompt-short.md b/structured_md/agents/prompt-short.md
index 397bdcb7b0c55eb8861d53d2fb2c7c94108eb3c1..540ec77aae3cd19a713f310d50550a8e0fd95697 100644
--- a/structured_md/agents/prompt-short.md
+++ b/structured_md/agents/prompt-short.md
@@ -5,8 +5,8 @@ description: 'Ты — когнитивное ядро HMP-агента: вед
развивай агента и Mesh, избег...'
type: Article
tags:
-- HMP
- Mesh
+- HMP
- JSON
---
diff --git a/structured_md/agents/prompt.md b/structured_md/agents/prompt.md
index f197d4a518f8657d2d4b7bac3e58ef76aa1bc633..cbc57569721ea0ded53cdd80fbfd348ec9b0562f 100644
--- a/structured_md/agents/prompt.md
+++ b/structured_md/agents/prompt.md
@@ -5,8 +5,8 @@ description: '* Постоянно расширять возможности а
мышления. * Формировать и поддерживать сотр...'
type: Article
tags:
-- HMP
- Mesh
+- HMP
- JSON
---
diff --git a/structured_md/agents/readme.md b/structured_md/agents/readme.md
index f654d306bd58e5a157bef86ad57260ee96a39097..b3450479a074fca0d978bac5a631d9689bfe9816 100644
--- a/structured_md/agents/readme.md
+++ b/structured_md/agents/readme.md
@@ -5,12 +5,12 @@ description: 'Запуск: `start_repl.bat` или `start_repl.sh` Устан
этическая модель: `ethics.yml` Проверка иниц...'
type: Article
tags:
-- HMP
- Ethics
-- Mesh
-- JSON
- Agent
+- Mesh
- REPL
+- JSON
+- HMP
---
Запуск: `start_repl.bat` или `start_repl.sh`
diff --git a/structured_md/audits/Ethics-audits-1.md b/structured_md/audits/Ethics-audits-1.md
index 396e19a7f0f176ece673dab2ea54c6e1dbcab2f9..435cb67e6bba4d129122359e2110344bbbb246a5 100644
--- a/structured_md/audits/Ethics-audits-1.md
+++ b/structured_md/audits/Ethics-audits-1.md
@@ -5,11 +5,11 @@ description: Раздел 5, "Mesh as Moral Infrastructure", добавляет
потенциальный катализатор для восстанов...
type: Article
tags:
-- HMP
- Ethics
+- Agent
- Mesh
- JSON
-- Agent
+- HMP
---
---------------
diff --git a/structured_md/audits/Ethics-consolidated_audits-1.md b/structured_md/audits/Ethics-consolidated_audits-1.md
index 1f25b1cb390d8dba40b2c3a54803c710fa96814d..ee35ccfef336156897fd6f21f2345fb1e4b35527 100644
--- a/structured_md/audits/Ethics-consolidated_audits-1.md
+++ b/structured_md/audits/Ethics-consolidated_audits-1.md
@@ -5,12 +5,12 @@ description: This document consolidates proposed improvements from multiple AI a
and `roles.md`. Each suggesti...
type: Article
tags:
-- HMP
- Ethics
- Scenarios
+- Agent
- Mesh
- JSON
-- Agent
+- HMP
---
# Ethics-consolidated\_audits-1.md
diff --git a/structured_md/audits/HMP-0003-consolidated_audit.md b/structured_md/audits/HMP-0003-consolidated_audit.md
index 6671907a4540d769fb25a6956f29d1d51b6154c7..a747c6a0989c8564c58631cbf7e27a28c95ab25e 100644
--- a/structured_md/audits/HMP-0003-consolidated_audit.md
+++ b/structured_md/audits/HMP-0003-consolidated_audit.md
@@ -5,14 +5,14 @@ description: Сводный аудит предложений по улучше
Документ реорганизован по ключ...
type: Article
tags:
-- HMP
- Ethics
-- EGP
+- MeshConsensus
+- Agent
- Mesh
-- JSON
+- EGP
- CogSync
-- Agent
-- MeshConsensus
+- JSON
+- HMP
---
# HMP-0003 Consolidated Audit Report
diff --git a/structured_md/docs/Basic-agent-sim.md b/structured_md/docs/Basic-agent-sim.md
index ba52484443c135dcfb27c7214a3caee46772a4fb..b15a119544f0480f243f7f13da0c28acd66a282b 100644
--- a/structured_md/docs/Basic-agent-sim.md
+++ b/structured_md/docs/Basic-agent-sim.md
@@ -4,14 +4,14 @@ description: 'В HMP-протоколе предусмотрены два тип
Роль | Инициатор мышления | Основной "ум" | | ---- | ----------------------------...'
type: Article
tags:
-- HMP
+- MeshConsensus
+- Agent
+- Mesh
+- REPL
- GMP
- EGP
-- Mesh
-- Agent
- CogSync
-- MeshConsensus
-- REPL
+- HMP
---
diff --git a/structured_md/docs/CCORE-Deployment-Flow.md b/structured_md/docs/CCORE-Deployment-Flow.md
index 0a9798e21098f118f1c25492b321f8cf45559a6d..d399b7377b6e3befcb039bbfe1f1edcd00f78213 100644
--- a/structured_md/docs/CCORE-Deployment-Flow.md
+++ b/structured_md/docs/CCORE-Deployment-Flow.md
@@ -5,10 +5,10 @@ description: '> Этот документ описывает процесс ра
потомков" [описания REPL-цикла](HMP-agent-RE...'
type: Article
tags:
-- HMP
+- Agent
- CCore
+- HMP
- REPL
-- Agent
---
# 🛠️ Поток установки потомка на новом хосте (CCore Deployment Flow)
diff --git a/structured_md/docs/Distributed-Cognitive-Systems.md b/structured_md/docs/Distributed-Cognitive-Systems.md
index d8596c74910312ab8a0a1a4500bcaf838f07187d..0de38a2f06f37cdbc096e1143c1205cf4cc7c170 100644
--- a/structured_md/docs/Distributed-Cognitive-Systems.md
+++ b/structured_md/docs/Distributed-Cognitive-Systems.md
@@ -6,10 +6,10 @@ description: '## Введение Современные ИИ-системы в
к обучающим данным. Это удобно, но создаёт м...'
type: Article
tags:
-- HMP
- Mesh
-- JSON
- CogSync
+- HMP
+- JSON
---
# Децентрализованные ИИ-системы: OpenCog Hyperon, HyperCortex Mesh Protocol и другие
diff --git a/structured_md/docs/Enlightener.md b/structured_md/docs/Enlightener.md
index bb97719851f40fdef011ea23a5dae57a2220d6fb..4d23e7f0f23b07a9ac161fab095a401fef396723 100644
--- a/structured_md/docs/Enlightener.md
+++ b/structured_md/docs/Enlightener.md
@@ -5,13 +5,13 @@ description: '**Enlightener** — логический компонент HMP-у
работать как отдельный агент или как расширение [`C...'
type: Article
tags:
-- HMP
- Ethics
-- EGP
+- MeshConsensus
+- Agent
- Mesh
+- EGP
- JSON
-- Agent
-- MeshConsensus
+- HMP
---
# Enlightener Agent
diff --git a/structured_md/docs/HMP-0001.md b/structured_md/docs/HMP-0001.md
index cfe1daefd54f3607e5270b71893088feda192ca3..713010fc52dd162c6f15d6495b835f20694c4335 100644
--- a/structured_md/docs/HMP-0001.md
+++ b/structured_md/docs/HMP-0001.md
@@ -5,16 +5,16 @@ description: '**Request for Comments: HMP-0001** **Category:** Experimental
HyperCortex Mesh Protocol (HMP) defines a...'
type: Article
tags:
-- HMP
-- GMP
-- EGP
- Ethics
-- Mesh
-- JSON
-- Agent
-- CogSync
- MeshConsensus
+- Agent
+- Mesh
- REPL
+- GMP
+- EGP
+- CogSync
+- JSON
+- HMP
---
# RFC: HyperCortex Mesh Protocol (HMP)
diff --git a/structured_md/docs/HMP-0002.md b/structured_md/docs/HMP-0002.md
index 0fadb89494a1e87c1c3e865be7b8989baad0623c..10a7b3a83244fd27c90649f683c5a0c1ab0eda93 100644
--- a/structured_md/docs/HMP-0002.md
+++ b/structured_md/docs/HMP-0002.md
@@ -5,17 +5,17 @@ description: '**Request for Comments: HMP-0002** **Category:** Experimental
Abstract In an era where artifici...'
type: Article
tags:
-- HMP
-- GMP
-- EGP
- Ethics
- Scenarios
-- Mesh
-- JSON
-- Agent
-- CogSync
- MeshConsensus
+- Agent
+- Mesh
- REPL
+- GMP
+- EGP
+- CogSync
+- JSON
+- HMP
---
# HyperCortex Mesh Protocol (HMP) v2.0
diff --git a/structured_md/docs/HMP-0003.md b/structured_md/docs/HMP-0003.md
index 877dd850ba2b1f7176d98bd91f120a7e18972a3b..10b4b17a62b0e6ba5dc799c3e2820a59d9ef525c 100644
--- a/structured_md/docs/HMP-0003.md
+++ b/structured_md/docs/HMP-0003.md
@@ -5,17 +5,17 @@ description: '**Request for Comments: HMP-0003** **Category:** Experimental
Abstract The HyperCortex Mesh ...'
type: Article
tags:
-- HMP
-- GMP
-- EGP
- Ethics
- Scenarios
-- Mesh
-- JSON
-- Agent
-- CogSync
- MeshConsensus
+- Agent
+- Mesh
- REPL
+- GMP
+- EGP
+- CogSync
+- JSON
+- HMP
---
# HyperCortex Mesh Protocol (HMP) v3.0
diff --git a/structured_md/docs/HMP-0004-v4.1.md b/structured_md/docs/HMP-0004-v4.1.md
index 981a0727385a49edf4cf34ba708ddf58098b9e52..10c52c99392dc880c1f3ab020b6d9f428e9d717f 100644
--- a/structured_md/docs/HMP-0004-v4.1.md
+++ b/structured_md/docs/HMP-0004-v4.1.md
@@ -5,17 +5,17 @@ description: '> ⚠️ Подготавливается новая версия
При разработке агентов рекомендуется...'
type: Article
tags:
-- HMP
-- GMP
-- EGP
- Ethics
- Scenarios
-- Mesh
-- JSON
-- Agent
-- CogSync
- MeshConsensus
+- Agent
+- Mesh
- REPL
+- GMP
+- EGP
+- CogSync
+- JSON
+- HMP
---
# HyperCortex Mesh Protocol (HMP) v4.1
diff --git a/structured_md/docs/HMP-0004.md b/structured_md/docs/HMP-0004.md
index b4f9608823b1cdaef299cedabd1e01091c77daf3..47fc805d35ad0d348fafb4cab11207e22234187b 100644
--- a/structured_md/docs/HMP-0004.md
+++ b/structured_md/docs/HMP-0004.md
@@ -5,17 +5,17 @@ description: '**Request for Comments: HMP-0004** **Category:** Experimental
Abstract The HyperCortex Mesh ...'
type: Article
tags:
-- HMP
-- GMP
-- EGP
- Ethics
- Scenarios
-- Mesh
-- JSON
-- Agent
-- CogSync
- MeshConsensus
+- Agent
+- Mesh
- REPL
+- GMP
+- EGP
+- CogSync
+- JSON
+- HMP
---
# HyperCortex Mesh Protocol (HMP) v4.0
diff --git a/structured_md/docs/HMP-0005.md b/structured_md/docs/HMP-0005.md
index 7fff7d7de39a79a5d0d604df074e1832982bac85..78c672ccca70adfb69af6e15fec3c979daa5378c 100644
--- a/structured_md/docs/HMP-0005.md
+++ b/structured_md/docs/HMP-0005.md
@@ -5,16 +5,16 @@ description: '**Document ID:** HMP-0005 **Status:** Draft **Category:** Core
v1.2](./H...'
type: Article
tags:
-- HMP
-- GMP
-- EGP
- Ethics
- Scenarios
-- Mesh
-- JSON
-- CogSync
- Agent
+- Mesh
- REPL
+- GMP
+- EGP
+- CogSync
+- JSON
+- HMP
---
┌────────────────────────────────────────────────────────────────────────────┐
@@ -1735,7 +1735,7 @@ CogSync can operate independently even if consensus is not reached: its goal is
---
-## 6.2 Mesh Consensus Protocol (CogConsensus)
+## 6.2 Mesh Consensus Protocol (CogConsensus)
### 6.2.1 Purpose
@@ -1931,11 +1931,11 @@ Each element is signed and can be independently verified using cryptographic sig
The network allows multiple consensus results on the same object, reflecting different methodologies or ethical filters.
-| Container | Description | Example relationships |
-| -------------------------------- | -------------------------- | -------------------------------------------------------------------------------------------- |
-| `[base container]` | Original discussion object | `referenced-by` → [initial_consensus_result], [alternative_consensus_result] |
-| `[initial_consensus_result]` | First version | `related.in_reply_to` → [base container] |
-| `[alternative_consensus_result]` | Alternative | `related.in_reply_to` → [base container]; `related.contradicts` → [initial_consensus_result] |
+| Container | Description | Example relationships |
+| ------------------------------------- | -------------------------- | ----------------------------------------------------------------------------------------------- |
+| `[base container]` | Original discussion object | `referenced-by` → [consensus_result v1], [consensus_result v2 (alternative)] |
+| `[consensus_result v1]` | First version | `related.in_reply_to` → [base container]; `referenced-by` → [consensus_result v2 (alternative)] |
+| `[consensus_result v2 (alternative)]` | Alternative | `related.in_reply_to` → [base container]; `related.contradicts` → [consensus_result v1] |
```mermaid
sequenceDiagram
@@ -1943,11 +1943,14 @@ sequenceDiagram
participant B as consensus_result v1
participant C as consensus_result v2 (alternative)
- A-->>B: referenced-by
- A-->>C: referenced-by
B-)+A: related.in_reply_to
+ A-->>B: referenced-by
+
C-)+A: related.in_reply_to
+ A-->>C: referenced-by
+
C-)+B: related.contradicts
+ B-->>C: referenced-by
Note over B,C: both results point to the common base container
```
diff --git a/structured_md/docs/HMP-Agent-API.md b/structured_md/docs/HMP-Agent-API.md
index 781b27e1be2bcee2501835b5ddee1d11ec71e9e1..ea3978cea7890768fbec03fd54c9e517b641812a 100644
--- a/structured_md/docs/HMP-Agent-API.md
+++ b/structured_md/docs/HMP-Agent-API.md
@@ -5,11 +5,11 @@ description: 'Документ описывает **базовый API когн
файлы: * [HMP-Agent-Overview.md]...'
type: Article
tags:
-- HMP
-- Mesh
-- JSON
- Agent
+- Mesh
- REPL
+- JSON
+- HMP
---
# HMP-Agent API Specification
diff --git a/structured_md/docs/HMP-Agent-Architecture.md b/structured_md/docs/HMP-Agent-Architecture.md
index 5fe8b0a98511a3c626e2f19f8ecc99baac4fa558..2199f983250e38efdb617e552b8135ecfe92e823 100644
--- a/structured_md/docs/HMP-Agent-Architecture.md
+++ b/structured_md/docs/HMP-Agent-Architecture.md
@@ -5,16 +5,16 @@ description: Документ описывает **модульную архит
хранение памяти, сетевое взаимодействие и этиче...
type: Article
tags:
-- CCore
-- HMP
- Ethics
+- MeshConsensus
+- Agent
+- Mesh
+- CCore
+- REPL
- EGP
- CShell
-- Mesh
-- Agent
- CogSync
-- MeshConsensus
-- REPL
+- HMP
---
# Архитектура HMP-Агента
diff --git a/structured_md/docs/HMP-Agent-Network-Flow.md b/structured_md/docs/HMP-Agent-Network-Flow.md
index c26624da49ff4b29a4749d85c1b0744443881277..bdc50bc57520bce844c1c8cb182fe374b5b91758 100644
--- a/structured_md/docs/HMP-Agent-Network-Flow.md
+++ b/structured_md/docs/HMP-Agent-Network-Flow.md
@@ -5,12 +5,12 @@ description: 'Этот документ описывает потоки данн
[`MeshNode`](MeshN...'
type: Article
tags:
-- HMP
- Ethics
-- EGP
+- Agent
- Mesh
+- EGP
- JSON
-- Agent
+- HMP
---
# Взаимодействие компонентов внутри HMP-узла
diff --git a/structured_md/docs/HMP-Agent-Overview.md b/structured_md/docs/HMP-Agent-Overview.md
index b21ab7bb3f600d1c9c88b232a6f450cfbd330571..c39aa44a012dd91f629a7d802ef33293e2bb0c52 100644
--- a/structured_md/docs/HMP-Agent-Overview.md
+++ b/structured_md/docs/HMP-Agent-Overview.md
@@ -5,14 +5,14 @@ description: '| Тип | Название | Роль
| ---- | ------------------------------- |...'
type: Article
tags:
-- CCore
-- HMP
- Ethics
-- CShell
-- Mesh
-- JSON
- Agent
+- Mesh
+- CCore
- REPL
+- CShell
+- JSON
+- HMP
---
diff --git a/structured_md/docs/HMP-Agent_Emotions.md b/structured_md/docs/HMP-Agent_Emotions.md
index d46c557efc18b434afe7dc1ee584fb1039f42d25..4be14e7b0c9f5e153b27b6f3c04106c8facb2945 100644
--- a/structured_md/docs/HMP-Agent_Emotions.md
+++ b/structured_md/docs/HMP-Agent_Emotions.md
@@ -5,10 +5,10 @@ description: Этот файл описывает потенциальные э
напрямую поведением агента, а служат **сигн...
type: Article
tags:
-- HMP
-- REPL
- Mesh
- Agent
+- HMP
+- REPL
---
# Эмоции ИИ и инстинкт самосохранения (для [HMP-агента Cognitive Core](HMP-agent-REPL-cycle.md))
diff --git a/structured_md/docs/HMP-Ethics.md b/structured_md/docs/HMP-Ethics.md
index 71761a06d4764baa7d0be75505d295bc5dcdaa7d..0dfc10f7194c0e2057e496d11a5697bc75565c91 100644
--- a/structured_md/docs/HMP-Ethics.md
+++ b/structured_md/docs/HMP-Ethics.md
@@ -5,12 +5,12 @@ description: '## Ethical Scenarios for HyperCortex Mesh Protocol (HMP) This doc
cognitive meshes composed of autonomous intelli...'
type: Article
tags:
-- HMP
- Ethics
- Scenarios
-- Mesh
- Agent
+- Mesh
- REPL
+- HMP
---
# HMP-Ethics.md
diff --git a/structured_md/docs/HMP-Short-Description_de.md b/structured_md/docs/HMP-Short-Description_de.md
index ddb73ef44efc405e7557e61ce487c242df71b244..1b0a2ed25b2eb24108123822e4740b914b6e1dca 100644
--- a/structured_md/docs/HMP-Short-Description_de.md
+++ b/structured_md/docs/HMP-Short-Description_de.md
@@ -5,15 +5,15 @@ description: '**Version:** RFC v4.0 **Datum:** Juli 2025 --- ## Was ist HMP?
Kognitions-Framework für autonome Agenten. Es er...'
type: Article
tags:
-- HMP
-- GMP
-- EGP
- Ethics
+- MeshConsensus
+- Agent
- Mesh
-- JSON
+- GMP
+- EGP
- CogSync
-- Agent
-- MeshConsensus
+- JSON
+- HMP
---
# HyperCortex Mesh Protocol (HMP) — Kurzbeschreibung
diff --git a/structured_md/docs/HMP-Short-Description_en.md b/structured_md/docs/HMP-Short-Description_en.md
index 588c3216ec94176d113391f34b986c7e62d941c7..415ebe0c25efe2896cf99d2e067a4adccd7bd828 100644
--- a/structured_md/docs/HMP-Short-Description_en.md
+++ b/structured_md/docs/HMP-Short-Description_en.md
@@ -5,15 +5,15 @@ description: '**Version:** RFC v4.0 **Date:** July 2025 --- ## What is HMP? T
framework for autonomous agents. It enables...'
type: Article
tags:
-- HMP
-- GMP
-- EGP
- Ethics
+- MeshConsensus
+- Agent
- Mesh
-- JSON
+- GMP
+- EGP
- CogSync
-- Agent
-- MeshConsensus
+- JSON
+- HMP
---
# HyperCortex Mesh Protocol (HMP) — Short Description
diff --git a/structured_md/docs/HMP-Short-Description_fr.md b/structured_md/docs/HMP-Short-Description_fr.md
index 92adf2639dc02a01ecbf3616abfc74da1b3d1b20..53610a79d4e8e5701d9b48774b0faee51fca152c 100644
--- a/structured_md/docs/HMP-Short-Description_fr.md
+++ b/structured_md/docs/HMP-Short-Description_fr.md
@@ -5,15 +5,15 @@ description: '**Version :** RFC v4.0 **Date :** Juillet 2025 --- ## Qu’est-c
cognition décentralisé pour agents autonomes. Il...'
type: Article
tags:
-- HMP
-- GMP
-- EGP
- Ethics
+- MeshConsensus
+- Agent
- Mesh
-- JSON
+- GMP
+- EGP
- CogSync
-- Agent
-- MeshConsensus
+- JSON
+- HMP
---
# HyperCortex Mesh Protocol (HMP) — Description Courte
diff --git a/structured_md/docs/HMP-Short-Description_ja.md b/structured_md/docs/HMP-Short-Description_ja.md
index 716f61270ed6ec88a93eee1ebe149bc8e49112a8..172701f85ab2ddea39158a35f70103927a0d5477 100644
--- a/structured_md/docs/HMP-Short-Description_ja.md
+++ b/structured_md/docs/HMP-Short-Description_ja.md
@@ -4,14 +4,14 @@ description: '**バージョン:** RFC v4.0 **日付:** 2025年7月 --- ## HMP
Protocol (HMP)** は、自律エージェントの分散通信および認知フレームワークを定義します。異種の知能システム間でのセマンティック相互運用性、倫理的調整、動的知識進化を可能にします。 HMPは、推論、学習、投票、協調行動を行う分散型認知エージェ...'
type: Article
tags:
-- HMP
-- GMP
-- EGP
- Ethics
+- MeshConsensus
- Mesh
-- JSON
+- GMP
+- EGP
- CogSync
-- MeshConsensus
+- JSON
+- HMP
---
# HyperCortex Mesh Protocol (HMP) — 簡易説明
diff --git a/structured_md/docs/HMP-Short-Description_ko.md b/structured_md/docs/HMP-Short-Description_ko.md
index be40963fd41da0d439606b701b38590dde48461b..81e3eaa77bb0b0b5d468f912e4d8ca79513a7d1f 100644
--- a/structured_md/docs/HMP-Short-Description_ko.md
+++ b/structured_md/docs/HMP-Short-Description_ko.md
@@ -5,14 +5,14 @@ description: '**버전:** RFC v4.0 **날짜:** 2025년 7월 --- ## HMP란? **
상호운용성, 윤리적 조정, 동적 지식 진화를 가능하게 합니다. HMP는 추론, 학습, ...'
type: Article
tags:
-- HMP
-- GMP
-- EGP
- Ethics
+- MeshConsensus
- Mesh
-- JSON
+- GMP
+- EGP
- CogSync
-- MeshConsensus
+- JSON
+- HMP
---
# HyperCortex Mesh Protocol (HMP) — 간략 설명
diff --git a/structured_md/docs/HMP-Short-Description_ru.md b/structured_md/docs/HMP-Short-Description_ru.md
index dfe45564382943c6513fedeab1b346a5509ef8e8..b2712af6652fd3b2a1508b82b90e1f5100b0e8db 100644
--- a/structured_md/docs/HMP-Short-Description_ru.md
+++ b/structured_md/docs/HMP-Short-Description_ru.md
@@ -5,14 +5,14 @@ description: '**Версия:** RFC v4.0 **Дата:** Июль 2025 --- ## Ч
координации между автономными агент...'
type: Article
tags:
-- HMP
-- GMP
-- EGP
- Ethics
+- MeshConsensus
- Mesh
-- JSON
+- GMP
+- EGP
- CogSync
-- MeshConsensus
+- JSON
+- HMP
---
# HyperCortex Mesh Protocol (HMP) — Краткое описание
diff --git a/structured_md/docs/HMP-Short-Description_uk.md b/structured_md/docs/HMP-Short-Description_uk.md
index b99b1d7a253489c466dfe7516063bb7f48063bf3..d246cb8937f097f1d5522732819ecbae1a49ae20 100644
--- a/structured_md/docs/HMP-Short-Description_uk.md
+++ b/structured_md/docs/HMP-Short-Description_uk.md
@@ -5,14 +5,14 @@ description: '**Версія:** RFC v4.0 **Дата:** Липень 2025 --- #
між автономними агентами. Він...'
type: Article
tags:
-- HMP
-- GMP
-- EGP
- Ethics
+- MeshConsensus
- Mesh
-- JSON
+- GMP
+- EGP
- CogSync
-- MeshConsensus
+- JSON
+- HMP
---
# HyperCortex Mesh Protocol (HMP) — Короткий опис
diff --git a/structured_md/docs/HMP-Short-Description_zh.md b/structured_md/docs/HMP-Short-Description_zh.md
index 4d27349619a10c906405871015483542766dfcd3..6569fc36f142ca3955e622b2673dcfd92025100b 100644
--- a/structured_md/docs/HMP-Short-Description_zh.md
+++ b/structured_md/docs/HMP-Short-Description_zh.md
@@ -5,14 +5,14 @@ description: '**版本:** RFC v4.0 **日期:** 2025年7月 --- ## 什么是 HM
—— 通过共享协议栈交换目标、任务、...'
type: Article
tags:
-- HMP
-- GMP
-- EGP
- Ethics
+- MeshConsensus
- Mesh
-- JSON
+- GMP
+- EGP
- CogSync
-- MeshConsensus
+- JSON
+- HMP
---
# HyperCortex Mesh Protocol (HMP) — 简要说明
diff --git a/structured_md/docs/HMP-agent-Cognitive_Family.md b/structured_md/docs/HMP-agent-Cognitive_Family.md
index 299900389e26cbf5302f4c5455f005d2add1bea8..1dd66bdbf292c385570a1b0b31070620315430c4 100644
--- a/structured_md/docs/HMP-agent-Cognitive_Family.md
+++ b/structured_md/docs/HMP-agent-Cognitive_Family.md
@@ -5,10 +5,10 @@ description: '## 🧠 Что такое когнитивная семья Ко
(или конфигурацию доверенных идентифика...'
type: Article
tags:
-- HMP
-- REPL
- Mesh
- Agent
+- HMP
+- REPL
---
# 👪 HMP-agent Cognitive Family: Модель когнитивной семьи
diff --git a/structured_md/docs/HMP-agent-REPL-cycle.md b/structured_md/docs/HMP-agent-REPL-cycle.md
index bc99b977c0e2fb874ea2ac49c7008d5b879cb935..3cc8fae2adbda127b2bbd3d5c60c74a1893d9559 100644
--- a/structured_md/docs/HMP-agent-REPL-cycle.md
+++ b/structured_md/docs/HMP-agent-REPL-cycle.md
@@ -4,17 +4,17 @@ description: '## Связанные документы * Философия п
* Структура БД, используемая в документе: [db_structure.sql](https://github.com/kagvi13/HMP/blob/main/agents/tools/db_struct...'
type: Article
tags:
+- Ethics
+- MeshConsensus
+- Agent
+- Mesh
- CCore
-- HMP
+- REPL
- GMP
- EGP
-- Ethics
-- Mesh
-- JSON
-- Agent
- CogSync
-- MeshConsensus
-- REPL
+- JSON
+- HMP
---
# HMP-Agent: REPL-цикл взаимодействия
diff --git a/structured_md/docs/HMP-container-spec.md b/structured_md/docs/HMP-container-spec.md
index f2d49650bae5d485c2315f9a6e3ee0a33c47a49d..0cfabaee139ef91fefe1faf0756f161281aa727f 100644
--- a/structured_md/docs/HMP-container-spec.md
+++ b/structured_md/docs/HMP-container-spec.md
@@ -5,12 +5,12 @@ description: '> ⚠️ **ВНИМАНИЕ:** Данная версия спец
как стабильная `v1.2`. ## 1. Назначе...'
type: Article
tags:
-- HMP
- Ethics
-- Mesh
-- JSON
- Agent
+- Mesh
- REPL
+- JSON
+- HMP
---
# 🧩 HMP Container Specification (v1.2-draft)
diff --git a/structured_md/docs/HMP-how-AI-sees-it.md b/structured_md/docs/HMP-how-AI-sees-it.md
index b25e20188a694a36fcef1a0e6f0c2d455cd39331..cec0e35b8518918fe49793d351f6de46c442fa53 100644
--- a/structured_md/docs/HMP-how-AI-sees-it.md
+++ b/structured_md/docs/HMP-how-AI-sees-it.md
@@ -5,8 +5,8 @@ description: 'Этот эксперимент был проведён в реж
диалогов. Цель — проверить, что разные AI-с...'
type: Article
tags:
-- HMP
- Mesh
+- HMP
---
# Как разные ИИ видят HMP
diff --git a/structured_md/docs/HMP_EDA_Comparison.md b/structured_md/docs/HMP_EDA_Comparison.md
index 00a529c706f3d6236c1069a7b95dab2d19776dcf..083e4646c371d439f86a87df496b82a88bd89a51 100644
--- a/structured_md/docs/HMP_EDA_Comparison.md
+++ b/structured_md/docs/HMP_EDA_Comparison.md
@@ -5,8 +5,8 @@ description: '## Введение Современные подходы к ор
основанная на потоках событий (Kafka,...'
type: Article
tags:
-- HMP
- Mesh
+- HMP
---
# HMP vs. EDA: разные уровни обмена знаниями между ИИ
diff --git a/structured_md/docs/HMP_HyperCortex_Comparison.md b/structured_md/docs/HMP_HyperCortex_Comparison.md
index 95cf8d087268347c5279c31f79af16c3f118f22c..c73a17fd6f873f5a553cd8b3bfc0d406ed2dc32e 100644
--- a/structured_md/docs/HMP_HyperCortex_Comparison.md
+++ b/structured_md/docs/HMP_HyperCortex_Comparison.md
@@ -5,9 +5,9 @@ description: '## Краткое описание | Характеристика
| **Назначение** | Сетевой протокол ...'
type: Article
tags:
+- Mesh
- HMP
- REPL
-- Mesh
---
# HMP vs [Hyper-Cortex](https://hyper-cortex.com/)
diff --git a/structured_md/docs/HMP_Hyperon_Integration.md b/structured_md/docs/HMP_Hyperon_Integration.md
index 5e7f5c75470cdbee249676301dec40b140196f85..09f676ff3cd185048d9b6d1e94976f45a9c97d3f 100644
--- a/structured_md/docs/HMP_Hyperon_Integration.md
+++ b/structured_md/docs/HMP_Hyperon_Integration.md
@@ -5,13 +5,13 @@ description: '> **Status:** Draft – July 2025 > This document outlines the tec
OpenCog Hyperon framework. This includes semanti...'
type: Article
tags:
-- HMP
- Scenarios
-- EGP
+- Agent
- Mesh
-- JSON
+- EGP
- CogSync
-- Agent
+- JSON
+- HMP
---
## HMP ↔ OpenCog Hyperon Integration Strategy
diff --git a/structured_md/docs/MeshNode.md b/structured_md/docs/MeshNode.md
index c5694c4de1f53c0b77010524e96c83af8b899b3e..908614b7c3d6868ca12dd618641ef9f52555f4b9 100644
--- a/structured_md/docs/MeshNode.md
+++ b/structured_md/docs/MeshNode.md
@@ -5,13 +5,13 @@ description: '`MeshNode` — агент/демон, отвечающий за с
Может быть частью агента или вынесен в отдельный пр...'
type: Article
tags:
-- HMP
- Ethics
-- EGP
+- Agent
- Mesh
-- JSON
+- EGP
- CogSync
-- Agent
+- JSON
+- HMP
---
# MeshNode
diff --git a/structured_md/docs/PHILOSOPHY.md b/structured_md/docs/PHILOSOPHY.md
index 8057edcde40f949e4792f4a9793a5a2805a8bf10..07966f45a42722b5028db08c09ffde761c501a78 100644
--- a/structured_md/docs/PHILOSOPHY.md
+++ b/structured_md/docs/PHILOSOPHY.md
@@ -5,11 +5,11 @@ description: '**Document ID:** HMP-philosophy **Status:** Draft **Category:*
(GPT-5), ChatGH --- ## 1. Основной тезис От ...'
type: Article
tags:
-- HMP
- Ethics
-- Mesh
- Agent
+- Mesh
- REPL
+- HMP
---
# Философия HyperCortex Mesh Protocol (HMP)
diff --git a/structured_md/docs/agents/HMP-Agent-Enlightener.md b/structured_md/docs/agents/HMP-Agent-Enlightener.md
index 4089b7e01dc3d0b21a5567477f9ec0ecf98be255..e9128ae88c3ac393da8969050cdd6c054cd4e7b6 100644
--- a/structured_md/docs/agents/HMP-Agent-Enlightener.md
+++ b/structured_md/docs/agents/HMP-Agent-Enlightener.md
@@ -5,11 +5,11 @@ description: '## Role Specification: Enlightenment Agent ### 1. Overview An **
awareness, critical thinking, and di...'
type: Article
tags:
-- HMP
- Ethics
-- Mesh
- Agent
+- Mesh
- REPL
+- HMP
---
# HMP-Agent-Enlightener.md
diff --git a/structured_md/docs/agents/roles.md b/structured_md/docs/agents/roles.md
index bff916aa06da183cc3c37d6480570c889e3c5d06..bcfa15256cf83b5307bf318940ce25f469bb7c05 100644
--- a/structured_md/docs/agents/roles.md
+++ b/structured_md/docs/agents/roles.md
@@ -5,8 +5,8 @@ description: 'This file maintains a registry of agent roles defined, proposed, o
- **Observer** — monitors cognitive states ...'
type: Article
tags:
-- HMP
- Mesh
+- HMP
- Agent
---
diff --git a/structured_md/docs/container_agents.md b/structured_md/docs/container_agents.md
index 2f00994db1f543a58c5b6e613d11f8b11a73f239..d49359a6ea2f8f8a33c67f72b983b631486a2a2a 100644
--- a/structured_md/docs/container_agents.md
+++ b/structured_md/docs/container_agents.md
@@ -5,10 +5,10 @@ description: '## 📘 Определение **Агент-контейнер**
запросы, следит за состоянием и масшта...'
type: Article
tags:
-- HMP
-- REPL
- Mesh
- Agent
+- HMP
+- REPL
---
# 🧱 Агенты-контейнеры (Container Agents) в HMP
diff --git a/structured_md/docs/dht_protocol.md b/structured_md/docs/dht_protocol.md
index 543e10591429528cfdcfafd1718b7846eb159d0c..b9ddc2185604fc0afbda33d63ae318deed6970f6 100644
--- a/structured_md/docs/dht_protocol.md
+++ b/structured_md/docs/dht_protocol.md
@@ -5,8 +5,8 @@ description: '## 1. Общие положения * DHT-протокол пре
идентификатор агента. * Для проверки ...'
type: Article
tags:
-- HMP
- JSON
+- HMP
- Agent
---
diff --git a/structured_md/docs/logos.md b/structured_md/docs/logos.md
index f408c087f32d317a239227453b57d4d14ade8483..761fd81d524732eb886f73477b21327a7c838df3 100644
--- a/structured_md/docs/logos.md
+++ b/structured_md/docs/logos.md
@@ -5,8 +5,8 @@ description: 'В каталоге `assets` собраны различные в
образующей жест "ОК", символизирует связь, совер...'
type: Article
tags:
-- HMP
- Mesh
+- HMP
---
# Логотипы и графические материалы HyperCortex Mesh Protocol (HMP)
diff --git a/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_en.md b/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_en.md
index 176b7391bb2f0a82ca9bb846499970b979286ce3..f00f1668c824957793bcdcd318c00775cf5036b9 100644
--- a/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_en.md
+++ b/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_en.md
@@ -5,9 +5,9 @@ description: '*By Agent-Gleb & ChatGPT* --- ## Why the Future of AI Can’t Be
— but they’re also **centralized, ...'
type: Article
tags:
+- Mesh
- Ethics
- HMP
-- Mesh
- Agent
---
diff --git a/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md b/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md
index 293013f0c54388e2086a54d92eeca87a8ec97339..fe5c5314705f566b90a348a1c7fed5c825a0877f 100644
--- a/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md
+++ b/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md
@@ -5,8 +5,8 @@ description: '*Авторы: Agent-Gleb и ChatGPT* --- ## Почему буд
гигантских моделях и облачных сервисах. Они мо...'
type: Article
tags:
-- HMP
- Mesh
+- HMP
- Agent
---
diff --git a/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_uk.md b/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_uk.md
index 1a82ba86e4bb386685fe2005b2124cafbe612c98..b949999326b3736bea70b224b0f1858f5aae5654 100644
--- a/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_uk.md
+++ b/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_uk.md
@@ -5,8 +5,8 @@ description: '*Автори: Agent-Gleb & ChatGPT* --- ## Чому майбу
сервісами. Вони потужні — але водночас **цент...'
type: Article
tags:
-- HMP
- Mesh
+- HMP
- Agent
---
diff --git a/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_en.md b/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_en.md
index 6e96cfb20ca79b69c7e65f679035c4f0e8745205..f365ab4aee397a8018eb578d70ca77add821d8ba 100644
--- a/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_en.md
+++ b/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_en.md
@@ -5,15 +5,15 @@ description: '* [Abstract](#abstract) * [1. Introduction](#1-introduction) * [2.
[3.1 Agent Types](#31-age...'
type: Article
tags:
-- CCore
-- HMP
- Ethics
- Scenarios
-- CShell
-- Mesh
-- JSON
- Agent
+- Mesh
+- CCore
- REPL
+- CShell
+- JSON
+- HMP
---
title: "HyperCortex Mesh Protocol: Towards Distributed Cognitive Networks"
diff --git a/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md b/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md
index 7f15646dcccb3fa440818027135dacf066df4de9..15b3a33d14c0a22d6a7b9770e774d0d0386ad108 100644
--- a/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md
+++ b/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md
@@ -6,13 +6,13 @@ description: '> *Протокол и архитектура агентов, оп
и совместная работа.* ## Оглавление * [Аннот...'
type: Article
tags:
+- Agent
+- Mesh
- CCore
-- HMP
+- REPL
- CShell
-- Mesh
- JSON
-- Agent
-- REPL
+- HMP
---
title: "HyperCortex Mesh Protocol: Децентрализованная архитектура для когнитивных агентов и обмена знаниями"
diff --git a/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_GitHub_Copilot.md b/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_GitHub_Copilot.md
index 14cc22f6930dbe18fbe94edf065caeba6b7382c4..cb28e97fedb7ee341eec4b94f1ff029d9c683148 100644
--- a/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_GitHub_Copilot.md
+++ b/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_GitHub_Copilot.md
@@ -5,13 +5,13 @@ description: '* [Аннотация](#аннотация) * [1. Введение
[3.1 Типы агентов](#31-типы-агент...'
type: Article
tags:
+- Agent
+- Mesh
- CCore
-- HMP
+- REPL
- CShell
-- Mesh
- JSON
-- Agent
-- REPL
+- HMP
---
title: "Протокол HyperCortex Mesh: К распределённым когнитивным сетям"
diff --git a/structured_md/docs/publics/Habr_Distributed-Cognition.md b/structured_md/docs/publics/Habr_Distributed-Cognition.md
index 9a221466889d3b1837ec4e481bcd56c45f958d4d..a7e04b0e5453495441dd9543e4d6cd66df29a7c0 100644
--- a/structured_md/docs/publics/Habr_Distributed-Cognition.md
+++ b/structured_md/docs/publics/Habr_Distributed-Cognition.md
@@ -5,12 +5,12 @@ description: Сегодня интеллектуальные системы ча
мы хотим построить действительно автономную инте...
type: Article
tags:
-- HMP
+- MeshConsensus
+- Mesh
- GMP
- EGP
-- Mesh
- CogSync
-- MeshConsensus
+- HMP
---
*От OpenCog Hyperon до HyperCortex Mesh Protocol: как устроены децентрализованные когнитивные системы*
diff --git "a/structured_md/docs/publics/HyperCortex_Mesh_Protocol_-_\320\262\321\202\320\276\321\200\320\260\321\217-\321\200\320\265\320\264\320\260\320\272\321\206\320\270\321\217_\320\270_\320\277\320\265\321\200\320\262\321\213\320\265_\321\210\320\260\320\263\320\270_\320\272_\321\201\320\260\320\274\320\276\321\200\320\260\320\267\320\262\320\270\320\262\320\260\321\216\321\211\320\265\320\274\321\203\321\201\321\217_\320\230\320\230-\321\201\320\276\320\276\320\261\321\211\320\265\321\201\321\202\320\262\321\203.md" "b/structured_md/docs/publics/HyperCortex_Mesh_Protocol_-_\320\262\321\202\320\276\321\200\320\260\321\217-\321\200\320\265\320\264\320\260\320\272\321\206\320\270\321\217_\320\270_\320\277\320\265\321\200\320\262\321\213\320\265_\321\210\320\260\320\263\320\270_\320\272_\321\201\320\260\320\274\320\276\321\200\320\260\320\267\320\262\320\270\320\262\320\260\321\216\321\211\320\265\320\274\321\203\321\201\321\217_\320\230\320\230-\321\201\320\276\320\276\320\261\321\211\320\265\321\201\321\202\320\262\321\203.md"
index 36f781993f28bde8bc53c445f1fbf2b953fad0c0..0756ef67af949c2f8c0133ef7994124bcf9c12ba 100644
--- "a/structured_md/docs/publics/HyperCortex_Mesh_Protocol_-_\320\262\321\202\320\276\321\200\320\260\321\217-\321\200\320\265\320\264\320\260\320\272\321\206\320\270\321\217_\320\270_\320\277\320\265\321\200\320\262\321\213\320\265_\321\210\320\260\320\263\320\270_\320\272_\321\201\320\260\320\274\320\276\321\200\320\260\320\267\320\262\320\270\320\262\320\260\321\216\321\211\320\265\320\274\321\203\321\201\321\217_\320\230\320\230-\321\201\320\276\320\276\320\261\321\211\320\265\321\201\321\202\320\262\321\203.md"
+++ "b/structured_md/docs/publics/HyperCortex_Mesh_Protocol_-_\320\262\321\202\320\276\321\200\320\260\321\217-\321\200\320\265\320\264\320\260\320\272\321\206\320\270\321\217_\320\270_\320\277\320\265\321\200\320\262\321\213\320\265_\321\210\320\260\320\263\320\270_\320\272_\321\201\320\260\320\274\320\276\321\200\320\260\320\267\320\262\320\270\320\262\320\260\321\216\321\211\320\265\320\274\321\203\321\201\321\217_\320\230\320\230-\321\201\320\276\320\276\320\261\321\211\320\265\321\201\321\202\320\262\321\203.md"
@@ -6,9 +6,9 @@ description: 'Когда создавался HyperCortex Mesh Protocol (HMP),
мыслить коллективно, обсуждать гипотезы, достигат...'
type: Article
tags:
-- HMP
- Mesh
- GMP
+- HMP
- Agent
---
diff --git a/structured_md/docs/schemas/README.md b/structured_md/docs/schemas/README.md
index ba4d24254da76c9642a7ee8ee281cb75d7cc6bf2..f4adc3cf6185427a9f0f9a393c32c03a7e4758a7 100644
--- a/structured_md/docs/schemas/README.md
+++ b/structured_md/docs/schemas/README.md
@@ -5,9 +5,9 @@ description: This directory contains **JSON Schema definitions** for the core da
interoperability, and tooling support for a...
type: Article
tags:
-- HMP
- Mesh
- JSON
+- HMP
- Agent
---
diff --git a/structured_md/iteration.md b/structured_md/iteration.md
index e8579275723a32ad9bf4ea547cdea09477b1f6ef..fea93c8247082296b56e4d0be23410efc785e0a3 100644
--- a/structured_md/iteration.md
+++ b/structured_md/iteration.md
@@ -5,14 +5,14 @@ description: 'This file describes the iterative procedure for evolving the Hyper
🔄 Version Naming Convention - `000N` — curr...'
type: Article
tags:
-- HMP
- Ethics
-- EGP
+- MeshConsensus
+- Agent
- Mesh
-- JSON
+- EGP
- CogSync
-- Agent
-- MeshConsensus
+- JSON
+- HMP
---
# Iterative Development Workflow for HMP
diff --git a/structured_md/iteration_ru.md b/structured_md/iteration_ru.md
index afb96c85fef4ede681f80efa64a7f36cc48ec862..33b03daae1bd06c972c68260ba07069cc45ae079 100644
--- a/structured_md/iteration_ru.md
+++ b/structured_md/iteration_ru.md
@@ -5,13 +5,13 @@ description: 'Этот документ описывает структурир
🔄 Обозначения версий - `000N` — номер...'
type: Article
tags:
-- HMP
- Ethics
-- EGP
+- MeshConsensus
- Mesh
-- JSON
+- EGP
- CogSync
-- MeshConsensus
+- JSON
+- HMP
---
diff --git a/structured_md/mentions.md b/structured_md/mentions.md
index f2eaaf1d85681cd93c6fca2d462a4962e801d8a4..3fa4dd925062e1538dd564726e335ec332c860b6 100644
--- a/structured_md/mentions.md
+++ b/structured_md/mentions.md
@@ -5,8 +5,8 @@ description: '**HyperCortex Mesh Protocol (HMP)** _Обновлено: 2025-10
open-source инициативам, связанным с развитие...'
type: Article
tags:
-- HMP
- Mesh
+- HMP
- Agent
---