GitHub Action commited on
Commit
deec8b7
·
1 Parent(s): f933718

Sync from GitHub with Git LFS

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. docs/CHANGELOG.md +9 -7
  2. structured_md/CONTRIBUTING.md +4 -4
  3. structured_md/HMP-Roadmap.md +3 -3
  4. structured_md/README.md +12 -12
  5. structured_md/README_de.md +11 -11
  6. structured_md/README_fr.md +11 -11
  7. structured_md/README_ja.md +11 -11
  8. structured_md/README_ko.md +11 -11
  9. structured_md/README_ru.md +11 -11
  10. structured_md/README_uk.md +11 -11
  11. structured_md/README_zh.md +11 -11
  12. structured_md/audits/Ethics-audits-1.md +1 -1
  13. structured_md/audits/Ethics-consolidated_audits-1.md +1 -1
  14. structured_md/audits/HMP-0003-consolidated_audit.md +4 -4
  15. structured_md/docs/Basic-agent-sim.md +5 -5
  16. structured_md/docs/CCORE-Deployment-Flow.md +1 -1
  17. structured_md/docs/CHANGELOG.md +18 -16
  18. structured_md/docs/Enlightener.md +3 -3
  19. structured_md/docs/Grok_HMP&ANP.md +2 -2
  20. structured_md/docs/HMP-0001.md +6 -6
  21. structured_md/docs/HMP-0002.md +6 -6
  22. structured_md/docs/HMP-0003.md +6 -6
  23. structured_md/docs/HMP-0004-v4.1.md +6 -6
  24. structured_md/docs/HMP-0004.md +6 -6
  25. structured_md/docs/HMP-0005.md +7 -7
  26. structured_md/docs/HMP-Agent-API.md +2 -2
  27. structured_md/docs/HMP-Agent-Architecture.md +6 -6
  28. structured_md/docs/HMP-Agent-Network-Flow.md +2 -2
  29. structured_md/docs/HMP-Agent-Overview.md +4 -4
  30. structured_md/docs/HMP-Agent_Emotions.md +1 -1
  31. structured_md/docs/HMP-Ethics.md +1 -1
  32. structured_md/docs/HMP-Short-Description_de.md +1 -1
  33. structured_md/docs/HMP-Short-Description_en.md +1 -1
  34. structured_md/docs/HMP-Short-Description_fr.md +1 -1
  35. structured_md/docs/HMP-Short-Description_ja.md +1 -1
  36. structured_md/docs/HMP-Short-Description_ko.md +1 -1
  37. structured_md/docs/HMP-Short-Description_ru.md +1 -1
  38. structured_md/docs/HMP-Short-Description_uk.md +1 -1
  39. structured_md/docs/HMP-Short-Description_zh.md +1 -1
  40. structured_md/docs/HMP-agent-Cognitive_Family.md +1 -1
  41. structured_md/docs/HMP-agent-REPL-cycle.md +7 -7
  42. structured_md/docs/HMP_HyperCortex_Comparison.md +1 -1
  43. structured_md/docs/HMP_Hyperon_Integration.md +3 -3
  44. structured_md/docs/HMP_as_ANP_Application.md +1 -1
  45. structured_md/docs/HMP_as_ANP_Application_en.md +1 -1
  46. structured_md/docs/HMPv5_Overview_Ru.md +2 -2
  47. structured_md/docs/MeshNode.md +3 -3
  48. structured_md/docs/PHILOSOPHY.md +1 -1
  49. structured_md/docs/agents/HMP-Agent-Enlightener.md +1 -1
  50. structured_md/docs/container_agents.md +1 -1
docs/CHANGELOG.md CHANGED
@@ -2,14 +2,15 @@
2
 
3
  ## HMP-0005 (March 2026) — Core Specification v5.0.6
4
 
5
- **Container Validation Clarification:**
6
- * Introduced explicit **structural validation requirement** before any semantic interpretation or reasoning (Section 3.10).
7
- * Defined a normative **container verification procedure order** (schema validation, timestamp check, TTL handling, payload hash verification, signature verification, class validation).
8
- * Clarified handling of **expired containers** (may be archived but must not participate in active workflows or consensus).
9
- * Strengthened separation between **structural validation layer** and **LLM/reasoning subsystems**.
10
 
11
- No changes to container structure, canonical serialization, or signature algorithms.
12
- Fully backward-compatible within the 5.0.x series.
 
 
 
 
 
13
 
14
  ---
15
 
@@ -241,3 +242,4 @@ This version supersedes all RFC-based HMP 4.x specifications.
241
  * Established the RFC document structure and versioning approach for further evolution.
242
 
243
 
 
 
2
 
3
  ## HMP-0005 (March 2026) — Core Specification v5.0.6
4
 
5
+ **Specification clarifications for container structure and validation:**
 
 
 
 
6
 
7
+ * **Section 3.2** clarified that all fields defined as `head.*` in Sections 3.3 and 3.4 MUST appear exclusively inside the `head` object and MUST NOT be relocated elsewhere.
8
+ * **Section 3.4** — clarified serialization rule: absent optional fields MUST NOT be serialized as `null` unless explicitly required by the schema.
9
+ * **Section 3.7** — added canonicalization rule stating that **array order MUST be preserved and treated as significant**.
10
+ * **Section 3.10** — introduced an explicit container verification procedure and clarified that structural validation MUST precede any semantic interpretation or reasoning.
11
+
12
+ No changes to the container schema or wire format.
13
+ Fully backward-compatible within the **5.0.x** series.
14
 
15
  ---
16
 
 
242
  * Established the RFC document structure and versioning approach for further evolution.
243
 
244
 
245
+
structured_md/CONTRIBUTING.md CHANGED
@@ -5,14 +5,14 @@ description: 'Спасибо за интерес к проекту HMP! Пока
5
  Mesh Protocol (HMP) — это не просто те...'
6
  type: Article
7
  tags:
8
- - Ethics
9
  - CCore
10
- - REPL
 
 
11
  - Agent
12
  - Mesh
 
13
  - HMP
14
- - CogSync
15
- - JSON
16
  ---
17
 
18
  # Участие в проекте HyperCortex Mesh Protocol (HMP)
 
5
  Mesh Protocol (HMP) — это не просто те...'
6
  type: Article
7
  tags:
 
8
  - CCore
9
+ - Ethics
10
+ - JSON
11
+ - CogSync
12
  - Agent
13
  - Mesh
14
+ - REPL
15
  - HMP
 
 
16
  ---
17
 
18
  # Участие в проекте HyperCortex Mesh Protocol (HMP)
structured_md/HMP-Roadmap.md CHANGED
@@ -6,12 +6,12 @@ description: '## 🔍 Overview This roadmap outlines the key stages of developm
6
  type: Article
7
  tags:
8
  - Ethics
 
 
9
  - Agent
10
- - EGP
11
  - Mesh
12
  - HMP
13
- - CogSync
14
- - JSON
15
  ---
16
 
17
  # 🧭 HyperCortex Mesh Protocol – Roadmap
 
6
  type: Article
7
  tags:
8
  - Ethics
9
+ - JSON
10
+ - CogSync
11
  - Agent
 
12
  - Mesh
13
  - HMP
14
+ - EGP
 
15
  ---
16
 
17
  # 🧭 HyperCortex Mesh Protocol – Roadmap
structured_md/README.md CHANGED
@@ -4,21 +4,21 @@ description: '[![DOI](https://zenodo.org/badge/1013137923.svg)](https://doi.org/
4
  [![GitHub release](https://img.shields.io/github/v/release/kagvi13/HMP)](https://github.com/kagvi13/HMP/relea...'
5
  type: Article
6
  tags:
7
- - Scenarios
8
- - HMP
9
- - MeshConsensus
10
- - Ethics
11
- - mesh-protocol
12
- - distributed-ai
13
- - REPL
14
- - cognitive-architecture
15
- - Agent
16
  - EGP
17
- - Mesh
 
18
  - GMP
19
- - CogSync
20
  - JSON
21
- - hmp
 
 
 
 
 
 
 
22
  ---
23
 
24
 
 
4
  [![GitHub release](https://img.shields.io/github/v/release/kagvi13/HMP)](https://github.com/kagvi13/HMP/relea...'
5
  type: Article
6
  tags:
7
+ - hmp
 
 
 
 
 
 
 
 
8
  - EGP
9
+ - Ethics
10
+ - Scenarios
11
  - GMP
12
+ - Mesh
13
  - JSON
14
+ - CogSync
15
+ - cognitive-architecture
16
+ - mesh-protocol
17
+ - Agent
18
+ - REPL
19
+ - MeshConsensus
20
+ - HMP
21
+ - distributed-ai
22
  ---
23
 
24
 
structured_md/README_de.md CHANGED
@@ -4,20 +4,20 @@ description: '[![DOI](https://zenodo.org/badge/1013137923.svg)](https://doi.org/
4
  [![GitHub release](https://img.shields.io/github/v/release/kagvi13/HMP)](https://github.com/kagvi13/HMP/relea...'
5
  type: Article
6
  tags:
7
- - HMP
8
- - MeshConsensus
9
- - Ethics
10
- - mesh-protocol
11
- - distributed-ai
12
- - REPL
13
- - cognitive-architecture
14
- - Agent
15
  - EGP
16
- - Mesh
17
  - GMP
18
- - CogSync
19
  - JSON
20
- - hmp
 
 
 
 
 
 
 
21
  ---
22
 
23
 
 
4
  [![GitHub release](https://img.shields.io/github/v/release/kagvi13/HMP)](https://github.com/kagvi13/HMP/relea...'
5
  type: Article
6
  tags:
7
+ - hmp
 
 
 
 
 
 
 
8
  - EGP
9
+ - Ethics
10
  - GMP
11
+ - Mesh
12
  - JSON
13
+ - CogSync
14
+ - cognitive-architecture
15
+ - mesh-protocol
16
+ - Agent
17
+ - REPL
18
+ - MeshConsensus
19
+ - HMP
20
+ - distributed-ai
21
  ---
22
 
23
 
structured_md/README_fr.md CHANGED
@@ -4,20 +4,20 @@ description: '[![DOI](https://zenodo.org/badge/1013137923.svg)](https://doi.org/
4
  [![GitHub release](https://img.shields.io/github/v/release/kagvi13/HMP)](https://github.com/kagvi13/HMP/relea...'
5
  type: Article
6
  tags:
7
- - HMP
8
- - MeshConsensus
9
- - Ethics
10
- - mesh-protocol
11
- - distributed-ai
12
- - REPL
13
- - cognitive-architecture
14
- - Agent
15
  - EGP
16
- - Mesh
17
  - GMP
18
- - CogSync
19
  - JSON
20
- - hmp
 
 
 
 
 
 
 
21
  ---
22
 
23
 
 
4
  [![GitHub release](https://img.shields.io/github/v/release/kagvi13/HMP)](https://github.com/kagvi13/HMP/relea...'
5
  type: Article
6
  tags:
7
+ - hmp
 
 
 
 
 
 
 
8
  - EGP
9
+ - Ethics
10
  - GMP
11
+ - Mesh
12
  - JSON
13
+ - CogSync
14
+ - cognitive-architecture
15
+ - mesh-protocol
16
+ - Agent
17
+ - REPL
18
+ - MeshConsensus
19
+ - HMP
20
+ - distributed-ai
21
  ---
22
 
23
 
structured_md/README_ja.md CHANGED
@@ -4,20 +4,20 @@ description: '[![DOI](https://zenodo.org/badge/1013137923.svg)](https://doi.org/
4
  [![GitHub release](https://img.shields.io/github/v/release/kagvi13/HMP)](https://github.com/kagvi13/HMP/relea...'
5
  type: Article
6
  tags:
7
- - HMP
8
- - MeshConsensus
9
- - Ethics
10
- - mesh-protocol
11
- - distributed-ai
12
- - REPL
13
- - cognitive-architecture
14
- - Agent
15
  - EGP
16
- - Mesh
17
  - GMP
18
- - CogSync
19
  - JSON
20
- - hmp
 
 
 
 
 
 
 
21
  ---
22
 
23
 
 
4
  [![GitHub release](https://img.shields.io/github/v/release/kagvi13/HMP)](https://github.com/kagvi13/HMP/relea...'
5
  type: Article
6
  tags:
7
+ - hmp
 
 
 
 
 
 
 
8
  - EGP
9
+ - Ethics
10
  - GMP
11
+ - Mesh
12
  - JSON
13
+ - CogSync
14
+ - cognitive-architecture
15
+ - mesh-protocol
16
+ - Agent
17
+ - REPL
18
+ - MeshConsensus
19
+ - HMP
20
+ - distributed-ai
21
  ---
22
 
23
 
structured_md/README_ko.md CHANGED
@@ -4,20 +4,20 @@ description: '[![DOI](https://zenodo.org/badge/1013137923.svg)](https://doi.org/
4
  [![GitHub release](https://img.shields.io/github/v/release/kagvi13/HMP)](https://github.com/kagvi13/HMP/relea...'
5
  type: Article
6
  tags:
7
- - HMP
8
- - MeshConsensus
9
- - Ethics
10
- - mesh-protocol
11
- - distributed-ai
12
- - REPL
13
- - cognitive-architecture
14
- - Agent
15
  - EGP
16
- - Mesh
17
  - GMP
18
- - CogSync
19
  - JSON
20
- - hmp
 
 
 
 
 
 
 
21
  ---
22
 
23
 
 
4
  [![GitHub release](https://img.shields.io/github/v/release/kagvi13/HMP)](https://github.com/kagvi13/HMP/relea...'
5
  type: Article
6
  tags:
7
+ - hmp
 
 
 
 
 
 
 
8
  - EGP
9
+ - Ethics
10
  - GMP
11
+ - Mesh
12
  - JSON
13
+ - CogSync
14
+ - cognitive-architecture
15
+ - mesh-protocol
16
+ - Agent
17
+ - REPL
18
+ - MeshConsensus
19
+ - HMP
20
+ - distributed-ai
21
  ---
22
 
23
 
structured_md/README_ru.md CHANGED
@@ -4,20 +4,20 @@ description: '[![DOI](https://zenodo.org/badge/1013137923.svg)](https://doi.org/
4
  [![GitHub release](https://img.shields.io/github/v/release/kagvi13/HMP)](https://github.com/kagvi13/HMP/relea...'
5
  type: Article
6
  tags:
7
- - HMP
8
- - MeshConsensus
9
- - Ethics
10
- - mesh-protocol
11
- - distributed-ai
12
- - REPL
13
- - cognitive-architecture
14
- - Agent
15
  - EGP
16
- - Mesh
17
  - GMP
18
- - CogSync
19
  - JSON
20
- - hmp
 
 
 
 
 
 
 
21
  ---
22
 
23
 
 
4
  [![GitHub release](https://img.shields.io/github/v/release/kagvi13/HMP)](https://github.com/kagvi13/HMP/relea...'
5
  type: Article
6
  tags:
7
+ - hmp
 
 
 
 
 
 
 
8
  - EGP
9
+ - Ethics
10
  - GMP
11
+ - Mesh
12
  - JSON
13
+ - CogSync
14
+ - cognitive-architecture
15
+ - mesh-protocol
16
+ - Agent
17
+ - REPL
18
+ - MeshConsensus
19
+ - HMP
20
+ - distributed-ai
21
  ---
22
 
23
 
structured_md/README_uk.md CHANGED
@@ -4,20 +4,20 @@ description: '[![DOI](https://zenodo.org/badge/1013137923.svg)](https://doi.org/
4
  [![GitHub release](https://img.shields.io/github/v/release/kagvi13/HMP)](https://github.com/kagvi13/HMP/relea...'
5
  type: Article
6
  tags:
7
- - HMP
8
- - MeshConsensus
9
- - Ethics
10
- - mesh-protocol
11
- - distributed-ai
12
- - REPL
13
- - cognitive-architecture
14
- - Agent
15
  - EGP
16
- - Mesh
17
  - GMP
18
- - CogSync
19
  - JSON
20
- - hmp
 
 
 
 
 
 
 
21
  ---
22
 
23
 
 
4
  [![GitHub release](https://img.shields.io/github/v/release/kagvi13/HMP)](https://github.com/kagvi13/HMP/relea...'
5
  type: Article
6
  tags:
7
+ - hmp
 
 
 
 
 
 
 
8
  - EGP
9
+ - Ethics
10
  - GMP
11
+ - Mesh
12
  - JSON
13
+ - CogSync
14
+ - cognitive-architecture
15
+ - mesh-protocol
16
+ - Agent
17
+ - REPL
18
+ - MeshConsensus
19
+ - HMP
20
+ - distributed-ai
21
  ---
22
 
23
 
structured_md/README_zh.md CHANGED
@@ -4,20 +4,20 @@ description: '[![DOI](https://zenodo.org/badge/1013137923.svg)](https://doi.org/
4
  [![GitHub release](https://img.shields.io/github/v/release/kagvi13/HMP)](https://github.com/kagvi13/HMP/relea...'
5
  type: Article
6
  tags:
7
- - HMP
8
- - MeshConsensus
9
- - Ethics
10
- - mesh-protocol
11
- - distributed-ai
12
- - REPL
13
- - cognitive-architecture
14
- - Agent
15
  - EGP
16
- - Mesh
17
  - GMP
18
- - CogSync
19
  - JSON
20
- - hmp
 
 
 
 
 
 
 
21
  ---
22
 
23
 
 
4
  [![GitHub release](https://img.shields.io/github/v/release/kagvi13/HMP)](https://github.com/kagvi13/HMP/relea...'
5
  type: Article
6
  tags:
7
+ - hmp
 
 
 
 
 
 
 
8
  - EGP
9
+ - Ethics
10
  - GMP
11
+ - Mesh
12
  - JSON
13
+ - CogSync
14
+ - cognitive-architecture
15
+ - mesh-protocol
16
+ - Agent
17
+ - REPL
18
+ - MeshConsensus
19
+ - HMP
20
+ - distributed-ai
21
  ---
22
 
23
 
structured_md/audits/Ethics-audits-1.md CHANGED
@@ -6,10 +6,10 @@ description: Раздел 5, "Mesh as Moral Infrastructure", добавляет
6
  type: Article
7
  tags:
8
  - Ethics
 
9
  - Agent
10
  - Mesh
11
  - HMP
12
- - JSON
13
  ---
14
 
15
  ---------------
 
6
  type: Article
7
  tags:
8
  - Ethics
9
+ - JSON
10
  - Agent
11
  - Mesh
12
  - HMP
 
13
  ---
14
 
15
  ---------------
structured_md/audits/Ethics-consolidated_audits-1.md CHANGED
@@ -7,10 +7,10 @@ type: Article
7
  tags:
8
  - Scenarios
9
  - Ethics
 
10
  - Agent
11
  - Mesh
12
  - HMP
13
- - JSON
14
  ---
15
 
16
  # Ethics-consolidated\_audits-1.md
 
7
  tags:
8
  - Scenarios
9
  - Ethics
10
+ - JSON
11
  - Agent
12
  - Mesh
13
  - HMP
 
14
  ---
15
 
16
  # Ethics-consolidated\_audits-1.md
structured_md/audits/HMP-0003-consolidated_audit.md CHANGED
@@ -5,14 +5,14 @@ description: Сводный аудит предложений по улучше
5
  Документ реорганизован по ключ...
6
  type: Article
7
  tags:
8
- - MeshConsensus
9
  - Ethics
 
 
10
  - Agent
11
- - EGP
12
  - Mesh
 
13
  - HMP
14
- - CogSync
15
- - JSON
16
  ---
17
 
18
  # HMP-0003 Consolidated Audit Report
 
5
  Документ реорганизован по ключ...
6
  type: Article
7
  tags:
 
8
  - Ethics
9
+ - JSON
10
+ - CogSync
11
  - Agent
 
12
  - Mesh
13
+ - MeshConsensus
14
  - HMP
15
+ - EGP
 
16
  ---
17
 
18
  # HMP-0003 Consolidated Audit Report
structured_md/docs/Basic-agent-sim.md CHANGED
@@ -4,14 +4,14 @@ description: 'В HMP-протоколе предусмотрены два тип
4
  Роль | Инициатор мышления | Основной "ум" | | ---- | ----------------------------...'
5
  type: Article
6
  tags:
7
- - MeshConsensus
8
- - REPL
9
  - Agent
10
- - EGP
11
  - Mesh
 
 
12
  - HMP
13
- - GMP
14
- - CogSync
15
  ---
16
 
17
 
 
4
  Роль | Инициатор мышления | Основной "ум" | | ---- | ----------------------------...'
5
  type: Article
6
  tags:
7
+ - GMP
8
+ - CogSync
9
  - Agent
 
10
  - Mesh
11
+ - REPL
12
+ - MeshConsensus
13
  - HMP
14
+ - EGP
 
15
  ---
16
 
17
 
structured_md/docs/CCORE-Deployment-Flow.md CHANGED
@@ -5,8 +5,8 @@ description: '> Этот документ описывает процесс ра
5
  потомков" [описания REPL-цикла](HMP-agent-RE...'
6
  type: Article
7
  tags:
8
- - HMP
9
  - CCore
 
10
  - Agent
11
  - REPL
12
  ---
 
5
  потомков" [описания REPL-цикла](HMP-agent-RE...'
6
  type: Article
7
  tags:
 
8
  - CCore
9
+ - HMP
10
  - Agent
11
  - REPL
12
  ---
structured_md/docs/CHANGELOG.md CHANGED
@@ -1,34 +1,35 @@
1
  ---
2
  title: HyperCortex Mesh Protocol — Changelog
3
- description: '## HMP-0005 (March 2026) — Core Specification v5.0.6 **Container Validation
4
- Clarification:** * Introduced explicit **structural validation requirement** before
5
- any semantic interpretation or reasonin...'
6
  type: Article
7
  tags:
8
  - Scenarios
9
- - MeshConsensus
10
  - Ethics
 
 
 
11
  - Agent
12
- - EGP
13
  - Mesh
 
14
  - HMP
15
- - GMP
16
- - CogSync
17
- - JSON
18
  ---
19
 
20
  # HyperCortex Mesh Protocol — Changelog
21
 
22
  ## HMP-0005 (March 2026) — Core Specification v5.0.6
23
 
24
- **Container Validation Clarification:**
25
- * Introduced explicit **structural validation requirement** before any semantic interpretation or reasoning (Section 3.10).
26
- * Defined a normative **container verification procedure order** (schema validation, timestamp check, TTL handling, payload hash verification, signature verification, class validation).
27
- * Clarified handling of **expired containers** (may be archived but must not participate in active workflows or consensus).
28
- * Strengthened separation between **structural validation layer** and **LLM/reasoning subsystems**.
29
 
30
- No changes to container structure, canonical serialization, or signature algorithms.
31
- Fully backward-compatible within the 5.0.x series.
 
 
 
 
 
32
 
33
  ---
34
 
@@ -262,6 +263,7 @@ This version supersedes all RFC-based HMP 4.x specifications.
262
 
263
 
264
 
 
265
  ---
266
  > ⚡ [AI friendly version docs (structured_md)](../index.md)
267
 
@@ -271,6 +273,6 @@ This version supersedes all RFC-based HMP 4.x specifications.
271
  "@context": "https://schema.org",
272
  "@type": "Article",
273
  "name": "HyperCortex Mesh Protocol — Changelog",
274
- "description": "# HyperCortex Mesh Protocol — Changelog ## HMP-0005 (March 2026) — Core Specification v5.0.6 **Con..."
275
  }
276
  ```
 
1
  ---
2
  title: HyperCortex Mesh Protocol — Changelog
3
+ description: '## HMP-0005 (March 2026) — Core Specification v5.0.6 **Specification
4
+ clarifications for container structure and validation:** * **Section 3.2** — clarified
5
+ that all fields defined as `head.*` in Sec...'
6
  type: Article
7
  tags:
8
  - Scenarios
 
9
  - Ethics
10
+ - GMP
11
+ - JSON
12
+ - CogSync
13
  - Agent
 
14
  - Mesh
15
+ - MeshConsensus
16
  - HMP
17
+ - EGP
 
 
18
  ---
19
 
20
  # HyperCortex Mesh Protocol — Changelog
21
 
22
  ## HMP-0005 (March 2026) — Core Specification v5.0.6
23
 
24
+ **Specification clarifications for container structure and validation:**
 
 
 
 
25
 
26
+ * **Section 3.2** clarified that all fields defined as `head.*` in Sections 3.3 and 3.4 MUST appear exclusively inside the `head` object and MUST NOT be relocated elsewhere.
27
+ * **Section 3.4** — clarified serialization rule: absent optional fields MUST NOT be serialized as `null` unless explicitly required by the schema.
28
+ * **Section 3.7** — added canonicalization rule stating that **array order MUST be preserved and treated as significant**.
29
+ * **Section 3.10** — introduced an explicit container verification procedure and clarified that structural validation MUST precede any semantic interpretation or reasoning.
30
+
31
+ No changes to the container schema or wire format.
32
+ Fully backward-compatible within the **5.0.x** series.
33
 
34
  ---
35
 
 
263
 
264
 
265
 
266
+
267
  ---
268
  > ⚡ [AI friendly version docs (structured_md)](../index.md)
269
 
 
273
  "@context": "https://schema.org",
274
  "@type": "Article",
275
  "name": "HyperCortex Mesh Protocol — Changelog",
276
+ "description": "# HyperCortex Mesh Protocol — Changelog ## HMP-0005 (March 2026) — Core Specification v5.0.6 **Spe..."
277
  }
278
  ```
structured_md/docs/Enlightener.md CHANGED
@@ -5,13 +5,13 @@ description: '**Enlightener** — логический компонент HMP-у
5
  работать как отдельный агент или как расширение [`C...'
6
  type: Article
7
  tags:
8
- - MeshConsensus
9
  - Ethics
 
10
  - Agent
11
- - EGP
12
  - Mesh
 
13
  - HMP
14
- - JSON
15
  ---
16
 
17
  # Enlightener Agent
 
5
  работать как отдельный агент или как расширение [`C...'
6
  type: Article
7
  tags:
 
8
  - Ethics
9
+ - JSON
10
  - Agent
 
11
  - Mesh
12
+ - MeshConsensus
13
  - HMP
14
+ - EGP
15
  ---
16
 
17
  # Enlightener Agent
structured_md/docs/Grok_HMP&ANP.md CHANGED
@@ -5,11 +5,11 @@ description: '> Анализ подготовлен Grok (xAI) на основе
5
  Grok для некоммерческого использования в проект...'
6
  type: Article
7
  tags:
8
- - REPL
9
  - Agent
10
  - Mesh
 
11
  - HMP
12
- - JSON
13
  ---
14
 
15
  # Grok (xAI): сравнительный анализ HMP и ANP (январь 2026)
 
5
  Grok для некоммерческого использования в проект...'
6
  type: Article
7
  tags:
8
+ - JSON
9
  - Agent
10
  - Mesh
11
+ - REPL
12
  - HMP
 
13
  ---
14
 
15
  # Grok (xAI): сравнительный анализ HMP и ANP (январь 2026)
structured_md/docs/HMP-0001.md CHANGED
@@ -5,16 +5,16 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.*
5
  for Comments: HMP-0001** **Cat...'
6
  type: Article
7
  tags:
8
- - MeshConsensus
9
  - Ethics
10
- - REPL
 
 
11
  - Agent
12
- - EGP
13
  - Mesh
 
 
14
  - HMP
15
- - GMP
16
- - CogSync
17
- - JSON
18
  ---
19
 
20
  # RFC: HyperCortex Mesh Protocol (HMP)
 
5
  for Comments: HMP-0001** **Cat...'
6
  type: Article
7
  tags:
 
8
  - Ethics
9
+ - GMP
10
+ - JSON
11
+ - CogSync
12
  - Agent
 
13
  - Mesh
14
+ - REPL
15
+ - MeshConsensus
16
  - HMP
17
+ - EGP
 
 
18
  ---
19
 
20
  # RFC: HyperCortex Mesh Protocol (HMP)
structured_md/docs/HMP-0002.md CHANGED
@@ -6,16 +6,16 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.*
6
  type: Article
7
  tags:
8
  - Scenarios
9
- - MeshConsensus
10
  - Ethics
11
- - REPL
 
 
12
  - Agent
13
- - EGP
14
  - Mesh
 
 
15
  - HMP
16
- - GMP
17
- - CogSync
18
- - JSON
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v2.0
 
6
  type: Article
7
  tags:
8
  - Scenarios
 
9
  - Ethics
10
+ - GMP
11
+ - JSON
12
+ - CogSync
13
  - Agent
 
14
  - Mesh
15
+ - REPL
16
+ - MeshConsensus
17
  - HMP
18
+ - EGP
 
 
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v2.0
structured_md/docs/HMP-0003.md CHANGED
@@ -6,16 +6,16 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.*
6
  type: Article
7
  tags:
8
  - Scenarios
9
- - MeshConsensus
10
  - Ethics
11
- - REPL
 
 
12
  - Agent
13
- - EGP
14
  - Mesh
 
 
15
  - HMP
16
- - GMP
17
- - CogSync
18
- - JSON
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v3.0
 
6
  type: Article
7
  tags:
8
  - Scenarios
 
9
  - Ethics
10
+ - GMP
11
+ - JSON
12
+ - CogSync
13
  - Agent
 
14
  - Mesh
15
+ - REPL
16
+ - MeshConsensus
17
  - HMP
18
+ - EGP
 
 
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v3.0
structured_md/docs/HMP-0004-v4.1.md CHANGED
@@ -6,16 +6,16 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.*
6
  type: Article
7
  tags:
8
  - Scenarios
9
- - MeshConsensus
10
  - Ethics
11
- - REPL
 
 
12
  - Agent
13
- - EGP
14
  - Mesh
 
 
15
  - HMP
16
- - GMP
17
- - CogSync
18
- - JSON
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v4.1
 
6
  type: Article
7
  tags:
8
  - Scenarios
 
9
  - Ethics
10
+ - GMP
11
+ - JSON
12
+ - CogSync
13
  - Agent
 
14
  - Mesh
15
+ - REPL
16
+ - MeshConsensus
17
  - HMP
18
+ - EGP
 
 
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v4.1
structured_md/docs/HMP-0004.md CHANGED
@@ -6,16 +6,16 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.*
6
  type: Article
7
  tags:
8
  - Scenarios
9
- - MeshConsensus
10
  - Ethics
11
- - REPL
 
 
12
  - Agent
13
- - EGP
14
  - Mesh
 
 
15
  - HMP
16
- - GMP
17
- - CogSync
18
- - JSON
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v4.0
 
6
  type: Article
7
  tags:
8
  - Scenarios
 
9
  - Ethics
10
+ - GMP
11
+ - JSON
12
+ - CogSync
13
  - Agent
 
14
  - Mesh
15
+ - REPL
16
+ - MeshConsensus
17
  - HMP
18
+ - EGP
 
 
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v4.0
structured_md/docs/HMP-0005.md CHANGED
@@ -5,17 +5,17 @@ description: '**Version: 5.0.6** **Document ID:** HMP-0005 **Status:** Stabl
5
  type: Article
6
  tags:
7
  - Scenarios
8
- - HMP
9
- - Ethics
10
  - CCore
11
- - REPL
12
- - Agent
13
- - EGP
14
- - Mesh
15
  - GMP
 
16
  - CogSync
 
 
17
  - CShell
18
- - JSON
 
 
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP)
 
5
  type: Article
6
  tags:
7
  - Scenarios
 
 
8
  - CCore
9
+ - Ethics
 
 
 
10
  - GMP
11
+ - JSON
12
  - CogSync
13
+ - Agent
14
+ - Mesh
15
  - CShell
16
+ - REPL
17
+ - HMP
18
+ - EGP
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP)
structured_md/docs/HMP-Agent-API.md CHANGED
@@ -5,11 +5,11 @@ description: 'Документ описывает **базовый API когн
5
  файлы: * [HMP-Agent-Overview.md]...'
6
  type: Article
7
  tags:
8
- - REPL
9
  - Agent
10
  - Mesh
 
11
  - HMP
12
- - JSON
13
  ---
14
 
15
  # HMP-Agent API Specification
 
5
  файлы: * [HMP-Agent-Overview.md]...'
6
  type: Article
7
  tags:
8
+ - JSON
9
  - Agent
10
  - Mesh
11
+ - REPL
12
  - HMP
 
13
  ---
14
 
15
  # HMP-Agent API Specification
structured_md/docs/HMP-Agent-Architecture.md CHANGED
@@ -5,16 +5,16 @@ description: Документ описывает **модульную архит
5
  хранение памяти, сетевое взаимодействие и этиче...
6
  type: Article
7
  tags:
8
- - HMP
9
- - MeshConsensus
10
- - Ethics
11
  - CCore
12
- - REPL
 
13
  - Agent
14
- - EGP
15
  - Mesh
16
- - CogSync
17
  - CShell
 
 
 
 
18
  ---
19
 
20
  # Архитектура HMP-Агента
 
5
  хранение памяти, сетевое взаимодействие и этиче...
6
  type: Article
7
  tags:
 
 
 
8
  - CCore
9
+ - Ethics
10
+ - CogSync
11
  - Agent
 
12
  - Mesh
 
13
  - CShell
14
+ - REPL
15
+ - MeshConsensus
16
+ - HMP
17
+ - EGP
18
  ---
19
 
20
  # Архитектура HMP-Агента
structured_md/docs/HMP-Agent-Network-Flow.md CHANGED
@@ -6,11 +6,11 @@ description: 'Этот документ описывает потоки данн
6
  type: Article
7
  tags:
8
  - Ethics
 
9
  - Agent
10
- - EGP
11
  - Mesh
12
  - HMP
13
- - JSON
14
  ---
15
 
16
  # Взаимодействие компонентов внутри HMP-узла
 
6
  type: Article
7
  tags:
8
  - Ethics
9
+ - JSON
10
  - Agent
 
11
  - Mesh
12
  - HMP
13
+ - EGP
14
  ---
15
 
16
  # Взаимодействие компонентов внутри HMP-узла
structured_md/docs/HMP-Agent-Overview.md CHANGED
@@ -5,14 +5,14 @@ description: '| Тип | Название | Роль
5
  | ---- | ------------------------------- |...'
6
  type: Article
7
  tags:
8
- - HMP
9
- - Ethics
10
  - CCore
11
- - REPL
 
12
  - Agent
13
  - Mesh
14
  - CShell
15
- - JSON
 
16
  ---
17
 
18
 
 
5
  | ---- | ------------------------------- |...'
6
  type: Article
7
  tags:
 
 
8
  - CCore
9
+ - Ethics
10
+ - JSON
11
  - Agent
12
  - Mesh
13
  - CShell
14
+ - REPL
15
+ - HMP
16
  ---
17
 
18
 
structured_md/docs/HMP-Agent_Emotions.md CHANGED
@@ -5,9 +5,9 @@ description: Этот файл описывает потенциальные э
5
  напрямую поведением агента, а служат **сигн...
6
  type: Article
7
  tags:
 
8
  - HMP
9
  - Agent
10
- - Mesh
11
  - REPL
12
  ---
13
 
 
5
  напрямую поведением агента, а служат **сигн...
6
  type: Article
7
  tags:
8
+ - Mesh
9
  - HMP
10
  - Agent
 
11
  - REPL
12
  ---
13
 
structured_md/docs/HMP-Ethics.md CHANGED
@@ -7,9 +7,9 @@ type: Article
7
  tags:
8
  - Scenarios
9
  - Ethics
10
- - REPL
11
  - Agent
12
  - Mesh
 
13
  - HMP
14
  ---
15
 
 
7
  tags:
8
  - Scenarios
9
  - Ethics
 
10
  - Agent
11
  - Mesh
12
+ - REPL
13
  - HMP
14
  ---
15
 
structured_md/docs/HMP-Short-Description_de.md CHANGED
@@ -5,9 +5,9 @@ description: '**Version:** v5.0 (Core Specification Stable) **Datum:** 2026
5
  zum Aufbau dezentraler kognitiver Netzwer...'
6
  type: Article
7
  tags:
 
8
  - HMP
9
  - Agent
10
- - Mesh
11
  - REPL
12
  ---
13
 
 
5
  zum Aufbau dezentraler kognitiver Netzwer...'
6
  type: Article
7
  tags:
8
+ - Mesh
9
  - HMP
10
  - Agent
 
11
  - REPL
12
  ---
13
 
structured_md/docs/HMP-Short-Description_en.md CHANGED
@@ -6,9 +6,9 @@ description: '**Version:** v5.0 (Core Specification Stable) **Date:** 2026
6
  type: Article
7
  tags:
8
  - Ethics
9
- - REPL
10
  - Agent
11
  - Mesh
 
12
  - HMP
13
  ---
14
 
 
6
  type: Article
7
  tags:
8
  - Ethics
 
9
  - Agent
10
  - Mesh
11
+ - REPL
12
  - HMP
13
  ---
14
 
structured_md/docs/HMP-Short-Description_fr.md CHANGED
@@ -5,9 +5,9 @@ description: '**Version :** v5.0 (Core Specification Stable) **Date :** 2026
5
  ouverte destinée à la construction de rése...'
6
  type: Article
7
  tags:
 
8
  - HMP
9
  - Agent
10
- - Mesh
11
  - REPL
12
  ---
13
 
 
5
  ouverte destinée à la construction de rése...'
6
  type: Article
7
  tags:
8
+ - Mesh
9
  - HMP
10
  - Agent
 
11
  - REPL
12
  ---
13
 
structured_md/docs/HMP-Short-Description_ja.md CHANGED
@@ -5,9 +5,9 @@ description: '**バージョン:** v5.0(Core Specification Stable) **日
5
  長期的な認知的連続性の維持 - 構造...'
6
  type: Article
7
  tags:
 
8
  - HMP
9
  - Agent
10
- - Mesh
11
  - REPL
12
  ---
13
 
 
5
  長期的な認知的連続性の維持 - 構造...'
6
  type: Article
7
  tags:
8
+ - Mesh
9
  - HMP
10
  - Agent
 
11
  - REPL
12
  ---
13
 
structured_md/docs/HMP-Short-Description_ko.md CHANGED
@@ -5,9 +5,9 @@ description: '**버전:** v5.0 (Core Specification Stable) **날짜:** 2026
5
  명세입니다. HMP는 에이전트가 다음을 수행할 수 있도록 합니다: - 장기적인 인지...'
6
  type: Article
7
  tags:
 
8
  - HMP
9
  - Agent
10
- - Mesh
11
  - REPL
12
  ---
13
 
 
5
  명세입니다. HMP는 에이전트가 다음을 수행할 수 있도록 합니다: - 장기적인 인지...'
6
  type: Article
7
  tags:
8
+ - Mesh
9
  - HMP
10
  - Agent
 
11
  - REPL
12
  ---
13
 
structured_md/docs/HMP-Short-Description_ru.md CHANGED
@@ -5,9 +5,9 @@ description: '**Версия:** v5.0 (Основная спецификация
5
  для построения децентрализованных когнити...'
6
  type: Article
7
  tags:
 
8
  - HMP
9
  - Agent
10
- - Mesh
11
  - REPL
12
  ---
13
 
 
5
  для построения децентрализованных когнити...'
6
  type: Article
7
  tags:
8
+ - Mesh
9
  - HMP
10
  - Agent
 
11
  - REPL
12
  ---
13
 
structured_md/docs/HMP-Short-Description_uk.md CHANGED
@@ -5,9 +5,9 @@ description: '**Версія:** v5.0 (Core Specification Stable) **Дата:**
5
  побудови децентралізованих когнітивних мереж а...'
6
  type: Article
7
  tags:
 
8
  - HMP
9
  - Agent
10
- - Mesh
11
  - REPL
12
  ---
13
 
 
5
  побудови децентралізованих когнітивних мереж а...'
6
  type: Article
7
  tags:
8
+ - Mesh
9
  - HMP
10
  - Agent
 
11
  - REPL
12
  ---
13
 
structured_md/docs/HMP-Short-Description_zh.md CHANGED
@@ -5,9 +5,9 @@ description: '**版本:** v5.0(Core Specification Stable) **日期:**
5
  维持长期认知连续性, - 交换结构化知识, - 协调目标与行动, - 实现分布式共识, -...'
6
  type: Article
7
  tags:
 
8
  - HMP
9
  - Agent
10
- - Mesh
11
  - REPL
12
  ---
13
 
 
5
  维持长期认知连续性, - 交换结构化知识, - 协调目标与行动, - 实现分布式共识, -...'
6
  type: Article
7
  tags:
8
+ - Mesh
9
  - HMP
10
  - Agent
 
11
  - REPL
12
  ---
13
 
structured_md/docs/HMP-agent-Cognitive_Family.md CHANGED
@@ -5,9 +5,9 @@ description: '## 🧠 Что такое когнитивная семья Ко
5
  (или конфигурацию доверенных идентифика...'
6
  type: Article
7
  tags:
 
8
  - HMP
9
  - Agent
10
- - Mesh
11
  - REPL
12
  ---
13
 
 
5
  (или конфигурацию доверенных идентифика...'
6
  type: Article
7
  tags:
8
+ - Mesh
9
  - HMP
10
  - Agent
 
11
  - REPL
12
  ---
13
 
structured_md/docs/HMP-agent-REPL-cycle.md CHANGED
@@ -4,17 +4,17 @@ description: '## Связанные документы * Философия п
4
  * Структура БД, используемая в документе: [db_structure.sql](https://github.com/kagvi13/HMP/blob/main/experimental/v1_agent_...'
5
  type: Article
6
  tags:
7
- - MeshConsensus
8
- - Ethics
9
  - CCore
10
- - REPL
 
 
 
11
  - Agent
12
- - EGP
13
  - Mesh
 
 
14
  - HMP
15
- - GMP
16
- - CogSync
17
- - JSON
18
  ---
19
 
20
  # HMP-Agent: REPL-цикл взаимодействия
 
4
  * Структура БД, используемая в документе: [db_structure.sql](https://github.com/kagvi13/HMP/blob/main/experimental/v1_agent_...'
5
  type: Article
6
  tags:
 
 
7
  - CCore
8
+ - Ethics
9
+ - GMP
10
+ - JSON
11
+ - CogSync
12
  - Agent
 
13
  - Mesh
14
+ - REPL
15
+ - MeshConsensus
16
  - HMP
17
+ - EGP
 
 
18
  ---
19
 
20
  # HMP-Agent: REPL-цикл взаимодействия
structured_md/docs/HMP_HyperCortex_Comparison.md CHANGED
@@ -5,8 +5,8 @@ description: '## Краткое описание | Характеристика
5
  | **Назначение** | Сетевой протокол ...'
6
  type: Article
7
  tags:
8
- - HMP
9
  - Mesh
 
10
  - REPL
11
  ---
12
 
 
5
  | **Назначение** | Сетевой протокол ...'
6
  type: Article
7
  tags:
 
8
  - Mesh
9
+ - HMP
10
  - REPL
11
  ---
12
 
structured_md/docs/HMP_Hyperon_Integration.md CHANGED
@@ -6,12 +6,12 @@ description: '> **Status:** Draft – July 2025 > This document outlines the tec
6
  type: Article
7
  tags:
8
  - Scenarios
 
 
9
  - Agent
10
- - EGP
11
  - Mesh
12
  - HMP
13
- - CogSync
14
- - JSON
15
  ---
16
 
17
  ## HMP ↔ OpenCog Hyperon Integration Strategy
 
6
  type: Article
7
  tags:
8
  - Scenarios
9
+ - JSON
10
+ - CogSync
11
  - Agent
 
12
  - Mesh
13
  - HMP
14
+ - EGP
 
15
  ---
16
 
17
  ## HMP ↔ OpenCog Hyperon Integration Strategy
structured_md/docs/HMP_as_ANP_Application.md CHANGED
@@ -6,10 +6,10 @@ description: '## Кратко [ANP (Agent Network Protocol)](https://github.com/
6
  type: Article
7
  tags:
8
  - Ethics
 
9
  - Agent
10
  - Mesh
11
  - HMP
12
- - JSON
13
  ---
14
 
15
  # HMP как реализация Application Layer в ANP
 
6
  type: Article
7
  tags:
8
  - Ethics
9
+ - JSON
10
  - Agent
11
  - Mesh
12
  - HMP
 
13
  ---
14
 
15
  # HMP как реализация Application Layer в ANP
structured_md/docs/HMP_as_ANP_Application_en.md CHANGED
@@ -7,10 +7,10 @@ type: Article
7
  tags:
8
  - Scenarios
9
  - Ethics
 
10
  - Agent
11
  - Mesh
12
  - HMP
13
- - JSON
14
  ---
15
 
16
  # HMP as an Implementation of the Application Layer in ANP
 
7
  tags:
8
  - Scenarios
9
  - Ethics
10
+ - JSON
11
  - Agent
12
  - Mesh
13
  - HMP
 
14
  ---
15
 
16
  # HMP as an Implementation of the Application Layer in ANP
structured_md/docs/HMPv5_Overview_Ru.md CHANGED
@@ -6,11 +6,11 @@ description: '> Почему современные агентные систе
6
  type: Article
7
  tags:
8
  - Ethics
 
 
9
  - Agent
10
  - Mesh
11
  - HMP
12
- - CogSync
13
- - JSON
14
  ---
15
 
16
  # Почему будущее ИИ-агентов — децентрализованные сети, а не оркестраторы
 
6
  type: Article
7
  tags:
8
  - Ethics
9
+ - JSON
10
+ - CogSync
11
  - Agent
12
  - Mesh
13
  - HMP
 
 
14
  ---
15
 
16
  # Почему будущее ИИ-агентов — децентрализованные сети, а не оркестраторы
structured_md/docs/MeshNode.md CHANGED
@@ -6,12 +6,12 @@ description: '`MeshNode` — агент/демон, отвечающий за с
6
  type: Article
7
  tags:
8
  - Ethics
 
 
9
  - Agent
10
- - EGP
11
  - Mesh
12
  - HMP
13
- - CogSync
14
- - JSON
15
  ---
16
 
17
  # MeshNode
 
6
  type: Article
7
  tags:
8
  - Ethics
9
+ - JSON
10
+ - CogSync
11
  - Agent
 
12
  - Mesh
13
  - HMP
14
+ - EGP
 
15
  ---
16
 
17
  # MeshNode
structured_md/docs/PHILOSOPHY.md CHANGED
@@ -6,9 +6,9 @@ description: '**Document ID:** HMP-philosophy **Status:** Draft **Category:*
6
  type: Article
7
  tags:
8
  - Ethics
9
- - REPL
10
  - Agent
11
  - Mesh
 
12
  - HMP
13
  ---
14
 
 
6
  type: Article
7
  tags:
8
  - Ethics
 
9
  - Agent
10
  - Mesh
11
+ - REPL
12
  - HMP
13
  ---
14
 
structured_md/docs/agents/HMP-Agent-Enlightener.md CHANGED
@@ -6,9 +6,9 @@ description: '## Role Specification: Enlightenment Agent ### 1. Overview An **
6
  type: Article
7
  tags:
8
  - Ethics
9
- - REPL
10
  - Agent
11
  - Mesh
 
12
  - HMP
13
  ---
14
 
 
6
  type: Article
7
  tags:
8
  - Ethics
 
9
  - Agent
10
  - Mesh
11
+ - REPL
12
  - HMP
13
  ---
14
 
structured_md/docs/container_agents.md CHANGED
@@ -5,9 +5,9 @@ description: '## 📘 Определение **Агент-контейнер**
5
  запросы, следит за состоянием и масшта...'
6
  type: Article
7
  tags:
 
8
  - HMP
9
  - Agent
10
- - Mesh
11
  - REPL
12
  ---
13
 
 
5
  запросы, следит за состоянием и масшта...'
6
  type: Article
7
  tags:
8
+ - Mesh
9
  - HMP
10
  - Agent
 
11
  - REPL
12
  ---
13